Skip to main content
Logo image

Applied Calculus

Section 1.2 Algebraic Limits

This section corresponds to 1.2 Algebraic Limits in the workbook.
What if we only have the function and not the graph? If x=a is in the domain of f(x) then first simply try plugging in a, this will work as long as f(x) is continuous at x=a (see Section 1.4 for more details). We will consider examples of functions for when x=a is not in the domain.

Subsection 1.2.1 Limits from a Function

Example 1.2.1.

Consider the functions
  1. f(x)=4x2x+2;
  2. g(x)=x29x3;
For both f(x) and g(x) consider the limits for values in and out of the domain. Note first that the domain of f(x) is x2 and the domain of g(x) is x3. Thus we can evaluate limits by just plugging in values for any other point.
limx0f(x)=42=2,
limx2f(x)=04=0,
limx0g(x)=93=3,
and limx1g(x)=82=4.
Now let us consider what happens at x=2 for f(x). Note that when you try to simply plug in x=2 you get 00 which is undefined. For cases of 00, first try to factor both the numerator and denominator. If both factor, cancel the common factor then try plugging in x=a again.
limx24x2x+2=limx2(2+x)(2x)x+2=limx2(2x)=4.
What happens at x=3 for g(x). Again when plug in x=3 you get 00 which is undefined.
limx3x29x3=limx3(x+3)(x3)x3=limx3(x+3)=6.

Example 1.2.2.

Determine the exact value of the limit by using algebra to simplify the function.
  1. limx1x21x1
  2. limx0(2+x)38x
  3. limx0x+11x
Hint.
  1. (x21) can be factored.
  2. Expand the expression (2+x)3, and then combine like terms in the numerator.
  3. Try multiplying the given function by this fancy form of 1: x+1+1x+1+1.
Answer.
  1. 2.
  2. 12.
  3. 12.
Solution.
Estimating the values of the limits with tables is straightforward and should suggest the exact values stated below.
  1. limx1x21x1=limx1(x+1)(x1)x1=limx1(x+1)=2.
  2. limx0(2+x)38x=limx08+12x+6x2+x38x=limx012x+6x2+x3x=limx0(12+6x+x2)=12.
  3. limx0x+11x=limx0x+11xx+1+1x+1+1=limx0x+11x(x+1+1)=limx01x+1+1=12.

Subsection 1.2.2 Having a Limit at a Point

We saw earlier that f has limit L as x approaches c provided that we can make the value of f(x) as close to L as we like by taking x sufficiently close (but not equal to) c. If so, we write limxcf(x)=L. We also saw that there are cases where a function can fail to have a limit. The graphs that follow are two such examples.
Figure 1.2.3. Functions f and g each fail to have a limit at c=1.
Essentially there are two behaviors that a function can exhibit near a point where it fails to have a limit. In Figure 1.2.3 above, at the left we see a function f whose graph shows a jump at c=1. If we let x approach 1 from the left side, the value of f approaches 2, but if we let x approach 1 from the right, the value of f tends to 3. Because the value of f does not approach a single number as x gets arbitrarily close to 1 from both sides, we know that f does not have a limit at c=1.
For such cases, we introduce the notion of left and right (or one-sided) limits.

One-Sided Limits.

We say that f has limit L1 as x approaches c from the left and write
limxcf(x)=L1
provided that we can make the value of f(x) as close to L1 as we like by taking x sufficiently close to c while always having x<c. We call L1 the left-hand limit of f as x approaches c.
Similarly, we say L2 is the right-hand limit of f as x approaches c and write
limxc+f(x)=L2
provided that we can make the value of f(x) as close to L2 as we like by taking x sufficiently close to c while always having x>c.
In the graph of y=f(x) in Figure 1.2.3, we see that
limx1f(x)=2  and limx1+f(x)=3.
Precisely because the left and right limits are not equal, the overall limit of f as x1 fails to exist.
For the function g pictured at the right of Figure 1.2.3, the function fails to have a limit at c=1 for a different reason. While the function does not have a jump in its graph at c=1, it is still not the case that g approaches a single value as x approaches 1. In particular, due to the infinitely oscillating behavior of g to the right of c=1, we say that the (right-hand) limit of g as x1+ does not exist, and thus limx1g(x) does not exist.
To summarize, if either a left- or right-hand limit fails to exist or if the left- and right-hand limits are not equal to each other, the overall limit does not exist.

Two-Sided Limit.

A function f has limit L as xc if and only if
limxcf(x)=L=limxc+f(x).
That is, a function has a limit at x=c if and only if both the left- and right-hand limits at x=c exist and have the same value.
The function f given below in Figure 1.2.4 fails to have a limit at only two values: at x=2 where the left- and right-hand limits are 2 and 1, respectively and at x=2, where limx2+f(x) does not exist. Notice: that even at values such as c=1 and c=3 where there are holes in the graph, the limit still exists.
Figure 1.2.4. A function f demonstrates different limit behaviors.
What if you are not given the graph of f(x)?

Example 1.2.5.

