0

I was learning to simplify a square root by factoring within the radical in order to organize it more effectively, such as $\sqrt{-52} = \sqrt{-1}\sqrt{13}\sqrt{4} = 2(\sqrt{13})i$ ... however, I was told it was incorrect to factor a positive number with two negatives, such as $\sqrt{16} = \sqrt{-4}\sqrt{-4}$, as this will produce a nonsensical answer. However, I find it makes sense!

$\sqrt{16} = \sqrt{-4}\sqrt{-4}$ = $2i(2i)$ $= 4i^2 = -4$... and since $-4^2 = 16$, it is not nonsense, but just the opposite of the the principle root.

Was my tutor erroneous, or am I?... Aside from this being less simple than the standard way.

Remy
  • 8,128
Jon G
  • 1

1 Answers1

3

$\sqrt x$ is a single valued function which is always positive.

Therefore, the answer to $\sqrt {16}$ is $\color{red}{\text{only}\; 4}$.

What you're doing wrong is that

$$ \sqrt {a \times b} =\sqrt a \times \sqrt b \; \text{if} \; a,b >0$$

Hence, $$\sqrt{(-4) \times (-4)}\neq \sqrt{-4}\times \sqrt{-4}$$

Jaideep Khare
  • 19,293