{"id":872,"date":"2025-06-20T17:19:14","date_gmt":"2025-06-20T17:19:14","guid":{"rendered":"https:\/\/content.one.lumenlearning.com\/calculus2\/?post_type=chapter&#038;p=872"},"modified":"2025-09-09T19:53:00","modified_gmt":"2025-09-09T19:53:00","slug":"direction-fields-and-eulers-method-learn-it-2-2","status":"publish","type":"chapter","link":"https:\/\/content.one.lumenlearning.com\/calculus2\/chapter\/direction-fields-and-eulers-method-learn-it-2-2\/","title":{"raw":"Introduction to Series: Learn It 2","rendered":"Introduction to Series: Learn It 2"},"content":{"raw":"<h2 data-type=\"title\">The Harmonic Series<\/h2>\r\n<p class=\"whitespace-normal break-words\">One of the most important and surprising series in mathematics is the <strong>harmonic series<\/strong>:<\/p>\r\n\r\n<div id=\"fs-id1169738057265\" style=\"text-align: center;\" data-type=\"equation\">[latex]\\displaystyle\\sum _{n=1}^{\\infty }\\frac{1}{n}=1+\\frac{1}{2}+\\frac{1}{3}+\\frac{1}{4}+\\cdots [\/latex].<\/div>\r\n<p id=\"fs-id1169737393217\">This series is fascinating because it <strong>diverges<\/strong>, but it does so extremely slowly. The partial sums grow toward infinity, but at such a slow rate that it's not immediately obvious the series diverges.<\/p>\r\n<p class=\"whitespace-normal break-words\">Look at how slowly the partial sums [latex]S_k[\/latex] grow:<\/p>\r\n\r\n<table id=\"fs-id1169738150006\" class=\"unnumbered\" summary=\"This is a table with two rows and seven columns. The first row is labeled \" data-label=\"\">\r\n<tbody>\r\n<tr valign=\"top\">\r\n<td data-valign=\"top\" data-align=\"left\">[latex]k[\/latex]<\/td>\r\n<td data-valign=\"top\" data-align=\"left\">[latex]10[\/latex]<\/td>\r\n<td data-valign=\"top\" data-align=\"left\">[latex]100[\/latex]<\/td>\r\n<td data-valign=\"top\" data-align=\"left\">[latex]1000[\/latex]<\/td>\r\n<td data-valign=\"top\" data-align=\"left\">[latex]10,000[\/latex]<\/td>\r\n<td data-valign=\"top\" data-align=\"left\">[latex]100,000[\/latex]<\/td>\r\n<td data-valign=\"top\" data-align=\"left\">[latex]1,000,000[\/latex]<\/td>\r\n<\/tr>\r\n<tr valign=\"top\">\r\n<td data-valign=\"top\" data-align=\"left\">[latex]{S}_{k}[\/latex]<\/td>\r\n<td data-valign=\"top\" data-align=\"left\">[latex]2.92897[\/latex]<\/td>\r\n<td data-valign=\"top\" data-align=\"left\">[latex]5.18738[\/latex]<\/td>\r\n<td data-valign=\"top\" data-align=\"left\">[latex]7.48547[\/latex]<\/td>\r\n<td data-valign=\"top\" data-align=\"left\">[latex]9.78761[\/latex]<\/td>\r\n<td data-valign=\"top\" data-align=\"left\">[latex]12.09015[\/latex]<\/td>\r\n<td data-valign=\"top\" data-align=\"left\">[latex]14.39273[\/latex]<\/td>\r\n<\/tr>\r\n<\/tbody>\r\n<\/table>\r\nEven after adding one million terms, the partial sum is only about [latex]14.4[\/latex]. From this table alone, you might think the series converges to some finite value! Despite the slow growth, we can prove analytically that the harmonic series diverges by showing the partial sums are unbounded.\r\n\r\n<section class=\"textbox example\" aria-label=\"Example\">To show that the sequence of partial sums diverges, we show that the sequence of partial sums is unbounded.\r\n<p class=\"whitespace-normal break-words\"><strong>Step 1: Group terms strategically<\/strong><\/p>\r\n<p class=\"whitespace-normal break-words\">Let's examine the first few partial sums:<\/p>\r\n\r\n<ul class=\"[&amp;:not(:last-child)_ul]:pb-1 [&amp;:not(:last-child)_ol]:pb-1 list-disc space-y-1.5 pl-7\">\r\n \t<li class=\"whitespace-normal break-words\">[latex]S_1 = 1[\/latex]<\/li>\r\n \t<li class=\"whitespace-normal break-words\">[latex]S_2 = 1 + \\frac{1}{2}[\/latex]<\/li>\r\n \t<li class=\"whitespace-normal break-words\">[latex]S_4 = 1 + \\frac{1}{2} + \\frac{1}{3} + \\frac{1}{4}[\/latex]<\/li>\r\n<\/ul>\r\n<p class=\"whitespace-normal break-words\"><strong>Step 2: Use inequalities to find lower bounds<\/strong><\/p>\r\n<p class=\"whitespace-pre-wrap break-words\">For [latex]S_4[\/latex], notice that: [latex]\\frac{1}{3} + \\frac{1}{4} &gt; \\frac{1}{4} + \\frac{1}{4} = \\frac{1}{2}[\/latex]<\/p>\r\n<p class=\"whitespace-normal break-words\">Therefore, we conclude that: [latex]S_4 &gt; 1 + \\frac{1}{2} + \\frac{1}{2} = 1 + 2 \\cdot \\frac{1}{2}[\/latex]<\/p>\r\n<p class=\"whitespace-normal break-words\"><strong>Step 3: Extend the pattern<\/strong><\/p>\r\n<p class=\"whitespace-pre-wrap break-words\">For [latex]S_8[\/latex]: [latex]S_8 = 1 + \\frac{1}{2} + \\frac{1}{3} + \\frac{1}{4} + \\frac{1}{5} + \\frac{1}{6} + \\frac{1}{7} + \\frac{1}{8}[\/latex]<\/p>\r\n<p class=\"whitespace-pre-wrap break-words\">Group the terms: [latex]S_8 &gt; 1 + \\frac{1}{2} + \\left(\\frac{1}{4} + \\frac{1}{4}\\right) + \\left(\\frac{1}{8} + \\frac{1}{8} + \\frac{1}{8} + \\frac{1}{8}\\right)[\/latex]<\/p>\r\n<p class=\"whitespace-normal break-words\" style=\"text-align: center;\">[latex]S_8 &gt; 1 + \\frac{1}{2} + \\frac{1}{2} + \\frac{1}{2} = 1 + 3 \\cdot \\frac{1}{2}[\/latex]<\/p>\r\n<p class=\"whitespace-normal break-words\"><strong>Step 4: Generalize the result<\/strong><\/p>\r\n<p class=\"whitespace-normal break-words\">Following this pattern:<\/p>\r\n\r\n<ul class=\"[&amp;:not(:last-child)_ul]:pb-1 [&amp;:not(:last-child)_ol]:pb-1 list-disc space-y-1.5 pl-7\">\r\n \t<li class=\"whitespace-normal break-words\">[latex]S_1 = 1[\/latex]<\/li>\r\n \t<li class=\"whitespace-normal break-words\">[latex]S_2 = 1 + \\frac{1}{2}[\/latex]<\/li>\r\n \t<li class=\"whitespace-normal break-words\">[latex]S_4 &gt; 1 + 2 \\cdot \\frac{1}{2}[\/latex]<\/li>\r\n \t<li class=\"whitespace-normal break-words\">[latex]S_8 &gt; 1 + 3 \\cdot \\frac{1}{2}[\/latex]<\/li>\r\n<\/ul>\r\n<p class=\"whitespace-normal break-words\">In general: [latex]S_{2^j} &gt; 1 + j \\cdot \\frac{1}{2}[\/latex] for all [latex]j \\geq 1[\/latex]<\/p>\r\n<p class=\"whitespace-normal break-words\"><strong>Step 5: Conclude divergence<\/strong><\/p>\r\n<p class=\"whitespace-normal break-words\">Since [latex]1 + j \\cdot \\frac{1}{2} \\to \\infty[\/latex] as [latex]j \\to \\infty[\/latex], the sequence [latex]{S_k}[\/latex] is unbounded and therefore diverges.<\/p>\r\n\r\n<\/section><section class=\"textbox keyTakeaway\" aria-label=\"Key Takeaway\">\r\n<h3>harmonic series<\/h3>\r\nThe harmonic series [latex]\\sum_{n=1}^{\\infty} \\frac{1}{n} = 1 + \\frac{1}{2} + \\frac{1}{3} + \\frac{1}{4} + \\cdots[\/latex] diverges, even though its terms approach zero.\r\n\r\n[latex]\\\\[\/latex]\r\n\r\nThis series demonstrates that having [latex]\\lim_{n \\to \\infty} a_n = 0[\/latex] is necessary but not sufficient for series convergence. The harmonic series diverges so slowly that its partial sums grow approximately like [latex]\\ln(n)[\/latex], making it a borderline case between convergence and divergence.\r\n\r\n<\/section><section class=\"textbox proTip\" aria-label=\"Pro Tip\"><strong>Why This Matters<\/strong>: The harmonic series shows that even when terms approach zero (like [latex]\\frac{1}{n} \\to 0[\/latex]), the series may still diverge. The rate at which terms approach zero matters greatly for convergence.<\/section><section id=\"fs-id1169738056466\" data-depth=\"2\">\r\n<h2 data-type=\"title\">Algebraic Properties of Convergent Series<\/h2>\r\n<p id=\"fs-id1169738188266\">Since infinite series are defined using limits of sequences, they inherit many algebraic properties from limits and sequences.<\/p>\r\n\r\n<section class=\"textbox keyTakeaway\" aria-label=\"Key Takeaway\">\r\n<h3>algebraic properties of convergent series<\/h3>\r\n<p id=\"fs-id1169737179327\">Let [latex]\\displaystyle\\sum _{n=1}^{\\infty }{a}_{n}[\/latex] and [latex]\\displaystyle\\sum _{n=1}^{\\infty }{b}_{n}[\/latex] be convergent series. Then:<\/p>\r\n\r\n<ol id=\"fs-id1169737947446\" type=\"i\">\r\n \t<li><strong>Sum Rule<\/strong>: The series [latex]\\displaystyle\\sum _{n=1}^{\\infty }\\left({a}_{n}+{b}_{n}\\right)[\/latex] converges and [latex]\\displaystyle\\sum _{n=1}^{\\infty }\\left({a}_{n}+{b}_{n}\\right)=\\displaystyle\\sum _{n=1}^{\\infty }{a}_{n}+\\displaystyle\\sum _{n=1}^{\\infty }{b}_{n}[\/latex].<\/li>\r\n \t<li><strong>Difference Rule<\/strong>:The series [latex]\\displaystyle\\sum _{n=1}^{\\infty }\\left({a}_{n}-{b}_{n}\\right)[\/latex] converges and [latex]\\displaystyle\\sum _{n=1}^{\\infty }\\left({a}_{n}-{b}_{n}\\right)=\\displaystyle\\sum _{n=1}^{\\infty }{a}_{n}-\\displaystyle\\sum _{n=1}^{\\infty }{b}_{n}[\/latex].<\/li>\r\n \t<li><strong>Constant Multiple Rule<\/strong>:For any real number [latex]c[\/latex], the series [latex]\\displaystyle\\sum _{n=1}^{\\infty }c{a}_{n}[\/latex] converges and [latex]\\displaystyle\\sum _{n=1}^{\\infty }c{a}_{n}=c\\displaystyle\\sum _{n=1}^{\\infty }{a}_{n}[\/latex].<\/li>\r\n<\/ol>\r\n<\/section><section class=\"textbox example\" aria-label=\"Example\">\r\n<div id=\"fs-id1169738148599\" data-type=\"problem\">\r\n<p id=\"fs-id1169738058908\">Evaluate<\/p>\r\n\r\n<div id=\"fs-id1169738058911\" class=\"unnumbered\" style=\"text-align: center;\" data-type=\"equation\" data-label=\"\">[latex]\\displaystyle\\sum _{n=1}^{\\infty }\\left[\\frac{3}{n\\left(n+1\\right)}+{\\left(\\frac{1}{2}\\right)}^{n - 2}\\right][\/latex].<\/div>\r\n&nbsp;\r\n\r\n<\/div>\r\n[reveal-answer q=\"44558895\"]Show Solution[\/reveal-answer]\r\n[hidden-answer a=\"44558895\"]\r\n<div id=\"fs-id1169738042181\" data-type=\"solution\">\r\n<p id=\"fs-id1169738042184\">We showed earlier that<\/p>\r\n\r\n<div id=\"fs-id1169737949111\" class=\"unnumbered\" style=\"text-align: center;\" data-type=\"equation\" data-label=\"\">[latex]\\displaystyle\\sum _{n=1}^{\\infty }\\frac{1}{n\\left(n+1\\right)}[\/latex]<\/div>\r\n&nbsp;\r\n<p id=\"fs-id1169737297603\">and<\/p>\r\n\r\n<div id=\"fs-id1169738189920\" class=\"unnumbered\" style=\"text-align: center;\" data-type=\"equation\" data-label=\"\">[latex]\\displaystyle\\sum _{n=1}^{\\infty }{\\left(\\frac{1}{2}\\right)}^{n - 1}=2[\/latex].<\/div>\r\n&nbsp;\r\n<p id=\"fs-id1169737209441\">Since both of those series converge, we can apply the Alegraic Properties of Convergent Series to evaluate<\/p>\r\n\r\n<div id=\"fs-id1169737355719\" class=\"unnumbered\" style=\"text-align: center;\" data-type=\"equation\" data-label=\"\">[latex]\\displaystyle\\sum _{n=1}^{\\infty }\\left[\\frac{3}{n\\left(n+1\\right)}+{\\left(\\frac{1}{2}\\right)}^{n - 2}\\right][\/latex].<\/div>\r\n&nbsp;\r\n<p id=\"fs-id1169738146272\">Using the sum rule, write<\/p>\r\n\r\n<div id=\"fs-id1169738146275\" class=\"unnumbered\" style=\"text-align: center;\" data-type=\"equation\" data-label=\"\">[latex]\\displaystyle\\sum _{n=1}^{\\infty }\\left[\\frac{3}{n\\left(n+1\\right)}+{\\left(\\frac{1}{2}\\right)}^{n - 2}\\right]=\\displaystyle\\sum _{n=1}^{\\infty }\\frac{3}{n\\left(n+1\\right)}\\underset{n=1}{\\overset{\\infty }{+\\displaystyle\\sum }}{\\left(\\frac{1}{2}\\right)}^{n - 2}[\/latex].<\/div>\r\n&nbsp;\r\n<p id=\"fs-id1169738248902\">Then, using the constant multiple rule and the sums above, we can conclude that<\/p>\r\n\r\n<div id=\"fs-id1169738086671\" class=\"unnumbered\" style=\"text-align: center;\" data-type=\"equation\" data-label=\"\">[latex]\\begin{array}{ll}{\\displaystyle\\sum _{n=1}^{\\infty }\\frac{3}{n\\left(n+1\\right)}+\\displaystyle\\sum _{n=1}^{\\infty }{\\left(\\frac{1}{2}\\right)}^{n - 2}}\\hfill &amp; =3{\\displaystyle\\sum _{n=1}^{\\infty }\\frac{1}{n\\left(n+1\\right)}+{\\left(\\frac{1}{2}\\right)}^{-1}\\displaystyle\\sum _{n=1}^{\\infty }{\\left(\\frac{1}{2}\\right)}^{n - 1}}\\hfill \\\\ &amp; =3\\left(1\\right)+{\\left(\\frac{1}{2}\\right)}^{-1}\\left(2\\right)=3+2\\left(2\\right)=7.\\hfill \\end{array}[\/latex]<\/div>\r\n&nbsp;\r\n\r\n<\/div>\r\n[\/hidden-answer]\r\n\r\n<\/section><\/section>","rendered":"<h2 data-type=\"title\">The Harmonic Series<\/h2>\n<p class=\"whitespace-normal break-words\">One of the most important and surprising series in mathematics is the <strong>harmonic series<\/strong>:<\/p>\n<div id=\"fs-id1169738057265\" style=\"text-align: center;\" data-type=\"equation\">[latex]\\displaystyle\\sum _{n=1}^{\\infty }\\frac{1}{n}=1+\\frac{1}{2}+\\frac{1}{3}+\\frac{1}{4}+\\cdots[\/latex].<\/div>\n<p id=\"fs-id1169737393217\">This series is fascinating because it <strong>diverges<\/strong>, but it does so extremely slowly. The partial sums grow toward infinity, but at such a slow rate that it&#8217;s not immediately obvious the series diverges.<\/p>\n<p class=\"whitespace-normal break-words\">Look at how slowly the partial sums [latex]S_k[\/latex] grow:<\/p>\n<table id=\"fs-id1169738150006\" class=\"unnumbered\" summary=\"This is a table with two rows and seven columns. The first row is labeled\" data-label=\"\">\n<tbody>\n<tr valign=\"top\">\n<td data-valign=\"top\" data-align=\"left\">[latex]k[\/latex]<\/td>\n<td data-valign=\"top\" data-align=\"left\">[latex]10[\/latex]<\/td>\n<td data-valign=\"top\" data-align=\"left\">[latex]100[\/latex]<\/td>\n<td data-valign=\"top\" data-align=\"left\">[latex]1000[\/latex]<\/td>\n<td data-valign=\"top\" data-align=\"left\">[latex]10,000[\/latex]<\/td>\n<td data-valign=\"top\" data-align=\"left\">[latex]100,000[\/latex]<\/td>\n<td data-valign=\"top\" data-align=\"left\">[latex]1,000,000[\/latex]<\/td>\n<\/tr>\n<tr valign=\"top\">\n<td data-valign=\"top\" data-align=\"left\">[latex]{S}_{k}[\/latex]<\/td>\n<td data-valign=\"top\" data-align=\"left\">[latex]2.92897[\/latex]<\/td>\n<td data-valign=\"top\" data-align=\"left\">[latex]5.18738[\/latex]<\/td>\n<td data-valign=\"top\" data-align=\"left\">[latex]7.48547[\/latex]<\/td>\n<td data-valign=\"top\" data-align=\"left\">[latex]9.78761[\/latex]<\/td>\n<td data-valign=\"top\" data-align=\"left\">[latex]12.09015[\/latex]<\/td>\n<td data-valign=\"top\" data-align=\"left\">[latex]14.39273[\/latex]<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p>Even after adding one million terms, the partial sum is only about [latex]14.4[\/latex]. From this table alone, you might think the series converges to some finite value! Despite the slow growth, we can prove analytically that the harmonic series diverges by showing the partial sums are unbounded.<\/p>\n<section class=\"textbox example\" aria-label=\"Example\">To show that the sequence of partial sums diverges, we show that the sequence of partial sums is unbounded.<\/p>\n<p class=\"whitespace-normal break-words\"><strong>Step 1: Group terms strategically<\/strong><\/p>\n<p class=\"whitespace-normal break-words\">Let&#8217;s examine the first few partial sums:<\/p>\n<ul class=\"[&amp;:not(:last-child)_ul]:pb-1 [&amp;:not(:last-child)_ol]:pb-1 list-disc space-y-1.5 pl-7\">\n<li class=\"whitespace-normal break-words\">[latex]S_1 = 1[\/latex]<\/li>\n<li class=\"whitespace-normal break-words\">[latex]S_2 = 1 + \\frac{1}{2}[\/latex]<\/li>\n<li class=\"whitespace-normal break-words\">[latex]S_4 = 1 + \\frac{1}{2} + \\frac{1}{3} + \\frac{1}{4}[\/latex]<\/li>\n<\/ul>\n<p class=\"whitespace-normal break-words\"><strong>Step 2: Use inequalities to find lower bounds<\/strong><\/p>\n<p class=\"whitespace-pre-wrap break-words\">For [latex]S_4[\/latex], notice that: [latex]\\frac{1}{3} + \\frac{1}{4} > \\frac{1}{4} + \\frac{1}{4} = \\frac{1}{2}[\/latex]<\/p>\n<p class=\"whitespace-normal break-words\">Therefore, we conclude that: [latex]S_4 > 1 + \\frac{1}{2} + \\frac{1}{2} = 1 + 2 \\cdot \\frac{1}{2}[\/latex]<\/p>\n<p class=\"whitespace-normal break-words\"><strong>Step 3: Extend the pattern<\/strong><\/p>\n<p class=\"whitespace-pre-wrap break-words\">For [latex]S_8[\/latex]: [latex]S_8 = 1 + \\frac{1}{2} + \\frac{1}{3} + \\frac{1}{4} + \\frac{1}{5} + \\frac{1}{6} + \\frac{1}{7} + \\frac{1}{8}[\/latex]<\/p>\n<p class=\"whitespace-pre-wrap break-words\">Group the terms: [latex]S_8 > 1 + \\frac{1}{2} + \\left(\\frac{1}{4} + \\frac{1}{4}\\right) + \\left(\\frac{1}{8} + \\frac{1}{8} + \\frac{1}{8} + \\frac{1}{8}\\right)[\/latex]<\/p>\n<p class=\"whitespace-normal break-words\" style=\"text-align: center;\">[latex]S_8 > 1 + \\frac{1}{2} + \\frac{1}{2} + \\frac{1}{2} = 1 + 3 \\cdot \\frac{1}{2}[\/latex]<\/p>\n<p class=\"whitespace-normal break-words\"><strong>Step 4: Generalize the result<\/strong><\/p>\n<p class=\"whitespace-normal break-words\">Following this pattern:<\/p>\n<ul class=\"[&amp;:not(:last-child)_ul]:pb-1 [&amp;:not(:last-child)_ol]:pb-1 list-disc space-y-1.5 pl-7\">\n<li class=\"whitespace-normal break-words\">[latex]S_1 = 1[\/latex]<\/li>\n<li class=\"whitespace-normal break-words\">[latex]S_2 = 1 + \\frac{1}{2}[\/latex]<\/li>\n<li class=\"whitespace-normal break-words\">[latex]S_4 > 1 + 2 \\cdot \\frac{1}{2}[\/latex]<\/li>\n<li class=\"whitespace-normal break-words\">[latex]S_8 > 1 + 3 \\cdot \\frac{1}{2}[\/latex]<\/li>\n<\/ul>\n<p class=\"whitespace-normal break-words\">In general: [latex]S_{2^j} > 1 + j \\cdot \\frac{1}{2}[\/latex] for all [latex]j \\geq 1[\/latex]<\/p>\n<p class=\"whitespace-normal break-words\"><strong>Step 5: Conclude divergence<\/strong><\/p>\n<p class=\"whitespace-normal break-words\">Since [latex]1 + j \\cdot \\frac{1}{2} \\to \\infty[\/latex] as [latex]j \\to \\infty[\/latex], the sequence [latex]{S_k}[\/latex] is unbounded and therefore diverges.<\/p>\n<\/section>\n<section class=\"textbox keyTakeaway\" aria-label=\"Key Takeaway\">\n<h3>harmonic series<\/h3>\n<p>The harmonic series [latex]\\sum_{n=1}^{\\infty} \\frac{1}{n} = 1 + \\frac{1}{2} + \\frac{1}{3} + \\frac{1}{4} + \\cdots[\/latex] diverges, even though its terms approach zero.<\/p>\n<p>[latex]\\\\[\/latex]<\/p>\n<p>This series demonstrates that having [latex]\\lim_{n \\to \\infty} a_n = 0[\/latex] is necessary but not sufficient for series convergence. The harmonic series diverges so slowly that its partial sums grow approximately like [latex]\\ln(n)[\/latex], making it a borderline case between convergence and divergence.<\/p>\n<\/section>\n<section class=\"textbox proTip\" aria-label=\"Pro Tip\"><strong>Why This Matters<\/strong>: The harmonic series shows that even when terms approach zero (like [latex]\\frac{1}{n} \\to 0[\/latex]), the series may still diverge. The rate at which terms approach zero matters greatly for convergence.<\/section>\n<section id=\"fs-id1169738056466\" data-depth=\"2\">\n<h2 data-type=\"title\">Algebraic Properties of Convergent Series<\/h2>\n<p id=\"fs-id1169738188266\">Since infinite series are defined using limits of sequences, they inherit many algebraic properties from limits and sequences.<\/p>\n<section class=\"textbox keyTakeaway\" aria-label=\"Key Takeaway\">\n<h3>algebraic properties of convergent series<\/h3>\n<p id=\"fs-id1169737179327\">Let [latex]\\displaystyle\\sum _{n=1}^{\\infty }{a}_{n}[\/latex] and [latex]\\displaystyle\\sum _{n=1}^{\\infty }{b}_{n}[\/latex] be convergent series. Then:<\/p>\n<ol id=\"fs-id1169737947446\" type=\"i\">\n<li><strong>Sum Rule<\/strong>: The series [latex]\\displaystyle\\sum _{n=1}^{\\infty }\\left({a}_{n}+{b}_{n}\\right)[\/latex] converges and [latex]\\displaystyle\\sum _{n=1}^{\\infty }\\left({a}_{n}+{b}_{n}\\right)=\\displaystyle\\sum _{n=1}^{\\infty }{a}_{n}+\\displaystyle\\sum _{n=1}^{\\infty }{b}_{n}[\/latex].<\/li>\n<li><strong>Difference Rule<\/strong>:The series [latex]\\displaystyle\\sum _{n=1}^{\\infty }\\left({a}_{n}-{b}_{n}\\right)[\/latex] converges and [latex]\\displaystyle\\sum _{n=1}^{\\infty }\\left({a}_{n}-{b}_{n}\\right)=\\displaystyle\\sum _{n=1}^{\\infty }{a}_{n}-\\displaystyle\\sum _{n=1}^{\\infty }{b}_{n}[\/latex].<\/li>\n<li><strong>Constant Multiple Rule<\/strong>:For any real number [latex]c[\/latex], the series [latex]\\displaystyle\\sum _{n=1}^{\\infty }c{a}_{n}[\/latex] converges and [latex]\\displaystyle\\sum _{n=1}^{\\infty }c{a}_{n}=c\\displaystyle\\sum _{n=1}^{\\infty }{a}_{n}[\/latex].<\/li>\n<\/ol>\n<\/section>\n<section class=\"textbox example\" aria-label=\"Example\">\n<div id=\"fs-id1169738148599\" data-type=\"problem\">\n<p id=\"fs-id1169738058908\">Evaluate<\/p>\n<div id=\"fs-id1169738058911\" class=\"unnumbered\" style=\"text-align: center;\" data-type=\"equation\" data-label=\"\">[latex]\\displaystyle\\sum _{n=1}^{\\infty }\\left[\\frac{3}{n\\left(n+1\\right)}+{\\left(\\frac{1}{2}\\right)}^{n - 2}\\right][\/latex].<\/div>\n<p>&nbsp;<\/p>\n<\/div>\n<div class=\"qa-wrapper\" style=\"display: block\"><button class=\"show-answer show-answer-button collapsed\" data-target=\"q44558895\">Show Solution<\/button><\/p>\n<div id=\"q44558895\" class=\"hidden-answer\" style=\"display: none\">\n<div id=\"fs-id1169738042181\" data-type=\"solution\">\n<p id=\"fs-id1169738042184\">We showed earlier that<\/p>\n<div id=\"fs-id1169737949111\" class=\"unnumbered\" style=\"text-align: center;\" data-type=\"equation\" data-label=\"\">[latex]\\displaystyle\\sum _{n=1}^{\\infty }\\frac{1}{n\\left(n+1\\right)}[\/latex]<\/div>\n<p>&nbsp;<\/p>\n<p id=\"fs-id1169737297603\">and<\/p>\n<div id=\"fs-id1169738189920\" class=\"unnumbered\" style=\"text-align: center;\" data-type=\"equation\" data-label=\"\">[latex]\\displaystyle\\sum _{n=1}^{\\infty }{\\left(\\frac{1}{2}\\right)}^{n - 1}=2[\/latex].<\/div>\n<p>&nbsp;<\/p>\n<p id=\"fs-id1169737209441\">Since both of those series converge, we can apply the Alegraic Properties of Convergent Series to evaluate<\/p>\n<div id=\"fs-id1169737355719\" class=\"unnumbered\" style=\"text-align: center;\" data-type=\"equation\" data-label=\"\">[latex]\\displaystyle\\sum _{n=1}^{\\infty }\\left[\\frac{3}{n\\left(n+1\\right)}+{\\left(\\frac{1}{2}\\right)}^{n - 2}\\right][\/latex].<\/div>\n<p>&nbsp;<\/p>\n<p id=\"fs-id1169738146272\">Using the sum rule, write<\/p>\n<div id=\"fs-id1169738146275\" class=\"unnumbered\" style=\"text-align: center;\" data-type=\"equation\" data-label=\"\">[latex]\\displaystyle\\sum _{n=1}^{\\infty }\\left[\\frac{3}{n\\left(n+1\\right)}+{\\left(\\frac{1}{2}\\right)}^{n - 2}\\right]=\\displaystyle\\sum _{n=1}^{\\infty }\\frac{3}{n\\left(n+1\\right)}\\underset{n=1}{\\overset{\\infty }{+\\displaystyle\\sum }}{\\left(\\frac{1}{2}\\right)}^{n - 2}[\/latex].<\/div>\n<p>&nbsp;<\/p>\n<p id=\"fs-id1169738248902\">Then, using the constant multiple rule and the sums above, we can conclude that<\/p>\n<div id=\"fs-id1169738086671\" class=\"unnumbered\" style=\"text-align: center;\" data-type=\"equation\" data-label=\"\">[latex]\\begin{array}{ll}{\\displaystyle\\sum _{n=1}^{\\infty }\\frac{3}{n\\left(n+1\\right)}+\\displaystyle\\sum _{n=1}^{\\infty }{\\left(\\frac{1}{2}\\right)}^{n - 2}}\\hfill & =3{\\displaystyle\\sum _{n=1}^{\\infty }\\frac{1}{n\\left(n+1\\right)}+{\\left(\\frac{1}{2}\\right)}^{-1}\\displaystyle\\sum _{n=1}^{\\infty }{\\left(\\frac{1}{2}\\right)}^{n - 1}}\\hfill \\\\ & =3\\left(1\\right)+{\\left(\\frac{1}{2}\\right)}^{-1}\\left(2\\right)=3+2\\left(2\\right)=7.\\hfill \\end{array}[\/latex]<\/div>\n<p>&nbsp;<\/p>\n<\/div>\n<\/div>\n<\/div>\n<\/section>\n<\/section>\n","protected":false},"author":15,"menu_order":13,"template":"","meta":{"_candela_citation":"[]","pb_show_title":"on","pb_short_title":"","pb_subtitle":"","pb_authors":[],"pb_section_license":""},"chapter-type":[],"contributor":[],"license":[],"part":671,"module-header":"- Select Header -","content_attributions":[],"internal_book_links":[],"video_content":null,"cc_video_embed_content":{"cc_scripts":"","media_targets":[]},"try_it_collection":null,"_links":{"self":[{"href":"https:\/\/content.one.lumenlearning.com\/calculus2\/wp-json\/pressbooks\/v2\/chapters\/872"}],"collection":[{"href":"https:\/\/content.one.lumenlearning.com\/calculus2\/wp-json\/pressbooks\/v2\/chapters"}],"about":[{"href":"https:\/\/content.one.lumenlearning.com\/calculus2\/wp-json\/wp\/v2\/types\/chapter"}],"author":[{"embeddable":true,"href":"https:\/\/content.one.lumenlearning.com\/calculus2\/wp-json\/wp\/v2\/users\/15"}],"version-history":[{"count":13,"href":"https:\/\/content.one.lumenlearning.com\/calculus2\/wp-json\/pressbooks\/v2\/chapters\/872\/revisions"}],"predecessor-version":[{"id":2263,"href":"https:\/\/content.one.lumenlearning.com\/calculus2\/wp-json\/pressbooks\/v2\/chapters\/872\/revisions\/2263"}],"part":[{"href":"https:\/\/content.one.lumenlearning.com\/calculus2\/wp-json\/pressbooks\/v2\/parts\/671"}],"metadata":[{"href":"https:\/\/content.one.lumenlearning.com\/calculus2\/wp-json\/pressbooks\/v2\/chapters\/872\/metadata\/"}],"wp:attachment":[{"href":"https:\/\/content.one.lumenlearning.com\/calculus2\/wp-json\/wp\/v2\/media?parent=872"}],"wp:term":[{"taxonomy":"chapter-type","embeddable":true,"href":"https:\/\/content.one.lumenlearning.com\/calculus2\/wp-json\/pressbooks\/v2\/chapter-type?post=872"},{"taxonomy":"contributor","embeddable":true,"href":"https:\/\/content.one.lumenlearning.com\/calculus2\/wp-json\/wp\/v2\/contributor?post=872"},{"taxonomy":"license","embeddable":true,"href":"https:\/\/content.one.lumenlearning.com\/calculus2\/wp-json\/wp\/v2\/license?post=872"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}