{"id":1681,"date":"2025-07-25T19:11:44","date_gmt":"2025-07-25T19:11:44","guid":{"rendered":"https:\/\/content.one.lumenlearning.com\/precalculus\/?post_type=chapter&#038;p=1681"},"modified":"2026-03-25T15:38:38","modified_gmt":"2026-03-25T15:38:38","slug":"sequences-and-their-notations-learn-it-3","status":"publish","type":"chapter","link":"https:\/\/content.one.lumenlearning.com\/precalculus\/chapter\/sequences-and-their-notations-learn-it-3\/","title":{"raw":"Sequences and Their Notations: Learn It 3","rendered":"Sequences and Their Notations: Learn It 3"},"content":{"raw":"<h2>Recursive Formula<\/h2>\r\nNow that we\u2019ve covered explicit formulas, let\u2019s talk about another way to define sequences: <strong>the recursive formula<\/strong>. Unlike the explicit formula, which gives you a direct way to find any term in the sequence, a recursive formula builds each term based on the one before it. In other words, you need to know the previous term(s) to find the next one.\r\n\r\n<section class=\"textbox keyTakeaway\" aria-label=\"Key Takeaway\">\r\n<h3>recursive formula<\/h3>\r\nA <strong>recursive formula<\/strong> is a formula that defines each term of a sequence using preceding term(s). Recursive formulas must always state the initial term, or terms, of the sequence.\r\n\r\n<\/section>Recursive formulas are especially useful when the sequence is defined by a step-by-step process or when each term depends on its predecessor. While it might seem a bit more complex, recursive formulas can be powerful tools for understanding and working with sequences.\r\n\r\n<section class=\"textbox connectIt\" aria-label=\"Connect It\">Do you notice how the sequence seems to mirror patterns found in nature?<img class=\"alignright\" src=\"https:\/\/c02.purpledshub.com\/uploads\/sites\/41\/2022\/02\/The-Fibonacci-Spiral-ea38c86-e1643912587486.jpg?webp=1&amp;w=1200\" alt=\"What is the Fibonacci sequence? - BBC Science Focus Magazine\" width=\"400\" height=\"256\" \/>\r\n[latex]\\\\[\/latex]\r\nThe <strong>Fibonacci sequence<\/strong> isn\u2019t just a mathematical curiosity\u2014it\u2019s a fundamental part of the world around us. From the spirals of shells to the branching of trees, this sequence helps explain the structure and growth patterns of various natural forms. What\u2019s fascinating is that each term relies on the ones before it, creating a beautiful and interconnected pattern that we can observe in so many living things. This dependency makes the Fibonacci sequence unique, as it\u2019s best described by a recursive formula rather than an explicit one.\r\n[latex]\\\\[\/latex]\r\nFibonacci sequence is [latex]1, 1, 2, 3, 5, 8, 13, 21, 34,\u2026.[\/latex].\r\n[latex]\\\\[\/latex]\r\nEach number in the sequence is the sum of the two preceding ones, starting from [latex]1[\/latex] and [latex]1[\/latex]. This sequence is unique because of its recursive nature, meaning each term is defined by the terms that came before it.The formula for the Fibonacci sequence is:\r\n<ul>\r\n \t<li>[latex]F_1 = 1[\/latex]<\/li>\r\n \t<li>[latex]F_2 = 1[\/latex]<\/li>\r\n \t<li>[latex]F_n = F_{n-1}+F_{n-2}[\/latex], for [latex]n \\ge 3[\/latex]<\/li>\r\n<\/ul>\r\n<\/section><section class=\"textbox questionHelp\" aria-label=\"Question Help\"><strong>How To: Given a recursive formula with only the first term provided, write the first [latex]n[\/latex] terms of a sequence.<\/strong>\r\n<ol>\r\n \t<li>Identify the initial term, [latex]{a}_{1}[\/latex], which is given as part of the formula. This is the first term.<\/li>\r\n \t<li>To find the second term, [latex]{a}_{2}[\/latex], substitute the initial term into the formula for [latex]{a}_{n - 1}[\/latex]. Solve.<\/li>\r\n \t<li>To find the third term, [latex]{a}_{3}[\/latex], substitute the second term into the formula. Solve.<\/li>\r\n \t<li>Repeat until you have solved for the [latex]n\\text{th}[\/latex] term.<\/li>\r\n<\/ol>\r\n<\/section><section class=\"textbox example\" aria-label=\"Example\">Write the first five terms of the sequence defined by the recursive formula.\r\n<p style=\"text-align: center;\">[latex]\\begin{align} {a}_{1}&amp;=9 \\\\ {a}_{n}&amp;=3{a}_{n - 1}-20\\text{, for }n\\ge 2 \\end{align}[\/latex]<\/p>\r\n[reveal-answer q=\"748916\"]Show Solution[\/reveal-answer]\r\n[hidden-answer a=\"748916\"]\r\n\r\nThe first term is given in the formula. For each subsequent term, we replace [latex]{a}_{n - 1}[\/latex] with the value of the preceding term.\r\n<p style=\"text-align: center;\">[latex]\\begin{align}&amp;n=1 &amp;&amp; {a}_{1}=9 \\\\ &amp;n=2 &amp;&amp; {a}_{2}=3{a}_{1}-20=3\\left(9\\right)-20=27 - 20=7 \\\\ &amp;n=3 &amp;&amp; {a}_{3}=3{a}_{2}-20=3\\left(7\\right)-20=21 - 20=1 \\\\ &amp;n=4 &amp;&amp; {a}_{4}=3{a}_{3}-20=3\\left(1\\right)-20=3 - 20=-17 \\\\ &amp;n=5 &amp;&amp; {a}_{5}=3{a}_{4}-20=3\\left(-17\\right)-20=-51 - 20=-71 \\end{align}[\/latex]<\/p>\r\nThe first five terms are [latex]\\left\\{9,7,1,-17,-71\\right\\}[\/latex]\r\n\r\n[\/hidden-answer]\r\n\r\n<\/section><section class=\"textbox tryIt\" aria-label=\"Try It\">[ohm_question hide_question_numbers=1]321874[\/ohm_question]<\/section>","rendered":"<h2>Recursive Formula<\/h2>\n<p>Now that we\u2019ve covered explicit formulas, let\u2019s talk about another way to define sequences: <strong>the recursive formula<\/strong>. Unlike the explicit formula, which gives you a direct way to find any term in the sequence, a recursive formula builds each term based on the one before it. In other words, you need to know the previous term(s) to find the next one.<\/p>\n<section class=\"textbox keyTakeaway\" aria-label=\"Key Takeaway\">\n<h3>recursive formula<\/h3>\n<p>A <strong>recursive formula<\/strong> is a formula that defines each term of a sequence using preceding term(s). Recursive formulas must always state the initial term, or terms, of the sequence.<\/p>\n<\/section>\n<p>Recursive formulas are especially useful when the sequence is defined by a step-by-step process or when each term depends on its predecessor. While it might seem a bit more complex, recursive formulas can be powerful tools for understanding and working with sequences.<\/p>\n<section class=\"textbox connectIt\" aria-label=\"Connect It\">Do you notice how the sequence seems to mirror patterns found in nature?<img loading=\"lazy\" decoding=\"async\" class=\"alignright\" src=\"https:\/\/c02.purpledshub.com\/uploads\/sites\/41\/2022\/02\/The-Fibonacci-Spiral-ea38c86-e1643912587486.jpg?webp=1&amp;w=1200\" alt=\"What is the Fibonacci sequence? - BBC Science Focus Magazine\" width=\"400\" height=\"256\" \/><br \/>\n[latex]\\\\[\/latex]<br \/>\nThe <strong>Fibonacci sequence<\/strong> isn\u2019t just a mathematical curiosity\u2014it\u2019s a fundamental part of the world around us. From the spirals of shells to the branching of trees, this sequence helps explain the structure and growth patterns of various natural forms. What\u2019s fascinating is that each term relies on the ones before it, creating a beautiful and interconnected pattern that we can observe in so many living things. This dependency makes the Fibonacci sequence unique, as it\u2019s best described by a recursive formula rather than an explicit one.<br \/>\n[latex]\\\\[\/latex]<br \/>\nFibonacci sequence is [latex]1, 1, 2, 3, 5, 8, 13, 21, 34,\u2026.[\/latex].<br \/>\n[latex]\\\\[\/latex]<br \/>\nEach number in the sequence is the sum of the two preceding ones, starting from [latex]1[\/latex] and [latex]1[\/latex]. This sequence is unique because of its recursive nature, meaning each term is defined by the terms that came before it.The formula for the Fibonacci sequence is:<\/p>\n<ul>\n<li>[latex]F_1 = 1[\/latex]<\/li>\n<li>[latex]F_2 = 1[\/latex]<\/li>\n<li>[latex]F_n = F_{n-1}+F_{n-2}[\/latex], for [latex]n \\ge 3[\/latex]<\/li>\n<\/ul>\n<\/section>\n<section class=\"textbox questionHelp\" aria-label=\"Question Help\"><strong>How To: Given a recursive formula with only the first term provided, write the first [latex]n[\/latex] terms of a sequence.<\/strong><\/p>\n<ol>\n<li>Identify the initial term, [latex]{a}_{1}[\/latex], which is given as part of the formula. This is the first term.<\/li>\n<li>To find the second term, [latex]{a}_{2}[\/latex], substitute the initial term into the formula for [latex]{a}_{n - 1}[\/latex]. Solve.<\/li>\n<li>To find the third term, [latex]{a}_{3}[\/latex], substitute the second term into the formula. Solve.<\/li>\n<li>Repeat until you have solved for the [latex]n\\text{th}[\/latex] term.<\/li>\n<\/ol>\n<\/section>\n<section class=\"textbox example\" aria-label=\"Example\">Write the first five terms of the sequence defined by the recursive formula.<\/p>\n<p style=\"text-align: center;\">[latex]\\begin{align} {a}_{1}&=9 \\\\ {a}_{n}&=3{a}_{n - 1}-20\\text{, for }n\\ge 2 \\end{align}[\/latex]<\/p>\n<div class=\"qa-wrapper\" style=\"display: block\"><button class=\"show-answer show-answer-button collapsed\" data-target=\"q748916\">Show Solution<\/button><\/p>\n<div id=\"q748916\" class=\"hidden-answer\" style=\"display: none\">\n<p>The first term is given in the formula. For each subsequent term, we replace [latex]{a}_{n - 1}[\/latex] with the value of the preceding term.<\/p>\n<p style=\"text-align: center;\">[latex]\\begin{align}&n=1 && {a}_{1}=9 \\\\ &n=2 && {a}_{2}=3{a}_{1}-20=3\\left(9\\right)-20=27 - 20=7 \\\\ &n=3 && {a}_{3}=3{a}_{2}-20=3\\left(7\\right)-20=21 - 20=1 \\\\ &n=4 && {a}_{4}=3{a}_{3}-20=3\\left(1\\right)-20=3 - 20=-17 \\\\ &n=5 && {a}_{5}=3{a}_{4}-20=3\\left(-17\\right)-20=-51 - 20=-71 \\end{align}[\/latex]<\/p>\n<p>The first five terms are [latex]\\left\\{9,7,1,-17,-71\\right\\}[\/latex]<\/p>\n<\/div>\n<\/div>\n<\/section>\n<section class=\"textbox tryIt\" aria-label=\"Try It\"><iframe loading=\"lazy\" id=\"ohm321874\" class=\"resizable\" src=\"https:\/\/ohm.lumenlearning.com\/multiembedq.php?id=321874&theme=lumen&iframe_resize_id=ohm321874&source=tnh\" width=\"100%\" height=\"150\"><\/iframe><\/section>\n","protected":false},"author":13,"menu_order":5,"template":"","meta":{"_candela_citation":"[]","pb_show_title":"on","pb_short_title":"","pb_subtitle":"","pb_authors":[],"pb_section_license":""},"chapter-type":[],"contributor":[],"license":[],"part":156,"module-header":"learn_it","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\/precalculus\/wp-json\/pressbooks\/v2\/chapters\/1681"}],"collection":[{"href":"https:\/\/content.one.lumenlearning.com\/precalculus\/wp-json\/pressbooks\/v2\/chapters"}],"about":[{"href":"https:\/\/content.one.lumenlearning.com\/precalculus\/wp-json\/wp\/v2\/types\/chapter"}],"author":[{"embeddable":true,"href":"https:\/\/content.one.lumenlearning.com\/precalculus\/wp-json\/wp\/v2\/users\/13"}],"version-history":[{"count":5,"href":"https:\/\/content.one.lumenlearning.com\/precalculus\/wp-json\/pressbooks\/v2\/chapters\/1681\/revisions"}],"predecessor-version":[{"id":6017,"href":"https:\/\/content.one.lumenlearning.com\/precalculus\/wp-json\/pressbooks\/v2\/chapters\/1681\/revisions\/6017"}],"part":[{"href":"https:\/\/content.one.lumenlearning.com\/precalculus\/wp-json\/pressbooks\/v2\/parts\/156"}],"metadata":[{"href":"https:\/\/content.one.lumenlearning.com\/precalculus\/wp-json\/pressbooks\/v2\/chapters\/1681\/metadata\/"}],"wp:attachment":[{"href":"https:\/\/content.one.lumenlearning.com\/precalculus\/wp-json\/wp\/v2\/media?parent=1681"}],"wp:term":[{"taxonomy":"chapter-type","embeddable":true,"href":"https:\/\/content.one.lumenlearning.com\/precalculus\/wp-json\/pressbooks\/v2\/chapter-type?post=1681"},{"taxonomy":"contributor","embeddable":true,"href":"https:\/\/content.one.lumenlearning.com\/precalculus\/wp-json\/wp\/v2\/contributor?post=1681"},{"taxonomy":"license","embeddable":true,"href":"https:\/\/content.one.lumenlearning.com\/precalculus\/wp-json\/wp\/v2\/license?post=1681"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}