Consider the piecewise function
f(x)={5x2+1 for x<0 3x+1 for x>0 
Let us consider limx0f(x). To do so we will consider the limit from either side and see if they are equal.
limx0f(x)=limx05x2+1=1
limx0+f(x)=limx0+3x+1=1.
Since the two sides are equal then
limx0f(x)=1.

Example 1.2.6.

Consider the piecewise function
g(x)={5x2 for x<2 4x5 for x>2 
Let us consider limx2g(x). To do so we will consider the limit from either side and see if they are equal.
limx2g(x)=limx25x2=8,
limx2+g(x)=limx2+4x5=3.
Since the two sides are not equal then
limx2g(x)=DNE.

Example 1.2.7.

Consider a function that is piecewise-defined according to the formula
f(x)={3(x+2)+2 for 3<x<2 23(x+2)+1 for 2x<1 23(x+2)+1 for 1<x<1 2 for x=1 4x for x>1 
Use the given formula to answer the following questions.
  1. For each of the values c=2,1,0,1,2, compute f(c).
  2. For each of the values c=2,1,0,1,2, determine limxcf(x) and limxc+f(x).
  3. For each of the values c=2,1,0,1,2, determine limxcf(x). If the limit fails to exist, explain why by discussing the left- and right-hand limits at the relevant c-value.
  4. For which values of c is the following statement true?
    limxcf(x)f(c)
  5. Sketch an accurate, labeled graph of y=f(x). Be sure to carefully use open circles () and filled circles () to represent key points on the graph, as dictated by the piecewise formula.
Hint.
  1. Find the interval in which c lies and evaluate the function there.
  2. Remember that for limxcf(x), we only consider values of x such that x<c. Find the appropriate formula to use in the piecewise definition for f to fit the values you are considering.
  3. Use your work in (b) and compare left- and right-hand limits.
  4. Use your work in (a) and (c).
  5. Note that f is piecewise linear.
Answer.
  1. f(2)=1; f(1) is not defined; f(0)=73; f(1)=2; f(2)=2.
  2. limx2f(x)=2 andlimx2+f(x)=1.
    limx1f(x)=53 andlimx1+f(x)=53.
    limx0f(x)=73 andlimx0+f(x)=73.
    limx1f(x)=3 andlimx1+f(x)=3.
    limx2f(x)=2 andlimx2+f(x)=2.
  3. limx2f(x) does not exist. The values of the limits as xc for c=1,0,1,2 are 53,73,3,2.
  4. c=2, c=1, and c=1.
Solution.
  1. f(2)=23(2+2)+1=1; f(1) is not defined; f(0)=23(0+2)+1=73; f(1)=2 (by the rule); f(2)=42=2.
  2. limx2f(x)=2 andlimx2+f(x)=1.
    limx1f(x)=53 andlimx1+f(x)=53.
    limx0f(x)=73 andlimx0+f(x)=73.
    limx1f(x)=3 andlimx1+f(x)=3.
    limx2f(x)=2 andlimx2+f(x)=2.
  3. limx2f(x) does not exist because the left-hand limit is 2 while the right-hand limit is 1. All of the other requested limits exist, as in each case the left- and right-hand limits exist and are equal. The respective values of the limits as xc for c=1,0,1,2 are 53,73,3,2.
  4. For c=2, c=1, and c=1, limxcf(x)f(c). At c=2, the limit fails to exist, but f(2)=1. At c=1, the limit is 53, but f(1) is not defined. At c=1, the limit is 3, but f(1)=2.

Subsection 1.2.3 Summary

  • To algebraically compute the limit limxcf(x), first try plugging in x=c (if c is in the domain and f(x) is continuous). In the case that we have 00, try factoring and cancelling common factors.
  • For a function f defined on an interval around a number c,
    limxcf(x)=L1
    means that the value of f(x) gets as close as we want to a number L1 whenever x is sufficiently close to c with x<c, assuming the value L1 exists.
  • Similarly, for a function f defined on an interval around a number c,
    limxc+f(x)=L2
    means that the value of f(x) gets as close as we want to a number L2 whenever x is sufficiently close to c with x>c, assuming the value L2 exists.
  • The one-sided limits help to determine if a limit exists as x approaches a value c. More specifically, limxcf(x)=L if and only if limxcf(x)=L=limxc+f(x)

Exercises 1.2.4 Exercises

1. Limits on a piecewise graph.

Use the figure below, which gives a graph of the function f(x), to give values for the indicated limits. If a limit does not exist, enter none.
(a) limx2f(x) =
(b) limx0f(x) =
(c) limx2f(x) =
(d) limx4f(x) =

2. Limits for a piecewise formula.

For the function
f(x)={x23,0x<31,x=33x3,3<x
use algebra to find each of the following limits:
limx3+f(x)=
limx3f(x)=
limx3f(x)=
(For each, enter DNE if the limit does not exist.)
Sketch a graph of f(x) to confirm your answers.

3. Calculating Limits of Rational Functions.

Evaluate the limit
limx5x5x25x
Enter DNE if the limit does not exist.
Limit =

4. One-Sided Limits.

Evaluate the limits.
f(x)={7x+9x1x21x>1
Enter DNE if the limit does not exist.
limx1f(x) =
limx1+f(x) =
limx1f(x) =

5. Evaluating a limit algebraically.

Evaluate the limit
limx7x249x+7
If the limit does not exist enter DNE.
Limit =