Solved: Integral Question - Finding Average Area Under Curve

  • Thread starter Thread starter rjs123
  • Start date Start date
  • Tags Tags
    Integral
rjs123
Messages
90
Reaction score
0

Homework Statement


1/2\int_0^2e^{-2x^2}dx

I'm basically trying to find the average area under the curve for a rectangle from [0, 2] inclusive...which is why i put the 1/2 in front.




The Attempt at a Solution



I let u = to everything above e
du = -4xdx

-1/8x[e^{-2x^2}]dx

then plug in 2 ...0...subtract...am i on the right path?
 
Last edited:
Physics news on Phys.org
There really is no elementary answer for that integral. You will have to use an approximate method in order to evaluate the integral, such as Simpson's Rule or the Trapezium Rule.
 
rjs123 said:

Homework Statement


1/2\int_0^2e^{-2x^2}dx

I'm basically trying to find the average area under the curve for a rectangle from [0, 2] inclusive...which is why i put the 1/2 in front.




The Attempt at a Solution



I let u = to everything above e
du = -4xdx

-1/8x[e^{-2x^2}]dx

then plug in 2 ...0...subtract...am i on the right path?
In addition to what rock.freak667 said, you attempted to use substitution on this integral, but didn't do it correctly.

In your substitution u = -2x2, and du = -4xdx, but you are missing an x factor in your integrand, and there's no way to get it.
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top