al-mahed
- 262
- 0
i.e, a^{2} \pm 2 = b^{3} has (25,27) as the only solution.
Now, can you prove it?
Now, can you prove it?
robert Ihnot said:I think this is difficult problem. However, there is a trivial solution (1)^2-2=(-1)^3.
Petek said:Are you asking for help in proving the statement or challenging us to give a proof?
hochs said:It's easy if you use Z[sqrt(-2)] and Z[sqrt(2)] (they're both UFD).
For example look at a^2 + 2 = b^3. This factors as (a + sqrt(-2))(a - sqrt(-2)) = b^3, and the units of Z[sqrt(-2)] are just +/-1, so
a + sqrt(-2) = (c + d*sqrt(-2))^3 for some c,d in Z.
So
a = c^3 - 6cd^2 = c*(c^2 - 6d^2) and
1 = d*(3c^2 - 2d^2).
So d = +/-1 and c = +/- 1, whence you get a = +/-5, and so b = 2.
Same situation for a^2 - 2 = b^3.
robert Ihnot said:Seem O.K. to me, except b=3. In the second case we have a=+/-1 b=-1. However, Dr. Math makes it more complicated: http://mathforum.org/library/drmath/view/51569.html
Petek said:To go from
(a + \sqrt{-2})(a - \sqrt{-2}) = b^3
to
a + \sqrt{-2} = (c + d\sqrt{-2})^3
don't we need that a + \sqrt{-2} and a - \sqrt{-2} are relatively prime? In fact, as Doctor Rob points out on the Math Forum, GCD(a + \sqrt{-2}, a - \sqrt{-2}) divides 2\sqrt{-2}. I think that's why he has to consider several cases.