Another simple square root problem

AI Thread Summary
The square root of 25 is 5 because the square root function returns only the positive value. However, when solving the equation x² = 25, both x = 5 and x = -5 are valid solutions, leading to the notation x = ±5. This distinction arises because the square root function and the equation-solving process are different; the former yields only the principal root, while the latter considers both roots. The proper method to solve x² - 25 = 0 involves factoring, which clearly shows both solutions. Therefore, it's essential to recognize that equations can have multiple solutions, unlike the square root function.
dnt
Messages
238
Reaction score
0
why is the square root of 25 just 5

but when the question x^2 = 25, the answer becomes +/- 5?

whats the logic here? i don't quite get it. thanks.
 
Physics news on Phys.org
Square root is a function that returns the positive value only.

When you have the eqn,

X² = 25

then both x=5 and x = -5 are solutions of the eqn,

Which is why you write down the answer as x = +/- 5

If you applied the square root function to x², you would get

Sqrt(x²) = |x|
 
so its basically a matter of function vs equation?
 
Solving the equation x^2=25 by taking the square root is a bit sloppy, IMO. What you are really doing is a shortcut for the following:

x^2-25=0

(x-5)(x+5)=0

x-5=0 or x+5=0

x=5[/itex] or x=-5<br /> <br /> When you solve the equation by taking the square root (I should say <b>roots</b>), you have to <i>remember</i> that there are two of them.
 
More or less, yes.
 
In general, an equation like x2= a has two solutions.
One is the square root of a: \sqrt{a}.
The other is the negative of the square root of a:-\sqrt{a}.
 
I picked up this problem from the Schaum's series book titled "College Mathematics" by Ayres/Schmidt. It is a solved problem in the book. But what surprised me was that the solution to this problem was given in one line without any explanation. I could, therefore, not understand how the given one-line solution was reached. The one-line solution in the book says: The equation is ##x \cos{\omega} +y \sin{\omega} - 5 = 0##, ##\omega## being the parameter. From my side, the only thing I could...
Back
Top