PDA

View Full Version : All numbers are equal :D


amits
Nov11-11, 01:31 PM
heres the latest proof and it doesnt involve 0 anywhere. no term like (a-b) is involved unlike other similar proofs

-ab = -ab
=> a^2 - a^2 - ab = b^2 - b^2 - ab
=> a^2 - a(a+b) = b^2 - b(a+b)
=> a^2 - a(a+b) + (a+b)^2/4 = b^2 - b(a+b) + (a+b)^2/4

as (x-y)^2 = x^2 - 2xy + y^2,

[a - (a+b)/2]^2 = [b - (a+b)/2]^2

taking square roots,

a - (a+b)/2 = b - (a+b)/2
a = b

hence proved :D

now with all numbers having been proved equal without involving "0" anywhere, whats the need to study anything :D

just noticed, this is my 1st post here after 7 years :o

Jimmy Snyder
Nov11-11, 01:51 PM
You can't take square roots. x^2 = y^2 does not imply x = y

If it did, this would have been your 7th post after 1 year.

chroot
Nov11-11, 02:32 PM
Your second line contains an error. You added a^2 - a^2 to one side of the equation, but b^2 - b^2 to the other side. The only way for this to leave the equality unchanged is for a to equal b... so it's no surprise that you find out later that a = b.

- Warren

dacruick
Nov11-11, 02:40 PM
=> a^2 - a^2 - ab = b^2 - b^2 - ab


This is the same as
a^2 + b^2 - ab = b^2 + a^2 - ab , which don't think should create any problems.

D H
Nov11-11, 03:27 PM
[a - (a+b)/2]^2 = [b - (a+b)/2]^2

taking square roots,

a - (a+b)/2 = b - (a+b)/2
This is your error. Taking square roots leads to

a-(a+b)/2=b-(a+b)/2
or
a-(a+b)/2=-(b-(a+b)/2)

The former yields a=b. The latter yields a+b=a+b.

Jimmy Snyder
Nov11-11, 03:40 PM
Your second line contains an error. You added a^2 - a^2 to one side of the equation, but b^2 - b^2 to the other side. The only way for this to leave the equality unchanged is for a to equal b... so it's no surprise that you find out later that a = b.

- Warren
That step is correct. It's just adding zero to each side.

amits
Nov11-11, 11:21 PM
Your second line contains an error. You added a^2 - a^2 to one side of the equation, but b^2 - b^2 to the other side. The only way for this to leave the equality unchanged is for a to equal b... so it's no surprise that you find out later that a = b.

- Warren

it isnt an error. i added a^2 + b^2 to both sides

-ab = -ab
a^2 + b^2 - ab = a^2 + b^2 - ab

a^2 - a^2 - ab = b^2 - b^2 - ab

also a^2 - a^2 = 0 & b^2 - b^2 = 0, so adding that doesnt make a difference

amits
Nov11-11, 11:22 PM
You can't take square roots. x^2 = y^2 does not imply x = y

If it did, this would have been your 7th post after 1 year.

yes, you are right. a number always has 2 square roots, 1 positive & 1 negative