Asymptotes

Grade 12 · algebra · 100 practice problems · read aloud

🔊 Listen to this explanation

Understanding Asymptotes

An asymptote is a line that a graph approaches but never touches. Think of it as a boundary line that the curve gets infinitely close to. 🔍 They are crucial for understanding the end behavior of functions, especially rational, exponential, and logarithmic functions, which is vital in calculus and real-world modeling.

Step-by-Step Guide: Finding Asymptotes

For Rational Functions (f(x) = P(x)/Q(x)):

  1. Vertical Asymptotes: Set the denominator equal to zero and solve for x. These are the x-values the function cannot have.
  2. Horizontal Asymptotes: Compare the degrees of the numerator (n) and denominator (m).
    • If n < m, the H.A. is y = 0.
    • If n = m, the H.A. is y = (leading coefficient of numerator) / (leading coefficient of denominator).
    • If n > m, there is no horizontal asymptote (but there may be a slant asymptote).
  3. Slant (Oblique) Asymptotes: Occur only when the degree of the numerator is exactly one more than the denominator. Find it by performing polynomial long division of the numerator by the denominator (ignore the remainder).

Worked Examples

Example 1: f(x) = (2x² + 3) / (x² - 1)

  1. Vertical Asymptotes: x² - 1 = 0 → x = 1 and x = -1.
  2. Horizontal Asymptotes: Degrees are equal (n=2, m=2). H.A. is y = 2/1 = 2.

Example 2: f(x) = (x² - 4) / (x - 1)

  1. Vertical Asymptote: x - 1 = 0 → x = 1.
  2. Horizontal Asymptote: Degree of numerator (2) > degree of denominator (1), so no H.A.
  3. Slant Asymptote: Perform long division: (x² - 4) ÷ (x - 1) = x + 1 + (-3/(x-1)). The slant asymptote is the line y = x + 1.

Common Mistakes to Avoid

  • Confusing Holes with Asymptotes: A factor that cancels from both numerator and denominator creates a hole (point discontinuity), not a vertical asymptote.
  • Misidentifying Horizontal Asymptotes: A graph can cross a horizontal asymptote! H.A.s describe behavior as x → ±∞, not necessarily in the middle of the graph.
  • Forgetting to Simplify First: Always factor the numerator and denominator completely first to identify and cancel common factors.

Tips & Tricks

  • B.O.B.O. B.O.T.N. E.A.T.S. D.C. 🍔 A silly mnemonic for Horizontal Asymptotes: Bigger On Bottom = 0, Bigger On Top = None, Exponents Are The Same = Divide Coefficients.
  • Use a graphing calculator or online tool to visualize the function and its asymptotes. This provides an excellent check for your work.

How to Practice

Mastery comes from consistent practice. Try these:

  • Start with simple rational functions and gradually increase complexity (include polynomials that require long division).
  • For each problem, state all three types of asymptotes, even if the answer is "none."
  • Sketch the graph based on your asymptote findings to build intuition.
  • Look for real-world applications, like modeling the concentration of a drug in the bloodstream over time, which often involves horizontal asymptotes.

Practice problems

6 of the 100, worked through step by step — try them before opening the answer.

1 f(x) = (3x² - 2x + 1)/(x² - 4) = ?

Hint: For rational functions, compare degrees of numerator and denominator polynomials to determine horizontal asymptote behavior

Show the answer

Answer: y = 3

  1. Identify the degrees of the numerator and denominator. - The numerator is 3x² - 2x + 1. The highest power of x is 2, so the degree is 2. - The denominator is x² - 4. The highest power of x is also 2, so the degree is 2.
  2. Since the degrees of the numerator and denominator are equal, the horizontal asymptote is determined by the ratio of the leading coefficients. - The leading coefficient of the numerator is 3 (from the term 3x²). - The leading coefficient of the denominator is 1 (from the term x²).
  3. Calculate the ratio of the leading coefficients. - Ratio = (leading coefficient of numerator) / (leading coefficient of denominator) = 3 / 1 = 3.
  4. Therefore, the horizontal asymptote is the horizontal line y = 3. This means that as x approaches positive infinity or negative infinity, the value of the function f(x) approaches 3. ANSWER: y = 3

To find the horizontal asymptote of the rational function f(x) = (3x² - 2x + 1)/(x² - 4), we compare the degrees of the numerator and denominator and examine the leading coefficients.

2 lim(x→∞) (3x² + 2x - 1)/(x² - 4) = ?

Hint: For rational functions where the degrees of numerator and denominator are equal, the limit at infinity equals the ratio of leading coefficients.

Show the answer

Answer: 3

  1. Identify the highest power of x in the denominator** The denominator is x² - 4. The highest power of x is x². --- **
  2. Divide numerator and denominator by x²** This is the standard method for limits at infinity of rational functions. Numerator: (3x² + 2x - 1) / x² = 3 + 2/x - 1/x² Denominator: (x² - 4) / x² = 1 - 4/x² So the expression becomes: (3 + 2/x - 1/x²) / (1 - 4/x²) --- **
  3. Take the limit as x → ∞** As x → ∞: - 2/x → 0 - 1/x² → 0 - 4/x² → 0 So we get: (3 + 0 - 0) / (1 - 0) = 3 / 1 = 3 --- **
  4. Conclusion** The limit is 3. --- **Final Answer:** 3

