Finding the Critical Point of a Multivariable Function

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
13 replies · 2K views
danny_manny
Messages
42
Reaction score
0

Homework Statement


find the critical point of,

x^(2)+y^(2)+2x^(-1)y^(-1)


Homework Equations


none



The Attempt at a Solution


Ok so first we differentiate the function such that fx = 0 and fy=0

doing this yields,

fx = 2x-2x^(-2)y^(-1)
fy = 2y-2x^(-1)y^(-2)

both set to equal this is where i lose it,
so i can i get 1/x^(3) = y but subbing this into fy helps me little.

any help would be appreciated thanks,
dan
 
Physics news on Phys.org
OK here's the function, as I read it from your post:

[itex]f = x^{2} + y^{2} + \frac{2}{xy}[/itex]

You get two lines describing the stationary points for each partial derivative
[itex]\frac{\partial f}{\partial y} = 0 ; 2y - \frac{2}{xy^{2}} = 0[/itex] therefore [itex]x = y^{-3}[/itex]

and similarly [itex]y = x^{-3}[/itex] from [itex]\frac{\partial f}{\partial x}[/itex]

So the place(s) where those lines cross is/are stationary.
 
Last edited:
book gives the answer as (-1,-1) and (1,1)
 
I'm totally lost on how the book arrives at the aforementioned answers.

Dan.
 
How can you find out where [itex]x=y^{-3}[/itex] crosses [itex]y=x^{-3}[/itex] ? Or are you lost earlier than this?
 
lost at that point.
 
Subbing either of those values into fx or fy doesn't seem to help me :(.
Dan.
 
Substituting the two equations into each other, as you said, you get x=(x-3)-3 (and/or y=(y-3)-3). From there it shouldn't be too hard.
 
ok i get how the book gets point (1,1) but how does it get (-1,-1).

thanks for your assistance so far.
Dan
 
danny_manny said:
ok i get how the book gets point (1,1) but how does it get (-1,-1).

thanks for your assistance so far.
Dan
You have x3y = 1 and xy3 = 1.

You could graph these.

Or use algebra to solve them simultaneously.
Solving the way Joffan suggested is one way. Maybe the exponents involved confused you.

Alternatively, you can notice that since x3y and xy3 each equal 1, they equal each other.

So, x3y = xy3 → x2 = y2 → x = ±y.

Substituting that back into either equation gives ±x4 = 1. (or ±y4 = 1)

Only the + sign works for real numbers, so you have x = y.

Finally you get x4 = 1.

Solving this for x should give the two answers you're looking for.​
 
ehild said:
How did you get point (1,1)?

ehild

subbing y=1/x^(3) into x=1/y^(3), which leads to 1=x^(8).
so x = 1 and y = 1