1

I was working on a problem for math, and in the back of the book, we are given that $|\sin\theta|$ $\leq$ $|\theta|$. It got me thinking, are there any other properties similar to this one that applies to $\cos$ or any of the other trigonometric inequalities?

user
  • 154,566
Joey
  • 904

2 Answers2

2

Observe that

$$\cos\theta\le 1.$$

Then integrating from $0$ to $\theta$,

$$\sin\theta\le\theta.$$

Then integrating from $0$ to $\theta$,

$$1-\cos\theta\le\frac{\theta^2}2.$$

Then integrating from $0$ to $\theta$,

$$\theta-\sin\theta\le\frac{\theta^3}6.$$

Then integrating from $0$ to $\theta$,

$$\frac{\theta^2}2+\cos\theta-1\le\frac{\theta^4}{24}.$$

And so on. This re-establishes the Taylor expansion, with a guaranteed bound. (You can symmetrize using parity arguments.)

1

Among the well known inequality we can also show that

$$\cos \theta \ge 1-\frac12 \theta^2$$

indeed by trigonometric identities we have that

$$\cos(\theta)=1-2\sin^2 \left(\frac \theta 2\right) \ge 1-2\left(\frac \theta 2\right)^2=1-\frac12 \theta^2$$

and many other similar inequality can be obtained by geometrical consideration or mainly by Taylor's series.

Refer to the related

user
  • 154,566
  • 1
    Gotcha, I figured Taylor's series had to be involved somehow, thank you very much! – Joey Sep 30 '20 at 18:14