What is the limitation of using the discriminant to find global extrema?

1MileCrash
Messages
1,338
Reaction score
41

Homework Statement



I really, really don't understand. My work shows one thing, and a simple look at the function shows another.

f(x,y) = .25x^2 + 5y^7 + 6y^2 - 3x

Find global max and min if they exist.

Homework Equations





The Attempt at a Solution



Took partial derivatives, solved each one for 0.

.5x - 3 = 0 => x = 6
35y^6 + 12y = 0 => y = 0

So a critical point is at (6,0), period.

Discriminant comes out to be

[.5][210y^5 + 12] - 0

Which comes out to be 6, since y = 0.

Therefore the discriminant is > 0, and the partial wrt x is > 0, so a global min occurs at (6,0). Period.



But wait! I submit this answer, and it basically says "nah, forget all that math crap. As y grows without bound, so does the function, so no global max or min."

?

Shouldn't the normal process lead me to that conclusion SOME HOW?
 
Physics news on Phys.org
The discriminant doesn't tell you anything about whether it is a global max or min. It tells you whether is a local max or min.
 
Dick said:
The discriminant doesn't tell you anything about whether it is a global max or min. It tells you whether is a local max or min.

I see...

but, why? and furthermore, local to what region?
 
1MileCrash said:
I see...

but, why? and furthermore, local to what region?

Local to the neighborhood of the critical point. And why? Because derivatives tell about the properties of a function near the point where you evaluate them, they don't tell you about what happens far away.
 
Dick said:
Local to the neighborhood of the critical point. And why? Because derivatives tell about the properties of a function near the point where you evaluate them, they don't tell you about what happens far away.

That makes sense. What determines the boundaries of the neighborhood of the critical point?
 
1MileCrash said:
That makes sense. What determines the boundaries of the neighborhood of the critical point?

It depends on the class of function you are dealing with. In this case it would be the higher derivatives. But that's not even important. The big point is just that the discriminant only tells you about local properties. Let's just say, "some neighborhood".
 
Dick said:
It depends on the class of function you are dealing with. In this case it would be the higher derivatives. But that's not even important. The big point is just that the discriminant only tells you about local properties. Let's just say, "some neighborhood".

Got it, thanks a lot!
 

Similar threads

Back
Top