{"id":2860,"date":"2025-08-13T20:28:59","date_gmt":"2025-08-13T20:28:59","guid":{"rendered":"https:\/\/content.one.lumenlearning.com\/precalculus\/?post_type=chapter&#038;p=2860"},"modified":"2025-08-14T16:38:54","modified_gmt":"2025-08-14T16:38:54","slug":"properties-of-limits-learn-it-1","status":"publish","type":"chapter","link":"https:\/\/content.one.lumenlearning.com\/precalculus\/chapter\/properties-of-limits-learn-it-1\/","title":{"raw":"Properties of Limits: Learn It 2","rendered":"Properties of Limits: Learn It 2"},"content":{"raw":"<h2>Finding the Limit of a Polynomial<\/h2>\r\nNot all functions or their limits involve simple addition, subtraction, or multiplication. Some may include polynomials. Recall that a polynomial is an expression consisting of the sum of two or more terms, each of which consists of a constant and a variable raised to a nonnegative integral power. To find the limit of a polynomial function, we can find the limits of the individual terms of the function, and then add them together. Also, the <strong>limit<\/strong> of a polynomial function as [latex]x[\/latex] approaches [latex]a[\/latex] is equivalent to simply evaluating the function for [latex]a[\/latex].\r\n\r\n<section class=\"textbox questionHelp\" aria-label=\"Question Help\"><strong>How To: Given a function containing a polynomial, find its limit.<\/strong>\r\n<ol>\r\n \t<li>Use the properties of limits to break up the polynomial into individual terms.<\/li>\r\n \t<li>Find the limits of the individual terms.<\/li>\r\n \t<li>Add the limits together.<\/li>\r\n \t<li>Alternatively, evaluate the function for [latex]a[\/latex].<\/li>\r\n<\/ol>\r\n<\/section><section class=\"textbox example\" aria-label=\"Example\">Evaluate [latex]\\underset{x\\to 3}{\\mathrm{lim}}\\left(5{x}^{2}\\right)[\/latex].[reveal-answer q=\"594542\"]Show Solution[\/reveal-answer]\r\n[hidden-answer a=\"594542\"]\r\n<p style=\"text-align: center;\">[latex]\\begin{align}\\underset{x\\to 3}{\\mathrm{lim}}\\left(5{x}^{2}\\right)&amp;=5\\underset{x\\to 3}{\\mathrm{lim}}\\left({x}^{2}\\right)&amp;&amp; \\text{Constant times a function property} \\\\ &amp;=5\\left({3}^{2}\\right)&amp;&amp; \\text{Function raised to an exponent property} \\\\ &amp;=45 \\end{align}[\/latex]<\/p>\r\n[\/hidden-answer]\r\n\r\n<\/section><section class=\"textbox tryIt\" aria-label=\"Try It\">Evaluate [latex]\\underset{x\\to 4}{\\mathrm{lim}}\\left({x}^{3}-5\\right)[\/latex].[reveal-answer q=\"783831\"]Show Solution[\/reveal-answer]\r\n[hidden-answer a=\"783831\"]59[\/hidden-answer]<\/section><section class=\"textbox example\" aria-label=\"Example\">Evaluate [latex]\\underset{x\\to 5}{\\mathrm{lim}}\\left(2{x}^{3}-3x+1\\right)[\/latex].[reveal-answer q=\"100669\"]Show Solution[\/reveal-answer]\r\n[hidden-answer a=\"100669\"]\r\n<p style=\"text-align: center;\">[latex]\\begin{align}\\underset{x\\to 5}{\\mathrm{lim}}\\left(2{x}^{3}-3x+1\\right)&amp;=\\underset{x\\to 5}{\\mathrm{lim}}\\left(2{x}^{3}\\right)-\\underset{x\\to 5}{\\mathrm{lim}}\\left(3x\\right)+\\underset{x\\to 5}{\\mathrm{lim}}\\left(1\\right)&amp;&amp; \\text{Sum of functions} \\\\ &amp;=\\underset{x\\to 5}{2\\mathrm{lim}}\\left({x}^{3}\\right)-\\underset{x\\to 5}{3\\mathrm{lim}}\\left(x\\right)+\\underset{x\\to 5}{\\mathrm{lim}}\\left(1\\right)&amp;&amp; \\text{Constant times a function} \\\\ &amp;=2\\left({5}^{3}\\right)-3\\left(5\\right)+1&amp;&amp; \\text{Function raised to an exponent} \\\\ &amp;=236&amp;&amp; \\text{Evaluate} \\end{align}[\/latex]<\/p>\r\n[\/hidden-answer]\r\n\r\n<\/section><section class=\"textbox tryIt\" aria-label=\"Try It\">Evaluate the following limit: [latex]\\underset{x\\to -1}{\\mathrm{lim}}\\left({x}^{4}-4{x}^{3}+5\\right)[\/latex].[reveal-answer q=\"535807\"]Show Solution[\/reveal-answer]\r\n[hidden-answer a=\"535807\"]10[\/hidden-answer]<\/section><section class=\"textbox tryIt\" aria-label=\"Try It\">[ohm_question hide_question_numbers=1]174090[\/ohm_question]<\/section>\r\n<h2>Finding the Limit of a Power or a Root<\/h2>\r\nWhen a limit includes a power or a root, we need another property to help us evaluate it. The square of the <strong>limit<\/strong> of a function equals the limit of the square of the function; the same goes for higher powers. Likewise, the square root of the limit of a function equals the limit of the square root of the function; the same holds true for higher roots.\r\n\r\n<section class=\"textbox example\" aria-label=\"Example\">Evaluate [latex]\\underset{x\\to 2}{\\mathrm{lim}}{\\left(3x+1\\right)}^{5}[\/latex].[reveal-answer q=\"887017\"]Show Solution[\/reveal-answer]\r\n[hidden-answer a=\"887017\"]\r\n\r\nWe will take the limit of the function as [latex]x[\/latex] approaches 2 and raise the result to the 5<sup>th<\/sup> power.\r\n<p style=\"text-align: center;\">[latex]\\begin{align}\\underset{x\\to 2}{\\mathrm{lim}}{\\left(3x+1\\right)}^{5}&amp;={\\left(\\underset{x\\to 2}{\\mathrm{lim}}\\left(3x+1\\right)\\right)}^{5} \\\\ &amp;={\\left(3\\left(2\\right)+1\\right)}^{5} \\\\ &amp;={7}^{5} \\\\ &amp;=\\text{16,807} \\end{align}[\/latex]<\/p>\r\n[\/hidden-answer]\r\n\r\n<\/section><section class=\"textbox tryIt\" aria-label=\"Try It\">Evaluate the following limit: [latex]\\underset{x\\to -4}{\\mathrm{lim}}{\\left(10x+36\\right)}^{3}[\/latex].[reveal-answer q=\"411460\"]Show Solution[\/reveal-answer]\r\n[hidden-answer a=\"411460\"]-64[\/hidden-answer]<\/section><section class=\"textbox proTip\" aria-label=\"Pro Tip\">Some functions may be algebraically rearranged so that one can evaluate the limit of a simplified equivalent form of the function. For example in [latex]\\underset{x\\to 2}{\\mathrm{lim}}\\left(\\frac{{x}^{2}+6x+8}{x - 2}\\right)[\/latex]<\/section>","rendered":"<h2>Finding the Limit of a Polynomial<\/h2>\n<p>Not all functions or their limits involve simple addition, subtraction, or multiplication. Some may include polynomials. Recall that a polynomial is an expression consisting of the sum of two or more terms, each of which consists of a constant and a variable raised to a nonnegative integral power. To find the limit of a polynomial function, we can find the limits of the individual terms of the function, and then add them together. Also, the <strong>limit<\/strong> of a polynomial function as [latex]x[\/latex] approaches [latex]a[\/latex] is equivalent to simply evaluating the function for [latex]a[\/latex].<\/p>\n<section class=\"textbox questionHelp\" aria-label=\"Question Help\"><strong>How To: Given a function containing a polynomial, find its limit.<\/strong><\/p>\n<ol>\n<li>Use the properties of limits to break up the polynomial into individual terms.<\/li>\n<li>Find the limits of the individual terms.<\/li>\n<li>Add the limits together.<\/li>\n<li>Alternatively, evaluate the function for [latex]a[\/latex].<\/li>\n<\/ol>\n<\/section>\n<section class=\"textbox example\" aria-label=\"Example\">Evaluate [latex]\\underset{x\\to 3}{\\mathrm{lim}}\\left(5{x}^{2}\\right)[\/latex].<\/p>\n<div class=\"qa-wrapper\" style=\"display: block\"><button class=\"show-answer show-answer-button collapsed\" data-target=\"q594542\">Show Solution<\/button><\/p>\n<div id=\"q594542\" class=\"hidden-answer\" style=\"display: none\">\n<p style=\"text-align: center;\">[latex]\\begin{align}\\underset{x\\to 3}{\\mathrm{lim}}\\left(5{x}^{2}\\right)&=5\\underset{x\\to 3}{\\mathrm{lim}}\\left({x}^{2}\\right)&& \\text{Constant times a function property} \\\\ &=5\\left({3}^{2}\\right)&& \\text{Function raised to an exponent property} \\\\ &=45 \\end{align}[\/latex]<\/p>\n<\/div>\n<\/div>\n<\/section>\n<section class=\"textbox tryIt\" aria-label=\"Try It\">Evaluate [latex]\\underset{x\\to 4}{\\mathrm{lim}}\\left({x}^{3}-5\\right)[\/latex].<\/p>\n<div class=\"qa-wrapper\" style=\"display: block\"><button class=\"show-answer show-answer-button collapsed\" data-target=\"q783831\">Show Solution<\/button><\/p>\n<div id=\"q783831\" class=\"hidden-answer\" style=\"display: none\">59<\/div>\n<\/div>\n<\/section>\n<section class=\"textbox example\" aria-label=\"Example\">Evaluate [latex]\\underset{x\\to 5}{\\mathrm{lim}}\\left(2{x}^{3}-3x+1\\right)[\/latex].<\/p>\n<div class=\"qa-wrapper\" style=\"display: block\"><button class=\"show-answer show-answer-button collapsed\" data-target=\"q100669\">Show Solution<\/button><\/p>\n<div id=\"q100669\" class=\"hidden-answer\" style=\"display: none\">\n<p style=\"text-align: center;\">[latex]\\begin{align}\\underset{x\\to 5}{\\mathrm{lim}}\\left(2{x}^{3}-3x+1\\right)&=\\underset{x\\to 5}{\\mathrm{lim}}\\left(2{x}^{3}\\right)-\\underset{x\\to 5}{\\mathrm{lim}}\\left(3x\\right)+\\underset{x\\to 5}{\\mathrm{lim}}\\left(1\\right)&& \\text{Sum of functions} \\\\ &=\\underset{x\\to 5}{2\\mathrm{lim}}\\left({x}^{3}\\right)-\\underset{x\\to 5}{3\\mathrm{lim}}\\left(x\\right)+\\underset{x\\to 5}{\\mathrm{lim}}\\left(1\\right)&& \\text{Constant times a function} \\\\ &=2\\left({5}^{3}\\right)-3\\left(5\\right)+1&& \\text{Function raised to an exponent} \\\\ &=236&& \\text{Evaluate} \\end{align}[\/latex]<\/p>\n<\/div>\n<\/div>\n<\/section>\n<section class=\"textbox tryIt\" aria-label=\"Try It\">Evaluate the following limit: [latex]\\underset{x\\to -1}{\\mathrm{lim}}\\left({x}^{4}-4{x}^{3}+5\\right)[\/latex].<\/p>\n<div class=\"qa-wrapper\" style=\"display: block\"><button class=\"show-answer show-answer-button collapsed\" data-target=\"q535807\">Show Solution<\/button><\/p>\n<div id=\"q535807\" class=\"hidden-answer\" style=\"display: none\">10<\/div>\n<\/div>\n<\/section>\n<section class=\"textbox tryIt\" aria-label=\"Try It\"><iframe loading=\"lazy\" id=\"ohm174090\" class=\"resizable\" src=\"https:\/\/ohm.lumenlearning.com\/multiembedq.php?id=174090&theme=lumen&iframe_resize_id=ohm174090&source=tnh\" width=\"100%\" height=\"150\"><\/iframe><\/section>\n<h2>Finding the Limit of a Power or a Root<\/h2>\n<p>When a limit includes a power or a root, we need another property to help us evaluate it. The square of the <strong>limit<\/strong> of a function equals the limit of the square of the function; the same goes for higher powers. Likewise, the square root of the limit of a function equals the limit of the square root of the function; the same holds true for higher roots.<\/p>\n<section class=\"textbox example\" aria-label=\"Example\">Evaluate [latex]\\underset{x\\to 2}{\\mathrm{lim}}{\\left(3x+1\\right)}^{5}[\/latex].<\/p>\n<div class=\"qa-wrapper\" style=\"display: block\"><button class=\"show-answer show-answer-button collapsed\" data-target=\"q887017\">Show Solution<\/button><\/p>\n<div id=\"q887017\" class=\"hidden-answer\" style=\"display: none\">\n<p>We will take the limit of the function as [latex]x[\/latex] approaches 2 and raise the result to the 5<sup>th<\/sup> power.<\/p>\n<p style=\"text-align: center;\">[latex]\\begin{align}\\underset{x\\to 2}{\\mathrm{lim}}{\\left(3x+1\\right)}^{5}&={\\left(\\underset{x\\to 2}{\\mathrm{lim}}\\left(3x+1\\right)\\right)}^{5} \\\\ &={\\left(3\\left(2\\right)+1\\right)}^{5} \\\\ &={7}^{5} \\\\ &=\\text{16,807} \\end{align}[\/latex]<\/p>\n<\/div>\n<\/div>\n<\/section>\n<section class=\"textbox tryIt\" aria-label=\"Try It\">Evaluate the following limit: [latex]\\underset{x\\to -4}{\\mathrm{lim}}{\\left(10x+36\\right)}^{3}[\/latex].<\/p>\n<div class=\"qa-wrapper\" style=\"display: block\"><button class=\"show-answer show-answer-button collapsed\" data-target=\"q411460\">Show Solution<\/button><\/p>\n<div id=\"q411460\" class=\"hidden-answer\" style=\"display: none\">-64<\/div>\n<\/div>\n<\/section>\n<section class=\"textbox proTip\" aria-label=\"Pro Tip\">Some functions may be algebraically rearranged so that one can evaluate the limit of a simplified equivalent form of the function. For example in [latex]\\underset{x\\to 2}{\\mathrm{lim}}\\left(\\frac{{x}^{2}+6x+8}{x - 2}\\right)[\/latex]<\/section>\n","protected":false},"author":13,"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":263,"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\/precalculus\/wp-json\/pressbooks\/v2\/chapters\/2860"}],"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":3,"href":"https:\/\/content.one.lumenlearning.com\/precalculus\/wp-json\/pressbooks\/v2\/chapters\/2860\/revisions"}],"predecessor-version":[{"id":2868,"href":"https:\/\/content.one.lumenlearning.com\/precalculus\/wp-json\/pressbooks\/v2\/chapters\/2860\/revisions\/2868"}],"part":[{"href":"https:\/\/content.one.lumenlearning.com\/precalculus\/wp-json\/pressbooks\/v2\/parts\/263"}],"metadata":[{"href":"https:\/\/content.one.lumenlearning.com\/precalculus\/wp-json\/pressbooks\/v2\/chapters\/2860\/metadata\/"}],"wp:attachment":[{"href":"https:\/\/content.one.lumenlearning.com\/precalculus\/wp-json\/wp\/v2\/media?parent=2860"}],"wp:term":[{"taxonomy":"chapter-type","embeddable":true,"href":"https:\/\/content.one.lumenlearning.com\/precalculus\/wp-json\/pressbooks\/v2\/chapter-type?post=2860"},{"taxonomy":"contributor","embeddable":true,"href":"https:\/\/content.one.lumenlearning.com\/precalculus\/wp-json\/wp\/v2\/contributor?post=2860"},{"taxonomy":"license","embeddable":true,"href":"https:\/\/content.one.lumenlearning.com\/precalculus\/wp-json\/wp\/v2\/license?post=2860"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}