Maths Olympiad Prep

Library / /10 of 13

Algebra Difficulty 6.3 National olympiad Prove it South Africa

Determine all pairs of real numbers aa and bb, b>0b > 0, such that the solutions to the two equations
x2+ax+a=b x^2 + a x + a = b
and
x2+ax+a=b x^2 + a x + a = -b
are four consecutive integers.

Solution

The quadratic formula gives us
a±a24a+4b2 \frac{-a \pm \sqrt{a^2 - 4a + 4b}}{2}
and
a±a24a4b2 \frac{-a \pm \sqrt{a^2 - 4a - 4b}}{2}

Suppose that the four consecutive numbers are n1,n,n+1,n+2n - 1, n, n + 1, n + 2. The parabola y=x2+ax+ay = x^2 + a x + a reaches its minimum at x=a/2x = -a/2, and the line x=a/2x = -a/2 is its axis of symmetry. The two pairs of solutions both have to have this axis of symmetry, and the solutions to the second equation have to lie closer to the minimum at x=a/2x = -a/2. Thus the only possibility is that n1n - 1 and n+2n + 2 are the solutions to the first equation, while nn and n+1n + 1 are the solutions to the second equation. This gives us the equations
(n1)2+a(n1)+a=b,(1) (n - 1)^2 + a(n - 1) + a = b, \quad (1)
n2+an+a=b,(2) n^2 + a n + a = -b, \quad (2)
(n+1)2+a(n+1)+a=b.(3) (n + 1)^2 + a(n + 1) + a = -b. \quad (3)
Subtract (1) from (3) to obtain
4n+2a=2b.(4) 4n + 2a = -2b. \quad (4)
Subtract (2) from (3) to obtain
2n+1+a=0.(5) 2n + 1 + a = 0. \quad (5)
Multiply (5) by 2 and subtract from (4):
2=2b, -2 = -2b,
so b=1b = 1. Now we know that the two roots of x2+ax+a=1x^2 + a x + a = 1 differ by 3:
a+a24a+42=aa24a+42+3, \frac{-a + \sqrt{a^2 - 4a + 4}}{2} = \frac{-a - \sqrt{a^2 - 4a + 4}}{2} + 3,
so
a24a+4=(a2)2=3, \sqrt{a^2 - 4a + 4} = \sqrt{(a - 2)^2} = 3,
which means that a2=±3a - 2 = \pm 3. Once again, we find that the two possibilities are a=1,b=1a = -1, b = 1 and a=5,b=1a = 5, b = 1.

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.