Leibniz criterion and Maclaurin approximations

  • Thread starter Thread starter estro
  • Start date Start date
  • Tags Tags
    Leibniz Maclaurin
Click For Summary

Homework Help Overview

The discussion revolves around calculating the function f(x) defined as the integral of (1 - cos(t))/t from 0 to x, specifically at x=1, with a desired accuracy of 10^(-3). The subject area includes calculus, particularly focusing on series approximations and integration techniques.

Discussion Character

  • Exploratory, Conceptual clarification, Mathematical reasoning

Approaches and Questions Raised

  • Participants explore the use of the Maclaurin series for 1 - cos(t) and discuss how to integrate the resulting series. There are questions about the handling of the remainder term in the approximation and concerns about maintaining accuracy.

Discussion Status

Some participants have suggested steps for deriving the series and integrating it, while others have raised questions about the implications of integrating the remainder term and its effect on the approximation. The discussion is ongoing, with various interpretations and methods being explored.

Contextual Notes

There is an emphasis on achieving a specific precision in the calculations, and participants are considering the convergence of the series as well as the properties of alternating series in their discussions.

estro
Messages
239
Reaction score
0
I'm trying to calculate the following function (at x=1) with accuracy of 10^(-3).

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

What I've tried:
f(1)=f(0)+f'(c)=1-\sum_{k=0}^\infty \frac{(-1)^nc^{2k}}{(2k)!}
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).

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

What I've tried:
f(1)=f(0)+f'(c)=1-\sum_{k=0}^\infty \frac{(-1)^nc^{2k}}{(2k)!}
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.
 
g(x)=1-cosx
g'(x)=sinx
g''(x)=cosx
g^{(3)}(x)=-sinx
g^{(4)}(x)=-cosx
g^{(5)}(x)=sinx
g^{(6)}(x)=cosx
g^{(7)}(x)=-sinx

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

<br /> f(1)=\int_0^{1} \frac {g(0)+g&#039;(0)x+ \frac {g&#039;&#039;(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}

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 \int_a^{b} f(x) = c(b-a)+\int_a^{b} g(x).
 
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
6K
  • · Replies 14 ·
Replies
14
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
Replies
6
Views
3K
  • · Replies 2 ·
Replies
2
Views
1K
  • · 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
2K