Chapter 4: Advanced Applications – Expand Calculus Horizons
Calculus extends beyond single-variable functions to describe complex systems: from 3D shapes to dynamic processes (like population growth) and infinite approximations. This chapter explores three critical advanced topics: multivariable calculus, differential equations, and series—each with deep ties to science, engineering, and economics.
4.1 Multivariable Calculus
Most real-world phenomena depend on multiple variables (e.g., temperature depends on location and time). Multivariable calculus generalizes single-variable concepts to functions with 2, 3, or more inputs.
4.1.1 Functions of Multiple Variables
A function of two variables is a rule that assigns a unique output to each pair in its domain (a set of points in the 2D plane). For example:
- : Models the height of a paraboloid at
- : Models temperature at position and time
Domain and Range
- The domain of is all where is defined (e.g., avoid division by zero or square roots of negatives)
- The range is all possible output values
Example: Find the domain of
The expression under the square root must be non-negative:
Thus, the domain is all points inside or on a circle of radius 2 centered at the origin (a closed disk).
3D Graphs: Visualizing Multivariable Functions
The graph of is the set of points where —a surface in 3D space. Common surfaces:
- Plane: (flat surface)
- Sphere: (set of points at distance from the origin)
- Paraboloid: (bowl-shaped surface opening upward)
4.1.2 Partial Derivatives
Partial derivatives measure how a multivariable function changes when one variable changes while others are held constant. They generalize the single-variable derivative.
Definition and Notation
For , the partial derivative with respect to (denoted , , or ) is:
Similarly, the partial derivative with respect to is:
Calculation: Treat Other Variables as Constants
To compute , differentiate with respect to , treating as a constant. Use standard derivative rules (power rule, chain rule, etc.).
Example 1: Basic partial derivatives
Find and for .
-
For (treat as constant):
- Derivative of : (power rule: is constant)
- Derivative of : (chain rule: derivative of with respect to is )
- Result:
-
For (treat as constant):
- Derivative of : (power rule: is constant)
- Derivative of : (chain rule: derivative of with respect to is )
- Result:
Geometric Meaning
- is the slope of the tangent line to the surface at when sliced parallel to the -plane (holding fixed)
- is the slope of the tangent line when sliced parallel to the -plane (holding fixed)
4.1.3 Multiple Integrals
Multiple integrals extend definite integrals to 2D or 3D, calculating "total accumulation" over regions (e.g., volume under a surface, mass of a plate with variable density). We focus on double integrals (over 2D regions).
Definition: Double Integrals as Volume
For a non-negative function over a region in the -plane, the double integral gives the volume of the solid under the surface and above .
It is defined as a limit of Riemann sums (summing volumes of small rectangular prisms):
where is the area of each subrectangle, and is a sample point in the -th subrectangle.
Calculation: Iterated Integrals
Double integrals are computed as iterated integrals: integrate with respect to one variable first, then the other.
-
For a region bounded by to and to (Type I region):
-
For a region bounded by to and to (Type II region):
Example: Compute the volume under over the rectangle
Step 1: Set up the iterated integral (Type I region):
Step 2: Integrate with respect to first (treat as constant):
Step 3: Integrate the result with respect to :
The volume is 3 cubic units.
4.2 Differential Equations
Differential equations relate a function to its derivatives, modeling dynamic systems (e.g., population growth, radioactive decay, or electric circuits).
4.2.1 Basic Concepts
- A differential equation (DE) is an equation containing a function and its derivatives
- Order: The highest derivative in the equation (e.g., is first-order; is second-order)
- Solution: A function that satisfies the DE. A general solution includes all possible solutions (often with constants); a particular solution fixes these constants (using initial conditions)
4.2.2 First-Order Differential Equations
These involve (the first derivative) but no higher derivatives. We focus on two solvable types: separable and linear.
1. Separable Equations
A DE is separable if it can be written as , where and terms can be separated:
Integrate both sides to solve.
Example: Solve with
Step 1: Separate variables:
Step 2: Integrate both sides:
Step 3: Simplify (general solution): (where )
Step 4: Apply initial condition :
Particular solution: (or , since )
2. Linear First-Order Equations
A linear DE has the form:
Solve using an integrating factor . Multiply both sides by , then the left side becomes the derivative of :
Integrate both sides and solve for .
Example: Solve (for )
Step 1: Identify ,
Step 2: Compute integrating factor:
Step 3: Multiply DE by :
Left side is (by product rule), so:
Step 4: Integrate both sides:
Step 5: Solve for :
4.2.3 Second-Order Linear DEs with Constant Coefficients
These have the form , where are constants. They model oscillating systems (e.g., springs, pendulums).
Homogeneous case (): Solve using the characteristic equation
- If roots (real):
- If roots (real, repeated):
- If roots (complex):
Example: Solve
Step 1: Characteristic equation: (repeated root)
Step 2: General solution:
4.3 Series
Series are infinite sums of terms, used to approximate functions, analyze convergence, and solve DEs.
4.3.1 Sequences and Series Basics
- A sequence is an infinite list . It converges if (a finite number); otherwise, it diverges
- A series is the sum of a sequence: . The n-th partial sum is . The series converges if (a finite sum); otherwise, it diverges
Example: Geometric Series
A geometric series has the form , where and is the common ratio.
- It converges if , with sum
- It diverges if
Example: Evaluate
This is a geometric series with , (since , it converges).
Sum:
4.3.2 Convergence Tests
To determine if a series converges (without computing partial sums), use these tests:
- Divergence Test: If , the series diverges
- Comparison Test: For positive terms, if and converges, then converges. If diverges, diverges
- Ratio Test: For positive terms, compute
- If , converges
- If , diverges
- If , test is inconclusive
4.3.3 Power Series
A power series is a series of the form , where is the center and are coefficients. It converges for in an interval around (the interval of convergence) with radius (radius of convergence).
Example: Find the interval of convergence for
Step 1: Apply the ratio test:
Step 2: Since for all , the radius of convergence , and the interval of convergence is
4.3.4 Taylor and Maclaurin Series
A Taylor series approximates a function around a point using its derivatives:
where is the -th derivative of at . A Maclaurin series is a Taylor series with :
Common Maclaurin Series
- (converges for all )
- (converges for all )