The Limit Laws: Learn It 1

  • Use basic rules to find limits for polynomial and rational functions
  • Find function limits by breaking them into simpler parts (factoring) or using conjugates
  • Determine limits by applying the squeeze theorem

Evaluating Limits

The Limit Laws

As we continue our journey through calculus, we encounter limit laws—critical tools that help us understand how functions behave as inputs approach a certain value. These laws are fundamental for calculating function limits and serve as a gateway to deeper concepts like continuity and differentiation.

Through our initial introduction to limits, we identified two properties that are particularly significant. These properties, along with other limit laws, allow us to evaluate limits for a wide variety of algebraic functions with ease.

basic limit properties

Let [latex]a[/latex] be a real number and [latex]c[/latex] be a constant.

  1. [latex]\underset{x\to a}{\lim}x=a[/latex]
  2. [latex]\underset{x\to a}{\lim}c=c[/latex]

Evaluate each of the following limits using the basic limit properties above.

  1. [latex]\underset{x\to 2}{\lim}x[/latex]
  2. [latex]\underset{x\to 2}{\lim}5[/latex]


The limit laws outline the essential properties of limits, crucial for the systematic evaluation of functions as they approach specific points. Our focus will be on their practical use, since the detailed proofs are beyond this course’s scope.

the limit laws

For all [latex]x[/latex] near [latex]a[/latex], consider functions [latex]f(x)[/latex] and [latex]g(x)[/latex] with limits [latex]L[/latex] and [latex]M[/latex] respectively, [latex]\underset{x\to a}{\lim}f(x)=L[/latex] and [latex]\underset{x\to a}{\lim}g(x)=M[/latex]. Let [latex]c[/latex] be a constant. The following are established limit laws:

 

Sum law for limits:

[latex]\underset{x\to a}{\lim}(f(x)+g(x))=\underset{x\to a}{\lim}f(x)+\underset{x\to a}{\lim}g(x)=L+M[/latex]

 

Difference law for limits:

[latex]\underset{x\to a}{\lim}(f(x)-g(x))=\underset{x\to a}{\lim}f(x)-\underset{x\to a}{\lim}g(x)=L-M[/latex]

 

Constant multiple law for limits:

[latex]\underset{x\to a}{\lim}cf(x)=c \cdot \underset{x\to a}{\lim}f(x)=cL[/latex]

 

Product law for limits:

[latex]\underset{x\to a}{\lim}(f(x) \cdot g(x))=\underset{x\to a}{\lim}f(x) \cdot \underset{x\to a}{\lim}g(x)=L \cdot M[/latex]

 

Quotient law for limits:

[latex]\underset{x\to a}{\lim}\dfrac{f(x)}{g(x)}=\dfrac{\underset{x\to a}{\lim}f(x)}{\underset{x\to a}{\lim}g(x)}=\frac{L}{M}[/latex] for [latex]M\ne 0[/latex]

 

Power law for limits:

[latex]\underset{x\to a}{\lim}(f(x))^n=(\underset{x\to a}{\lim}f(x))^n=L^n[/latex] for every positive integer [latex]n[/latex]

.

 

Root law for limits:

[latex]\underset{x\to a}{\lim}\sqrt[n]{f(x)}=\sqrt[n]{\underset{x\to a}{\lim}f(x)}=\sqrt[n]{L}[/latex] for all [latex]L[/latex] if [latex]n[/latex] is odd and for [latex]L\ge 0[/latex] if [latex]n[/latex] is even

A handy way to keep the limit laws top of mind is to associate them with simple arithmetic operations you already know:

  • Sum and Difference: Just like adding or subtracting numbers, you can add or subtract limits.
  • Constant Multiples: Multiplying a number by a constant? The same goes for a limit.
  • Product: Multiplying two numbers? You can also multiply their limits.
  • Quotient: Dividing numbers translates to dividing their limits, just watch out for a zero denominator.
  • Powers and Roots: Raising a number to a power or taking a root? Apply the same operation to the limit.

Use the limit laws to evaluate [latex]\underset{x\to -3}{\lim}(4x+2)[/latex].

Use the limit laws to evaluate [latex]\underset{x\to 2}{\lim}\dfrac{2x^2-3x+1}{x^3+4}[/latex].

Limits of Polynomial and Rational Functions

When exploring limits of polynomial and rational functions, a notable pattern emerges.

Let’s examine the recent example where we calculated the limit of [latex]\dfrac{2x^2-3x+1}{x^3+4}[/latex] as [latex]x[/latex] approaches [latex]2[/latex]. Applying the limit laws, the limit was found to be [latex]\frac{1}{4}[/latex]. If [latex]x[/latex] is replaced with [latex]2[/latex] in the function directly, [latex]f(2)=\dfrac{2(2)^2-3(2)+1}{(2)^3+4}[/latex], [latex]f(2)[/latex] is also equal to [latex]\frac{1}{4}[/latex].

This is not mere chance. It demonstrates a foundational concept in calculus: for polynomial and rational functions that are continuous at a point [latex]a[/latex], the limit as [latex]x[/latex] approaches [latex]a[/latex] equals the value of the function at [latex]a[/latex], or [latex]f(a)[/latex]. This holds true provided the function is defined at that point.

limits of polynomial and rational functions

Let [latex]p(x)[/latex] and [latex]q(x)[/latex] be polynomial functions. Let [latex]a[/latex] be a real number. Then,

[latex]\underset{x\to a}{\lim}p(x)=p(a)[/latex]
[latex]\underset{x\to a}{\lim}\dfrac{p(x)}{q(x)}=\dfrac{p(a)}{q(a)} \, \text{when} \, q(a)\ne 0[/latex]

To see that this theorem holds, consider the polynomial [latex]p(x)=c_nx^n+c_{n-1}x^{n-1}+\cdots +c_1x+c_0[/latex].

By applying the sum, constant multiple, and power laws, we end up with:

[latex]\begin{array}{cc}\hfill \underset{x\to a}{\lim}p(x)& =\underset{x\to a}{\lim}(c_nx^n+c_{n-1}x^{n-1}+\cdots +c_1x+c_0)\hfill \\ & =c_n(\underset{x\to a}{\lim}x)^n+c_{n-1}(\underset{x\to a}{\lim}x)^{n-1}+\cdots +c_1(\underset{x\to a}{\lim}x)+\underset{x\to a}{\lim}c_0\hfill \\ & =c_na^n+c_{n-1}a^{n-1}+\cdots +c_1a+c_0\hfill \\ & =p(a)\hfill \end{array}[/latex]

It now follows from the quotient law that if [latex]p(x)[/latex] and [latex]q(x)[/latex] are polynomials for which [latex]q(a)\ne 0[/latex], then

[latex]\underset{x\to a}{\lim}\dfrac{p(x)}{q(x)}=\dfrac{p(a)}{q(a)}[/latex]

Evaluate the [latex]\underset{x\to 3}{\lim}\dfrac{2x^2-3x+1}{5x+4}[/latex].