What is wrong with my reasoning here?

  • Context: High School 
  • Thread starter Thread starter mpatryluk
  • Start date Start date
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
4 replies · 2K views
mpatryluk
Messages
46
Reaction score
0
I've just noticed that i have a fundamental lack of understanding in a specific aspect of math, and I can't find where my reasoning is flawed.

[tex]x = -5[/tex]
[tex]x^2 = (-5)^2[/tex]
[tex]x^2 = 25[/tex]
[tex]x = 5[/tex]

So in squaring the negative I remove it, and then when I root the number back to original magnitude, the negative has disappeared. What am I missing?
 
Mathematics news on Phys.org
when you square root a number, it can either be negative or positive because a negative times a negative is a positive, as well as a positive times a positive
(-1)(-1)=1=(1)(1)
 
  • Like
Likes   Reactions: 1 person
mpatryluk said:
I've just noticed that i have a fundamental lack of understanding in a specific aspect of math, and I can't find where my reasoning is flawed.

[tex]x = -5[/tex]
[tex]x^2 = (-5)^2[/tex]
[tex]x^2 = 25[/tex]
[tex]x = 5[/tex]

So in squaring the negative I remove it, and then when I root the number back to original magnitude, the negative has disappeared. What am I missing?

If you are presented with ## x^2 = 25 ## and asked to take the square root, your answer would be ## x = \pm 5 ##.

If you are in some situation where you know the answer has to be positive or negative you would have to offer some clarification in writing (or explanation if you are demonstrating to someone). Sometimes, for example, in physical problems, you know you have a positive magnitude, so the negative answer might not have any physical meaning.

-Dave K
 
  • Like
Likes   Reactions: 1 person
dkotschessaa said:
If you are presented with ## x^2 = 25 ## and asked to take the square root, your answer would be ## x = \pm 5 ##.
Strictly speaking, no. If you were asked to solve the equation [itex]x^2= 25[/itex] then the answer would be [itex]x= \pm 5[/itex]. But if you are asked to take the square root of 25, the answer is 5. The square root is a function and, by definition of "function", every function, f, has to have a unique value, f(x), for any given x.

The real difficulty is that the "squaring function", [itex]f(x)= x^2[/itex], is NOT "one-to-one" and so does not have a true "inverse". In particular, while it is always true that [itex](\sqrt{x})^2= x[/itex], it is NOT always true that [itex]\sqrt{x^2}= x[/itex]. What is true is that [itex]\sqrt{x^2}= |x|[/itex].

If you are in some situation where you know the answer has to be positive or negative you would have to offer some clarification in writing (or explanation if you are demonstrating to someone). Sometimes, for example, in physical problems, you know you have a positive magnitude, so the negative answer might not have any physical meaning.

-Dave K
 
  • Like
Likes   Reactions: 1 person
What HallsOfIvy said is absolutely correct. In symbols, the three equations are the following:

$$ x = 5$$
$$ \Rightarrow x^2 = 5^2 = 25$$
$$\Leftrightarrow x = \pm 5$$

The squaring operation in the second equation is not one-to-one, and so not reversible, which is the reason for the "implies" one-way arrow. Another way to think of this is that the solution set of the first equation {5} is different from the solution set of the second equation, which is {5, -5}. The solution sets of the second and third equations are exactly the same, which is indication by the double-ended arrow.

The operations that are one-to-one, and hence reversible, are the arithmetic operations (add, subtract, multiply, divide - restricted to nonzero divisors), exponentiating (taking e to some power), taking the log, and so on.