- #1
musicmar
- 100
- 0
Homework Statement
Find the critical points of the function. Then use the second derivative test to determine whether they are local minima or maxima(or state that the test fails).
f(x,y)=(x-y)(e(x2-y2))
The Attempt at a Solution
fx=(x-y)(2x(e(x2-y2)))+(e(x2-y2))=0
fy=(x-y)(-2y(e(x2-y2)))-(e(x2-y2))=0
(e(x2-y2))((x-y)(2x)-1)=0
e^anything can never be 0, so:
2x2-2xy-1=0
fy=(-2yx+2y-1)(e(x2-y2))=0
(2y2-1)/(-2y)=x
Substituting into fx:
2((2y2-1)/(-2y))2-2y((2y2-1)/(-2y))-1=0
((4y4-4y2+1)/-2y2)+2y2-2=0
-2y2+2-(1/2)y-2-2=0
(-1/2)y-2=0
Here is where I run into problems. y-2 can never be 0.
If someone could check my derivatives and my algebra, that would be great.
Thanks.