Maths Olympiad Prep

Library / /229 of 520

Algebra Difficulty 6.8 National olympiad Find the answer

Given the equation x4x31=0x^4-x^3-1=0
[b](a)[/b] Find the number of its real roots.
[b](b)[/b] We denote by SS the sum of the real roots and by PP their product. Prove that P<1110P< - \frac{11}{10} and S>611S> \frac {6}{11}.

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

Solution

(a) To find the number of real roots of the polynomial p(x)=x4x31 p(x) = x^4 - x^3 - 1 , we will analyze the behavior of the function and use the Intermediate Value Theorem.

1. Evaluate p(x) p(x) at specific points:
p(1)=(1)4(1)31=1+11=1>0 p(-1) = (-1)^4 - (-1)^3 - 1 = 1 + 1 - 1 = 1 > 0
p(0)=04031=1<0 p(0) = 0^4 - 0^3 - 1 = -1 < 0
p(2)=24231=1681=7>0 p(2) = 2^4 - 2^3 - 1 = 16 - 8 - 1 = 7 > 0

2. Determine the critical points by finding the derivative p(x) p'(x) :
p(x)=4x33x2 p'(x) = 4x^3 - 3x^2
Set p(x)=0 p'(x) = 0 :
4x33x2=x2(4x3)=0 4x^3 - 3x^2 = x^2(4x - 3) = 0
x=0orx=34 x = 0 \quad \text{or} \quad x = \frac{3}{4}

3. Analyze the behavior of p(x) p(x) around the critical points:
- For x<0 x < 0 , p(x)<0 p'(x) < 0 (decreasing).
- For 0<x<34 0 < x < \frac{3}{4} , p(x)<0 p'(x) < 0 (decreasing).
- For x>34 x > \frac{3}{4} , p(x)>0 p'(x) > 0 (increasing).

4. By the Intermediate Value Theorem, since p(x) p(x) changes sign between 1-1 and 00, and between 00 and 22, there are exactly two real roots.

(b) To prove the inequalities for the sum S S and product P P of the real roots, we use the bounds found in the solution.

1. Approximate the roots:
- For the first root x1 x_1 :
p(0.82)>0andp(0.81)<0    0.82<x1<0.81 p(-0.82) > 0 \quad \text{and} \quad p(-0.81) < 0 \implies -0.82 < x_1 < -0.81
- For the second root x2 x_2 :
p(1.38)<0andp(1.39)>0    1.38<x2<1.39 p(1.38) < 0 \quad \text{and} \quad p(1.39) > 0 \implies 1.38 < x_2 < 1.39

2. Sum of the roots S S :
S=x1+x2>1.380.82=0.56>611 S = x_1 + x_2 > 1.38 - 0.82 = 0.56 > \frac{6}{11}

3. Product of the roots P P :
P=x1x2<(0.81)1.38=1.1178<1110 P = x_1 x_2 < (-0.81) \cdot 1.38 = -1.1178 < -\frac{11}{10}

Thus, we have shown that S>611 S > \frac{6}{11} and P<1110 P < -\frac{11}{10} .

The final answer is S>611 \boxed{ S > \frac{6}{11} } and P<1110 P < -\frac{11}{10} .

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: NuminaMath-1.5, licensed Apache-2.0. Statement and solution reproduced as published; topic and difficulty added by this site.