Let's find the limit step by step. We are given: limit as x approaches infinity of (3x² + 2x - 1) / (x² - 4) --- **

3 lim(x→∞) (3x² - 2x + 5)/(x² + 4x - 1) = ?

Hint: For rational functions where numerator and denominator have the same highest degree, the horizontal asymptote is the ratio of the leading coefficients.

Show the answer

Answer: 3

  1. Identify the highest power of x in the denominator** The highest power of x in both numerator and denominator is x². --- **
  2. Divide numerator and denominator by x²** Numerator: (3x² - 2x + 5) / x² = 3x²/x² - 2x/x² + 5/x² = 3 - 2/x + 5/x² Denominator: (x² + 4x - 1) / x² = x²/x² + 4x/x² - 1/x² = 1 + 4/x - 1/x² So the expression becomes: [3 - 2/x + 5/x²] / [1 + 4/x - 1/x²] --- **
  3. Take the limit as x → ∞** As x → ∞: - 2/x → 0 - 5/x² → 0 - 4/x → 0 - 1/x² → 0 So the expression approaches: (3 - 0 + 0) / (1 + 0 - 0) = 3/1 = 3 --- **
  4. Conclusion** The limit is 3.

Let's find the limit step by step. We want: limit as x → ∞ of (3x² - 2x + 5) / (x² + 4x - 1) --- **

4 lim(x→∞) (3x² + 2x - 5)/(x² - 4x + 1) = ?

Hint: For rational functions where the degrees of numerator and denominator are equal, the horizontal asymptote is the ratio of the leading coefficients.

Show the answer

Answer: 3

  1. Identify the highest power of x in the denominator. Here, the highest power is x² in both numerator and denominator.
  2. Divide every term in the numerator and denominator by x². Numerator: 3x²/x² + 2x/x² - 5/x² = 3 + 2/x - 5/x² Denominator: x²/x² - 4x/x² + 1/x² = 1 - 4/x + 1/x² So the expression becomes: (3 + 2/x - 5/x²) / (1 - 4/x + 1/x²)
  3. Take the limit as x → ∞. As x → ∞, terms with 1/x or 1/x² go to 0. So: 2/x → 0 5/x² → 0 4/x → 0 1/x² → 0
  4. Substitute these limits into the expression: (3 + 0 - 0) / (1 - 0 + 0) = 3/1 = 3 Therefore, the limit is 3. Final answer: 3

Let's find the limit step by step. We are given: limit as x → ∞ of (3x² + 2x - 5) / (x² - 4x + 1)

5 lim_(x→∞) (3x² - 2x + 1)/(x² + 4x - 5) = ?

Hint: For rational functions where the degrees of numerator and denominator are equal, the limit at infinity equals the ratio of leading coefficients.

Show the answer

Answer: 3

  1. Identify the highest power of x in the denominator. The denominator is x² + 4x - 5. The highest power of x here is x².
  2. Divide every term in the numerator and denominator by x². This is the standard approach for limits at infinity of rational functions, because it helps us see which terms vanish as x becomes very large. Numerator: (3x² - 2x + 1) / x² = 3x²/x² - 2x/x² + 1/x² = 3 - 2/x + 1/x² Denominator: (x² + 4x - 5) / x² = x²/x² + 4x/x² - 5/x² = 1 + 4/x - 5/x² So the function becomes: (3 - 2/x + 1/x²) / (1 + 4/x - 5/x²)
  3. Analyze what happens to each term as x approaches infinity. As x → ∞: - 2/x → 0 - 1/x² → 0 - 4/x → 0 - 5/x² → 0
  4. Take the limit by substituting these values. The expression becomes: (3 - 0 + 0) / (1 + 0 - 0) = 3/1 = 3
  5. Final answer. Therefore, the limit is 3. Reasoning summary: For large x, the highest power terms dominate. The coefficients of these highest power terms (3 for numerator, 1 for denominator) determine the limit, which is 3/1 = 3. The lower degree terms become insignificant as x grows very large.

Let's find the limit as x approaches infinity of (3x² - 2x + 1)/(x² + 4x - 5).

6 lim(x→∞) (4x³ - 2x² + 5)/(3x³ + x - 7) = ?

Hint: For limits at infinity of rational functions, compare the degrees of the numerator and denominator polynomials and consider the leading coefficients.

Show the answer

Answer: 4/3

  1. Identify the degrees of the numerator and denominator. Both are degree 3 polynomials.
  2. For rational functions where the degrees are equal, the limit as x approaches infinity equals the ratio of the leading coefficients.
  3. The leading coefficient of the numerator is 4 (from 4x³).
  4. The leading coefficient of the denominator is 3 (from 3x³).
  5. The limit equals 4/3.

The answer is 4/3.

Practise this topic — 10 free problems, no signup →