Sriman Dutta Posted October 18, 2016 Posted October 18, 2016 Hi, Can anybody find two numbers such that the difference between their squares is a cube and the difference between their cubes is a square ? :-)
DrKrettin Posted October 18, 2016 Posted October 18, 2016 Am I on the right track if I take the two numbers to be 2^n plus and minus 1? If n is a multiple of 3, then at least I get the first condition.
Sriman Dutta Posted October 18, 2016 Author Posted October 18, 2016 There must be two numbers a and b such that a^2 - b^2 = n^3 and a^3 - b^3 = m^2 , m and n are two different numbers.
DrKrettin Posted October 18, 2016 Posted October 18, 2016 Yes, I got that. I meant whether a good starting point might be taking a = 2^n - 1 and b = 2^n + 1 where n is a positive integer. Then a^2 - b^2 = (a + b)(a - b) = 2^(n+2) which is a cube for n= 1,4,7..
uncool Posted October 21, 2016 Posted October 21, 2016 (edited) DrKrettin: that wouldn't work, as then a^3 - b^3 = (a - b)(a^2 + ab + b^2) = 2*something odd, which can't be a square (except in the case that n = 0, a = 2, b = 0, and it still isn't a square). Edited October 21, 2016 by uncool
DrKrettin Posted October 21, 2016 Posted October 21, 2016 DrKrettin: that wouldn't work, as then a^3 - b^3 = (a - b)(a^2 + ab + b^2) = 2*something odd, which can't be a square (except in the case that n = 0, a = 2, b = 0, and it still isn't a square). Yes - I'd decided that approach was getting nowhere. There doesn't seem to be an analytical way of doing this.
DrKrettin Posted October 21, 2016 Posted October 21, 2016 Nice. Do you know whether that is a unique answer, or are there other larger ones?
imatfaal Posted October 21, 2016 Posted October 21, 2016 Nice. Do you know whether that is a unique answer, or are there other larger ones? No idea - ran through a few numbers in my head on my ride to work today. I cannot think of an analytical method - or any way other than sieve tbh
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now