Leibniz criterion and Maclaurin approximations

  • Thread starter Thread starter estro
  • Start date Start date
  • Tags Tags
    Leibniz Maclaurin
estro
Messages
239
Reaction score
0
I'm trying to calculate the following function (at x=1) with accuracy of 10^(-3).

[tex]f(x)= \int^x_{0} \frac{1-cost}{t}[/tex]

What I've tried:
[tex]f(1)=f(0)+f'(c)=1-\sum_{k=0}^\infty \frac{(-1)^nc^{2k}}{(2k)!}[/tex]
But now I don't know how to calculate this expression. [I know that this series is convergent thanks to Leibniz criterion]

Have I done something wrong?
 
Last edited:
Physics news on Phys.org
estro said:
I'm trying to calculate the following function (at x=1) with accuracy of 10^(-3).

[tex]f(x)= \int^x_{0} \frac{1-cost}{t}[/tex]

What I've tried:
[tex]f(1)=f(0)+f'(c)=1-\sum_{k=0}^\infty \frac{(-1)^nc^{2k}}{(2k)!}[/tex]
But now I don't know how to calculate this expression. [I know that this series is convergent thanks to Leibniz criterion]

Have I done something wrong?
I think what you need to do is
1. Write the Maclaurin series for 1 - cos(t).
2. Divide each term in the Maclaurin series by t.
3. Integrate, and evaluate the resulting series at 1 and at 0.
4. Use as many terms as needed to get the desired precision.
 
[tex]g(x)=1-cosx[/tex]
[tex]g'(x)=sinx[/tex]
[tex]g''(x)=cosx[/tex]
[tex]g^{(3)}(x)=-sinx[/tex]
[tex]g^{(4)}(x)=-cosx[/tex]
[tex]g^{(5)}(x)=sinx[/tex]
[tex]g^{(6)}(x)=cosx[/tex]
[tex]g^{(7)}(x)=-sinx[/tex]

[tex]|R_6(t)| = |\frac {f^{(7)}(c)t^7} {7!}| \leq 10^{-3}[/tex]

[tex] f(1)=\int_0^{1} \frac {g(0)+g'(0)x+ \frac {g''(0)t^2} {2!t} + \frac {g^{(3)}(0)t^3} {3!t} + \frac {g^{(4)}(0)t^4} {4!t} + \frac {g^{(5)}(0)t^5} {5!t} + {g^{(6)}(0)t^6} {6!t}} {t}= \int_0^{1} 0+0+\frac {t} {2} - \frac {t^3} {24} + \frac {t^5}{720} +\frac {R_6(t)} {t}[/tex]

But how can I integrate the Reminder without corrupting my approximation, and even if I will integrate also the reminder how can I know that if f(x)=g(x)+c then also [tex]\int_a^{b} f(x) = c(b-a)+\int_a^{b} g(x)[/tex].
 
Last edited:
Go back to what I said in post #2.
1. Write the Maclaurin series for 1 - cos(t).
2. Divide each term in the Maclaurin series by t.
3. Integrate, and evaluate the resulting series at 1 and at 0.
4. Use as many terms as needed to get the desired precision.
The Maclaurin series for 1 - cos(t) is 1 - {1 - t2/2! + t4/4! - t6/6! +- (some more terms) ...}

The result from step 3 will still be a series, and will be an alternating series. There is a simple way to determine the error in truncating an alternating series that pertains to the first unused term.
 
Thanks, got it!
 

Similar threads

  • · Replies 48 ·
2
Replies
48
Views
8K
  • · Replies 14 ·
Replies
14
Views
3K
  • · Replies 1 ·
Replies
1
Views
2K
Replies
6
Views
3K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 10 ·
Replies
10
Views
2K
  • · Replies 3 ·
Replies
3
Views
3K