Finding Local Min/Max: Second Derivative Test

  • Thread starter Thread starter eurekameh
  • Start date Start date
  • Tags Tags
    Max
eurekameh
Messages
209
Reaction score
0
So we first find where fx(x,y) = 0 and fy(x,y) = 0, where fx and fy are the partial derivatives of z = f(x,y). Once we find those critical points, we use D = (fxx)(fyy) - (fxy)^2.
If D > 0 and fxx > 0, we have a local min at that point.
If D > 0 and fxx < 0, we have a local max at that point.
If D < 0, we have a saddle point.
If D = 0, no information can be found using the second derivative test.

My question is:
1. How do we deal with the D = 0 situation? How would we find if that point's a max or min?
2. What if fxx = 0?
 
Physics news on Phys.org
Bump'd/
 
The D = 0 case has to be examined more closely, but the means for doing that are not usually discussed in a first multivariate course.

It is analogous to what happens in single-variable calculus. If both f'(a) and f''(a) equal zero, it could mean that there is a point of inflection at x = a [e.g., x = 0 for f(x) = x3 ], but there could also be a very flat maximum or minimum there [as with x = 0 for f(x) = x4 ] .

What do you check? If there is a change of concavity at x = a (that is, the sign of f''(x) changes as x passes through a ) , then there is a point of inflection there. If the concavity does not change, x = a is an extremum.

You would need to do something comparable for z = f(x,y) , but now you have to make checks in two dimensions. (Imagine the fun you can have with functions of even more variables...)[Oh, and please don't 'bump' posts in PF; it doesn't get attention any faster, it just confuses the process of having Helpers check for threads needing help. (It raises the reply count and makes it look like the thread has already been getting help...)]
 
If f_{xx}= 0 then D\le 0.
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top