GO

Limits of Multivariate Functions

  • We may approach a point in 3D space from infinitely many paths, from infinitely many directions and angles
  • To prove that the limit does not exist, only need to find a counterexample: 2 paths in which the limit differ
  • There are a few simple and common limits we can test first
Procedure: Counterexample Path Tests
Straight Line Test
  • This checks the limit approached by all straight lines to the target point
    • Check for approaching from axis:
    • Check for approaching from axis:
    • Check for general equation of a line:
  • Replace the limit equation with the new values
Parabolic Line Test
  • This checks the limit approached by all parabolic paths to the target point
    • Check for approaching from vertically-opening parabola:
    • Check for approaching from horizontally-opening parabola:
Procedure: Polar / Lasso Test
  • If the limit exists, no matter what kind of path approaches our point, the distance to the point, , will approach 0. This motivates the polar definition
  1. Convert the variables of the limit from form to form
  2. Convert all in the function into
  3. Simplify and evaluate; ensure that the final expression will not go to infinity or undefined

Example: Limit Testing with Polar Coordinates

Given function , determine whether the limit exists at .

Note that it is necessary to check that the final expression is bounded, and will not "blow up" to infinity or undefined. Therefore, this means that for all paths and angles on the graph of approaching , the limit is defined.

Tangent Planes and Normal Lines to Smooth Function in 3D space

Procedure: Finding a Tangent Plane given a Function and Point
  • Tangent planes are used to approximate the behaviour of our multivariate function
  • Given a function and a point , we find thee equation of the planet tangent to that point by

Example: Finding Tangent Plane given Function and Point

Find the equation of the tangent plane to to at point .

Linear Approximation and Differentials

Procedure: Linear Approximation
  • Given a function and point and asked to approximate the value at , we conceive a more convenient point for evaluating and the linear approximation is
Procedure: Differentials
  • The small incremented difference between and the amount added to it

Example: Linear Approximation and Differentials

Given function , estimate and compute the resulting differential.

Chain Rule for Paths

Procedure: Chain Rule for Paths
  • When asked to solve the derivative of a function to a variable, through which there are “intermediate variables” present, we may use the chain rule for paths.
  • For a function , where and , can be given by the following tree diagram and equation:

Note

If a function has only one variable, then we express it as the derivative. If a function has more than one variable, than express it as the partial derivative

Directional Derivatives and Gradient

Procedure: Directional Derivatives
  • Imagine that we are a bug travelling along a very short path over a function
  • We may find the rate of change of a function at the point along vector path , where is a unit vector, using directional derivatives:

Unitising the vector Given a generic direction vector , we unitise the vector by dividing it by its magnitude:

Local and Global Extrema

Unconstrained extrema
  • Find critical points
  • Find discriminant for each point
  • Use the following criteria to analyse the result:
DiscriminantValue of Result
0Undetermined
Smaller than 0Saddle Point
Larger than 0Larger than 0Local min
Larger than 0Smaller than 0Local max
Constrained extrema
  • The criteria for finding global extrema for multivariate functions is very similar to the criteria for single-variable calculus
  • If is a closed and bounded set in , and is continuous:
    1. attains a global maximum and global minimum in , and
    2. The global extreme occur at critical points or along the boundary of
  • It’s very important that is bounded; otherwise it may be impossible to find extrema
  • We may use two techniques for finding extrema along boundary in a systematic manner
Case 1: Function bounded by region defined by points
Procedure: Boundary Graphs
  • To find the global extrema of a continuous function over a closed, bounded :
    1. Find critical points of in by computing the partial derivatives in respect to each variable, and setting system of equations where and
    2. Draw a 2-d boundary graph lying on the plane for the restricted points
    3. Analyse each side of the boundary graph to determine extreme values of on the boundary of
    4. After finding all points, check whether each point adheres to the restriction
    5. Compute all points found into , and determine the minimum and maximum values
Case 2: Function bounded by or on region defined by function
Procedure: Method of Lagrange
  • The Method of Lagrange can be used to find extrema of a multivariate function subject to a function constraint
  • We first check for points residing on the constraint curve by setting the gradient of the constraint to the zero vector
  • We then use the principle of Lagrange Multipliers: the gradient of the function is a scalar multiple of the gradient of the constraint curve
  • Computing for each point then allows us to find the maxima and minima
  1. Find all such that and
  2. Find all such that and
  3. Plug in all points found into to compute the value and compare

Example: Method of Lagrange

Double Integral Over Box

  • Given a function and asked to find the volume over a rectangular region, the volume is given by
  • Find the boundaries of and use them as the integral bounds

Example: Double Integrals over Box

Find the volume of the body bounded by the surface function and ; .

Double Integral Over Region

  • There are two types of regions bounded in different ways, Type I and Type II
  • Warning: The order of integration here is NOT interchangeable!
Procedure: Double Integral Over Region
  1. Sketch the functions and determine region type and which functions are above and below
  2. Using the formula below, substitute the bounds of integration with the upper and lower functions respectively

Example: Double Integrals over Region

Evaluate where is the region bounded between and .

Double Integral in Polar

  • Simply convert all into

Change of Variables

Motivation: Change of Variables
  • Integrating areas bounded by functions in Cartesian coordinates require that an function “upper” bounds a “lower” function
  • However, this may be difficult for some regions; a region may be bounded by 2 functions, where no function acts as the upper or lower bound over a certain domain, making it impossible to integrate in Cartesian system
  • We use a transformation procedure to change our coordinate system to something more “convenient”, then apply a distortion factor to the result (Jacobian)
  • What constitutes a convenient transformation?
    • Function is easier to integrate (becomes standard integrals)
    • Bounds are less complex
Procedure: Transformation
  • The formula for transformation is as follows
  1. Find the functions bounding the desired region
  2. The bounding functions will be your “canonical” ; manipulate the further so that they can represent easily
  3. Find the bounds for those functions
  4. Compute the Jacobian (use sneaky trick)
Sneaky Trick: Jacobian Reciprocal
  • The Jacobian is defined as
  • Often times we have written in terms of , which means we can’t directly compute the Jacobian; we need to rewrite them in terms of which is time-intensive
  • A trick is that the reciprocal of the Jacobian, with respect to , is the same as the original Jacobian, that is

Applications of Double Integrals

Applications of double integral: mean value, mass, static moments, center of mass, moments of inertia)

Triple integral over a box. Fubini’s theorem application

(Iterated integral)

Triple integral over a simple region