MATH 251 Lecture 17

From Notes
Jump to navigation Jump to search

« previous | Monday, February 27, 2012 | next »


Second Derivative Test

The second derivative depends partially on the Taylor series of the function. Given ,

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 T_1(x_0+h,y_0+k) = f(x_0,y_0) + \frac{\partial f}{\partial x} (x_0, y_0) \cdot h + \frac{\partial f}{\partial y} (x_0, y_0) \cdot k}

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 T_2(x_0+h,y_0+k) = T_1(x,y) + \frac{1}{2} \left( \frac{\partial^2 f}{\partial x^2} (x_0,y_0) \cdot h^2 + 2 \frac{\partial^2 f}{\partial x \partial y} (x_0, y_0) \cdot hk + \frac{\partial^2 f}{\partial y^2} (x_0, y_0) \cdot k^2 \right)}

The partial derivatives of the stuff in "()" are coefficients for variation in and 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 y}

From linear algebra, 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 ah^2 + 2bhk + ck^2} is equal to the following matrix multiplication:

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{pmatrix}h&k\end{pmatrix} \begin{pmatrix}a&b\\b&c\end{pmatrix} \begin{pmatrix}h\\k\end{pmatrix} }

For small variations in and , we find the directions in which curves around critical points:

, where and , assuming

Consider the hessian matrix

Conclusive

  1. Minimum: (determinant is positive)
  2. Maximum: (determinant is positive)
  3. Saddle Surface: (determinant is negative) or

Inconclusive (if determinant of matrix is 0)

  1. cylinder: or
  2. plane:

By the way, in almost all cases, .

Linear Algebra Stuff

If , then by a rotation of coordinates , f_{x'y'} = 0


Example

Find and classify any Critical points of the function

So the critical points are (-5/3, 0), (0, 0), (-1, 2), (-1, -2)

So the Hessian matrix is , and the determinant at critical points are:

  1. (min/max); (max since )
  2. (min/max); (min since )
  3. (Saddle)
  4. (Saddle)

The values at each of the critical points are:

  1. 233/27
  2. 4
  3. 7
  4. 7