How to solve $x+\sqrt{1+x^2}=3\sqrt{3}$ for $x$?

52 Views Asked by At

How do I solve the following equation for x:

$x+\sqrt{1+x^2}=3\sqrt{3}$

I'm failing miserably in isolating the $x$

2

There are 2 best solutions below

1
On BEST ANSWER

Writing your equation in the form

$$\sqrt{1+x^2}=3\sqrt{3}-x$$ and by squaring we get $$1+x^2=27+x^2-6\sqrt{3}x$$ so we get $$6\sqrt{3}x=26$$ Can you finish?

0
On

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

$$\implies\sqrt{1+x^2}-x=\dfrac1{3\sqrt3}$$

Can you take it from here?