alg

This topic has expert replies
Source: — Problem Solving |

Master | Next Rank: 500 Posts
Posts: 127
Joined: Tue Oct 02, 2007 9:35 am
Thanked: 1 times

by arocks » Mon Oct 08, 2007 12:08 pm
(x+1/x)^2 - (x-1/x)^2 = ?

Let (x+1/x)=a
and (x-1/x)=b

so, the eqn becomes a^2-b^2
we know a^2-b^2 = (a+b) (a-b)
so, [(x+1/x)+(x-1/x)] [(x+1/x)-(x-1/x)]
or 2x*2/x = 4

Ans: E

Master | Next Rank: 500 Posts
Posts: 184
Joined: Sat Apr 14, 2007 9:23 am
Location: Madison, WI
Thanked: 17 times

by ldoolitt » Mon Oct 08, 2007 1:57 pm
Or you could just expand the two.

(x+1/x)^2 - (x-1/x)^2
= (x^2 + 2 + 1/x^2) - (x^2 - 2 + 1/x^2)
= 4