0

Prove that $\frac{1}{x} = O\left(\frac{\pi}{2} - \arctan(x)\right)$ as $x\to\infty$.

I am confused how we used the formal definition of big-$O$-notation to prove this. Notice that this is just $\frac{1}{x}$.

DMcMor
  • 9,407
Hung Do
  • 41

1 Answers1

2

For $x>1,$

$$0<\pi/2 - \arctan x = \int_x^\infty \frac{1}{1+t^2}\,dt > \int_x^\infty \frac{1}{2t^2}\,dt =\frac{1}{2x}.$$

This implies $\dfrac{1}{x} < 2(\pi/2 - \arctan x)$ and proves the result.

zhw.
  • 105,693