View Single Post
Old Sep 24, 2006 | 12:16 PM
  #4  
Schwa's Avatar
Schwa
Schiggity
 
Joined: Dec 2004
Posts: 1,049
Likes: 0
From: Calgary, Canada
Default

x^2 + 1/x^2 - 2

is the same as :

x^4 - 2x^2 + 1

after you multiply every term by x^2.

Then that is just a perfect square so when youfactor it you get

(x^2-1)(x^2-1)

which is two differnece of squares which gives:
(x+1)(x-1)(x+1)(x-1)

Hope that helps.
Reply