{"id":2068,"date":"2015-11-12T18:30:42","date_gmt":"2015-11-12T18:30:42","guid":{"rendered":"https:\/\/courses.candelalearning.com\/collegealgebra1xmaster\/?post_type=chapter&#038;p=2068"},"modified":"2017-04-03T19:32:46","modified_gmt":"2017-04-03T19:32:46","slug":"using-summation-notation","status":"publish","type":"chapter","link":"https:\/\/courses.lumenlearning.com\/ivytech-collegealgebra\/chapter\/using-summation-notation\/","title":{"raw":"Using Summation Notation","rendered":"Using Summation Notation"},"content":{"raw":"<p>To find the total amount of money in the college fund and the sum of the amounts deposited, we need to add the amounts deposited each month and the amounts earned monthly. The sum of the terms of a sequence is called a <strong>series<\/strong>. Consider, for example, the following series.\r\n<\/p><div style=\"text-align: center;\">[latex]3+7+11+15+19+..[\/latex].<\/div>\r\nThe <strong> [latex]n\\text{th }[\/latex] partial sum<\/strong> of a series is the sum of a finite number of consecutive terms beginning with the first term. The notation [latex]\\text{ }{S}_{n}\\text{ }[\/latex] represents the partial sum.\r\n<div style=\"text-align: center;\">[latex]\\begin{array}{l}{S}_{1}=3\\\\ {S}_{2}=3+7=10\\\\ {S}_{3}=3+7+11=21\\\\ {S}_{4}=3+7+11+15=36\\end{array}[\/latex]<\/div>\r\n<strong>Summation notation <\/strong>is used to represent series. Summation notation is often known as sigma notation because it uses the Greek capital letter <strong>sigma<\/strong>, [latex]\\sum[\/latex], to represent the sum. Summation notation includes an explicit formula and specifies the first and last terms in the series. An explicit formula for each term of the series is given to the right of the sigma. A variable called the <strong>index of summation <\/strong>is written below the sigma. The index of summation is set equal to the <strong>lower limit of summation<\/strong>, which is the number used to generate the first term in the series. The number above the sigma, called the <strong>upper limit of summation<\/strong>, is the number used to generate the last term in a series.\r\n\r\n<img class=\"aligncenter\" src=\"https:\/\/s3-us-west-2.amazonaws.com\/courses-images-archive-read-only\/wp-content\/uploads\/sites\/924\/2015\/11\/25202550\/CNX_Precalc_Figure_11_04_001n2.jpg\" alt=\"Explanation of summation notion as described in the text.\" data-media-type=\"image\/jpg\"\/>\r\n\r\nIf we interpret the given notation, we see that it asks us to find the sum of the terms in the series [latex]{a}_{k}=2k[\/latex] for [latex]k=1[\/latex] through [latex]k=5[\/latex]. We can begin by substituting the terms for [latex]k[\/latex] and listing out the terms of this series.\r\n<div style=\"text-align: center;\">[latex]\\begin{array}{l}\\begin{array}{l}\\\\ {a}_{1}=2\\left(1\\right)=2\\end{array}\\hfill \\\\ {a}_{2}=2\\left(2\\right)=4\\hfill \\\\ {a}_{3}=2\\left(3\\right)=6\\hfill \\\\ {a}_{4}=2\\left(4\\right)=8\\hfill \\\\ {a}_{5}=2\\left(5\\right)=10\\hfill \\end{array}[\/latex]<\/div>\r\nWe can find the sum of the series by adding the terms:\r\n<div style=\"text-align: center;\">[latex]\\sum _{k=1}^{5}2k=2+4+6+8+10=30[\/latex]<\/div>\r\n<div class=\"textbox\">\r\n<h3>A General Note: Summation Notation<\/h3>\r\nThe sum of the first [latex]n[\/latex] terms of a <strong>series <\/strong>can be expressed in <strong>summation notation<\/strong> as follows:\r\n<div style=\"text-align: center;\">[latex]\\sum _{k=1}^{n}{a}_{k}[\/latex]<\/div>\r\nThis notation tells us to find the sum of [latex]{a}_{k}[\/latex] from [latex]k=1[\/latex] to [latex]k=n[\/latex].\r\n\r\n[latex]k[\/latex] is called the <strong>index of summation<\/strong>, 1 is the <strong>lower limit of summation<\/strong>, and [latex]n[\/latex] is the <strong>upper limit of summation<\/strong>.\r\n\r\n<\/div>\r\n<div class=\"textbox\">\r\n<h3>Q &amp; A<\/h3>\r\n<h3>Does the lower limit of summation have to be 1?<\/h3>\r\n<em>No. The lower limit of summation can be any number, but 1 is frequently used. We will look at examples with lower limits of summation other than 1.<\/em>\r\n\r\n<\/div>\r\n<div class=\"textbox\">\r\n<h3>How To: Given summation notation for a series, evaluate the value.<\/h3>\r\n<ol><li>Identify the lower limit of summation.<\/li>\r\n\t<li>Identify the upper limit of summation.<\/li>\r\n\t<li>Substitute each value of [latex]k[\/latex] from the lower limit to the upper limit into the formula.<\/li>\r\n\t<li>Add to find the sum.<\/li>\r\n<\/ol><\/div>\r\n<div class=\"textbox shaded\">\r\n<h3>Example 1: Using Summation Notation<\/h3>\r\nEvaluate [latex]\\sum _{k=3}^{7}{k}^{2}[\/latex].\r\n\r\n<\/div>\r\n<div class=\"textbox shaded\">\r\n<h3>Solution<\/h3>\r\nAccording to the notation, the lower limit of summation is 3 and the upper limit is 7. So we need to find the sum of [latex]{k}^{2}[\/latex] from [latex]k=3[\/latex] to [latex]k=7[\/latex]. We find the terms of the series by substituting [latex]k=3\\text{,}4\\text{,}5\\text{,}6[\/latex], and [latex]7[\/latex] into the function [latex]{k}^{2}[\/latex]. We add the terms to find the sum.\r\n<div style=\"text-align: center;\">[latex]\\begin{array}{ll}\\sum _{k=3}^{7}{k}^{2}\\hfill &amp; ={3}^{2}+{4}^{2}+{5}^{2}+{6}^{2}+{7}^{2}\\hfill \\\\ \\hfill &amp; =9+16+25+36+49\\hfill \\\\ \\hfill &amp; =135\\hfill \\end{array}[\/latex]<\/div>\r\n<\/div>\r\n<div class=\"bcc-box bcc-success\">\r\n<h3>Try It 1<\/h3>\r\nEvaluate [latex]\\sum _{k=2}^{5}\\left(3k - 1\\right)[\/latex].\r\n\r\n<a href=\"https:\/\/courses.candelalearning.com\/precalctwo1xmaster\/chapter\/solutions-31\/\" target=\"_blank\">Solution<\/a>\r\n\r\n<\/div>","rendered":"<p>To find the total amount of money in the college fund and the sum of the amounts deposited, we need to add the amounts deposited each month and the amounts earned monthly. The sum of the terms of a sequence is called a <strong>series<\/strong>. Consider, for example, the following series.\n<\/p>\n<div style=\"text-align: center;\">[latex]3+7+11+15+19+..[\/latex].<\/div>\n<p>The <strong> [latex]n\\text{th }[\/latex] partial sum<\/strong> of a series is the sum of a finite number of consecutive terms beginning with the first term. The notation [latex]\\text{ }{S}_{n}\\text{ }[\/latex] represents the partial sum.<\/p>\n<div style=\"text-align: center;\">[latex]\\begin{array}{l}{S}_{1}=3\\\\ {S}_{2}=3+7=10\\\\ {S}_{3}=3+7+11=21\\\\ {S}_{4}=3+7+11+15=36\\end{array}[\/latex]<\/div>\n<p><strong>Summation notation <\/strong>is used to represent series. Summation notation is often known as sigma notation because it uses the Greek capital letter <strong>sigma<\/strong>, [latex]\\sum[\/latex], to represent the sum. Summation notation includes an explicit formula and specifies the first and last terms in the series. An explicit formula for each term of the series is given to the right of the sigma. A variable called the <strong>index of summation <\/strong>is written below the sigma. The index of summation is set equal to the <strong>lower limit of summation<\/strong>, which is the number used to generate the first term in the series. The number above the sigma, called the <strong>upper limit of summation<\/strong>, is the number used to generate the last term in a series.<\/p>\n<p><img decoding=\"async\" class=\"aligncenter\" src=\"https:\/\/s3-us-west-2.amazonaws.com\/courses-images-archive-read-only\/wp-content\/uploads\/sites\/924\/2015\/11\/25202550\/CNX_Precalc_Figure_11_04_001n2.jpg\" alt=\"Explanation of summation notion as described in the text.\" data-media-type=\"image\/jpg\" \/><\/p>\n<p>If we interpret the given notation, we see that it asks us to find the sum of the terms in the series [latex]{a}_{k}=2k[\/latex] for [latex]k=1[\/latex] through [latex]k=5[\/latex]. We can begin by substituting the terms for [latex]k[\/latex] and listing out the terms of this series.<\/p>\n<div style=\"text-align: center;\">[latex]\\begin{array}{l}\\begin{array}{l}\\\\ {a}_{1}=2\\left(1\\right)=2\\end{array}\\hfill \\\\ {a}_{2}=2\\left(2\\right)=4\\hfill \\\\ {a}_{3}=2\\left(3\\right)=6\\hfill \\\\ {a}_{4}=2\\left(4\\right)=8\\hfill \\\\ {a}_{5}=2\\left(5\\right)=10\\hfill \\end{array}[\/latex]<\/div>\n<p>We can find the sum of the series by adding the terms:<\/p>\n<div style=\"text-align: center;\">[latex]\\sum _{k=1}^{5}2k=2+4+6+8+10=30[\/latex]<\/div>\n<div class=\"textbox\">\n<h3>A General Note: Summation Notation<\/h3>\n<p>The sum of the first [latex]n[\/latex] terms of a <strong>series <\/strong>can be expressed in <strong>summation notation<\/strong> as follows:<\/p>\n<div style=\"text-align: center;\">[latex]\\sum _{k=1}^{n}{a}_{k}[\/latex]<\/div>\n<p>This notation tells us to find the sum of [latex]{a}_{k}[\/latex] from [latex]k=1[\/latex] to [latex]k=n[\/latex].<\/p>\n<p>[latex]k[\/latex] is called the <strong>index of summation<\/strong>, 1 is the <strong>lower limit of summation<\/strong>, and [latex]n[\/latex] is the <strong>upper limit of summation<\/strong>.<\/p>\n<\/div>\n<div class=\"textbox\">\n<h3>Q &amp; A<\/h3>\n<h3>Does the lower limit of summation have to be 1?<\/h3>\n<p><em>No. The lower limit of summation can be any number, but 1 is frequently used. We will look at examples with lower limits of summation other than 1.<\/em><\/p>\n<\/div>\n<div class=\"textbox\">\n<h3>How To: Given summation notation for a series, evaluate the value.<\/h3>\n<ol>\n<li>Identify the lower limit of summation.<\/li>\n<li>Identify the upper limit of summation.<\/li>\n<li>Substitute each value of [latex]k[\/latex] from the lower limit to the upper limit into the formula.<\/li>\n<li>Add to find the sum.<\/li>\n<\/ol>\n<\/div>\n<div class=\"textbox shaded\">\n<h3>Example 1: Using Summation Notation<\/h3>\n<p>Evaluate [latex]\\sum _{k=3}^{7}{k}^{2}[\/latex].<\/p>\n<\/div>\n<div class=\"textbox shaded\">\n<h3>Solution<\/h3>\n<p>According to the notation, the lower limit of summation is 3 and the upper limit is 7. So we need to find the sum of [latex]{k}^{2}[\/latex] from [latex]k=3[\/latex] to [latex]k=7[\/latex]. We find the terms of the series by substituting [latex]k=3\\text{,}4\\text{,}5\\text{,}6[\/latex], and [latex]7[\/latex] into the function [latex]{k}^{2}[\/latex]. We add the terms to find the sum.<\/p>\n<div style=\"text-align: center;\">[latex]\\begin{array}{ll}\\sum _{k=3}^{7}{k}^{2}\\hfill & ={3}^{2}+{4}^{2}+{5}^{2}+{6}^{2}+{7}^{2}\\hfill \\\\ \\hfill & =9+16+25+36+49\\hfill \\\\ \\hfill & =135\\hfill \\end{array}[\/latex]<\/div>\n<\/div>\n<div class=\"bcc-box bcc-success\">\n<h3>Try It 1<\/h3>\n<p>Evaluate [latex]\\sum _{k=2}^{5}\\left(3k - 1\\right)[\/latex].<\/p>\n<p><a href=\"https:\/\/courses.candelalearning.com\/precalctwo1xmaster\/chapter\/solutions-31\/\" target=\"_blank\">Solution<\/a><\/p>\n<\/div>\n\n\t\t\t <section class=\"citations-section\" role=\"contentinfo\">\n\t\t\t <h3>Candela Citations<\/h3>\n\t\t\t\t\t <div>\n\t\t\t\t\t\t <div id=\"citation-list-2068\">\n\t\t\t\t\t\t\t <div class=\"licensing\"><div class=\"license-attribution-dropdown-subheading\">CC licensed content, Specific attribution<\/div><ul class=\"citation-list\"><li>Precalculus. <strong>Authored by<\/strong>: OpenStax College. <strong>Provided by<\/strong>: OpenStax. <strong>Located at<\/strong>: <a target=\"_blank\" href=\"http:\/\/cnx.org\/contents\/fd53eae1-fa23-47c7-bb1b-972349835c3c@5.175:1\/Preface\">http:\/\/cnx.org\/contents\/fd53eae1-fa23-47c7-bb1b-972349835c3c@5.175:1\/Preface<\/a>. <strong>License<\/strong>: <em><a target=\"_blank\" rel=\"license\" href=\"https:\/\/creativecommons.org\/licenses\/by\/4.0\/\">CC BY: Attribution<\/a><\/em><\/li><\/ul><\/div>\n\t\t\t\t\t\t <\/div>\n\t\t\t\t\t <\/div>\n\t\t\t <\/section>","protected":false},"author":276,"menu_order":2,"template":"","meta":{"_candela_citation":"[{\"type\":\"cc-attribution\",\"description\":\"Precalculus\",\"author\":\"OpenStax College\",\"organization\":\"OpenStax\",\"url\":\"http:\/\/cnx.org\/contents\/fd53eae1-fa23-47c7-bb1b-972349835c3c@5.175:1\/Preface\",\"project\":\"\",\"license\":\"cc-by\",\"license_terms\":\"\"}]","CANDELA_OUTCOMES_GUID":"","pb_show_title":"on","pb_short_title":"","pb_subtitle":"","pb_authors":[],"pb_section_license":""},"chapter-type":[],"contributor":[],"license":[],"class_list":["post-2068","chapter","type-chapter","status-publish","hentry"],"part":2065,"_links":{"self":[{"href":"https:\/\/courses.lumenlearning.com\/ivytech-collegealgebra\/wp-json\/pressbooks\/v2\/chapters\/2068","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/courses.lumenlearning.com\/ivytech-collegealgebra\/wp-json\/pressbooks\/v2\/chapters"}],"about":[{"href":"https:\/\/courses.lumenlearning.com\/ivytech-collegealgebra\/wp-json\/wp\/v2\/types\/chapter"}],"author":[{"embeddable":true,"href":"https:\/\/courses.lumenlearning.com\/ivytech-collegealgebra\/wp-json\/wp\/v2\/users\/276"}],"version-history":[{"count":3,"href":"https:\/\/courses.lumenlearning.com\/ivytech-collegealgebra\/wp-json\/pressbooks\/v2\/chapters\/2068\/revisions"}],"predecessor-version":[{"id":3109,"href":"https:\/\/courses.lumenlearning.com\/ivytech-collegealgebra\/wp-json\/pressbooks\/v2\/chapters\/2068\/revisions\/3109"}],"part":[{"href":"https:\/\/courses.lumenlearning.com\/ivytech-collegealgebra\/wp-json\/pressbooks\/v2\/parts\/2065"}],"metadata":[{"href":"https:\/\/courses.lumenlearning.com\/ivytech-collegealgebra\/wp-json\/pressbooks\/v2\/chapters\/2068\/metadata\/"}],"wp:attachment":[{"href":"https:\/\/courses.lumenlearning.com\/ivytech-collegealgebra\/wp-json\/wp\/v2\/media?parent=2068"}],"wp:term":[{"taxonomy":"chapter-type","embeddable":true,"href":"https:\/\/courses.lumenlearning.com\/ivytech-collegealgebra\/wp-json\/pressbooks\/v2\/chapter-type?post=2068"},{"taxonomy":"contributor","embeddable":true,"href":"https:\/\/courses.lumenlearning.com\/ivytech-collegealgebra\/wp-json\/wp\/v2\/contributor?post=2068"},{"taxonomy":"license","embeddable":true,"href":"https:\/\/courses.lumenlearning.com\/ivytech-collegealgebra\/wp-json\/wp\/v2\/license?post=2068"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}