Multivariable Calculus Differentiation Summary
Multivariable Calculus Differentiation Summary
For a function f(x, y) to be considered continuous at a point (a, b), the limit of f(x, y) as (x, y) approaches (a, b) must exist and equal f(a, b). This means that the limit has to be the same regardless of the path taken to approach (a, b).
Scalar functions are mappings that yield a single scalar value, such as temperature T(x, y, z), which provides a temperature reading at each point in space . Vector functions yield vectors, having both magnitude and direction, such as velocity fields F(x, y, z) = iF_i + jF_j + kF_k, which assigns a velocity vector to each point in space .
Euler's Theorem states that if a function f(x, y) is homogeneous of degree n, then the relationship x(∂f/∂x) + y(∂f/∂y) = n f(x, y) holds . This theorem is significant because it provides a way to express the value of a homogeneous function of degree n as a sum involving its first-order partial derivatives, linking the geometry of the function to its algebraic properties.
A function f(x, y) is homogeneous of degree n if it satisfies the condition f(tx, ty) = t^n f(x, y) for any t. To verify this, substitute tx and ty into the function and simplify; the result should be t^n times the original function .
For f(x, y) = x^2 + y^2, applying Euler's Theorem involves checking if x(∂f/∂x) + y(∂f/∂y) equals two times f(x, y). Compute ∂f/∂x = 2x and ∂f/∂y = 2y. Then x(∂f/∂x) + y(∂f/∂y) = 2x^2 + 2y^2 = 2(x^2 + y^2). Thus, f(x, y) is homogeneous of degree 2, satisfying Euler’s Theorem.
Lagrange multipliers provide a method to find the local maxima or minima of a function subject to equality constraints by solving the system of equations formed by setting the gradient of the function equal to a constant (λ) times the gradient of the constraint function: ∇f = λ∇g . This implies that at the optimum points, the gradients of f and g are parallel. The method requires the constraint function g to be differentiable and the feasible region defined by g to be such that its gradient is non-zero at the points of interest.
Divergence of a vector field F, given by ∇·F = ∂F_i/∂x + ∂F_j/∂y + ∂F_k/∂z, measures the degree to which the field is expanding or compressing at a given point . Curl, expressed as ∇×F, represents the rotation or the swirling strength and direction of the field around a point . A zero curl indicates an irrotational field while a divergence of zero indicates a solenoidal, or incompressible, field.
The gradient of a scalar field φ(x, y, z) is a vector that points in the direction of the greatest rate of increase of φ, given by ∇φ = (∂φ/∂x)i + (∂φ/∂y)j + (∂φ/∂z)k . The lengths of the components represent the rate of change in each respective direction.
To find local maxima or minima for a function z = f(x, y), one must first find the critical points by solving ∂f/∂x = 0 and ∂f/∂y = 0 . For each critical point, calculate the determinant D = (∂²f/∂x²)(∂²f/∂y²) - (∂²f/∂x∂y)². If D > 0 and ∂²f/∂x² > 0, it's a local minimum; if D > 0 and ∂²f/∂x² < 0, it's a local maximum. If D < 0, the point is a saddle point.
The directional derivative of a scalar field φ in the direction of a unit vector a is computed as DIφ = ∇φ · a = |∇φ| cosθ . It measures the rate of change of φ in the specified direction a, reflecting how quickly the function changes at a particular point.