ResearchForge / Calculators
← all articles
calculusintegrationdifferentiationconvergencesolids-of-revolutionFri Apr 24

Calculus II: Step-by-Step Derivations of Core Techniques

Abstract

This article presents rigorous derivations of three foundational Calculus II techniques: logarithmic differentiation, convergence analysis of improper integrals, and volume computation for solids of revolution. Each section develops the mathematical framework from first principles, with worked examples demonstrating practical application. The goal is to provide a reference for students and practitioners seeking clarity on the logical structure underlying these methods.

Background

Calculus II extends single-variable calculus by introducing techniques for handling complex functions, infinite domains, and geometric applications. Three problems recur throughout the course:

  1. Differentiation of complicated functions — particularly those with variable exponents or nested operations
  2. Evaluation of improper integrals — determining whether integrals over infinite intervals or with singularities yield finite values
  3. Geometric computation — finding volumes of three-dimensional objects defined by rotation

This article addresses each systematically.

Key Results

Logarithmic Differentiation

Problem: Differentiate functions where the variable appears in both base and exponent, or where products and quotients make direct application of the product rule unwieldy.

Derivation: [logarithmic-differentiation]

Suppose y=f(x)y = f(x) is a differentiable function. Taking the natural logarithm of both sides:

ln(y)=ln(f(x))\ln(y) = \ln(f(x))

Differentiate both sides with respect to xx using the chain rule on the left and the chain rule on the right:

1ydydx=f(x)f(x)\frac{1}{y} \frac{dy}{dx} = \frac{f'(x)}{f(x)}

Multiply both sides by yy:

dydx=yf(x)f(x)\frac{dy}{dx} = y \cdot \frac{f'(x)}{f(x)}

Substitute y=f(x)y = f(x) back:

dydx=f(x)f(x)f(x)\frac{dy}{dx} = f(x) \cdot \frac{f'(x)}{f(x)}

Key insight: Taking logarithms converts multiplicative structure into additive structure, allowing the chain rule to handle exponents and products more cleanly than direct application of the product or quotient rule.

Convergence of Improper Integrals

Problem: Determine whether an integral abf(x)dx\int_a^b f(x) \, dx yields a finite value when the domain is infinite or the integrand has singularities.

Definition: [convergence-of-integrals]

An integral is convergent if the limit of the integral as the bounds approach their limits exists and is finite. Formally, for an integral with an infinite upper bound:

af(x)dx=limtatf(x)dx\int_a^{\infty} f(x) \, dx = \lim_{t \to \infty} \int_a^t f(x) \, dx

If this limit exists and is finite, the integral converges. If the limit is infinite or does not exist, the integral diverges.

Intuition: Convergence determines whether the "total area" under a curve is finite. This is essential in applications ranging from probability (where integrals must equal 1) to physics (where infinite energy or work signals unphysical behavior).

Comparison Test: To avoid computing the integral directly, compare f(x)f(x) to a known function g(x)g(x):

  • If 0f(x)g(x)0 \le f(x) \le g(x) and ag(x)dx\int_a^{\infty} g(x) \, dx converges, then af(x)dx\int_a^{\infty} f(x) \, dx converges.
  • If f(x)g(x)0f(x) \ge g(x) \ge 0 and ag(x)dx\int_a^{\infty} g(x) \, dx diverges, then af(x)dx\int_a^{\infty} f(x) \, dx diverges.

Volume of Solids of Revolution

Problem: Find the volume of a three-dimensional object obtained by rotating a two-dimensional region around an axis.

Disk Method (Rotation about the x-axis): [volume-of-solid-of-revolution]

Consider a region bounded by y=f(x)y = f(x) (upper curve) and y=g(x)y = g(x) (lower curve) from x=ax = a to x=bx = b. Rotating this region about the x-axis generates a solid. Slice the solid perpendicular to the x-axis at position xx. The cross-section is a washer (annulus) with:

  • Outer radius: R(x)=f(x)R(x) = f(x)
  • Inner radius: r(x)=g(x)r(x) = g(x)
  • Area of washer: A(x)=πR(x)2πr(x)2=π(f(x)2g(x)2)A(x) = \pi R(x)^2 - \pi r(x)^2 = \pi(f(x)^2 - g(x)^2)

Integrate the cross-sectional areas:

V=abπ(f(x)2g(x)2)dx=πab(f(x)2g(x)2)dxV = \int_a^b \pi(f(x)^2 - g(x)^2) \, dx = \pi \int_a^b (f(x)^2 - g(x)^2) \, dx

Shell Method (Rotation about the y-axis): For rotation about the y-axis, use cylindrical shells. A thin vertical strip at position xx with thickness dxdx and height h(x)h(x) traces a cylindrical shell with:

  • Radius: xx
  • Height: h(x)h(x)
  • Circumference: 2πx2\pi x
  • Surface area: 2πxh(x)2\pi x \cdot h(x)
  • Volume element: dV=2πxh(x)dxdV = 2\pi x \cdot h(x) \, dx

Integrate:

V=2πabxh(x)dxV = 2\pi \int_a^b x \cdot h(x) \, dx

Worked Examples

Example 1: Logarithmic Differentiation

Problem: Differentiate y=xxy = x^x.

Solution: Take the natural logarithm: ln(y)=ln(xx)=xln(x)\ln(y) = \ln(x^x) = x \ln(x)

Differentiate both sides: 1ydydx=ln(x)+x1x=ln(x)+1\frac{1}{y} \frac{dy}{dx} = \ln(x) + x \cdot \frac{1}{x} = \ln(x) + 1

Multiply by yy: dydx=xx(ln(x)+1)\frac{dy}{dx} = x^x(\ln(x) + 1)

Example 2: Convergence of an Improper Integral

Problem: Does 11x2dx\int_1^{\infty} \frac{1}{x^2} \, dx converge?

Solution: Compute the limit: 11x2dx=limt1tx2dx=limt[1x]1t=limt(1t+1)=1\int_1^{\infty} \frac{1}{x^2} \, dx = \lim_{t \to \infty} \int_1^t x^{-2} \, dx = \lim_{t \to \infty} \left[-\frac{1}{x}\right]_1^t = \lim_{t \to \infty} \left(-\frac{1}{t} + 1\right) = 1

The integral converges to 1.

Example 3: 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: Using the disk method: V=π04(x)2dx=π04xdx=π[x22]04=π8=8πV = \pi \int_0^4 (\sqrt{x})^2 \, dx = \pi \int_0^4 x \, dx = \pi \left[\frac{x^2}{2}\right]_0^4 = \pi \cdot 8 = 8\pi

References

AI Disclosure

This article was drafted with AI assistance. The mathematical derivations and worked examples were synthesized from class notes and standard Calculus II pedagogy. All claims are grounded in the cited notes. The author reviewed the mathematical content for accuracy and clarity.

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.