1

$$\int_{-2}^{2}\frac{x^2}{e^x+1}~dx$$ Options:

a) $\; 0$

b) $\; \frac{e-2}{e}$

c) $\; \frac{8}{3}$

d) $\; \frac{e-1}{e}$

e) $\; \frac{16}{3}$

Note: It's high school level

What I tried:

enter image description here

  • 5
    Welcome to math.SE! Please consider taking the time to read the faq to familiarise yourself with some of our common practices. In addition, this page should give you a start at learning how to typeset mathematics here so that your posts say what you want them to, and also look good. As this question appears to be homework, please consider reading this page for information about asking effective homework-related questions. Cheers! – David Raveh Jul 20 '23 at 21:27
  • This graph indicates that the value of the integral should be kinda close to 2.5 and 8/3 is the only choice that fills that criterion. Note: While I generated the graph using Desmos for illustrative purposes, don't think it's too hard to come up with the picture without software. – Mark McClure Jul 20 '23 at 21:43
  • 3
    What is your high school?:) – Bob Dobbs Jul 20 '23 at 21:43
  • This integral is on AoPS – Тyma Gaidash Jul 20 '23 at 21:48
  • @TymaGaidash thanks a lot :) – Alexandru ȚECU Jul 20 '23 at 21:51
  • 1
    If the problem is multiple choice and targeted at high schoolers, then you should absolutely consider a geometric approach. In this problem, it literally takes a minute or two. That's probably the point from the problem writer's perspective. – Mark McClure Jul 20 '23 at 21:59

1 Answers1

6

Let $x \mapsto -x$ (this is the same as letting $u = -x $ then renaming $u$ as $x$).

$\displaystyle I = \int_{-2}^{2}\frac{x^2}{e^x+1}~dx = -\int_{2}^{-2}\frac{x^2}{e^{-x}+1}~dx = \int_{-2}^{2}\frac{x^2}{e^{-x}+1}~dx$

Adding the first and last integrals together and using $\frac{1}{y+1}+\frac{1}{y^{-1}+1} = 1$:

$\displaystyle 2I = \int_{-2}^{2}\frac{x^2}{e^x+1}~dx + \int_{-2}^{2}\frac{x^2}{e^{-x}+1}~dx = \int_{-2}^{2} x^2 dx = \frac{16}{3}$

So that $\displaystyle {I = \frac{8}{3}}$.

NoName
  • 2,820
  • 1
  • 12
  • 21