4
$\begingroup$

Sorry, I am not sure how to do the maths mark-up on this site but hopefully the question will make sense. I should know how to do this, but I have got myself stuck! Can anyone help?

$(x^2+x^{-2}-2)^{1/2}$

4 Answers 4

18

$\left(x-\frac{1}{x}\right)^2= \dots?$

  • 0
    @FarhadYusufali, I think you are. I can't see how my answer is "contradictory to jasoncube's". IMO, both are accurate2012-07-27
10

$ \sqrt{x^2 + x^{-2} - 2} = \sqrt{x^2 – 2(x)(x^{-1})+ (x^{-1})^2} =\sqrt{(x – x^{-1})^2} = |x – x^{-1}| $

2

What is $x^{-2}$ equal to? Hint: can you write it as a fraction? If so, I would then look at adding and subtracting fractions and go from there.

1

For $x\ne 0$, $x^2+x^{-2}-2=(x^4-2x^2+1)/x^2=(x^2-1)^2/x^2$. So taking square roots of both sides we get on the right side $|(x^2-1)/x|=|x-1/x|$.