-4

I've tried a lot to solve this and couldn't. it's frustrating. $$ \int_{-1}^1 \frac{xe^{-|x|}}{\sqrt{\cos (x) + 4}} \ dx $$

gt6989b
  • 54,422

1 Answers1

3

Hint

You are integrating $\int_{-1}^1 f(x) dx,\;$ but note that $$ f(-x) = \frac{-xe^{-|-x|}}{\sqrt{\cos (-x) + 4}} = -\frac{xe^{-|x|}}{\sqrt{\cos (x) + 4}} = -f(x), $$ so $f$ is an odd function. Then, substitute $y = -x$ to get $$ \int_{-1}^0 f(x) dx = - \int_1^0 f(-y) dy = - \int_1^0 - f(y) dy = \int_1^0 f(y) dy = -\int_0^1 f(y) dy $$

Can you take it from here?

amWhy
  • 209,954
gt6989b
  • 54,422