bigplanet401
- 101
- 0
I don't know what to say. sqrt(4) = +/- 2, but constants are fixed. When written sqrt(4), it seems sqrt(4) is a constant, but not in the latter case. Help!
The square root of 4 is definitively 2, as the square root function only returns the principal (positive) root. While both 2 and -2 are solutions to the equation x² = 4, the notation sqrt(4) specifically refers to the positive root, which is 2. The confusion arises from the distinction between the square root function and the squaring function, where the latter can yield both positive and negative solutions. Therefore, sqrt(4) is a constant value of 2, not +/- 2.
PREREQUISITESStudents, educators, and anyone interested in clarifying mathematical concepts related to square roots and algebraic equations.
bigplanet401 said:I don't know what to say. sqrt(4) = +/- 2, but constants are fixed. When written sqrt(4), it seems sqrt(4) is a constant, but not in the latter case. Help!
A better way to solve the equation ##x^2 = 4## is to write it as ##x^2 - 4 = 0## or (x - 2)(x + 2) = 0, from which we get x = 2 or x = -2. No funny business with taking the square root of both sides needed.jack476 said:No, square root of 4 is 2 and only 2, but 2^2 OR (-2)^2 will be equal to 4.
So if you're confronted with something like √x =2, then x is 4. The square root function cannot return a negative real number.
On the other hand, if you've got x^2 = 4, then both x = 2 and x = -2 are valid solutions to that algebraic equation. If you were to solve that equation by taking the square root of both sides, you would have to include x = -2 along with the x = 2 that would be returned by that operation because, unlike the square root function, the squaring function has values for all real numbers.