How do you solve 1/a^2-1/b^2 = 3/41a21b2=34 ?

1 Answer
Sep 15, 2016

This has integer solutions:

a = +-1a=±1, b = +-2b=±2

Explanation:

Look for integer solutions a, ba,b

Given:

1/a^2-1/b^2 = 3/41a21b2=34

Add 1/b^21b2 to both sides to get:

1/a^2 = 3/4+1/b^2 = (3b^2+4)/(4b^2)1a2=34+1b2=3b2+44b2

Take the reciprocal of both sides to get:

a^2 = (4b^2)/(3b^2+4)a2=4b23b2+4

So if aa is an integer, then 3b^2+43b2+4 is a divisor of 4b^24b2, but for b >= 2b2 we have:

4b^2 >= 3b^2+4 > 2b^24b23b2+4>2b2

So the only possible value of a^2a2 is 11.

Then 1/1-1/b^2 = 3/4111b2=34, hence 1/b^2 = 1/41b2=14, hence b^2=4b2=4

So a=+-1a=±1 and b=+-2b=±2

color(white)()
Rational solutions

Consider the sequence b_0, b_1, b_2,... defined as follows:

{ (b_0 = 0), (b_1 = 2), (b_(n+1) = 4b_n - b_(n-1)) :}

The first few terms are:

0, 2, 8, 30, 112, 418,...

Then 3b_n^2+4 is a square number.

(See https://socratic.org/s/axXmkYA6 for a proof)

Discarding the initial 0, which leads to a zero denominator in our original equation, we have rational solutions (a_1, b_1), (a_2, b_2),... where:

a_n = sqrt((4b_n^2)/(3b_n^2+4)) = (2abs(b_n))/sqrt(3b_n^2+4)

There are other solutions for rational, non-integer values of b, but these are all the positive solutions for integral b.