Is sqrt(4) Equal to +2 or -2 and Where Is the Error in My Calculation?

  • Level: High School 
  • Thread starter Thread starter luxiaolei
  • Start date Start date
Join the discussion
Registration is free. Start your own thread to ask a follow-up.
5 replies · 2K views
luxiaolei
Messages
70
Reaction score
0
2 = sqrt(4) = sqrt(-1*-1*4) = sqrt(-1)*sqrt(-1)*sqrt(4) = -1*sqrt(4) = -2 ?


Where am I wrong? sqrt(4) = +2 or -2 in the last step? but see sqrt(4)=-1*sqrt(4), still wrong..

Thanks in advance
 
Mathematics news on Phys.org
Feldoh said:
2 = |sqrt(4)|

Thanks!,how silly am I...gosh...
 
luxiaolei said:
2 = sqrt(4) = sqrt(-1*-1*4) = sqrt(-1)*sqrt(-1)*sqrt(4) = -1*sqrt(4) = -2 ?


Where am I wrong? sqrt(4) = +2 or -2 in the last step? but see sqrt(4)=-1*sqrt(4), still wrong..

Thanks in advance

The real problem here lies in the first step, not the last. 2 is a solution to √4, but is not the solution. Your conundrum has simply re-stated that -2 is also a solution to √4. This string of equations does not prove that 2 = -2 (obviously), only that the solution to √4 is non-unique. Good luck!
 
Unit91Actual said:
The real problem here lies in the first step, not the last. 2 is a solution to √4, but is not the solution. Your conundrum has simply re-stated that -2 is also a solution to √4. This string of equations does not prove that 2 = -2 (obviously), only that the solution to √4 is non-unique. Good luck!

[itex]x^2 = 4[/itex] has two solutions, but sqrt(4) means the positive solution of this equations.
The other one is -sqrt(4).
2 = sqrt(-1 * -1 * 4) is OK, but the next step is not since sqrt(A*B) = sqrt(A) * sqrt(B) is only valid if A and B are >= 0
 
willem2 said:
[itex]x^2 = 4[/itex] has two solutions, but sqrt(4) means the positive solution of this equations.
The other one is -sqrt(4).
2 = sqrt(-1 * -1 * 4) is OK, but the next step is not since sqrt(A*B) = sqrt(A) * sqrt(B) is only valid if A and B are >= 0

Good point.