PDA

View Full Version : Solutions to a simple equation


LeBrad
Dec1-04, 09:08 PM
Are there integer (nonzero) solutions to this equation?

a^2 + b^2 = c^2 + d^2

mathlete
Dec1-04, 09:35 PM
yes, a=b=c=d=1, a=b=c=d=2, a=b=c=d=-1, etc.

Or if you like, a=1=c, b=-1=d. Or whatever combination you can think of.

LeBrad
Dec1-04, 09:40 PM
Now that we've got that taken care of, how about solutions where a,b,c,d are unique?


EDIT: Nevermind, I found one 6^2+7^2 = 2^2+9^2

mathwonk
Dec1-04, 10:03 PM
let (a/b, c/d) and (x/y, z/w) be any two "rational points" on the unit circle, i.e. points both of whose coordinates are rational numbers.

then (a/b)^2 + (c/d)^2 = 1 = (x/y)^2 + (z/w)^2, and thus after


multiplying out the denominators we get y^2w^2[a^2 + c^2] = b^2d^2[x^2 + z^2]

which solves your problem.

now there are infinitely many rational points on the unit circle since you can
parametrize" the unit circle by projection from the north pole. i.e. join the point (0,1) to any rational point on the x axis. the line will meet the unit circle in a rational point. (a line with rational slope which meets the unit circle at one rational point, namely (0,1), also meets it at a second rational point.)

try this one: solve a^3 + b^3 = x^3 + y^3, two different ways.

LeBrad
Dec1-04, 10:15 PM
A very insightful explanation, much appreciated.


solve a^3 + b^3 = x^3 + y^3

When I was thinking about my problem, I suddenly remembered that Ramanujan knew that 1729 = 9^3+10^3 = 1^3+12^3, so I figured mine had solutions too.

mathwonk
Dec1-04, 10:39 PM
yes! that's the famous example i had in mind, supposedly provided by ramanujan to hardy in a taxicab, upon seeing the cabdrivers license number: 1729.

question: does a^3 + b^3 = x^3 + y^3, have an infinite number of solutions?