Equations involving squaring a variable under a radical sign

41 Views Asked by At

If anyone can help me with how to go about solving these kind of equations i would really appreciate it. :-)

$$\sqrt{36-2x^2} = 4$$

Solve for X

3

There are 3 best solutions below

1
On

$36-2x^2 = 16$

$\frac{36-16}{2} = x^2$

$x= \pm \sqrt{10}.$

0
On

I would start by looking at how to get rid of the square root sign on the left-hand side of the equation. Then I would look at isolating your variable, i.e. x. What did you attempt already?

3
On

Square both sides:

$$36-2x^2=16$$ $$ -2x^2+20=0$$ $$ 2x^2-20=0$$ $$x^2-10=0$$ $$x = ±\sqrt{10}$$

Now we need to check for extraneous solutions. You can then substitute these values of $x$ in the LHS, and check they equal the RHS.