Solving (x+6/x)² - 2(x-6/x) - 35 = 0 by expanding

  • Thread starter Thread starter tornzaer
  • Start date Start date
  • Tags Tags
    Algebra
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
4 replies · 3K views
tornzaer
Messages
77
Reaction score
0
Homework Statement
(x+6/x)^2-2(x-6/x)-35=0

Fine the values of x.


The attempt at a solution
Let y=x+6/x

y^2-2y-35=0
(y-7)(y+5)=0
y=7 or y=-5

Check:
x+6/x=7
x^2-7x+6=0
(x-6)(x-1)=0

and

x+6/x=7
x^2+5x=0
(x+3)(x+2)=0

Therefore, x=6 or x=1 or x=-3 or x=-2



Now, my teacher says there is another way to do it. He says by expanding it, the values of x can be found through algebra. I've the the way I know, but can someone tell me how to do this other way? Thank you.
 
Physics news on Phys.org
tornzaer said:
Homework Statement
(x+6/x)^2-2(x-6/x)-35=0

Fine the values of x.


The attempt at a solution
Let y=x+6/x

y^2-2y-35=0
(y-7)(y+5)=0
y=7 or y=-5

Check:
x+6/x=7
x^2-7x+6=0
(x-6)(x-1)=0

and

x+6/x=7
x^2+5x=0
(x+3)(x+2)=0

Therefore, x=6 or x=1 or x=-3 or x=-2



Now, my teacher says there is another way to do it. He says by expanding it, the values of x can be found through algebra. I've the the way I know, but can someone tell me how to do this other way? Thank you.
Expanding it just means carrying out the multiplication in the factored forms.
(x+6/x)^2-2(x-6/x)-35=0
x^2 + 12 + 36/x^2 -2x + 12/x - 35 = 0

You'll need to multiply both sides by x^2 to get rid of the x terms in the denominators, which means you'll end up with a 4th degree equation, which could be hard to factor. In this case, however, you already know the roots of the equation, so the factors will be (x - 6) and so on.
 
I tried to delete my first post - it didn't work. Sorry.

If the original equation truly is

[tex] \left(x + \frac 6 x \right)^2 - 2 \left(x - \frac 6 x \right) - 35 = 0[/tex]

then the given substitution will not solve it, as the two variable terms in are not identical.

Notice that none of [tex]6, 1, -3, -2[/tex] actually solve the equation in the form given above.

the rest of my original post was wrong and has been deleted. I just played around with this in Sage (a very neat program, by the way, that runs on Linux and Mac OS 10). If both the terms of the original equation are [tex]x - \frac 6 x[/tex] then the submitted method works.
 
Last edited:
If the original equation truly is

[tex] \left(x + \frac 6 x \right)^2 - 2 \left(x - \frac 6 x \right) - 35 = 0[/tex]

then the given substitution will not solve it, as the two variable terms in are not identical.

Notice that none of [tex]6, 1, -3, -2[/tex] actually solve the equation in the form given above. I don't believe they solve it in the form that seems to be intended, and that is why the teacher gave the hint about there being another method of solution.
 
Guys, I figured it out. I just expanded it and then did long polynomial divisions to get the factors along the way. Thanks for the responses. :)