Given two cubes, to find in rational numbers two others such that their difference is equal to the sum of the given cubes.
That is to say, solving a^3 + b^3 = x^2 - y^2
x = a(a^3 + 2b^3) / (a^3 - b^3)
y = b(2a^3 + b^3) / (a^3 - b^3)
Given two cubes, to find in rational numbers two cubes such that their difference is equal to the difference of the given cubes.
That is to say, a^3 - b^3 = x^3 - y^3
Vieta finds
x = b(2a^3 - b^3) / (a^3 + b^3)
y = a(2b^3 - a^3) / (a^3 + b^3)
No comments:
Post a Comment