5

$$\int^2_{-2}\frac{x^2}{1+5^x}$$

How do I start to integrate this?

I know the basics and tried substituting $5^x$ by $u$ where by changing the base of logarithm I get $\frac{\ln(u)}{\ln 5}=x$, but I got stuck.

Any hints would suffice preferably in the original question and not after my substitution.

(And also using the basic definite integrals property.)

Now I know only basic integration, that is restricted to high school, so would prefer answer in terms of that level.

Harry Peter
  • 7,819

2 Answers2

9

$$\tag1I=\int_{-2}^{2}\frac{x^2}{1+5^x}dx$$ Note that $$\int_a^bf(x)dx=\int_a^bf(a+b-x)dx$$ Thus, $$\tag2I=\int_{-2}^{2}\frac{(-2+2-x)^2}{1+5^{-2+2-x}}dx=\int_{-2}^{2}\frac{x^2}{1+5^{-x}}dx=\int_{-2}^{2}\frac{5^xx^2}{1+5^{x}}dx$$

Add $(1)$ and $(2)$.

GoodDeeds
  • 11,185
  • 3
  • 22
  • 42
  • So after this I would be left with $x^3$ Right?(for the variable part before appplying upper and lower limit) – Ishan Taneja Mar 14 '16 at 09:40
  • @IshanTaneja No, you will be left with $\frac{x^2}{2}$ in the integral – GoodDeeds Mar 14 '16 at 09:40
  • I guess that @IshanTaneja means $\frac{x^3}6$, after integration. –  Mar 14 '16 at 09:43
  • 1
    I always get a grin on my face, when I see someone using this kind of "trick" . Even though it is actually so obvious, I rarely see people using it. It's so wonderful :) – Imago Mar 14 '16 at 09:53
2

Hint:

$$\frac1{1+5^{-x}} + \frac1{1+5^x} = 1$$

Ron Gordon
  • 138,521