1

Can someone help to prove this? $${\pi\over4}\leq\int_0^{\pi\over2}e^{-\sin^2{x}}dx\leq{11\over32}\pi$$

I totally have no idea how to approach.

Thanks.

3 Answers3

4

Integrating the following inequality gives you that result. $$1 - \sin^2(x) \le e^{-\sin^2(x)} \le 1 - \sin^2(x) + \frac{\sin^4(x)}{2}$$

S L
  • 11,731
3

Use the fact that

$$ \exp (x) = 1 + x + \frac{x^2}{2!} + \frac{x^3}{3!} + \ldots $$

Jeb
  • 4,178
  • 1
  • 13
  • 13
1

From Taylor's expansion, we have: $$ e^{-x^2}=1-x^2+\frac{x^4}{2}-\frac{x^6}{6}+\mathcal{O}(x^8) $$ It means that: $$ 1-\sin(x)^2\leq e^{-x^2}\leq 1-\sin(x)^2+\frac{\sin(x)^4}{2} $$ Integral the inequality from $0$ to $\pi/2$, we have: $$ \frac{\pi}{4}=\int_0^{\pi/2}1-\sin(x)^2dx\leq\int_0^{\pi/2}e^{-\sin(x)^2}dx\leq\int_0^{\pi/2}1-\sin(x)^2+\frac{\sin(x)^4}{2}dx=\frac{11\pi}{32} $$ Then your proposition is follow.

Lion
  • 2,148