Maths Olympiad Prep

Track / Stage 7 / 44 of 300 #1444 of 1964

Problem 1444

National olympiad second round; IMO P1/P4
Algebra Difficulty 7.1 Find the answer

A polynomial p(x)p(x) with real coefficients is said to be [i]almeriense[/i] if it is of the form:

p(x)=x3+ax2+bx+a p(x) = x^3+ax^2+bx+a

And its three roots are positive real numbers in arithmetic progression. Find all [i]almeriense[/i] polynomials such that p(74)=0p\left(\frac{7}{4}\right) = 0

A number or a short expression. Spacing and $ signs are ignored.

Official solution

1. Let the roots of the polynomial p(x) p(x) be {c,c+d,c+2d} \{c, c+d, c+2d\} where c c and d d are positive real numbers. Since the roots are in arithmetic progression, we can use Vieta's formulas to express the coefficients of the polynomial in terms of c c and d d .

2. By Vieta's formulas, the sum of the roots is equal to the coefficient of x2 x^2 with a negative sign:
c+(c+d)+(c+2d)=3c+3d=a c + (c + d) + (c + 2d) = 3c + 3d = -a
The product of the roots taken one at a time is equal to the constant term:
c(c+d)(c+2d)=a c(c + d)(c + 2d) = -a

3. Given that p(74)=0 p\left(\frac{7}{4}\right) = 0 , one of the roots must be 74 \frac{7}{4} . We consider two cases: c=74 c = \frac{7}{4} and c+d=74 c + d = \frac{7}{4} .

4. **Case 1: c=74 c = \frac{7}{4} **
3c+3d=a    3(74)+3d=a    214+3d=a 3c + 3d = -a \implies 3\left(\frac{7}{4}\right) + 3d = -a \implies \frac{21}{4} + 3d = -a
c(c+d)(c+2d)=a    (74)(74+d)(74+2d)=a c(c + d)(c + 2d) = -a \implies \left(\frac{7}{4}\right)\left(\frac{7}{4} + d\right)\left(\frac{7}{4} + 2d\right) = -a

5. **Case 2: c+d=74 c + d = \frac{7}{4} **
c+(c+d)+(c+2d)=3c+3d=a    3c+3(74c)=a    214=a c + (c + d) + (c + 2d) = 3c + 3d = -a \implies 3c + 3\left(\frac{7}{4} - c\right) = -a \implies \frac{21}{4} = -a
c(c+d)(c+2d)=a    c(74)(74+d)=a c(c + d)(c + 2d) = -a \implies c\left(\frac{7}{4}\right)\left(\frac{7}{4} + d\right) = -a

6. Solving for d d in both cases:
- For c=74 c = \frac{7}{4} :
3(74)+3d=a    214+3d=a 3\left(\frac{7}{4}\right) + 3d = -a \implies \frac{21}{4} + 3d = -a
(74)(74+d)(74+2d)=a \left(\frac{7}{4}\right)\left(\frac{7}{4} + d\right)\left(\frac{7}{4} + 2d\right) = -a
Solving these equations, we find d=16 d = \frac{1}{6} and c=32 c = \frac{3}{2} .

- For c+d=74 c + d = \frac{7}{4} :
c+d=74    c=74d c + d = \frac{7}{4} \implies c = \frac{7}{4} - d
c(74)(74+d)=a c\left(\frac{7}{4}\right)\left(\frac{7}{4} + d\right) = -a
Solving these equations, we find d=196 d = \frac{1}{96} and c=127 c = \frac{12}{7} .

7. Constructing the polynomials for each case:
- For c=32 c = \frac{3}{2} and d=16 d = \frac{1}{6} :
p(x)=x3214x2+738x214 p(x) = x^3 - \frac{21}{4}x^2 + \frac{73}{8}x - \frac{21}{4}

- For c=127 c = \frac{12}{7} and d=196 d = \frac{1}{96} :
p(x)=x329156x2+141131568x29156 p(x) = x^3 - \frac{291}{56}x^2 + \frac{14113}{1568}x - \frac{291}{56}

The final answer is p(x)=x3214x2+738x214 \boxed{ p(x) = x^3 - \frac{21}{4}x^2 + \frac{73}{8}x - \frac{21}{4} } or p(x)=x329156x2+141131568x29156 p(x) = x^3 - \frac{291}{56}x^2 + \frac{14113}{1568}x - \frac{291}{56} .

Source: NuminaMath-1.5, licensed Apache-2.0. Statement and solution reproduced as published; topic, difficulty and ordering added by this site.