Calculus Multivariable
ConceptCalculus - Multivariable
Multivariable Calculus
Limits and Continuity
For f(x,y) → L as (x,y) → (a,b):
Test continuity: check if limit equals function value.
Key idea: Limit must be same approaching from any direction.
Partial Derivatives
Clairaut’s Theorem: ∂²f/∂x∂y = ∂²f/∂y∂x (if both continuous)
Chain Rule
If z = f(x,y) where x = g(t), y = h(t):
General Chain Rule: For any number of variables.
Directional Derivatives
Directional derivative in direction of unit vector u = (a,b):
Gradient
Gradient vector:
Properties:
- D_uf = ∇f · u = |∇f|cos θ
- Maximum rate of change = |∇f|
- Direction of ∇f = direction of maximum increase
Tangent Planes
For z = f(x,y), tangent plane at (a,b):
Linearization
Extrema
Critical points: Where f_x = 0 and f_y = 0.
Second Derivative Test:
- D > 0, f_{xx} > 0: local minimum
- D > 0, f_{xx} < 0: local maximum
- D < 0: saddle point
- D = 0: inconclusive
Lagrange Multipliers: For constrained optimization: ∇f = λ∇g at optimum.
Multiple Integrals
Double Integral:
Volume:
Average Value:
Change of Variables
For transformation T: (u,v) → (x,y)
Jacobian: |∂(x,y)/∂(u,v)| = determinant of matrix.
Polar Coordinates
x = r cos θ, y = r sin θ
Triple Integrals
Cylindrical: (x=rcosθ, y=rsinθ, z=z) dV = r dr dθ dz
Spherical: (x=ρ sin φ cos θ, y=ρ sin φ sin θ, z=ρ cos φ) dV = ρ² sin φ dρ dφ dθ