2

Is the "Square Root of 4" equal to ±2 or 2? And the twist here is that if it is equal to ±2, then, what is "√4 + 2"? Is "√4 + 2" equal to just "4", or "4 and 0"? I am studying root right now and I just cant figure it out.

1 Answers1

1

The square root of $a$, $\sqrt{a}$ where $a\geq 0$ is defined as the unique, nonnegative number which yields $\sqrt{a}\cdot\sqrt{a}=a$. The same goes for the $n$-th root of $a$.

If instead you are looking at a quadratic equation $x^2=4$, you are interested in all solutions to this equation. Here you get that not only $\sqrt{4}=2$ is a solution but also $-\sqrt{4}=-2$.

Hirshy
  • 5,040