{"id":198,"date":"2023-09-20T22:48:13","date_gmt":"2023-09-20T22:48:13","guid":{"rendered":"https:\/\/content.one.lumenlearning.com\/calculus1\/chapter\/more-limit-evaluation-techniques\/"},"modified":"2024-08-05T12:33:17","modified_gmt":"2024-08-05T12:33:17","slug":"the-limit-laws-learn-it-2","status":"publish","type":"chapter","link":"https:\/\/content.one.lumenlearning.com\/calculus1\/chapter\/the-limit-laws-learn-it-2\/","title":{"raw":"The Limit Laws: Learn It 2","rendered":"The Limit Laws: Learn It 2"},"content":{"raw":"<h2>Evaluating Limits Cont.<\/h2>\r\n<h3>More Limit Evaluation Techniques<\/h3>\r\n<p id=\"fs-id1170571688085\">Calculating limits is straightforward for polynomials and some rational functions using direct substitution. However, when direct substitution results in an undefined form, such as [latex]\\frac{0}{0}[\/latex], further techniques are needed.<\/p>\r\n<section class=\"textbox example\">\r\n<p>Consider the function [latex]\\frac{x^2-1}{x-1}[\/latex].<\/p>\r\n<p>Direct substitution for [latex]x=1[\/latex] would yield the indeterminate form [latex]\\frac{0}{0}[\/latex].<\/p>\r\n<p>By factoring [latex]f(x)[\/latex] to its simplest form,<\/p>\r\n<center>[latex]\\begin{array}{ccc}\\hfill f(x)&amp; =\\dfrac{x^2-1}{x-1}\\hfill \\\\ &amp; =\\dfrac{(x-1)(x+1)}{x-1}\\hfill \\\\ &amp; = x+1\\hfill \\end{array}[\/latex]<\/center>\r\n<p>we see that except for [latex]x=1,[\/latex] where the function is not defined, the limit as [latex]x[\/latex] approaches [latex]1[\/latex] is the same as the value of [latex]g(x)=x+1[\/latex] at that point, which is [latex]2[\/latex].<\/p>\r\n<center>[latex]\\begin{array}{cc}\\hfill \\underset{x\\to 1}{\\lim}\\dfrac{x^2-1}{x-1}&amp; =\\underset{x\\to 1}{\\lim}\\dfrac{(x-1)(x+1)}{x-1}\\hfill \\\\ &amp; =\\underset{x\\to 1}{\\lim}(x+1)\\hfill \\\\ &amp; =2\\hfill \\end{array}[\/latex]<\/center>The graphs of these two functions are shown in Figure 1.\r\n[caption id=\"\" align=\"aligncenter\" width=\"975\"]<img src=\"https:\/\/s3-us-west-2.amazonaws.com\/courses-images\/wp-content\/uploads\/sites\/2332\/2018\/01\/11203417\/CNX_Calc_Figure_02_03_001.jpg\" alt=\"Two graphs side by side. The first is a graph of g(x) = x + 1, a linear function with y intercept at (0,1) and x intercept at (-1,0). The second is a graph of f(x) = (x^2 \u2013 1) \/ (x \u2013 1). This graph is identical to the first for all x not equal to 1, as there is an open circle at (1,2) in the second graph.\" width=\"975\" height=\"468\" \/> Figure 1. The graphs of [latex]f(x)[\/latex] and [latex]g(x)[\/latex] are identical for all [latex]x\\ne 1[\/latex]. Their limits at 1 are equal.[\/caption]\r\n<\/section>\r\n<p>This shows how simplification can reveal a continuous limit where direct substitution fails.<\/p>\r\n<p id=\"fs-id1170571649704\">When the function assumes the form [latex]\\frac{0}{0}[\/latex] upon direct substitution, it's an <strong>indeterminate form<\/strong>.<\/p>\r\n<section class=\"textbox keyTakeaway\">\r\n<h3><strong>indeterminate form in limits<\/strong><\/h3>\r\n<p>When direct substitution in a function yields [latex]\\frac{0}{0}[\/latex], it indicates an indeterminate form requiring further analysis to calculate the limit.<\/p>\r\n<\/section>\r\n<section class=\"textbox questionHelp\">\r\n<p><strong>How To: Solve Indeterminate [latex]\\frac{0}{0}[\/latex] Limits<\/strong><\/p>\r\n<ol id=\"fs-id1170572627081\">\r\n\t<li>Verify the function has the appropriate form and cannot be evaluated immediately using the limit laws.<\/li>\r\n\t<li>Find an equivalent function [latex]h(x)=f(x)\/g(x)[\/latex] valid for all [latex]x[\/latex] near the point of interest, except at the point itself. To do this, we may need to try one or more of the following steps:<br \/>\r\n<ol id=\"fs-id1170572627147\" style=\"list-style-type: lower-alpha;\">\r\n\t<li>Factor and simplify polynomials to cancel common terms.<\/li>\r\n\t<li>For square roots, use conjugates to rationalize.<\/li>\r\n\t<li>Simplify complex fractions.<\/li>\r\n<\/ol>\r\n<\/li>\r\n\t<li>Apply the limit laws to the simplified expression to find the limit.<\/li>\r\n<\/ol>\r\n<\/section>\r\n<h3>Evaluate a Limit by Factoring and Simplifying Polynomials<\/h3>\r\n<p>A key step in resolving indeterminate limits involves factoring and simplifying polynomials to cancel out common terms. By extracting the GCF, applying special product formulas for polynomials, and using grouping techniques for trinomials, we can often simplify the expressions and resolve the indeterminate forms.<\/p>\r\n<section class=\"textbox questionHelp\">\r\n<p><strong>How To: Evaluate a Limit by Factoring and Simplifying Polynomials<\/strong><\/p>\r\n<ol>\r\n\t<li>Factor the GCF out from the polynomial terms to reduce complexity.<\/li>\r\n\t<li>Apply factoring rules for difference of squares, perfect square trinomials, and sum\/difference of cubes to break down terms further.<\/li>\r\n\t<li>For trinomials, utilize grouping for efficient factorization.<\/li>\r\n\t<li>After simplification, re-evaluate the limit with the new, simplified expression.<\/li>\r\n<\/ol>\r\n<\/section>\r\n<section class=\"textbox recall\">\r\n<p style=\"text-align: center;\">[latex]\\begin{array}{ll} \\text{difference of squares} &amp; a^2 - b^2 = (a+b)(a-b) \\\\ \\text{perfect square trinomial} &amp; a^2 + 2ab + b^2 = (a+b)^2 \\\\ \\text{sum of cubes} &amp; a^3 + b^3 = (a+b)(a^2 - ab + b^2) \\\\ \\text{difference of cubes} &amp; a^3 - b^3 = (a-b)(a^2 + ab + b^2) \\end{array}[\/latex]<\/p>\r\n<\/section>\r\n<section class=\"textbox example\">\r\n<p id=\"fs-id1170571669723\">Evaluate [latex]\\underset{x\\to 3}{\\lim}\\dfrac{x^2-3x}{2x^2-5x-3}[\/latex]<\/p>\r\n<p>[reveal-answer q=\"fs-id1170572335183\"]Show Solution[\/reveal-answer]<br \/>\r\n[hidden-answer a=\"fs-id1170572335183\"]<\/p>\r\n<p id=\"fs-id1170572335183\">The function [latex]f(x)=\\frac{x^2-3x}{2x^2-5x-3}[\/latex] is undefined for [latex]x=3[\/latex]. In fact, if we substitute [latex]3[\/latex] into the function we get [latex]\\frac{0}{0}[\/latex], which is undefined.<\/p>\r\n<p>Factoring and canceling is a good strategy.<\/p>\r\n<div id=\"fs-id1170572560619\" class=\"equation unnumbered\" style=\"text-align: center;\">[latex]\\underset{x\\to 3}{\\lim}\\dfrac{x^2-3x}{2x^2-5x-3}=\\underset{x\\to 3}{\\lim}\\dfrac{x(x-3)}{(x-3)(2x+1)}[\/latex]<\/div>\r\n<p>&nbsp;<\/p>\r\n<p id=\"fs-id1170572548178\">For all [latex]x\\ne 3, \\, \\frac{x^2-3x}{2x^2-5x-3}=\\frac{x}{2x+1}[\/latex]. Therefore,<\/p>\r\n<div id=\"fs-id1170572548248\" class=\"equation unnumbered\" style=\"text-align: center;\">[latex]\\underset{x\\to 3}{\\lim}\\dfrac{x(x-3)}{(x-3)(2x+1)}=\\underset{x\\to 3}{\\lim}\\dfrac{x}{2x+1}[\/latex]<\/div>\r\n<p>&nbsp;<\/p>\r\n<p id=\"fs-id1170572347050\">Evaluate using the limit laws:<\/p>\r\n<div id=\"fs-id1170572347056\" class=\"equation unnumbered\" style=\"text-align: center;\">[latex]\\underset{x\\to 3}{\\lim}\\dfrac{x}{2x+1}=\\dfrac{3}{7}[\/latex]<br \/>\r\n[\/hidden-answer]<\/div>\r\n<\/section>\r\n<section class=\"textbox tryIt\">\r\n<p>[ohm_question hide_question_numbers=1]288277-288278[\/ohm_question]<\/p>\r\n<\/section>\r\n<h3>Evaluating a Limit by Multiplying by a Conjugate<\/h3>\r\n<p>To tackle the limit involving a square root, we'll utilize the method of multiplying by a conjugate. This means if we have a term like [latex]\\sqrt{x}+a[\/latex], we multiply by [latex]\\sqrt{x}+-[\/latex] to rationalize and simplify the expression. This technique often resolves indeterminate forms by eliminating the radical in the denominator, allowing us to find the limit using algebraic simplification.<\/p>\r\n<section class=\"textbox questionHelp\">\r\n<p><strong>How To: Rationalize a Limit Involving Square Roots<\/strong><\/p>\r\n<ol>\r\n\t<li>Identify the term with the square root in the limit expression.<\/li>\r\n\t<li>Multiply the expression by the conjugate of the term with the square root, both in the numerator and denominator.<\/li>\r\n\t<li>Expand the product to eliminate the square root.<\/li>\r\n\t<li>Simplify the resulting expression by combining like terms and canceling where possible.<\/li>\r\n\t<li>Apply limit laws to the simplified expression to evaluate the limit.<\/li>\r\n<\/ol>\r\n<\/section>\r\n<section class=\"textbox example\">\r\n<p id=\"fs-id1170572307623\">Evaluate [latex]\\underset{x\\to -1}{\\lim}\\dfrac{\\sqrt{x+2}-1}{x+1}[\/latex]<\/p>\r\n<p>[reveal-answer q=\"fs-id1170572307671\"]Show Solution[\/reveal-answer]<br \/>\r\n[hidden-answer a=\"fs-id1170572307671\"]<\/p>\r\n<p id=\"fs-id1170572307671\">[latex]\\frac{\\sqrt{x+2}-1}{x+1}[\/latex] has the form [latex]\\frac{0}{0}[\/latex] at [latex]\u22121[\/latex].<\/p>\r\n<p>Let\u2019s begin by multiplying by [latex]\\sqrt{x+2}+1[\/latex], the conjugate of [latex]\\sqrt{x+2}-1[\/latex], on the numerator and denominator:<\/p>\r\n<div id=\"fs-id1170571648338\" class=\"equation unnumbered\" style=\"text-align: center;\">[latex]\\underset{x\\to -1}{\\lim}\\frac{\\sqrt{x+2}-1}{x+1}=\\underset{x\\to -1}{\\lim}\\frac{\\sqrt{x+2}-1}{x+1}\\cdot \\frac{\\sqrt{x+2}+1}{\\sqrt{x+2}+1}[\/latex]<\/div>\r\n<p id=\"fs-id1170572306393\">We then multiply out the numerator. We don\u2019t multiply out the denominator because we are hoping that the [latex](x+1)[\/latex] in the denominator cancels out in the end:<\/p>\r\n<div id=\"fs-id1170572306418\" class=\"equation unnumbered\" style=\"text-align: center;\">[latex]=\\underset{x\\to -1}{\\lim}\\frac{x+1}{(x+1)(\\sqrt{x+2}+1)}[\/latex]<\/div>\r\n<p id=\"fs-id1170571562568\">Then we cancel:<\/p>\r\n<div id=\"fs-id1170571562574\" class=\"equation unnumbered\" style=\"text-align: center;\">[latex]=\\underset{x\\to -1}{\\lim}\\frac{1}{\\sqrt{x+2}+1}[\/latex]<\/div>\r\n<p id=\"fs-id1170571562617\">Last, we apply the limit laws:<\/p>\r\n<div id=\"fs-id1170571562624\" class=\"equation unnumbered\" style=\"text-align: center;\">[latex]\\underset{x\\to -1}{\\lim}\\frac{1}{\\sqrt{x+2}+1}=\\frac{1}{2}[\/latex]<br \/>\r\n[\/hidden-answer]<\/div>\r\n<\/section>\r\n<h3>Evaluating a Limit by Simplifying Complex Fractions<\/h3>\r\n<p>When tasked with solving the limit of a function involving a complex fraction, mastering simplification techniques becomes crucial. This process entails combining and reducing fractions within the limit expression, which often leads to a form where the limit laws can be applied.<\/p>\r\n<section class=\"textbox questionHelp\">\r\n<p><strong>How To: Simplify Complex Fractions in Limits<\/strong><\/p>\r\n<ol>\r\n\t<li>Locate the LCD (Least Common Denominator) to combine rational expressions.<\/li>\r\n\t<li>Factor numerators and denominators as needed.<\/li>\r\n\t<li>Reduce the fraction to its simplest form.<\/li>\r\n\t<li>With the simplified expression, apply limit laws to find the limit.<\/li>\r\n<\/ol>\r\n<\/section>\r\n<section class=\"textbox example\">\r\n<p id=\"fs-id1170571612031\">Evaluate [latex]\\underset{x\\to 1}{\\lim}\\dfrac{\\frac{1}{x+1}-\\frac{1}{2}}{x-1}[\/latex]<\/p>\r\n<p>[reveal-answer q=\"fs-id1170571681059\"]Show Solution[\/reveal-answer]<br \/>\r\n[hidden-answer a=\"fs-id1170571681059\"]<\/p>\r\n<p id=\"fs-id1170571681059\">[latex]\\frac{\\frac{1}{x+1}-\\frac{1}{2}}{x-1}[\/latex] has the form [latex]\\frac{0}{0}[\/latex] at [latex]1[\/latex].<\/p>\r\n<p>We simplify the algebraic fraction by multiplying by [latex]\\frac{2(x+1)}{2(x+1)}[\/latex]:<\/p>\r\n<div id=\"fs-id1170571681146\" class=\"equation unnumbered\" style=\"text-align: center;\">[latex]\\underset{x\\to 1}{\\lim}\\dfrac{\\frac{1}{x+1}-\\frac{1}{2}}{x-1}=\\underset{x\\to 1}{\\lim}\\dfrac{\\frac{1}{x+1}-\\frac{1}{2}}{x-1} \\cdot \\dfrac{2(x+1)}{2(x+1)}[\/latex]<\/div>\r\n<p id=\"fs-id1170571596311\">Next, we multiply through the numerators. Do not multiply the denominators because we want to be able to cancel the factor [latex](x-1)[\/latex]:<\/p>\r\n<div id=\"fs-id1170571622080\" class=\"equation unnumbered\" style=\"text-align: center;\">[latex]=\\underset{x\\to 1}{\\lim}\\frac{2-(x+1)}{2(x-1)(x+1)}[\/latex]<\/div>\r\n<p id=\"fs-id1170571622151\">Then, we simplify the numerator:<\/p>\r\n<div id=\"fs-id1170571622157\" class=\"equation unnumbered\" style=\"text-align: center;\">[latex]=\\underset{x\\to 1}{\\lim}\\frac{-x+1}{2(x-1)(x+1)}[\/latex]<\/div>\r\n<p id=\"fs-id1170571650203\">Now we factor out [latex]\u22121[\/latex] from the numerator:<\/p>\r\n<div id=\"fs-id1170571650209\" class=\"equation unnumbered\" style=\"text-align: center;\">[latex]=\\underset{x\\to 1}{\\lim}\\frac{-(x-1)}{2(x-1)(x+1)}[\/latex]<\/div>\r\n<p id=\"fs-id1170571650278\">Then, we cancel the common factors of [latex](x-1)[\/latex]:<\/p>\r\n<div id=\"fs-id1170571650301\" class=\"equation unnumbered\" style=\"text-align: center;\">[latex]=\\underset{x\\to 1}{\\lim}\\frac{-1}{2(x+1)}[\/latex]<\/div>\r\n<p id=\"fs-id1170572394292\">Last, we evaluate using the limit laws:<\/p>\r\n<div id=\"fs-id1170572394298\" class=\"equation unnumbered\" style=\"text-align: center;\">[latex]\\underset{x\\to 1}{\\lim}\\frac{-1}{2(x+1)}=-\\frac{1}{4}[\/latex]<br \/>\r\n[\/hidden-answer]<\/div>\r\n<\/section>\r\n<p>The example below does not fall neatly into any of the patterns established in the previous examples. However, with a little creativity, we can still use these same techniques.<\/p>\r\n<section class=\"textbox example\">\r\n<p id=\"fs-id1170571648149\">Evaluate [latex]\\underset{x\\to 0}{\\lim}\\left(\\dfrac{1}{x}+\\dfrac{5}{x(x-5)}\\right)[\/latex]<\/p>\r\n<p>[reveal-answer q=\"fs-id1170571648205\"]Show Solution[\/reveal-answer]<br \/>\r\n[hidden-answer a=\"fs-id1170571648205\"]<\/p>\r\n<p id=\"fs-id1170571648205\">Both [latex]\\frac{1}{x}[\/latex] and [latex]\\frac{5}{x(x-5)}[\/latex] fail to have a limit at zero. Since neither of the two functions has a limit at zero, we cannot apply the sum law for limits; we must use a different strategy.<\/p>\r\n<p>In this case, we find the limit by performing addition and then applying one of our previous strategies.<\/p>\r\n<p>Observe that<\/p>\r\n<div id=\"fs-id1170571648246\" class=\"equation unnumbered\" style=\"text-align: center;\">[latex]\\begin{array}{cc} \\dfrac{1}{x}+\\dfrac{5}{x(x-5)}&amp; =\\dfrac{x-5+5}{x(x-5)} \\\\ &amp; =\\dfrac{x}{x(x-5)}\\end{array}[\/latex]<\/div>\r\n<p id=\"fs-id1170571649584\">Thus,<\/p>\r\n<div id=\"fs-id1170571649587\" class=\"equation unnumbered\" style=\"text-align: center;\">[latex]\\begin{array}{cc}\\underset{x\\to 0}{\\lim}\\big(\\frac{1}{x}+\\frac{5}{x(x-5)}\\big)&amp; =\\underset{x\\to 0}{\\lim}\\frac{x}{x(x-5)} \\\\ &amp; =\\underset{x\\to 0}{\\lim}\\frac{1}{x-5} \\\\ &amp; =-\\frac{1}{5} \\end{array}[\/latex][\/hidden-answer]<\/div>\r\n<\/section>","rendered":"<h2>Evaluating Limits Cont.<\/h2>\n<h3>More Limit Evaluation Techniques<\/h3>\n<p id=\"fs-id1170571688085\">Calculating limits is straightforward for polynomials and some rational functions using direct substitution. However, when direct substitution results in an undefined form, such as [latex]\\frac{0}{0}[\/latex], further techniques are needed.<\/p>\n<section class=\"textbox example\">\n<p>Consider the function [latex]\\frac{x^2-1}{x-1}[\/latex].<\/p>\n<p>Direct substitution for [latex]x=1[\/latex] would yield the indeterminate form [latex]\\frac{0}{0}[\/latex].<\/p>\n<p>By factoring [latex]f(x)[\/latex] to its simplest form,<\/p>\n<div style=\"text-align: center;\">[latex]\\begin{array}{ccc}\\hfill f(x)& =\\dfrac{x^2-1}{x-1}\\hfill \\\\ & =\\dfrac{(x-1)(x+1)}{x-1}\\hfill \\\\ & = x+1\\hfill \\end{array}[\/latex]<\/div>\n<p>we see that except for [latex]x=1,[\/latex] where the function is not defined, the limit as [latex]x[\/latex] approaches [latex]1[\/latex] is the same as the value of [latex]g(x)=x+1[\/latex] at that point, which is [latex]2[\/latex].<\/p>\n<div style=\"text-align: center;\">[latex]\\begin{array}{cc}\\hfill \\underset{x\\to 1}{\\lim}\\dfrac{x^2-1}{x-1}& =\\underset{x\\to 1}{\\lim}\\dfrac{(x-1)(x+1)}{x-1}\\hfill \\\\ & =\\underset{x\\to 1}{\\lim}(x+1)\\hfill \\\\ & =2\\hfill \\end{array}[\/latex]<\/div>\n<p>The graphs of these two functions are shown in Figure 1.<\/p>\n<figure style=\"width: 975px\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/s3-us-west-2.amazonaws.com\/courses-images\/wp-content\/uploads\/sites\/2332\/2018\/01\/11203417\/CNX_Calc_Figure_02_03_001.jpg\" alt=\"Two graphs side by side. The first is a graph of g(x) = x + 1, a linear function with y intercept at (0,1) and x intercept at (-1,0). The second is a graph of f(x) = (x^2 \u2013 1) \/ (x \u2013 1). This graph is identical to the first for all x not equal to 1, as there is an open circle at (1,2) in the second graph.\" width=\"975\" height=\"468\" \/><figcaption class=\"wp-caption-text\">Figure 1. The graphs of [latex]f(x)[\/latex] and [latex]g(x)[\/latex] are identical for all [latex]x\\ne 1[\/latex]. Their limits at 1 are equal.<\/figcaption><\/figure>\n<\/section>\n<p>This shows how simplification can reveal a continuous limit where direct substitution fails.<\/p>\n<p id=\"fs-id1170571649704\">When the function assumes the form [latex]\\frac{0}{0}[\/latex] upon direct substitution, it&#8217;s an <strong>indeterminate form<\/strong>.<\/p>\n<section class=\"textbox keyTakeaway\">\n<h3><strong>indeterminate form in limits<\/strong><\/h3>\n<p>When direct substitution in a function yields [latex]\\frac{0}{0}[\/latex], it indicates an indeterminate form requiring further analysis to calculate the limit.<\/p>\n<\/section>\n<section class=\"textbox questionHelp\">\n<p><strong>How To: Solve Indeterminate [latex]\\frac{0}{0}[\/latex] Limits<\/strong><\/p>\n<ol id=\"fs-id1170572627081\">\n<li>Verify the function has the appropriate form and cannot be evaluated immediately using the limit laws.<\/li>\n<li>Find an equivalent function [latex]h(x)=f(x)\/g(x)[\/latex] valid for all [latex]x[\/latex] near the point of interest, except at the point itself. To do this, we may need to try one or more of the following steps:\n<ol id=\"fs-id1170572627147\" style=\"list-style-type: lower-alpha;\">\n<li>Factor and simplify polynomials to cancel common terms.<\/li>\n<li>For square roots, use conjugates to rationalize.<\/li>\n<li>Simplify complex fractions.<\/li>\n<\/ol>\n<\/li>\n<li>Apply the limit laws to the simplified expression to find the limit.<\/li>\n<\/ol>\n<\/section>\n<h3>Evaluate a Limit by Factoring and Simplifying Polynomials<\/h3>\n<p>A key step in resolving indeterminate limits involves factoring and simplifying polynomials to cancel out common terms. By extracting the GCF, applying special product formulas for polynomials, and using grouping techniques for trinomials, we can often simplify the expressions and resolve the indeterminate forms.<\/p>\n<section class=\"textbox questionHelp\">\n<p><strong>How To: Evaluate a Limit by Factoring and Simplifying Polynomials<\/strong><\/p>\n<ol>\n<li>Factor the GCF out from the polynomial terms to reduce complexity.<\/li>\n<li>Apply factoring rules for difference of squares, perfect square trinomials, and sum\/difference of cubes to break down terms further.<\/li>\n<li>For trinomials, utilize grouping for efficient factorization.<\/li>\n<li>After simplification, re-evaluate the limit with the new, simplified expression.<\/li>\n<\/ol>\n<\/section>\n<section class=\"textbox recall\">\n<p style=\"text-align: center;\">[latex]\\begin{array}{ll} \\text{difference of squares} & a^2 - b^2 = (a+b)(a-b) \\\\ \\text{perfect square trinomial} & a^2 + 2ab + b^2 = (a+b)^2 \\\\ \\text{sum of cubes} & a^3 + b^3 = (a+b)(a^2 - ab + b^2) \\\\ \\text{difference of cubes} & a^3 - b^3 = (a-b)(a^2 + ab + b^2) \\end{array}[\/latex]<\/p>\n<\/section>\n<section class=\"textbox example\">\n<p id=\"fs-id1170571669723\">Evaluate [latex]\\underset{x\\to 3}{\\lim}\\dfrac{x^2-3x}{2x^2-5x-3}[\/latex]<\/p>\n<p><div class=\"qa-wrapper\" style=\"display: block\"><button class=\"show-answer show-answer-button collapsed\" data-target=\"qfs-id1170572335183\">Show Solution<\/button><\/p>\n<div id=\"qfs-id1170572335183\" class=\"hidden-answer\" style=\"display: none\">\n<p id=\"fs-id1170572335183\">The function [latex]f(x)=\\frac{x^2-3x}{2x^2-5x-3}[\/latex] is undefined for [latex]x=3[\/latex]. In fact, if we substitute [latex]3[\/latex] into the function we get [latex]\\frac{0}{0}[\/latex], which is undefined.<\/p>\n<p>Factoring and canceling is a good strategy.<\/p>\n<div id=\"fs-id1170572560619\" class=\"equation unnumbered\" style=\"text-align: center;\">[latex]\\underset{x\\to 3}{\\lim}\\dfrac{x^2-3x}{2x^2-5x-3}=\\underset{x\\to 3}{\\lim}\\dfrac{x(x-3)}{(x-3)(2x+1)}[\/latex]<\/div>\n<p>&nbsp;<\/p>\n<p id=\"fs-id1170572548178\">For all [latex]x\\ne 3, \\, \\frac{x^2-3x}{2x^2-5x-3}=\\frac{x}{2x+1}[\/latex]. Therefore,<\/p>\n<div id=\"fs-id1170572548248\" class=\"equation unnumbered\" style=\"text-align: center;\">[latex]\\underset{x\\to 3}{\\lim}\\dfrac{x(x-3)}{(x-3)(2x+1)}=\\underset{x\\to 3}{\\lim}\\dfrac{x}{2x+1}[\/latex]<\/div>\n<p>&nbsp;<\/p>\n<p id=\"fs-id1170572347050\">Evaluate using the limit laws:<\/p>\n<div id=\"fs-id1170572347056\" class=\"equation unnumbered\" style=\"text-align: center;\">[latex]\\underset{x\\to 3}{\\lim}\\dfrac{x}{2x+1}=\\dfrac{3}{7}[\/latex]\n<\/div>\n<\/div>\n<\/div>\n<\/section>\n<section class=\"textbox tryIt\">\n<iframe loading=\"lazy\" id=\"ohm288277\" class=\"resizable\" src=\"https:\/\/ohm.lumenlearning.com\/multiembedq.php?id=288277-288278&theme=lumen&iframe_resize_id=ohm288277&source=tnh\" width=\"100%\" height=\"150\"><\/iframe><br \/>\n<\/section>\n<h3>Evaluating a Limit by Multiplying by a Conjugate<\/h3>\n<p>To tackle the limit involving a square root, we&#8217;ll utilize the method of multiplying by a conjugate. This means if we have a term like [latex]\\sqrt{x}+a[\/latex], we multiply by [latex]\\sqrt{x}+-[\/latex] to rationalize and simplify the expression. This technique often resolves indeterminate forms by eliminating the radical in the denominator, allowing us to find the limit using algebraic simplification.<\/p>\n<section class=\"textbox questionHelp\">\n<p><strong>How To: Rationalize a Limit Involving Square Roots<\/strong><\/p>\n<ol>\n<li>Identify the term with the square root in the limit expression.<\/li>\n<li>Multiply the expression by the conjugate of the term with the square root, both in the numerator and denominator.<\/li>\n<li>Expand the product to eliminate the square root.<\/li>\n<li>Simplify the resulting expression by combining like terms and canceling where possible.<\/li>\n<li>Apply limit laws to the simplified expression to evaluate the limit.<\/li>\n<\/ol>\n<\/section>\n<section class=\"textbox example\">\n<p id=\"fs-id1170572307623\">Evaluate [latex]\\underset{x\\to -1}{\\lim}\\dfrac{\\sqrt{x+2}-1}{x+1}[\/latex]<\/p>\n<p><div class=\"qa-wrapper\" style=\"display: block\"><button class=\"show-answer show-answer-button collapsed\" data-target=\"qfs-id1170572307671\">Show Solution<\/button><\/p>\n<div id=\"qfs-id1170572307671\" class=\"hidden-answer\" style=\"display: none\">\n<p id=\"fs-id1170572307671\">[latex]\\frac{\\sqrt{x+2}-1}{x+1}[\/latex] has the form [latex]\\frac{0}{0}[\/latex] at [latex]\u22121[\/latex].<\/p>\n<p>Let\u2019s begin by multiplying by [latex]\\sqrt{x+2}+1[\/latex], the conjugate of [latex]\\sqrt{x+2}-1[\/latex], on the numerator and denominator:<\/p>\n<div id=\"fs-id1170571648338\" class=\"equation unnumbered\" style=\"text-align: center;\">[latex]\\underset{x\\to -1}{\\lim}\\frac{\\sqrt{x+2}-1}{x+1}=\\underset{x\\to -1}{\\lim}\\frac{\\sqrt{x+2}-1}{x+1}\\cdot \\frac{\\sqrt{x+2}+1}{\\sqrt{x+2}+1}[\/latex]<\/div>\n<p id=\"fs-id1170572306393\">We then multiply out the numerator. We don\u2019t multiply out the denominator because we are hoping that the [latex](x+1)[\/latex] in the denominator cancels out in the end:<\/p>\n<div id=\"fs-id1170572306418\" class=\"equation unnumbered\" style=\"text-align: center;\">[latex]=\\underset{x\\to -1}{\\lim}\\frac{x+1}{(x+1)(\\sqrt{x+2}+1)}[\/latex]<\/div>\n<p id=\"fs-id1170571562568\">Then we cancel:<\/p>\n<div id=\"fs-id1170571562574\" class=\"equation unnumbered\" style=\"text-align: center;\">[latex]=\\underset{x\\to -1}{\\lim}\\frac{1}{\\sqrt{x+2}+1}[\/latex]<\/div>\n<p id=\"fs-id1170571562617\">Last, we apply the limit laws:<\/p>\n<div id=\"fs-id1170571562624\" class=\"equation unnumbered\" style=\"text-align: center;\">[latex]\\underset{x\\to -1}{\\lim}\\frac{1}{\\sqrt{x+2}+1}=\\frac{1}{2}[\/latex]\n<\/div>\n<\/div>\n<\/div>\n<\/section>\n<h3>Evaluating a Limit by Simplifying Complex Fractions<\/h3>\n<p>When tasked with solving the limit of a function involving a complex fraction, mastering simplification techniques becomes crucial. This process entails combining and reducing fractions within the limit expression, which often leads to a form where the limit laws can be applied.<\/p>\n<section class=\"textbox questionHelp\">\n<p><strong>How To: Simplify Complex Fractions in Limits<\/strong><\/p>\n<ol>\n<li>Locate the LCD (Least Common Denominator) to combine rational expressions.<\/li>\n<li>Factor numerators and denominators as needed.<\/li>\n<li>Reduce the fraction to its simplest form.<\/li>\n<li>With the simplified expression, apply limit laws to find the limit.<\/li>\n<\/ol>\n<\/section>\n<section class=\"textbox example\">\n<p id=\"fs-id1170571612031\">Evaluate [latex]\\underset{x\\to 1}{\\lim}\\dfrac{\\frac{1}{x+1}-\\frac{1}{2}}{x-1}[\/latex]<\/p>\n<p><div class=\"qa-wrapper\" style=\"display: block\"><button class=\"show-answer show-answer-button collapsed\" data-target=\"qfs-id1170571681059\">Show Solution<\/button><\/p>\n<div id=\"qfs-id1170571681059\" class=\"hidden-answer\" style=\"display: none\">\n<p id=\"fs-id1170571681059\">[latex]\\frac{\\frac{1}{x+1}-\\frac{1}{2}}{x-1}[\/latex] has the form [latex]\\frac{0}{0}[\/latex] at [latex]1[\/latex].<\/p>\n<p>We simplify the algebraic fraction by multiplying by [latex]\\frac{2(x+1)}{2(x+1)}[\/latex]:<\/p>\n<div id=\"fs-id1170571681146\" class=\"equation unnumbered\" style=\"text-align: center;\">[latex]\\underset{x\\to 1}{\\lim}\\dfrac{\\frac{1}{x+1}-\\frac{1}{2}}{x-1}=\\underset{x\\to 1}{\\lim}\\dfrac{\\frac{1}{x+1}-\\frac{1}{2}}{x-1} \\cdot \\dfrac{2(x+1)}{2(x+1)}[\/latex]<\/div>\n<p id=\"fs-id1170571596311\">Next, we multiply through the numerators. Do not multiply the denominators because we want to be able to cancel the factor [latex](x-1)[\/latex]:<\/p>\n<div id=\"fs-id1170571622080\" class=\"equation unnumbered\" style=\"text-align: center;\">[latex]=\\underset{x\\to 1}{\\lim}\\frac{2-(x+1)}{2(x-1)(x+1)}[\/latex]<\/div>\n<p id=\"fs-id1170571622151\">Then, we simplify the numerator:<\/p>\n<div id=\"fs-id1170571622157\" class=\"equation unnumbered\" style=\"text-align: center;\">[latex]=\\underset{x\\to 1}{\\lim}\\frac{-x+1}{2(x-1)(x+1)}[\/latex]<\/div>\n<p id=\"fs-id1170571650203\">Now we factor out [latex]\u22121[\/latex] from the numerator:<\/p>\n<div id=\"fs-id1170571650209\" class=\"equation unnumbered\" style=\"text-align: center;\">[latex]=\\underset{x\\to 1}{\\lim}\\frac{-(x-1)}{2(x-1)(x+1)}[\/latex]<\/div>\n<p id=\"fs-id1170571650278\">Then, we cancel the common factors of [latex](x-1)[\/latex]:<\/p>\n<div id=\"fs-id1170571650301\" class=\"equation unnumbered\" style=\"text-align: center;\">[latex]=\\underset{x\\to 1}{\\lim}\\frac{-1}{2(x+1)}[\/latex]<\/div>\n<p id=\"fs-id1170572394292\">Last, we evaluate using the limit laws:<\/p>\n<div id=\"fs-id1170572394298\" class=\"equation unnumbered\" style=\"text-align: center;\">[latex]\\underset{x\\to 1}{\\lim}\\frac{-1}{2(x+1)}=-\\frac{1}{4}[\/latex]\n<\/div>\n<\/div>\n<\/div>\n<\/section>\n<p>The example below does not fall neatly into any of the patterns established in the previous examples. However, with a little creativity, we can still use these same techniques.<\/p>\n<section class=\"textbox example\">\n<p id=\"fs-id1170571648149\">Evaluate [latex]\\underset{x\\to 0}{\\lim}\\left(\\dfrac{1}{x}+\\dfrac{5}{x(x-5)}\\right)[\/latex]<\/p>\n<p><div class=\"qa-wrapper\" style=\"display: block\"><button class=\"show-answer show-answer-button collapsed\" data-target=\"qfs-id1170571648205\">Show Solution<\/button><\/p>\n<div id=\"qfs-id1170571648205\" class=\"hidden-answer\" style=\"display: none\">\n<p id=\"fs-id1170571648205\">Both [latex]\\frac{1}{x}[\/latex] and [latex]\\frac{5}{x(x-5)}[\/latex] fail to have a limit at zero. Since neither of the two functions has a limit at zero, we cannot apply the sum law for limits; we must use a different strategy.<\/p>\n<p>In this case, we find the limit by performing addition and then applying one of our previous strategies.<\/p>\n<p>Observe that<\/p>\n<div id=\"fs-id1170571648246\" class=\"equation unnumbered\" style=\"text-align: center;\">[latex]\\begin{array}{cc} \\dfrac{1}{x}+\\dfrac{5}{x(x-5)}& =\\dfrac{x-5+5}{x(x-5)} \\\\ & =\\dfrac{x}{x(x-5)}\\end{array}[\/latex]<\/div>\n<p id=\"fs-id1170571649584\">Thus,<\/p>\n<div id=\"fs-id1170571649587\" class=\"equation unnumbered\" style=\"text-align: center;\">[latex]\\begin{array}{cc}\\underset{x\\to 0}{\\lim}\\big(\\frac{1}{x}+\\frac{5}{x(x-5)}\\big)& =\\underset{x\\to 0}{\\lim}\\frac{x}{x(x-5)} \\\\ & =\\underset{x\\to 0}{\\lim}\\frac{1}{x-5} \\\\ & =-\\frac{1}{5} \\end{array}[\/latex]<\/div>\n<\/div>\n<\/div>\n<\/section>\n","protected":false},"author":6,"menu_order":5,"template":"","meta":{"_candela_citation":"[{\"type\":\"cc\",\"description\":\"Calculus Volume 1\",\"author\":\"Gilbert Strang, Edwin (Jed) Herman\",\"organization\":\"OpenStax\",\"url\":\"https:\/\/openstax.org\/details\/books\/calculus-volume-1\",\"project\":\"\",\"license\":\"cc-by-nc-sa\",\"license_terms\":\"Access for free at https:\/\/openstax.org\/books\/calculus-volume-1\/pages\/1-introduction\"},{\"type\":\"original\",\"description\":\"2.3 Limit Laws\",\"author\":\"Ryan Melton\",\"organization\":\"\",\"url\":\"\",\"project\":\"\",\"license\":\"cc-by\",\"license_terms\":\"\"}]","pb_show_title":"on","pb_short_title":"","pb_subtitle":"","pb_authors":[],"pb_section_license":""},"chapter-type":[],"contributor":[],"license":[],"part":185,"module-header":"- Select Header -","content_attributions":[{"type":"cc","description":"Calculus Volume 1","author":"Gilbert Strang, Edwin (Jed) Herman","organization":"OpenStax","url":"https:\/\/openstax.org\/details\/books\/calculus-volume-1","project":"","license":"cc-by-nc-sa","license_terms":"Access for free at https:\/\/openstax.org\/books\/calculus-volume-1\/pages\/1-introduction"},{"type":"original","description":"2.3 Limit Laws","author":"Ryan Melton","organization":"","url":"","project":"","license":"cc-by","license_terms":""}],"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\/calculus1\/wp-json\/pressbooks\/v2\/chapters\/198"}],"collection":[{"href":"https:\/\/content.one.lumenlearning.com\/calculus1\/wp-json\/pressbooks\/v2\/chapters"}],"about":[{"href":"https:\/\/content.one.lumenlearning.com\/calculus1\/wp-json\/wp\/v2\/types\/chapter"}],"author":[{"embeddable":true,"href":"https:\/\/content.one.lumenlearning.com\/calculus1\/wp-json\/wp\/v2\/users\/6"}],"version-history":[{"count":42,"href":"https:\/\/content.one.lumenlearning.com\/calculus1\/wp-json\/pressbooks\/v2\/chapters\/198\/revisions"}],"predecessor-version":[{"id":4488,"href":"https:\/\/content.one.lumenlearning.com\/calculus1\/wp-json\/pressbooks\/v2\/chapters\/198\/revisions\/4488"}],"part":[{"href":"https:\/\/content.one.lumenlearning.com\/calculus1\/wp-json\/pressbooks\/v2\/parts\/185"}],"metadata":[{"href":"https:\/\/content.one.lumenlearning.com\/calculus1\/wp-json\/pressbooks\/v2\/chapters\/198\/metadata\/"}],"wp:attachment":[{"href":"https:\/\/content.one.lumenlearning.com\/calculus1\/wp-json\/wp\/v2\/media?parent=198"}],"wp:term":[{"taxonomy":"chapter-type","embeddable":true,"href":"https:\/\/content.one.lumenlearning.com\/calculus1\/wp-json\/pressbooks\/v2\/chapter-type?post=198"},{"taxonomy":"contributor","embeddable":true,"href":"https:\/\/content.one.lumenlearning.com\/calculus1\/wp-json\/wp\/v2\/contributor?post=198"},{"taxonomy":"license","embeddable":true,"href":"https:\/\/content.one.lumenlearning.com\/calculus1\/wp-json\/wp\/v2\/license?post=198"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}