Finding log([x+y]/√5) given x/y + y/x = 3

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

Homework Statement


I am having problem with number 16ii)

1smhk0.jpg

Homework Equations


log([x+y]/sqrt5)

The Attempt at a Solution



Sorry still not used to latex
So I tried this
if x/y + y/x =3 then(

(x^2 + y^2)/xy = 3xy
x^2 + y^2 = 3xy
(x-y)^2 = xy
(x-y) = sqrt(xy)
(x-y)(x+y) = sqrt(xy)(x+y)
(x+y) = (x^2-y^2)/sqrt(xy)

But subbing in the new expression for (x+y) did not help me at all I end up getting the same thing over and over.
 
Physics news on Phys.org
lionely said:
x^2 + y^2 = 3xy
Good so far.
lionely said:
(x-y)^2 = xy
This leads to (i), for (ii) you can use the opposite direction. Getting (x-y)^2 again does not help I think.
 
By using the opposite direction you mean using the right side?
 
lionely said:

Homework Statement


I am having problem with number 16ii)

1smhk0.jpg

Homework Equations


log([x+y]/sqrt5)

The Attempt at a Solution



Sorry still not used to latex
So I tried this
if x/y + y/x =3 then(
What allows you to go from the above line to that below?
(x^2 + y^2)/xy = 3xy
x^2 + y^2 = 3xy
(x-y)^2 = xy
(x-y) = sqrt(xy)
(x-y)(x+y) = sqrt(xy)(x+y)
(x+y) = (x^2-y^2)/sqrt(xy)

But subbing in the new expression for (x+y) did not help me at all I end up getting the same thing over and over.
 
The uppermost line you quoted in the lower quote has a typo, the lines above and below are correct.
 
lionely said:

Homework Statement


I am having problem with number 16ii)

Homework Equations


log([x+y]/sqrt5)

The Attempt at a Solution



Sorry still not used to latex
So I tried this
if x/y + y/x =3 then
You start out OK.
(x^2 + y^2)/xy = 3xy
Whoops! You've jumped ahead of yourself here. Check your algebra. Remember, just because you add the terms on one side of an equation together, this does not imply that the other side is changed.
x^2 + y^2 = 3xy
Now, you've corrected yourself.
(x-y)^2 = xy
Whoops! Back in the weeds, again.

What happened to the factor of 3 on the RHS?
Is (x - y)2 = x2 + y2 ?

(x-y) = sqrt(xy)
(x-y)(x+y) = sqrt(xy)(x+y)
(x+y) = (x^2-y^2)/sqrt(xy)

But subbing in the new expression for (x+y) did not help me at all I end up getting the same thing over and over.

You've got to carefully check your algebra.
 
Okay I see that mistake and I get (x-y) = sqrt(xy) the correct way now. So how I can I get (x+y) from the x/y + y/x = 3 ?
 
lionely said:
So how I can I get (x+y) from the x/y + y/x = 3 ?
Yes. How did you get that? In other words, what is it that you intended to do in taking that step ?
 
I was hoping to get a new expression to sub in the log([x+y]/sqrt5) but the expression I get I think I showed it up the top and it doesn't help me
 
lionely said:
I was hoping to get a new expression to sub in the log([x+y]/sqrt5) but the expression I get I think I showed it up the top and it doesn't help me
simple question:

What is the algebraic step you took there ?
 
x/y + y/x =3 then

(x^2 + y^2)/xy = 3
x^2 + y^2 = 3xy
x^2 - 2xy + y^2 = xy
(x-y)^2 = xy
(x-y) = sqrt(xy)
(x-y)(x+y) = sqrt(xy)(x+y) [ multiplying both sides by (x+y) ]
(x+y) = (x^2-y^2)/sqrt(xy)
 
lionely said:
x/y + y/x =3 then

(x^2 + y^2)/xy = 3 OK: You used the common denominator to add fractions.
x^2 + y^2 = 3xy
x^2 - 2xy + y^2 = xy
At this point, I see that you subtracted 2xy . Why not add 2xy instead?
(x-y)^2 = xy
(x-y) = sqrt(xy)
(x-y)(x+y) = sqrt(xy)(x+y) [ multiplying both sides by (x+y) ]
(x+y) = (x^2-y^2)/sqrt(xy)
 
Oh because I'm an idiot sigh haha hmm wow . Okay thank you! Not sure why I couldn't see that...
 
SteamKing said:
x^2 + y^2 = 3xy
Now, you've corrected yourself.
(x-y)^2 = xy
Whoops! Back in the weeds, again.

What happened to the factor of 3 on the RHS?
Is (x - y)2 = x2 + y2 ?
Two steps in one, but this is correct. Your two questions answer each other.