Maths Olympiad Prep

Library / /54 of 60

Algebra Difficulty 5.5 AIME, harder Prove it South Africa

Determine all pairs of real numbers aa and xx that satisfy the simultaneous equations
5x3+ax2+8=0 5x^3 + ax^2 + 8 = 0
and
5x3+8x2+a=0. 5x^3 + 8x^2 + a = 0.

Solution

Solution 1: If we subtract the two equations, we obtain
ax2+88x2a=(a8)(x21)=(a8)(x+1)(x1)=0, ax^2 + 8 - 8x^2 - a = (a-8)(x^2-1) = (a-8)(x+1)(x-1) = 0,
thus either a=8a = 8 or x=1x = -1 or x=1x = 1. If a=8a = 8, we are left with
5x3+8x2+8=(x+2)(5x22x+4)=0. 5x^3 + 8x^2 + 8 = (x+2)(5x^2 - 2x + 4) = 0.
The second factor has no real roots, since its discriminant 22454=762^2 - 4 \cdot 5 \cdot 4 = -76 is negative.
Thus x=2x = -2 in this case.
If x=1x = -1, we get a=5x38x2=3a = -5x^3 - 8x^2 = -3, and if x=1x = 1, we get a=5x38x2=13a = -5x^3 - 8x^2 = -13.
In summary, there are three possible pairs: (a,x)=(8,2)(a, x) = (8, -2), (a,x)=(3,1)(a, x) = (-3, -1) and (a,x)=(13,1)(a, x) = (-13, 1).

Solution 2: Solving the second equation for aa gives us a=5x38x2a = -5x^3 - 8x^2, thus
5x3+(5x38x2)x2+8=5x58x4+5x3+8=0. 5x^3 + (-5x^3 - 8x^2)x^2 + 8 = -5x^5 - 8x^4 + 5x^3 + 8 = 0.
The polynomial can be factorised:
5x58x4+5x3+8=5x3(1x2)+8(1x4)=5x3(1x2)+8(1+x2)(1x2)=(1x2)(5x3+8x2+8)=(1x)(1+x)(x+2)(5x22x+4). \begin{aligned} -5x^5 - 8x^4 + 5x^3 + 8 &= 5x^3(1 - x^2) + 8(1 - x^4) = 5x^3(1 - x^2) + 8(1 + x^2)(1 - x^2) \\ &= (1 - x^2)(5x^3 + 8x^2 + 8) = (1 - x)(1 + x)(x + 2)(5x^2 - 2x + 4). \end{aligned}
Again, we find that x=1x = 1, x=1x = -1 or x=2x = -2, since the quadratic factor has no real roots.
The value of aa is obtained from the equation a=5x38x2a = -5x^3 - 8x^2, so we end up with the three possibilities (a,x)=(8,2)(a, x) = (8, -2), (a,x)=(3,1)(a, x) = (-3, -1) and (a,x)=(13,1)(a, x) = (-13, 1) again.

Want a route through all this instead of an archive? The track puts 2,000 problems in a working order, from AMC 10 level to the IMO shortlist.

Source: MathNet, licensed CC-BY-4.0. Statement and solution reproduced as published; topic and difficulty added by this site.