ResearchForge / Calculators
← all articles
calculusintegrationdifferentiationsolids-of-revolutionconvergenceFri Apr 24

Calculus II: Worked Example Walkthroughs

Abstract

This article presents structured walkthroughs of three core Calculus II topics: logarithmic differentiation, volumes of solids of revolution, and convergence of improper integrals. Each section combines conceptual grounding with step-by-step examples designed to clarify technique and build intuition for students preparing for exams or independent study.

Background

Calculus II extends single-variable calculus into applications and advanced techniques. Three pillars emerge repeatedly: handling complex derivatives through algebraic transformation, computing volumes of three-dimensional objects via integration, and determining whether infinite integrals yield finite results. Mastery of these topics requires both procedural fluency and conceptual understanding [logarithmic-differentiation], [volume-of-solid-of-revolution], [convergence-of-integrals].

This article assumes familiarity with basic differentiation, the chain rule, and antiderivatives. We work through representative examples to illustrate when and how to apply each technique.

Key Results

Logarithmic Differentiation

When a function involves a variable in both base and exponent, or consists of a complicated product or quotient, direct application of the product or quotient rule becomes unwieldy [logarithmic-differentiation]. Logarithmic differentiation transforms such problems by exploiting logarithm properties.

The core procedure: given y=f(x)y = f(x), take the natural logarithm of both sides, differentiate implicitly, then solve for dydx\frac{dy}{dx} [logarithmic-differentiation].

Why it works: Logarithms convert multiplication into addition and exponentiation into multiplication, simplifying the algebraic structure before differentiation.

Volumes of Solids of Revolution

Rotating a planar region around an axis generates a three-dimensional solid. The volume can be computed via integration [volume-of-solid-of-revolution]. Two standard setups:

  • Rotation about the x-axis: V=πab(f(x)2g(x)2)dxV = \pi \int_a^b (f(x)^2 - g(x)^2) \, dx, where f(x)g(x)f(x) \geq g(x) on [a,b][a,b].
  • Rotation about the y-axis: V=2πcdx(h(y)k(y))dyV = 2\pi \int_c^d x (h(y) - k(y)) \, dy, where h(y)h(y) and k(y)k(y) are the outer and inner radii as functions of yy [volume-of-solid-of-revolution].

These formulas arise from the disk/washer method: slicing perpendicular to the axis of rotation yields circular cross-sections whose areas sum (via integration) to total volume.

Convergence of Improper Integrals

An improper integral has either infinite limits or an integrand with a singularity in the interval [convergence-of-integrals]. Such an integral converges if the limit of the integral as bounds approach their limits is finite; otherwise it diverges [convergence-of-integrals].

Convergence tests—comparison, limit comparison, and integral tests—allow us to determine convergence without computing the integral explicitly [convergence-of-integrals].

Worked Examples

Example 1: Logarithmic Differentiation

Problem: Find dydx\frac{dy}{dx} for y=xsinxy = x^{\sin x}.

Solution:

Take the natural logarithm of both sides: ln(y)=sin(x)ln(x)\ln(y) = \sin(x) \ln(x)

Differentiate both sides with respect to xx using the product rule on the right: 1ydydx=cos(x)ln(x)+sin(x)1x\frac{1}{y} \frac{dy}{dx} = \cos(x) \ln(x) + \sin(x) \cdot \frac{1}{x}

Multiply both sides by y=xsinxy = x^{\sin x}: dydx=xsinx(cos(x)ln(x)+sin(x)x)\frac{dy}{dx} = x^{\sin x} \left( \cos(x) \ln(x) + \frac{\sin(x)}{x} \right)

Key insight: Direct differentiation using the chain rule would require careful tracking of exponent rules. Logarithmic differentiation [logarithmic-differentiation] converts the variable exponent into a product, making the chain rule straightforward.


Example 2: Volume of a Solid of Revolution

Problem: Find the volume of the solid obtained by rotating the region bounded by y=xy = \sqrt{x}, y=0y = 0, and x=4x = 4 about the x-axis.

Solution:

The region is bounded above by y=xy = \sqrt{x} and below by y=0y = 0, from x=0x = 0 to x=4x = 4. Rotating about the x-axis, we use the disk method [volume-of-solid-of-revolution]:

V=π04(x)202dx=π04xdxV = \pi \int_0^4 (\sqrt{x})^2 - 0^2 \, dx = \pi \int_0^4 x \, dx

Evaluate: V=π[x22]04=π(1620)=8πV = \pi \left[ \frac{x^2}{2} \right]_0^4 = \pi \left( \frac{16}{2} - 0 \right) = 8\pi

Key insight: The formula V=πab(f(x)2g(x)2)dxV = \pi \int_a^b (f(x)^2 - g(x)^2) \, dx applies directly when rotating about the x-axis. The squared terms represent the areas of circular cross-sections at each xx.


Example 3: Convergence of an Improper Integral

Problem: Determine whether 11x2dx\int_1^{\infty} \frac{1}{x^2} \, dx converges or diverges.

Solution:

This is an improper integral with an infinite upper limit. We evaluate it as a limit [convergence-of-integrals]:

11x2dx=limt1tx2dx\int_1^{\infty} \frac{1}{x^2} \, dx = \lim_{t \to \infty} \int_1^t x^{-2} \, dx

Compute the antiderivative: x2dx=x1=1x\int x^{-2} \, dx = -x^{-1} = -\frac{1}{x}

Evaluate from 11 to tt: limt[1x]1t=limt(1t+1)=0+1=1\lim_{t \to \infty} \left[ -\frac{1}{x} \right]_1^t = \lim_{t \to \infty} \left( -\frac{1}{t} + 1 \right) = 0 + 1 = 1

Since the limit is finite, the integral converges to 11 [convergence-of-integrals].

Key insight: For integrals of the form 11xpdx\int_1^{\infty} \frac{1}{x^p} \, dx, convergence depends on whether p>1p > 1 (converges) or p1p \leq 1 (diverges). This is a standard benchmark for comparison tests [convergence-of-integrals].


References

AI Disclosure

This article was drafted with the assistance of an AI language model. The mathematical content and examples are derived from class notes and standard Calculus II pedagogy. All claims are cited to source notes. The article has been reviewed for accuracy and clarity by the author.

Try the math live

References

AI disclosure: Generated from personal class notes with AI assistance. Every factual claim cites a note. Model: claude-haiku-4-5-20251001.