Processing math: 100%

Saturday, August 15, 2015

Find the sum of all possible a3, where a is a rational figure (Heuristic Solution)

Given that a is rational and the equation ax2+(a+2)x+a1=0 has integer roots.

Find the sum of all possible a3.

It is very important for me to say out loud here that this solution is provided by my math friend, a retired math professor from the U.K.

Picking up where we left, where it is useless if we keep the a, a rational number in the given quadratic equation.

But it can't be that we could just remove a and make it disappear into of thin air, we have to devise a good plan for it.

Note that we can divide through the quadratic equation by a, and get:

ax2+(a+2)x+a1=0

x2+(1+2a)x+11a=0

Now we can see it clearly that

the sum of the two integer roots =(1+2a)

the product of the two integer roots =11a

Note that both must yield another integer figure, therefore, we let  1a=b, where b is an integer.

Now, we replace 1a by b into x2+(1+2a)x+11a=0, we have:

x2+(1+2b)x+1b=0

Therefore

Discriminant=(1+2b)24(1)(1b)=1+4b+4b24+4b=4b2+8b3=4(b2+2b)3=4(b+1)234=4(b+1)27

If a=0 then the equation becomes 2x1=0, which does not have a n integer solution. So a0 and we can divide through by a, getting

x2+(1+2a)x+11a=0

The product of the roots is 11a, which must be an integer, so 1a is an integer, say a=1n.

The equation is then x2+(1+2n)x+1n=0 and its roots are x=12(12n±(1+2n)24(1n)).

The discriminant is (1+2n)24(1n)=4n2+8n3=4(n+1)27, and this must be a square, say 4(n+1)27=m2.

But the only squares that differ by 7 are 9 and 16. It follows that 4(n+1)2=16, so n+1=±2. Therefore n=1 or 3, and a=1 or 13. The sum of cubes is therefore 1127=2627.

No comments:

Post a Comment