I have a relatively simple question:
How can one show that $\frac{2}{t^2}-\frac{\frac{1}{2}\cos(\frac{t}{2})}{\sin^2(\frac{t}{2})} \geq 0$ $\forall t \in [0,\pi]$ or equivalently why $\frac{1}{\sin(\frac{t}{2})}-\frac{2}{t}$ (with value $0$ at $0$) is an increasing function on $[0,\pi]$ (the former being the derivative of the latter)?
This question came up while showing that the the (absolute value) integral of any subinterval in $[-\pi,\pi]$ of the Dirichlet kernel is bounded by an independent constant (later shown to be e.g. $\frac{\pi}{2}+8$). My attempts included pretty much every known inequality of the type $f(\frac{t}{2}) \leq \sin(\frac{t}{2})$ to bound the function from below and obtain an expression $\geq 0$ after some simplification, but it always seems to be just a tiny bit too coarse.
Thank you for reading and have a good day!
To consider the increasing property of: $$\csc(t/2)-2t^{-1}$$On $[0,\pi]$ Is equivalent to consider the increasing property of $\csc(t)-t^{-1}$ on $[0,\pi/2]$. However, we know that: $$\sin t=t-\frac{1}{6}t^3+O(t^5)$$So that: $$\csc t=\frac{1}{t-\frac{1}{6}t^3+O(t^5)}=t^{-1}+\frac{1}{6}t+\frac{7}{360}t^3+O(t^5)$$From some polynomial division, leaving us with $$\csc t-t^{-1}=\frac{1}{6}t+\frac{7}{360}t^3+O(t^5)$$And the terms wrapped up in $O(t^5)$ are all positive. So, the function is clearly increasing!
See this for more.