Multiple Variable Min Max Question

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
3 replies · 2K views
stau40
Messages
37
Reaction score
0

Homework Statement


Find the critical point for z=(x^5)y+(xy^5)+xy


Homework Equations


fx(x,y)=(5x^4)y+(y^5)+y=0
fy(x,y)=x^5+(5xy^4)+x=0

The Attempt at a Solution


After finding fx and fy shown above, I attempt to find the critical points in one of the equations above, but the only number that works (that I can think of) is x=0 or y=0 and this doesn't seem correct to me after substituting it into the other equation. Am I doing something wrong?
 
Physics news on Phys.org
After factoring I'm left with:

fx(x,y)=y(5x^4+y^4+1)=0
fy(x,y)=x(x^4+5y^4+1)=0

Since both equations are to an even power (can't be negative), it brings me to the conclusion that only x=y=0 works.
 
stau40 said:
After factoring I'm left with:

fx(x,y)=y(5x^4+y^4+1)=0
fy(x,y)=x(x^4+5y^4+1)=0

Since both equations are to an even power (can't be negative), it brings me to the conclusion that only x=y=0 works.

Right. The second factors can never be zero. So the first must.