Olympiad Maths Prep

Track / Stage 6 / 354 of 400 #1354 of 2000

Problem 1354

National olympiad, first round
Algebra Difficulty 6.8 Prove it

Show that for any real number xx:
x2sinx+xcosx+x2+12>0. x^2 \sin{x} + x \cos{x} + x^2 + \frac{1}{2} > 0 .

This one wants a proof. Work it on paper, read the official solution, then mark yourself honestly — the ladder only means something if the record is true.

Official solution

To show that for any real number x x :
x2sinx+xcosx+x2+12>0, x^2 \sin{x} + x \cos{x} + x^2 + \frac{1}{2} > 0,
we will analyze the expression step by step.

1. Rewrite the expression:
x2sinx+xcosx+x2+12=x2(sinx+1)+xcosx+12. x^2 \sin{x} + x \cos{x} + x^2 + \frac{1}{2} = x^2 (\sin{x} + 1) + x \cos{x} + \frac{1}{2}.

2. **Analyze the coefficient of x2 x^2 :**
The coefficient of x2 x^2 is sinx+1 \sin{x} + 1 . Since sinx \sin{x} ranges from 1-1 to 11, we have:
1+1sinx+11+1, -1 + 1 \leq \sin{x} + 1 \leq 1 + 1,
which simplifies to:
0sinx+12. 0 \leq \sin{x} + 1 \leq 2.
Therefore, sinx+10 \sin{x} + 1 \geq 0 .

3. Consider the discriminant of the quadratic expression:
The quadratic expression in x x is:
x2(sinx+1)+xcosx+12. x^2 (\sin{x} + 1) + x \cos{x} + \frac{1}{2}.
The discriminant Δ \Delta of a quadratic equation ax2+bx+c ax^2 + bx + c is given by:
Δ=b24ac. \Delta = b^2 - 4ac.
Here, a=sinx+1 a = \sin{x} + 1 , b=cosx b = \cos{x} , and c=12 c = \frac{1}{2} . Thus,
Δ=(cosx)24(sinx+1)(12). \Delta = (\cos{x})^2 - 4(\sin{x} + 1)\left(\frac{1}{2}\right).
Simplifying,
Δ=cos2x2(sinx+1). \Delta = \cos^2{x} - 2(\sin{x} + 1).
Δ=cos2x2sinx2. \Delta = \cos^2{x} - 2\sin{x} - 2.

4. Show that the discriminant is always negative:
We know that cos2x=1sin2x \cos^2{x} = 1 - \sin^2{x} . Substituting this in,
Δ=1sin2x2sinx2. \Delta = 1 - \sin^2{x} - 2\sin{x} - 2.
Δ=sin2x2sinx1. \Delta = -\sin^2{x} - 2\sin{x} - 1.
Since sin2x0 \sin^2{x} \geq 0 , sin2x0 -\sin^2{x} \leq 0 . Therefore,
Δ=(sin2x+2sinx+1). \Delta = -(\sin^2{x} + 2\sin{x} + 1).
Δ=(sinx+1)2. \Delta = -(\sin{x} + 1)^2.
Since (sinx+1)20 (\sin{x} + 1)^2 \geq 0 , we have:
Δ0. \Delta \leq 0.

5. Conclusion from the discriminant:
Since the discriminant Δ0 \Delta \leq 0 , the quadratic expression x2(sinx+1)+xcosx+12 x^2 (\sin{x} + 1) + x \cos{x} + \frac{1}{2} does not have real roots. This implies that the quadratic expression does not cross the x-axis and is either always positive or always negative.

6. **Evaluate the expression at x=0 x = 0 :**
x2sinx+xcosx+x2+12x=0=02sin0+0cos0+02+12=12. x^2 \sin{x} + x \cos{x} + x^2 + \frac{1}{2} \bigg|_{x=0} = 0^2 \sin{0} + 0 \cos{0} + 0^2 + \frac{1}{2} = \frac{1}{2}.
Since the expression is positive at x=0 x = 0 and the quadratic expression does not cross the x-axis, it must be positive for all x x .

The final answer is x2sinx+xcosx+x2+12>0 \boxed{ x^2 \sin{x} + x \cos{x} + x^2 + \frac{1}{2} > 0 } .

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