Another simple square root problem

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
5 replies · 6K views
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 [itex]x^2=25[/itex] by taking the square root is a bit sloppy, IMO. What you are really doing is a shortcut for the following:

[itex]x^2-25=0[/itex]

[itex](x-5)(x+5)=0[/itex]

[itex]x-5=0[/itex] or [itex]x+5=0[/itex]

[tex]x=5[/itex] or [itex]x=-5[/itex]<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.[/tex]