How to find the error or remainder of a series

 
 
Error or remainder of a series blog post.jpeg
 
 
 

The sum of the series is usually the sum of the first several terms, plus a very smaller error that you can estimate

Imagine that you need to find the sum of a series, but you don’t have a formula that you can use to do it. Instead, you have to manually add all of the series’ terms together, one at a time. Of course you could never do this, because the series has an infinite number of terms, and you’d be adding forever.

Krista King Math.jpg

Hi! I'm krista.

I create online courses to help you rock your math class. Read more.

 

But what if you knew that the sum of just the first five terms of the series was only .00001.00001 less than the sum of the entire series? If that were the case, maybe you could just use the first five terms, and say that it was a good enough estimate of the total sum, since it’s only .00001.00001 different and it saves you from manually adding infinitely more terms to the sum.

If you use the estimate, then you want to be able to report next to your answer that the value you found is only .00001.00001 off of the total sum. This .00001.00001 value is called the remainder, or error, of the series, and it tells you how close your estimate is to the real sum.

To find the remainder of the series, we’ll need to

  1. Estimate the total sum by calculating a partial sum for the series.

  2. Use the comparison test to say whether the series converges or diverges.

  3. Use the integral test to solve for the remainder.

 
 

Video example of calculating the error of the series


 
Krista King Math Signup.png
 
Calculus 2 course.png

Take the course

Want to learn more about Calculus 2? I have a step-by-step course for that. :)

 
 

 
 

Using the first six terms to estimate the remainder

Example

Use the first six terms to estimate the remainder of the series.

n=1n2n4+3\sum^{\infty}_{n=1}\frac{n}{2n^4+3}

The first thing we need to do is to find the sum of the first six terms s6s_6 of our original series ana_n.

 
first six terms of the series

The sum of the first six terms of the series ana_n is

s6=15+235+154+4515+51,253+62,595s_6=\frac15+\frac{2}{35}+\frac{1}{54}+\frac{4}{515}+\frac{5}{1,253}+\frac{6}{2,595}

s6=0.2000+0.0571+0.0185+0.0078+0.0040+0.0023s_6=0.2000+0.0571+0.0185+0.0078+0.0040+0.0023

s6=0.2897s_6=0.2897

Since we’ve rounded our decimals, we’ll say

s60.2897s_6\approx0.2897

Next, we need to use the comparison test to figure out whether ana_n converges or diverges. We will need to create a similar but simpler comparison series bnb_n. We can use the same numerator in bnb_n as the numerator from ana_n, since it’s already pretty simple. For the denominator, we can use n4n^4, since it’s the element of the denominator that has the most impact on the series. The comparison series bnb_n will be

bn=nn4b_n=\frac{n}{n^4}

bn=1n3b_n=\frac{1}{n^3}

The comparison series bnb_n is a p-series where p=3p=3. The p-series test tells us that the series

will converge when p>1p>1

will diverge when p1p\le1

Since p=3p=3, we know that bnb_n converges.

To use the comparison test to show that ana_n also converges, we have to show that 0anbn0\le{a_n}\le{b_n}. We’ll find some of the first few values of the comparison series bnb_n and compare them to ana_n. Let’s use n=1, 2, 3n=1,\ 2,\ 3.

 
first three terms of the series

Looking at these three terms and their corresponding terms from ana_n, we can see that 0anbn0\le{a_n}\le{b_n}, which means that ana_n converges.

Error or remainder of a series for Calculus 2.jpeg

You’ll Use the integral test to find the remainder of the series

Now that we know that the series converges, we’ll use the integral test to find the remainder of the series ana_n after the first six terms, R6R_6. We’ll call the remainder of the comparison series bnb_n after the first six terms, T6T_6. Since we know that 0anbn0\le{a_n}\le{b_n}, and that ana_n and bnb_n converge, we can say that R6T6R_6\le{T_6}, which will be less than the total area under bnb_n.

R6T66bn dx=6f(x) dxR_6\le{T_6}\le\int^{\infty}_6b_n\ dx=\int^{\infty}_6f(x)\ dx

R6T66bn dx=61x3 dxR_6\le{T_6}\le\int^{\infty}_6b_n\ dx=\int^{\infty}_6\frac{1}{x^3}\ dx

R6T66bn dx=6x3 dxR_6\le{T_6}\le\int^{\infty}_6b_n\ dx=\int^{\infty}_6{x^{-3}}\ dx

R6x226R_6\le{\frac{x^{-2}}{-2}}\bigg|^{\infty}_6

R6limax226aR_6\le\lim_{a\to{\infty}}{\frac{x^{-2}}{-2}}\bigg|^a_6

R6lima12x26aR_6\le\lim_{a\to{\infty}}{-\frac{1}{2x^2}}\bigg|^a_6

R6lima12a2(12(6)2)R_6\le\lim_{a\to{\infty}}{-\frac{1}{2a^2}}-\left({-\frac{1}{2(6)^2}}\right)

R6lima12(6)212a2R_6\le\lim_{a\to{\infty}}\frac{1}{2(6)^2}-\frac{1}{2a^2}

R6lima17212a2R_6\le\lim_{a\to{\infty}}\frac{1}{72}-\frac{1}{2a^2}

R6172122R_6\le\frac{1}{72}-\frac{1}{2\infty^2}

R61720R_6\le\frac{1}{72}-0

R6172R_6\le\frac{1}{72}

R60.0139R_6\le0.0139

The sixth partial sum of the series ana_n is s60.2897s_6\approx0.2897, with error R60.0139R_6\le0.0139.

 
Krista King.png
 

Get access to the complete Calculus 2 course