Series (Convergence, determination, and error)

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
1 reply · 1K views
GuitarStrings
Messages
17
Reaction score
0

Homework Statement



Approximate the sum of the series S = [tex]\sum[/tex](n from 1 to Infinity) [tex]\frac{[(-1)^(n+1)]}{n!}[/tex] by calculating S_10.

Estimate the level of error involved in this problem.

AND

S = [tex]\sum[/tex](n from 1 to Infinity) [tex]\frac{[(-1)^(n+1)]}{n^4}[/tex]

Approximate the sum of the series by using the 20th partial sum.
Estimate the error involved in this approximation.


Homework Equations



None.

The Attempt at a Solution



Manually found the sum of the series using a GDC.

Error is less than [tex]u_{n+1}[/tex]. So I found [tex]u_{n+1}[/tex], but that gives the wrong answer for both the cases.
 
Physics news on Phys.org
be careful i think you are using n as both the sum variable and the last series term, i think it should be
[tex] S_N = \sum_n^N u_n = \sum_n^N \frac{[(-1)^{n+1}]}{n!}[/tex]

as its and alternating series with monotonically decreasing term magnitude the error of the sum to n,

If L is the limit of the series, then the error estimate [itex]r_N = |L - S_N|[/itex] should be less than the N+1 term magnitude [itex]r_N = |u_{N+1}|[/itex]
 
Last edited: