Series (Convergence, determination, and error)

GuitarStrings
Messages
17
Reaction score
0

Homework Statement



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

Estimate the level of error involved in this problem.

AND

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

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 u_{n+1}. So I found u_{n+1}, 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
<br /> S_N = \sum_n^N u_n = \sum_n^N \frac{[(-1)^{n+1}]}{n!}<br />

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 r_N = |L - S_N| should be less than the N+1 term magnitude r_N = |u_{N+1}|
 
Last edited:
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