zuai-logo
zuai-logo
  1. AP Maths
FlashcardFlashcardStudy GuideStudy Guide
Question BankQuestion BankGlossaryGlossary

Limits

Sarah Miller

Sarah Miller

9 min read

Next Topic - Evaluating Limits Numerically & Graphically

Listen to this study note

Study Guide Overview

This guide covers evaluating limits analytically using various techniques. It discusses substitution for continuous and piecewise functions, simplifying by factoring, and multiplying by conjugates for expressions with square roots. The guide also explains how to find limits at infinity using reciprocals of highest powers. It includes worked examples and practice questions for each method.

#Substituting to Find Limits

#Table of Contents

  1. Introduction to Substitution
  2. Substitution for Continuous Functions
  3. Substitution for Piecewise Functions
  4. Simplifying to Find Limits
  5. Multiplying by Conjugates to Find Limits
  6. Multiplying by Reciprocals to Find Limits at Infinity
  7. Practice Questions
  8. Glossary
  9. Summary and Key Takeaways

#Introduction to Substitution

Substitution is a straightforward method to evaluate limits by directly replacing the variable with the value it approaches. However, this method is often useful only for continuous functions. Below, we explore various techniques to find limits using substitution and other methods when substitution alone does not suffice.


#Substitution for Continuous Functions

#How can I use substitution to find limits?

If a function fff is continuous on an open interval, and if aaa is a number contained in that interval, then:

limx→af(x)=f(a)\underset{x\to a}{\mathrm{lim}}f(x)=f(a)x→alim​f(x)=f(a)

This means for a continuous function, the limit at a point is equal to the value of the function at that point.

This idea can be extended to a point that is **on or 'just outside'** the border of an interval where a function (or part of a function) is defined. This is especially useful for **one-sided limits** at the 'joins' of piecewise functions.

#Example: Piecewise Function

Consider the function fff defined by:

