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 Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle 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 Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle f(x,y,z) = x^2 + y^2 + z^2} at Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle (2,1,3)} :

Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \begin{align} \nabla f &= \left\langle 2x, 2y, 2z \right\rangle \\ \mbox{at } (2,1,3) &= \left\langle 4,2,-6 \right\rangle \end{align}}

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

Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \hat{\nabla f} = \frac{\left\langle 2,1,-3 \right\rangle}{\sqrt{14}}}


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

Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \left\| \nabla f \right\| = 2 \sqrt{14}}

Tangent Plane to a surface

Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \nabla f} acts as the normal vector to the plane:

Plane tangent to the surface Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle f(x,y,z) = x^2+y^2-z^2} at the point (4,0,1).

Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \nabla f(4,0,1) = \left\langle 8,0,-2 \right\rangle}

Therefore, the tangent plane at (4,0,1) is Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle 0 = 8(x-4) + 0(y-0) - 2(z-1)}