MATH 251 Lecture 13

From Notes
Jump to navigation Jump to search

« previous | Wednesday, February 15, 2012 | next »


Gradient (Cont'd)

Vector quantity of a function:

  • Points in the direction of steepest ascent of f (perpendicular to level curves).
    • This direction is orthogonal to the surface... Why? (see below)
  • Magnitude is the rate of change.

Example

Find the gradient of f(x,y,z)=x2+y2+z2 at (2,1,3):

f=2x,2y,2zat (2,1,3)=4,2,6

(does WebAssign want the unit vector in that direction?)

f^=2,1,314


Find the magitude of the rate of change in that direction.

f=214

Tangent Plane to a surface

f acts as the normal vector to the plane:

Plane tangent to the surface f(x,y,z)=x2+y2z2 at the point (4,0,1).

f(4,0,1)=8,0,2

Therefore, the tangent plane at (4,0,1) is 0=8(x4)+0(y0)2(z1)