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:
- Differentiation of complicated functions — particularly those with variable exponents or nested operations
- Evaluation of improper integrals — determining whether integrals over infinite intervals or with singularities yield finite values
- 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 is a differentiable function. Taking the natural logarithm of both sides:
Differentiate both sides with respect to using the chain rule on the left and the chain rule on the right:
Multiply both sides by :
Substitute back:
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 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:
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 to a known function :
- If and converges, then converges.
- If and diverges, then 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 (upper curve) and (lower curve) from to . Rotating this region about the x-axis generates a solid. Slice the solid perpendicular to the x-axis at position . The cross-section is a washer (annulus) with:
- Outer radius:
- Inner radius:
- Area of washer:
Integrate the cross-sectional areas:
Shell Method (Rotation about the y-axis): For rotation about the y-axis, use cylindrical shells. A thin vertical strip at position with thickness and height traces a cylindrical shell with:
- Radius:
- Height:
- Circumference:
- Surface area:
- Volume element:
Integrate:
Worked Examples
Example 1: Logarithmic Differentiation
Problem: Differentiate .
Solution: Take the natural logarithm:
Differentiate both sides:
Multiply by :
Example 2: Convergence of an Improper Integral
Problem: Does converge?
Solution: Compute the limit:
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 , , and about the x-axis.
Solution: Using the disk method:
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.