Evaluate Definite Integral Using Power Series: 3 Decimal Places

  • Thread starter Thread starter tnutty
  • Start date Start date
  • Tags Tags
    Power
tnutty
Messages
324
Reaction score
1
Use series to approximate the definite integral I. (Give your answer correct to 3 decimal places.)

1
\int x*cos(x^2) dx
0

the series I derived was
inf
\sum (-1)^n * x^4^n^+^1 / 2n!
n=0

how would I evaluate it?
 
Physics news on Phys.org
Your Taylor's series is the series for xcos(x^2), although you have the factorial in the denominator wrong - it should be (2n)!, not 2n!. Integrate your series term by term to get a new series. Then evaluate the new series at x = 1 (you won't need to evaluate it at x = 0, since all the terms in your series vanish there). When your partial sums are the same in 3 decimal places, you have your approximation.
 
I obtained that series by integrating the series of cos(n). * x.

I am not getting what you mean. I did integrate it term by term.
 
tnutty said:
I obtained that series by integrating the series of cos(n). * x.

I am not getting what you mean. I did integrate it term by term.

Here's where you are:
x*cos(x2) = x - x5/2! + x9/4! - x13/6! + x17/8! -+ ...

So the antiderivative of the above is:
\int x*cos(x^2) dx = x2/2 - x6/(6 *2!) + x10/(10*4!) - x14/(14*6!) + x18/(18*8!) -+ ...

I have omitted the constant of integration on the right side above, and also have omitted the general term.

What you want is
\int_0^1 x*cos(x^2) dx

so what you need to do is to evaluate the antiderivative a few lines up at x = 1. You don't need to evaluate it at x = 0, since all of the terms in the antiderivative are zero when x is zero. The terms up to the 18th power are probably enough to get you three decimal place precision in your answer. If not, include enough terms so that your partial sums are the same in the first three decimal places.
 
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