6

I got this at my final calculus 1 exam. Any help with the solution?

$$ \int_{-1}^{1} \frac{x^4}{a^x+1}dx $$

Thank you!

user83081
  • 777

2 Answers2

6

HINT:

Use $$I=\int_a^bf(x)dx=\int_a^bf(a+b-x)dx$$

and $$I+I=\int_a^bf(x)dx+\int_a^bf(a+b-x)dx=\int_a^b[f(x)+f(a+b-x)]dx$$

6

Computing the even part of the integrand, one obtains $$\int_{-1}^1 \frac{x^4dx}{a^x+1}=\frac12\int_{-1}^1 \underbrace{\left[\frac{1}{a^x+1}+\frac{1}{a^{-x}+1}\right]}_{=1}x^4dx=\frac{x^5}{10}\biggl|_{-1}^1=\frac15.$$

Start wearing purple
  • 53,234
  • 13
  • 164
  • 223