Finding extreme values by partial differentiation.

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
4 replies · 2K views
toreil
Messages
9
Reaction score
0

Homework Statement


I sat my calculus exam at the end of june and of the questions on the paper required us to find the extreme values of the following equation:

[itex]g\left(x,y\right) = \left(x-1\right)\left(y-1\right)\left(x^{2} + y^{2} -2\right)[/itex]

The Attempt at a Solution


So i get:

[itex]\frac{\partial g}{\partial x} = 0 = \left(y-1\right)\left(3x^{2}-2x+y^{2} -2\right)[/itex]

[itex]\frac{\partial g}{\partial y} = 0 = \left(x-1\right)\left(3y^{2}-2y+x^{2} -2\right)[/itex]

From this I get 3 critical points [itex]\left(1,1\right), \left(1,-1\right), \left(-1,1\right)[/itex].

However in the answer sheet there are three more, but for the life of me I can't figure out how to get them. Is there a special trick that I'm missing out on? Any help would be much appreciated!

Final 3 points are included below for those who want to know them

[itex]\left(-\frac{1}{2},-\frac{1}{2}\right)[/itex]
[itex]\left(\frac{1}{2}-\frac{1}{\sqrt[]{2}},\frac{1}{2}+\frac{1}{\sqrt[]{2}}\right)[/itex]
[itex]\left(\frac{1}{2}+\frac{1}{\sqrt[]{2}},\frac{1}{2}-\frac{1}{\sqrt[]{2}}\right)[/itex]
 
Physics news on Phys.org
That's what I assumed to be the case, but unless I am doing something wrong I end up with

[itex]\left(x-\frac{1}{2}\right)^2 - \left(y-\frac{1}{2}\right)^2 = 0[/itex]

So the point is [itex]\left(\frac{1}{2},\frac{1}{2}\right)[/itex]

Thanks for the quick reply though!
 
toreil said:
That's what I assumed to be the case, but unless I am doing something wrong I end up with

[itex]\left(x-\frac{1}{2}\right)^2 - \left(y-\frac{1}{2}\right)^2 = 0[/itex]

So the point is [itex]\left(\frac{1}{2},\frac{1}{2}\right)[/itex]

Thanks for the quick reply though!

How did you solve [itex]\displaystyle \left(x-\frac{1}{2}\right)^2 - \left(y-\frac{1}{2}\right)^2 = 0\,?[/itex] There are more solutions than you gave.
[itex]\displaystyle \left(x-\frac{1}{2}\right)^2 = \left(y-\frac{1}{2}\right)^2[/itex]

taking the square root of both sides gives:
[itex]\displaystyle \left(x-\frac{1}{2}\right) = \pm\left(y-\frac{1}{2}\right)[/itex]
Can you solve that. The solution set is the union of two lines.
 
Wow yeah thanks, need to brush up on my more basic maths again I think. Thanks for the help from both of you! That question has been bugging me for a few weeks now =P.