Understanding Square Root rules to understand an equation

60 Views Asked by At

So this is an equation from one of the solutions in my textbook that I am trying to understand as part of solving a cholesky-factorization problem:

$$\sqrt{18-(\frac{a}{\sqrt2})^2} = \sqrt{\frac{36-a^2}{\sqrt2}} $$

Which square root rule applies here? Feels like I am missing some basics...

3

There are 3 best solutions below

1
On BEST ANSWER

That's because it isn't true. $$\sqrt{18-\left(\frac a{\sqrt2}\right)^2} = \sqrt{\frac{36-a^2}2}$$

Notice the $2$ in the right hand side as opposed to $\sqrt2$

0
On

$$\sqrt{18-\left(\frac{a}{\sqrt2}\right)^2} = \sqrt{18-\frac{a^2}{2}} = \sqrt{\frac{36-a^2}{2}};$$

as pointed out by @John Wayland Bales in a comment to the question, $\sqrt2$ on the right side of the equation in the question should be $2$.

2
On

It is $$18-\left(\frac{a}{\sqrt{2}}\right)^2=18-\frac{a^2}{2}=\frac{36-a^2}{2}$$