Unit 5 - Notes

MTH174 7 min read

Unit 5: Multivariate Calculus

1. Limit, Continuity, and Differentiability of Functions of Two Variables

1.1 Functions of Two Variables

A function of two variables, usually denoted as , is a rule that assigns a unique real number to every ordered pair in a specific set (the domain) in the -plane.

1.2 Limits

The limit of a function as approaches is , written as:

This means that the value of can be made as close to as desired by choosing sufficiently close to .

Crucial Point for Multivariable Limits:
For the limit to exist, must approach along every possible path passing through . If you can find two different paths (e.g., along the x-axis, y-axis, or a line ) that yield different limit values, the limit does not exist.

1.3 Continuity

A function is continuous at a point if:

  1. is defined.
  2. exists.
  3. .

If a function is continuous at every point in a region , it is continuous over . Polynomials, rational functions, and trigonometric functions are continuous on their domains.

1.4 Differentiability

A function is differentiable at if its change can be expressed as:

where as .

  • Partial Derivatives: and must exist.
  • Total Differential: The total differential (or ) is given by .
  • Theorem: If the partial derivatives and exist and are continuous in a region containing , then is differentiable at . (Differentiability implies continuity, but the mere existence of partial derivatives does not).

2. Chain Rule

The chain rule in multivariable calculus extends the single-variable concept to functions of multiple variables.

Case 1: One Independent Variable

If is a differentiable function of and , where and are differentiable functions of , then is a function of , and:

Case 2: Two (or More) Independent Variables

If , where and , then is a function of and . The partial derivatives are:

Tree Diagrams: Drawing a tree diagram (from to and then to ) helps map out the paths. You multiply derivatives along a path and add the results of different paths.


3. Change of Variables

Changing variables simplifies the integration or differentiation of complex functions, often moving from Cartesian coordinates to Polar, Cylindrical, or Spherical coordinates.

To change variables in partial derivatives, the chain rule is utilized. If changing from to , you solve for the new partials and in terms of the old ones.

In multiple integrals, changing variables requires the use of the Jacobian determinant to scale the area/volume element:

(See section 5 for the detailed definition of the Jacobian).


4. Euler’s Theorem for Homogeneous Equations

4.1 Homogeneous Functions

A function is said to be a homogeneous function of degree if, for any scalar :

4.2 Euler's Theorem

If is a differentiable homogeneous function of degree , then:

4.3 Second-Order Euler's Theorem (Deduction)

By differentiating the first-order theorem, we obtain the second-order relation for a homogeneous function of degree :


5. Jacobians

5.1 Definition

If and are differentiable functions of and , the Jacobian of and with respect to and , denoted by or , is defined as the determinant of the Jacobian matrix:

5.2 Properties of Jacobians

  1. Chain Rule for Jacobians: If are functions of , and are functions of , then:
  2. Inverse Property: If are functions of , then:
  3. Functional Dependence: If the Jacobian identically in a region, then and are functionally dependent (i.e., there exists a relation ).

6. Extrema of Functions of Two Variables

Finding the maximum and minimum values (extrema) of surfaces in 3D space.

6.1 Critical Points

A point is a critical point of if:

  1. AND , OR
  2. One or both partial derivatives do not exist at .

6.2 The Second Derivative Test

To classify the critical point where and , we use the discriminant (or Hessian determinant) :

Let , , and . Then .

Conditions:

  1. If and (or ), then is a Local Minimum.
  2. If and (or ), then is a Local Maximum.
  3. If , then is a Saddle Point (neither a max nor a min).
  4. If , the test is inconclusive (further analysis is needed).

7. Lagrange’s Method of Undetermined Multipliers

This method is used for constrained optimization: finding the local maxima and minima of a function subject to equality constraints.

7.1 The Setup

  • Objective Function: (the function to maximize/minimize)
  • Constraint: (or )

7.2 The Lagrangian Function

Introduce a new scalar variable (the Lagrange multiplier) and construct the Lagrangian function :

(Note: Sometimes it is written as . Both yield the same optimal coordinates).

7.3 Solving the System

To find the critical points, take the partial derivatives of with respect to and , and set them to zero:

  1. (which is just the constraint equation)

Solve this system of equations simultaneously to find the points . Evaluate the original function at these points to determine the maximum and minimum values.