0

I was trying to prove that $\tan \frac{x}{2}>\frac{x}{2}$ for all $x \in (0, \pi)$

I am trying to use some trigonometric identity that gives me lights to be able to prove this, could you give me some way?

Bernard
  • 175,478
wessi
  • 195

4 Answers4

2

Geometric proof is the best way as you can see there

as an alternative by $y=\frac x 2$

$$\tan (y)>y \iff f(y)=\tan (y)-y>0$$

which is true indeed $f(0)=0$ and

$$f'(y)=\tan^2 y>0$$

user
  • 154,566
2

Define $f(x)=\tan\frac{x}2$. Then $f'(x)=\frac12\sec^2\frac{x}2$ and $f''(x)=\frac12\sec^2\frac{x}2\tan\frac{x}2$.

We know that $f(0)=0$ and $f'(0)=\frac12$.

For $x\in(0,\pi)$, we have $f'(x)>\frac12$ and $f''(x)>0$. Due to the nature of convex functions, this confirms our inequality.

Andrew Chin
  • 7,389
1

Equivalently, $\tan y>y$ for acute $y$. Let $OA,\,OB$ be two radii of a circle, and extend $OB$ to meet the tangent at $A$, say at $C$. Then $y\cot y$ is the proportion of $\triangle OAC$'s area in the circle.

J.G.
  • 115,835
1

Hint: Use substitution and prove that $\tan u>u\enspace \forall u \in\bigl(0,\frac\pi 2\bigr)$. Using this corollary of the Mean value theorem, you can shorten the proof:

Let $f,g$ two differentiable functions defined on an interval $I$, $x_0\in I$, and suppose

  • $f(x_0)\ge g(x_0)$,
  • $f'(x)>g'(x)$ for all $x\in I$, $x>x_0$.

Then $f(x)>g(x)$ for all $x\in I$, $x>x_0$.

Bernard
  • 175,478