Maths Olympiad Prep

Library / /5 of 11

Algebra Difficulty 5.4 AIME, harder Prove it Philippines

Problem:
Find all positive values of aa for which the equation x2ax+1=0x^{2} - a x + 1 = 0 has roots that differ by 11.

Solution

Solution:
Let the roots be r1r_1 and r2r_2 with r1r2=1r_1 - r_2 = 1 (without loss of generality, r1>r2r_1 > r_2).

From Vieta's formulas:
r1+r2=ar1r2=1 \begin{align*} r_1 + r_2 &= a \\ r_1 r_2 &= 1 \end{align*}

Since r1r2=1r_1 - r_2 = 1, we can write:
r1=r2+1 r_1 = r_2 + 1

Substitute into the sum:
(r2+1)+r2=a    2r2+1=a (r_2 + 1) + r_2 = a \implies 2r_2 + 1 = a

From the product:
(r2+1)r2=1    r22+r21=0 (r_2 + 1) r_2 = 1 \implies r_2^2 + r_2 - 1 = 0

Solve for r2r_2:
r2=1±1+42=1±52 r_2 = \frac{ -1 \pm \sqrt{1 + 4} }{2 } = \frac{ -1 \pm \sqrt{5} }{2 }

Since r1r_1 and r2r_2 are real, both values are possible.

Now, a=2r2+1a = 2r_2 + 1:

For r2=1+52r_2 = \frac{ -1 + \sqrt{5} }{2 }:
a1=2(1+52)+1=(1+5)+1=5 a_1 = 2 \left( \frac{ -1 + \sqrt{5} }{2 } \right ) + 1 = ( -1 + \sqrt{5} ) + 1 = \sqrt{5}

For r2=152r_2 = \frac{ -1 - \sqrt{5} }{2 }:
a2=2(152)+1=(15)+1=5 a_2 = 2 \left( \frac{ -1 - \sqrt{5} }{2 } \right ) + 1 = ( -1 - \sqrt{5} ) + 1 = -\sqrt{5}

But the problem asks for positive values of aa, so the only answer is:
a=5 a = \sqrt{5}

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 reproduced verbatim; metadata (topic, difficulty) added by this project.