Approximating Integrate Using Series Methods

  • Thread starter Thread starter blue mango
  • Start date Start date
  • Tags Tags
    Integral Series
blue mango
Messages
12
Reaction score
0
I need help solving the following (it is due tomorrow :frown: and it just got assigned yesterday ):

use series methods to obtain the approximate value of integral(from 0 to1) of (1-e^x)/x dx

What I have thought of so far is to use the Taylor series approx for e^x and carry that out to a few terms then solve for 1 and 0 and plug it into the original equation but I'm not sure that I'm headed in the right direction. I took a year off from school and now I'm having to relearn a bunch of things that were once simple but now seem quite challenging. Any help is appreciated. Thanks.
 
Last edited:
Physics news on Phys.org
Looks good to me. You should get an easy power series to integrate and then you just substitute in 1 and 0.

Mat
 
I plugged in the Taylor series for e^x and took that out to 6 terms then integrated it from 0 to 1 and got 1.262...does that sound about right?
 
The integrand is negative so you should end up with a negative answer.

As an example just using two terms, ex=1+x you would end up with

\int_0^1 \frac{1-(1+x)}{x}dx = \int_0^1 \frac{-x}{x}dx=-1

As you add more terms the integral should become more negative
 
Thanks for pointing that out Office Shredder. There was a negative that I had forgotten to carry over. So I got -1.262 with 6 terms in the e^x Taylor series.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top