f(x)={x−7,x≤3x2,x>3f(x) = \begin{cases} x-7, & x \leq 3 \\ x^2, & x > 3 \end{cases}f(x)={x−7,x2,​x≤3x>3​

  • Both x−7x-7x−7 and x2x^2x2 are continuous functions on all real numbers.
  • To find the one-sided limits:
    • limx→3−f(x)=3−7=−4\underset{x\to 3^{-}}{\mathrm{lim}}f(x) = 3-7 = -4x→3−lim​f(x)=3−7=−4
    • limx→3+f(x)=32=9\underset{x\to 3^{+}}{\mathrm{lim}}f(x) = 3^2 = 9x→3+lim​f(x)=32=9
Key Concept

For the limit to exist at a point where a piecewise function changes, the left-hand limit and right-hand limit must be equal.

#Worked Example

Let fff be the function defined by:

f(x)={x3−3x+4,x<−2x2−2,x≥−2f(x) = \begin{cases} x^3 - 3x + 4, & x < -2 \\ x^2 - 2, & x \geq -2 \end{cases}f(x)={x3−3x+4,x2−2,​x<−2x≥−2​

Find:

(a) limx→4f(x)\underset{x\to 4}{\mathrm{lim}}f(x)x→4lim​f(x)

Answer:

Since x=4x=4x=4 belongs to the x2−2x^2 - 2x2−2 piece of the function, and x2−2x^2 - 2x2−2 is continuous on the open interval (−2,∞)(-2, \infty)(−2,∞):

limx→4f(x)=f(4)=42−2=14\underset{x\to 4}{\mathrm{lim}}f(x) = f(4) = 4^2 - 2 = 14x→4lim​f(x)=f(4)=42−2=14

(b) limx→−2f(x)\underset{x\to -2}{\mathrm{lim}}f(x)x→−2lim​f(x)

For this limit to exist, the limits from the left and right must both exist and be equal.

  • limx→−2−f(x)=(−2)3−3(−2)+4=−8+6+4=2\underset{x\to -2^{-}}{\mathrm{lim}}f(x) = (-2)^3 - 3(-2) + 4 = -8 + 6 + 4 = 2x→−2−lim​f(x)=(−2)3−3(−2)+4=−8+6+4=2
  • limx→−2+f(x)=(−2)2−2=4−2=2\underset{x\to -2^{+}}{\mathrm{lim}}f(x) = (-2)^2 - 2 = 4 - 2 = 2x→−2+lim​f(x)=(−2)2−2=4−2=2

Since both one-sided limits are equal:

limx→−2f(x)=2\underset{x\to -2}{\mathrm{lim}}f(x) = 2x→−2lim​f(x)=2


#Simplifying to Find Limits

#How can I simplify functions to find limits?

Sometimes, evaluating a limit by substitution gives an answer that is not defined (e.g., returning a value like 00\frac{0}{0}00​). In these cases, the equation of the function can often be simplified by factorizing and canceling common factors. After simplification, substitution may provide a well-defined value for the limit.

#Example: Simplification

Let fff be the function defined by:

f(x)=(x−1)(x−3)x(x−1)f(x) = \frac{(x-1)(x-3)}{x(x-1)}f(x)=x(x−1)(x−1)(x−3)​

  • The function is undefined at x=1x=1x=1 because f(1)=00f(1) = \frac{0}{0}f(1)=00​.
  • To find the limit at x=1x=1x=1, we can cancel the common factor (x−1)(x-1)(x−1):

limx→1f(x)=limx→1(x−3)x=1−31=−2\underset{x\to 1}{\mathrm{lim}}f(x) = \underset{x\to 1}{\mathrm{lim}} \frac{(x-3)}{x} = \frac{1-3}{1} = -2x→1lim​f(x)=x→1lim​x(x−3)​=11−3​=−2

Common Mistake

Note that the limit can be well-defined even at a point where the function itself is undefined!

#Worked Example

Let fff be the function defined by:

f(x)=x2+2xx2−x−6f(x) = \frac{x^2 + 2x}{x^2 - x - 6}f(x)=x2−x−6x2+2x​

Find limx→−2f(x)\underset{x\to -2}{\mathrm{lim}}f(x)x→−2lim​f(x).

Answer:

Attempting to evaluate this limit by substitution doesn't work:

(−2)2+2(−2)(−2)2−(−2)−6=4−44+2−6=00\frac{(-2)^2 + 2(-2)}{(-2)^2 - (-2) - 6} = \frac{4 - 4}{4 + 2 - 6} = \frac{0}{0}(−2)2−(−2)−6(−2)2+2(−2)​=4+2−64−4​=00​

Instead, factorize the numerator and denominator, simplify the fraction, and use substitution to evaluate the limit in the simplified form:

x2+2xx2−x−6=x(x+2)(x+2)(x−3)=xx−3\frac{x^2 + 2x}{x^2 - x - 6} = \frac{x(x+2)}{(x+2)(x-3)} = \frac{x}{x-3}x2−x−6x2+2x​=(x+2)(x−3)x(x+2)​=x−3x​

Now use substitution:

−2−2−3=−2−5=25\frac{-2}{-2-3} = \frac{-2}{-5} = \frac{2}{5}−2−3−2​=−5−2​=52​

limx→−2f(x)=25\underset{x\to -2}{\mathrm{lim}}f(x) = \frac{2}{5}x→−2lim​f(x)=52​


#Multiplying by Conjugates to Find Limits

#How can I use multiplying by conjugates to help find limits?

A quotient involving surds (i.e., square roots) can sometimes be rewritten by multiplying it top and bottom by a conjugate of either the numerator or denominator. The conjugate of a−b\sqrt{a}-\sqrt{b}a​−b​ is a+b\sqrt{a}+\sqrt{b}a​+b​.

#Example: Conjugates

Consider the function:

5−x+5x\frac{\sqrt{5}-\sqrt{x+5}}{x}x5​−x+5​​

By multiplying the top and bottom by the conjugate of the numerator:

5−x+5x⋅5+x+55+x+5=5−(x+5)x(5+x+5)=−xx(5+x+5)=−15+x+5\frac{\sqrt{5}-\sqrt{x+5}}{x} \cdot \frac{\sqrt{5}+\sqrt{x+5}}{\sqrt{5}+\sqrt{x+5}} = \frac{5 - (x+5)}{x(\sqrt{5}+\sqrt{x+5})} = \frac{-x}{x(\sqrt{5}+\sqrt{x+5})} = \frac{-1}{\sqrt{5}+\sqrt{x+5}}x5​−x+5​​⋅5​+x+5​5​+x+5​​=x(5​+x+5​)5−(x+5)​=x(5​+x+5​)−x​=5​+x+5​−1​

#Worked Example

Let fff be the function defined by:

f(x)=x3−x+3,x≥−3f(x) = \frac{x}{\sqrt{3}-\sqrt{x+3}}, \quad x \geq -3f(x)=3​−x+3​x​,x≥−3

Find limx→0f(x)\underset{x\to 0}{\mathrm{lim}}f(x)x→0lim​f(x).

Answer:

Attempting to evaluate this limit by substitution doesn't work:

03−3=00\frac{0}{\sqrt{3}-\sqrt{3}} = \frac{0}{0}3​−3​0​=00​

Instead, multiply the top and bottom by the conjugate of the denominator:

x3−x+3⋅3+x+33+x+3=x(3+x+3)3−(x+3)=x(3+x+3)−x=−(3+x+3)\frac{x}{\sqrt{3}-\sqrt{x+3}} \cdot \frac{\sqrt{3}+\sqrt{x+3}}{\sqrt{3}+\sqrt{x+3}} = \frac{x(\sqrt{3}+\sqrt{x+3})}{3-(x+3)} = \frac{x(\sqrt{3}+\sqrt{x+3})}{-x} = -(\sqrt{3}+\sqrt{x+3})3​−x+3​x​⋅3​+x+3​3​+x+3​​=3−(x+3)x(3​+x+3​)​=−xx(3​+x+3​)​=−(3​+x+3​)

Now use substitution:

−3−0+3=−3−3=−23-\sqrt{3} - \sqrt{0+3} = -\sqrt{3} - \sqrt{3} = -2\sqrt{3}−3​−0+3​=−3​−3​=−23​

limx→0f(x)=−23\underset{x\to 0}{\mathrm{lim}}f(x) = -2\sqrt{3}x→0lim​f(x)=−23​


#Multiplying by Reciprocals to Find Limits at Infinity

#How can I use multiplying by reciprocals to find a limit at infinity?

A quotient involving powers of xxx can be rewritten by multiplying its top and bottom by the reciprocal of the highest power of xxx in the numerator or denominator. This can be used to find a limit at infinity because if kkk is any constant and nnn is a positive integer, then:

limx→±∞kxn=0\underset{x\to \pm \infty }{\mathrm{lim}}\frac{k}{x^n}=0x→±∞lim​xnk​=0

#Example: Reciprocals

Consider the function:

7x2−4x+132x2+3x−5\frac{7x^2-4x+13}{2x^2+3x-5}2x2+3x−57x2−4x+13​

Multiply the top and bottom by the reciprocal of the highest power of xxx in the denominator:

7x2−4x+132x2+3x−5⋅1x21x2=7−4x+13x22+3x−5x2\frac{7x^2-4x+13}{2x^2+3x-5} \cdot \frac{\frac{1}{x^2}}{\frac{1}{x^2}} = \frac{7 - \frac{4}{x} + \frac{13}{x^2}}{2 + \frac{3}{x} - \frac{5}{x^2}}2x2+3x−57x2−4x+13​⋅x21​x21​​=2+x3​−x25​7−x4​+x213​​

#Worked Example

Let fff be the function defined by:

f(x)=4x3−3x2+15x3+2x+17f(x) = \frac{4x^3 - 3x^2 + 1}{5x^3 + 2x + 17}f(x)=5x3+2x+174x3−3x2+1​

Find limx→∞f(x)\underset{x\to \infty}{\mathrm{lim}}f(x)x→∞lim​f(x).

Answer:

The numerator and denominator both tend to infinity as xxx tends to infinity, but ∞∞\frac{\infty}{\infty}∞∞​ is not defined. Instead, multiply the top and bottom by the reciprocal of the highest power, x3x^3x3:

4x3−3x2+15x3+2x+17⋅1x31x3=4−3x+1x35+2x2+17x3\frac{4x^3 - 3x^2 + 1}{5x^3 + 2x + 17} \cdot \frac{\frac{1}{x^3}}{\frac{1}{x^3}} = \frac{4 - \frac{3}{x} + \frac{1}{x^3}}{5 + \frac{2}{x^2} + \frac{17}{x^3}}5x3+2x+174x3−3x2+1​⋅x31​x31​​=5+x22​+x317​4−x3​+x31​​

Now take the limit as xxx tends to infinity:

limx→∞4−0+05+0+0=45\underset{x\to \infty}{\mathrm{lim}} \frac{4 - 0 + 0}{5 + 0 + 0} = \frac{4}{5}x→∞lim​5+0+04−0+0​=54​

limx→∞f(x)=45\underset{x\to \infty}{\mathrm{lim}}f(x) = \frac{4}{5}x→∞lim​f(x)=54​


#Practice Questions

#Substitution to Find Limits

Practice Question

Find limx→2f(x)\underset{x\to 2}{\mathrm{lim}}f(x)x→2lim​f(x) for f(x)=3x+1f(x) = 3x + 1f(x)=3x+1.

Practice Question

Find limx→−1f(x)\underset{x\to -1}{\mathrm{lim}}f(x)x→−1lim​f(x) for f(x)=x2−1x+1f(x) = \frac{x^2 - 1}{x + 1}f(x)=x+1x2−1​.

#Simplifying to Find Limits

Practice Question

Find limx→1f(x)\underset{x\to 1}{\mathrm{lim}}f(x)x→1lim​f(x) for f(x)=x2−1x−1f(x) = \frac{x^2 - 1}{x - 1}f(x)=x−1x2−1​.

Practice Question

Find limx→3f(x)\underset{x\to 3}{\mathrm{lim}}f(x)x→3lim​f(x) for f(x)=x2−9x−3f(x) = \frac{x^2 - 9}{x - 3}f(x)=x−3x2−9​.

#Multiplying by Conjugates to Find Limits

Practice Question

Find limx→4f(x)\underset{x\to 4}{\mathrm{lim}}f(x)x→4lim​f(x) for f(x)=x−2x−4f(x) = \frac{\sqrt{x} - 2}{x - 4}f(x)=x−4x​−2​.

Practice Question

Find limx→1f(x)\underset{x\to 1}{\mathrm{lim}}f(x)x→1lim​f(x) for f(x)=x+3−2x−1f(x) = \frac{\sqrt{x+3} - 2}{x - 1}f(x)=x−1x+3​−2​.

#Multiplying by Reciprocals to Find Limits at Infinity

Practice Question

Find limx→∞f(x)\underset{x\to \infty}{\mathrm{lim}}f(x)x→∞lim​f(x) for f(x)=2x2−3x+1x2+x−4f(x) = \frac{2x^2 - 3x + 1}{x^2 + x - 4}f(x)=x2+x−42x2−3x+1​.

Practice Question

Find limx→−∞f(x)\underset{x\to -\infty}{\mathrm{lim}}f(x)x→−∞lim​f(x) for f(x)=5x3−x+73x3+2x2−xf(x) = \frac{5x^3 - x + 7}{3x^3 + 2x^2 - x}f(x)=3x3+2x2−x5x3−x+7​.


#Glossary

  • Continuous Function: A function without breaks, jumps, or holes in its graph.
  • One-Sided Limit: The value a function approaches as the input approaches from one side (left or right) only.
  • Piecewise Function: A function defined by different expressions for different intervals of the domain.
  • Factorizing: Breaking down a complex expression into simpler components that, when multiplied together, give the original expression.
  • Surds: Expressions containing square roots.
  • Conjugate: An expression formed by changing the sign between two terms in a binomial (e.g., the conjugate of a−b\sqrt{a}-\sqrt{b}a​−b​ is a+b\sqrt{a}+\sqrt{b}a​+b​).
  • Reciprocal: The multiplicative inverse of a number or expression (e.g., the reciprocal of xxx is 1x\frac{1}{x}x1​).

#Summary and Key Takeaways

  • Substitution is useful for finding limits of continuous functions.
  • For piecewise functions, ensure the left-hand and right-hand limits are equal for the limit to exist.
  • Simplification by factorizing and canceling common factors can resolve limits that initially return indeterminate forms like 00\frac{0}{0}00​.
  • Multiplying by conjugates is effective for handling limits involving surds.
  • Multiplying by reciprocals helps find limits at infinity by simplifying expressions involving powers of xxx.
  • Practice these techniques to handle various limit problems effectively.

Exam Tip

Always check the continuity of the function at the point where you are finding the limit. If the function is not continuous, consider using one-sided limits or simplifying the function.

For more complex limits, consider studying L'Hospital's Rule, which provides another method to evaluate limits that result in indeterminate forms.

Explore more resources

FlashcardFlashcard

Flashcard

Continute to Flashcard

Question BankQuestion Bank

Question Bank

Continute to Question Bank

Mock ExamMock Exam

Mock Exam

Continute to Mock Exam

Feedback stars icon

How are we doing?

Give us your feedback and let us know how we can improve

Previous Topic - Properties of LimitsNext Topic - Evaluating Limits Numerically & Graphically

Question 1 of 9

What is the limit of the function f(x)=2x+3f(x) = 2x + 3f(x)=2x+3 as xxx approaches 2? 🤔

4

5

7

8