Confused on Solving a Series Computation: Help Needed!

intervade
Messages
7
Reaction score
0
Ok it says I am to computer using a series accurate to within 0.001.
gif.latex?\int_{0}^{1}x^2e^{-x^2}.gif


I'm really not sure where to start. Do I integrate this first by parts? Or am I thinking about this too much? Could someone point me in the right direction please! Help would be much appreciated!
 
Physics news on Phys.org
intervade said:
Ok it says I am to computer using a series accurate to within 0.001.
gif.latex?\int_{0}^{1}x^2e^{-x^2}.gif


I'm really not sure where to start. Do I integrate this first by parts? Or am I thinking about this too much? Could someone point me in the right direction please! Help would be much appreciated!
The key word is series here. Get the Maclaurin series for e-x2, and then multiply it by x2. Does that give you a place to start?
 
Ok let me just make sure I'm on the right track..

34zkmzb.jpg


Is this correct to say?

sorry, my latex skills are bad.
 
No, write the series in expanded form, not in closed form. Notice that because you have an alternating series, the error is less in absolute value than your first unused term.

Your LaTeX looks pretty good!
 
Hmm I'm not exactly sure what to do with this still. How do I integrate an expanded form of a series?
 
Term by term. This series converges pretty quickly, so you shouldn't need a whole lot of terms.
 
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