Is Using Multi-Valued Operators for Proofs Risky?

  • Context: Undergrad 
  • Thread starter Thread starter MatheusMkalo
  • Start date Start date
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
6 replies · 2K views
MatheusMkalo
Messages
15
Reaction score
0
(-3)² = ([tex]\sqrt{9}[/tex])² --> True

-3 = [tex]\sqrt{9}[/tex] --> False

Wolfram Alpha result: False
 
Last edited:
Physics news on Phys.org
We had a thread about this recently. The point is that [tex]\sqrt{x^2}\neq x[/tex]. The square root of x is defined as the unique POSITIVE number who's square is x. Thus [tex]\sqrt{(-3)^2}[/tex] is the unique positive number who's square is [tex](-3)^2=9[/tex], obviously, this number is 3.

Thus, in general, we have that [tex]\sqrt{x^2}=|x|[/tex].

So, your first equation:

[tex](-3)^2=(\sqrt{9})^2[/tex]

is true, since [tex](-3)^2=9[/tex]and [tex]\sqrt{9}=3[/tex] and [tex]3^2=9[/tex]

But when taking the square root of both sides we get

[tex]\sqrt{(-3)^2}=\sqrt{(\sqrt{9})^2}[/tex]

which evaluates to [tex]3=\sqrt{9}[/tex], which is perfectly true!
 
Building on what micromass just said, use the horizontal line test to find out that there is no unique inverse except for the case when x = 0.
 
When you "undo" a squared operation, it is not as simple as just removing the little "2" superscript.

micromass said:
The square root of x is defined as the unique POSITIVE number who's square is x.

Really? In my classes, we've always used [tex]\sqrt[]{x^{2}}=\pm x[/tex]
 
KingNothing said:
When you "undo" a squared operation, it is not as simple as just removing the little "2" superscript.



Really? In my classes, we've always used [tex]\sqrt[]{x^{2}}=\pm x[/tex]

No, this is wrong. The square root function is defined to be the unique positive square root of the number. [tex]\sqrt{9}=3[/tex] and if [tex]\sqrt{9}=\pm3[/tex] then I have no clue why we would write such answers as [tex]x^2=9 \rightarrow x=\pm \sqrt{9}[/tex] when the square root is already [tex]\pm[/tex] :wink:
 
And this is why when you use a multi-valued operator to prove something, you always have to check and see if the answer fits the original equation. Or you'll end up with extraneous or wrong solutions like -3=3.