Came across an equation that seeks to prove 3 = 2, and turn our world upside down. Can someone explain, at a high-school algebra level, why this might be incorrect?
Here are the equations:
-6 = -6
So, 9-15 = 4-10
adding 25/4 to both sides:
9-15+25/4 = 4-10+25/4
Changing the order:
9+25/4-15 = 4+25/4-10
This is of the form a square + b square - 2.a.b = (a-b) square.
So this equation can be written as:
(3-5/2)(3-5/2) = (2-5/2)(2-5/2)
Taking positive square root on both sides:
3 - 5/2 = 2 - 5/2
The trick is that you can’t take that square root without evaluating the ^2 first.
Normally you can say sqrt(n^2) = 5 where “n” is some expression because they’re functionally equivalent. The trick here is that “n” is a negative number in one case.
Which is exactly what I explained in my first post, I was correcting the phrase “we can usually say sqrt(n^2)=5” where I meant “sqrt(n^2)=n”. I then went on the explain exactly what you explained – that in this case it doesn’t work because “n” is negative, so we can’t use the same sqrt(n^2)=n identity that we use when n >=0.
Sorry, I mis-parsed and thought that you were actually arguing that sqrt(n^2) = n in all cases in the post I was replying to, rather than making a correction to your first post.
It’s not only tricks involving division by zero and tricks involving sqare roots that have been used to equate all numbers and destroy arithmetic. Basic differential calculus can be used to “prove” 1=2 and thus all numbers are equal to each other. The “proof” has few steps, is easy to read, and is very straight-forward. Or so it seems.
Will I hear crickets chirping or will someone here beg me to show it? One math enthusiast I showed it to described it as “delicious” and only half of his instuctors spooted the mis-step.
Well you were right though, it isn’t particularly sophisticated. I think I may’ve seen a much better one involving calculus, but if I did I can’t for the life of me remember what it was.
I… uh… I can’t find the error. The best I can say is that the setup of g only really works if x is integral, but that’s kind of a weak refutation since it shouldn’t even work if x is integral. The other issue is that x might be 0, but that doesn’t feel like a magic bullet either.
You can always convert a wrong proof that assumes a^2 = b^2 -> a = b to one that wrongly assumes that xa = xb -> a = b, even if x is 0, via the process:
a^2 = b^2 -> a^2 - b^2 = 0 -> (a + b)(a - b) = 0 -> a - b = 0 -> a = b
I wonder if there is a way to make the reverse transformation to have a full “equivalence of wrong proofs” theorem.