Maths Olympiad Prep

Library /

Algebra Difficulty 3.8 AMC 10/12 Prove it Croatia

The sum of squares of all solutions of the equation x4+ax2+b=0x^4 + a x^2 + b = 0 is 3232, and the product of all solutions of that equation is 44. Determine aa and bb.

(Tamara Srnec)

Solutions — 2

Solution 1

2.4. By using the condition a+b+c=1a+b+c=1 and the inequality between arithmetic and geometric means, we have that
aa+b2=aa(a+b+c)+b2=aa2+b2+ab+aca2ab+ab+ac=13b+c. \frac{a}{a+b^2} = \frac{a}{a(a+b+c)+b^2} = \frac{a}{a^2+b^2+ab+ac} \le \frac{a}{2ab+ab+ac} = \frac{1}{3b+c}.
By applying the inequality between harmonic and arithmetic means, it follows that
43b+1c=41b+1b+1b+1cb+b+b+c4=3b+c4, \frac{4}{\frac{3}{b} + \frac{1}{c}} = \frac{4}{\frac{1}{b} + \frac{1}{b} + \frac{1}{b} + \frac{1}{c}} \le \frac{b+b+b+c}{4} = \frac{3b+c}{4},
i.e.
aa+b213b+c116(3b+1c). \frac{a}{a+b^2} \le \frac{1}{3b+c} \le \frac{1}{16} \left( \frac{3}{b} + \frac{1}{c} \right).
Analogously,
bb+c2116(3c+1a)andcc+a2116(3a+1b). \frac{b}{b+c^2} \le \frac{1}{16} \left( \frac{3}{c} + \frac{1}{a} \right) \quad \text{and} \quad \frac{c}{c+a^2} \le \frac{1}{16} \left( \frac{3}{a} + \frac{1}{b} \right).
Finally, by adding the inequalities above, we have that
aa+b2+bb+c2+cc+a2116(4a+4b+4c)=14(1a+1b+1c). \frac{a}{a+b^2} + \frac{b}{b+c^2} + \frac{c}{c+a^2} \le \frac{1}{16} \left( \frac{4}{a} + \frac{4}{b} + \frac{4}{c} \right) = \frac{1}{4} \left( \frac{1}{a} + \frac{1}{b} + \frac{1}{c} \right).

Solution 2

Let the roots of x4+ax2+b=0x^4 + a x^2 + b = 0 be x1x_1, x2x_2, x3x_3, x4x_4.

Let us factor the quartic as follows:
Let y=x2y = x^2, so the equation becomes y2+ay+b=0y^2 + a y + b = 0.
Let the roots of this quadratic be y1y_1 and y2y_2.
Then the roots of the quartic are x1=y1x_1 = \sqrt{y_1}, x2=y1x_2 = -\sqrt{y_1}, x3=y2x_3 = \sqrt{y_2}, x4=y2x_4 = -\sqrt{y_2}.

The sum of squares of all solutions is:
x12+x22+x32+x42=y1+y1+y2+y2=2(y1+y2)x_1^2 + x_2^2 + x_3^2 + x_4^2 = y_1 + y_1 + y_2 + y_2 = 2(y_1 + y_2).
We are given x12+x22+x32+x42=32x_1^2 + x_2^2 + x_3^2 + x_4^2 = 32, so 2(y1+y2)=32    y1+y2=162(y_1 + y_2) = 32 \implies y_1 + y_2 = 16.

The product of all solutions is x1x2x3x4=(y1)(y1)(y2)(y2)=(y1)(y2)x_1 x_2 x_3 x_4 = (\sqrt{y_1})(-\sqrt{y_1})(\sqrt{y_2})(-\sqrt{y_2}) = (y_1)(y_2).
We are given x1x2x3x4=4x_1 x_2 x_3 x_4 = 4, so y1y2=4y_1 y_2 = 4.

Recall that for the quadratic y2+ay+b=0y^2 + a y + b = 0, the sum of roots is (a)-(a) and the product is bb.
So:
y1+y2=a=16    a=16y_1 + y_2 = -a = 16 \implies a = -16
y1y2=b=4y_1 y_2 = b = 4

Therefore, a=16a = -16 and b=4b = 4.

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.