Computing Limits Algebraically

Computing Limits Algebraically#

Example 1#

The limit of a constant function

If f(x)=2, evaluate limx1f(x).

Step 1:   Recall the limit property of a constant function.

For any real number c, limxac=c.

See Properties of Finite Limits for a list of all limit properties.

Step 2:   Apply the limit property of a constant function.

Since f(x)=2 is a constant function, limx1f(x)=2, which implies that the one-side limit also exists and

limx1f(x)=2.

Example 2#

The limit of a rational function

Evaluate limx1x3+4x2x32x2+1.

Step 1:   Recall the limit property of a rational function.

If f(x) is a rational function and a is in the domain of f(x), then limxaf(x)=f(a).

See Properties of Finite Limits for a list of all limit properties.

Step 2:   Determine if x=1 is in the domain of the function.

The function

g(x)=x3+4x2x32x2+1

is a rational function and since 2(1)2+10 (i.e., the denominator is not equal to zero when x=1), it follows that 1 is in the domain of g.

Therefore, the limit exists and

limx1g(x)=g(1)=(1)3+4(1)2(1)32(1)2+1=13.

Example 3#

The limit of a rational function

Evaluate limx2x2+4x1x2.

Step 1:   Determine if x=2 is in the domain of the function.

The function

h(x)=x2+4x1x2

is a rational function and since 22=0 (i.e., the denominator equals zero when x=2), it follows that 2 is not in the domain of h. Unfortunately, this means that the limit property we used in the previous example does not apply.

Step 2:   Determine if the limit exists.

When we evaluate the numerator of h(x) at x=2, we get

22+4(2)1=11.

Since the denominator goes to zero but the numerator does not, we can immediately conclude that limx2x2+4x1x2 does not exist.

Moreover, if we let x approach 2 from the left (i.e., x<2), the values of (x2+4x1)/(x2) will be negative and we can conclude that

limx2x2+4x1x2=

And if we let x approach 2 from the right (i.e., x>2), the values of (x2+4x1)/(x2) will be positive and we can conclude that

limx2+x2+4x1x2=

Even though we can say that the one-sided limits are equal to positive or negative infinity, this still means that the one-sided limits do not exist, and therefore the original limit does not exist either.

Evaluating the Limit of a Rational Function

When evaluating the limit of a rational function, limxaf(x)g(x), start by plugging in x=a into both f(x) and g(x).

  • If g(a)0, then the limit exists and is equal to f(a)/g(a).

  • If g(a)=0 and f(a)0, then the limit does not exist. By carefully analyzing the sign of the numerator and of the denominator, we can determine if the one-sided limits go to positive or negative infinity.

  • If g(a)=0 and f(a)=0, it’s still possible the limit exists. We will consider this situation in the next section.

Example 4#

The limit of a piecewise function

Evaluate limx6h(x), where

h(x)={x24x12if x<68if x=6x25x6if x>6
Step 1:   Recall the limit property of a polynomial

If f(x) is a polynomial function, then limxaf(x)=f(a).

See Properties of Finite Limits for a list of all limit properties.

Step 2:   Compute the limit from the left.

Since we are approaching 6 from the left, we can assume that x<6, which means h(x)=x24x12 and we can apply the limit property of a polynomial.

limx6h(x)=limx6x24x12=624(6)12plug in x=6=362412simplify=0
Step 3:   Compute the limit from the right.

Since we are approaching 6 from the right, we can assume that x>6, which means h(x)=x25x6, and we can apply the limit property of a polynomial.

limx6+h(x)=limx6+x25x6=625(6)6plug in x=6=36306simplify=0
Step 4:   Check to see if the two one-sided limits are equal.

Since limx6h(x)=0 and limx6+h(x)=0 (i.e., the two one-sided limits both exist and are equal), we conclude that the limit exists and

limx6h(x)=0.

Warning

Notice that we did not use the fact that h(6)=8 while computing limx6h(x). Futhermore, the fact that limx6h(x)h(6) does not mean that the limit does not exist.

Example 5#

The limit of a piecewise function

Evaluate limx4g(x), where

g(x)={x+53if x46x2if x>4
Step 1:   Compute the limit from the left.

Since we are approaching 4 from the left, we can assume that x<4, which means g(x)=x+53 and we can apply the limit property of a polynomial.

limx4g(x)=limx4x+53=4+53plug in x=4=9/3simplify=3
Step 2:   Compute the limit from the right.

Since we are approaching 4 from the right, we can assume that x>4, which means g(x)=6x2, and we can apply the limit property of a polynomial.

limx4+g(x)=limx6+6x2=642plug in x=4=616simplify=10
Step 3:   Check to see if the two one-sided limits are equal.

Since limx4g(x)=3 and limx4+g(x)=10 (i.e., the two one-sided limits both exist but are not equal), we conclude that limx4g(x) does not exist.