Functions of Several Variables2
Functions of Several Variables2
Functions of Several Variables2
n = a, b, c
is:
This equation is unique because it is set to zero For an equation, the point on the plane and a vector normal to the plane are needed It can be arranged to make
ax + by + cz = d
Finding Equation of a Plane: 1) Create two vector segments via subtraction 2) Cross the two new vectors since the cross product is perpendicular 3) Plug into equation 3) Isolate constants and variables
Example: A plane through three points Find the equation of a plane that contains Step 1:
Step 2:
and
R(0, 1, 5):
Step 3: Step 4:
Angle of Intersecting Planes: 1) The two normal vectors of each plane produce an angle identical to the angle of intersection 2) Solve for
cos()
between the two normal vectors using the dot product equation
Planes are parallel if their respective normal vectors are parallel (scalar multiples) Planes are orthogonal if their respective normal vectors are orthogonal (dot product is zero)
Example: Intersecting Planes Find the equation of the line of intersection of the planes Step 1: Set
z=0
and
and
R : 2x + y z = 7
n.
Therefore, this is
P Q (where Q scal n P Q.
is a point on the
1 It
v.
Then cross
| v|
Cylinders: Think of a cylinder as an extruded spline (with surfsculpt) If an equation is missing a variable, it is a cylinder (eg: Not all cylinders have this property though Cylinders extend in the dimension that is missing for innity and negative innity
z = x2
in
R3 )
R = [0, 3]
Level Curve:
f (x, y ) = c f (x, y ) =
where
is a constant
Ex:
9 x2 y 2 = c
is between 0 and 3 (range)
x 2 + y 2 = 9 c2 c
Partial Derivatives:
A partial derivative ( ) simply is the computation of a derivative that is stated while the other variables are made as constants Ex:
z = 2x sin(y )
z = 2 sin(y ) x
Higher Order:
2f = fxx = (fx ) 2 x x
A partial derivative is dierentiable if all of its (rst order) partial derivatives are continuous at a point
(a, b)
for continuous functions
fxy = fyx
Implicit Dierentiation:
dy dx = Fx Fy
To implicitly dierentiate, compute partial derivatives but be careful of implicitly dened functions
Eg:
z x
of
x3 + y 3 + z 3 + 6xyz = 1
where
is implicit for
and
y
and is not constant
3x2 + 3z 2
Directional Derivative:
f = fx , fy , fz D u f = f u
Since Maximum gradient) Value of Maximum Ascent: (where
is a
unit vector
a, b, c
from
u |u|
f u = | f || u | cos(), = 0 is the largest value because | u |=1 f u is in the direction of maximum derivative (always ascent: u = |f| |f| x
and
in direction of the
to level curves
F (x, y, z ) = 0: Fx (x0 , y0 , z0 )(x x0 ) + Fy (x0 , y0 , z0 )(y y0 ) + Fz (x0 , y0 , z0 )(z z0 ) = 0, P0 (x0 , y0 , z0 ) and z = F (x, y ) z = f (x, y ) : z = Fx (x0 , y0 )(x x0 ) + Fy (x0 , y0 )(y y0 ) + F (x0 , y0 ) L(x, y ) = Fx (x0 , y0 )(x x0 ) + Fy (x0 , y0 )(y y0 ) + F (x0 , y0 )
Maximum/Minimum Problems:
Critical Point:
2) Fx or Fy DN E
Discriminant: 1. 2. 3. 4.
If D > 0 and fxx (a, b) > 0, then f (a, b) is a local minimum If D > 0 and fxx (a, b) < 0, then f (a, b) is a local maximum If D < 0 then f (a, b) is a saddle point If D = 0 it's inconclusive
Closed Set: Set of points that contains all its boundary points Bounded Set: Set of points that is contained within some bigger nite circle Extreme Value Theorem: If
D,
then
attains an absolute
in
(no need to do second derivative test) and see if it's inside boundary
x2 + y 2 25),
x = a cos()
y = a sin()
where
Note: To nd the shortest distance between two regions, you can use the distance formula. Doing partial derivatives on it is nasty, so square both sides and then nd the critical points as usual. Then plug the and
Lagrange Multipliers:
Find all
(x, y, z )
and
such that
f (x, y, z ) = g (x, y, z ) x, y, z )
usually cannot equal zero and thus can be divided (same with
Note: If the boundary is given as a function with an equals sign, do not compute the critical point inside the region. Only compute it on the boundary. If the boundary is given as an inequality, compute the critical point inside the region as well as the points on the boundary.
Quadric Surfaces: