Solve the quadratic equation

282 Views Asked by At

$$ \sqrt{a-\sqrt{a+x}}=x $$ This equation contains one variable x we have to find the value of x.I tried to simplify it but it doesn't work....i have also tried the basic concepts of quadratics but it is just waste

2

There are 2 best solutions below

0
On

Square both sides to get rid of the square root: $$a-\sqrt{a+x}=x^2$$ Isolate the radical: $$\sqrt{a+x}=a-x^2$$ Square both sides to get rid of the square root: $$a+x=x^4-2ax^2+a^2$$ Set the polynomial equal to $0$: $$0=x^4-2ax^2-x+(a^2-a)$$ Now, this is a depressed quartic, which can be solved using Ferrari's Solution or any other method of solving depressed quartics. Once you find the four solutions to this polynomial, plug them back into the original equation to make sure there are no extraneous solutions.

0
On

If the question is $\sqrt{a-(\sqrt{a}+x)}=x$.

Then let $t=\sqrt{a}+x $. So $ a-t=x^2$ i.e $ t=(\sqrt{a}-x)(\sqrt{a}+x)$. i.e $1=\sqrt{a}-x$

Therefore $$x=\sqrt{a}-1$$