• Nakafa

    Nakafa

    Learn free and with quality.
Subject
    • Grade 10
    • Grade 11
    • Grade 12
Exercises
Holy
  • Quran
Articles
  • Politics
  • Community
  • About

Command Palette

Search for a command to run...

Functions and Their Modeling

Asymptote

What is an Asymptote?

Have you ever noticed a function graph that approaches a line but never touches it? Well, that line is called an asymptote!

An asymptote is a straight line that is approached by a function graph when its variable value approaches infinity or approaches a certain value. Imagine like you're walking towards a wall but never actually touching it, that's the concept of an asymptote.

Types of Asymptotes

There are three types of asymptotes you need to know:

Vertical Asymptote

A vertical asymptote is a vertical line that the graph approaches when the function value approaches positive or negative infinity.

Definition: The line x=ax = ax=a is a vertical asymptote if:

  • When xxx approaches aaa from the left, f(x)→±∞f(x) \to \pm\inftyf(x)→±∞
  • When xxx approaches aaa from the right, f(x)→±∞f(x) \to \pm\inftyf(x)→±∞

How to find: For rational functions, vertical asymptotes occur when denominator = 0 (and numerator ≠ 0), or when Q(x)=0Q(x) = 0Q(x)=0 and P(x)≠0P(x) \neq 0P(x)=0.

Horizontal Asymptote

A horizontal asymptote is a horizontal line that the graph approaches when xxx approaches positive or negative infinity.

Definition: The line y=by = by=b is a horizontal asymptote if:

  • lim⁡x→∞f(x)=b\lim_{x \to \infty} f(x) = blimx→∞​f(x)=b
  • lim⁡x→−∞f(x)=b\lim_{x \to -\infty} f(x) = blimx→−∞​f(x)=b

Oblique Asymptote (Oblique)

An oblique asymptote is a slanted line that the graph approaches when xxx approaches infinity.

Definition: The line y=mx+cy = mx + cy=mx+c is an oblique asymptote if:

lim⁡x→±∞[f(x)−(mx+c)]=0\lim_{x \to \pm\infty} [f(x) - (mx + c)] = 0x→±∞lim​[f(x)−(mx+c)]=0

Asymptotes in Rational Functions

Let's focus on rational functions f(x)=P(x)Q(x)f(x) = \frac{P(x)}{Q(x)}f(x)=Q(x)P(x)​ where P(x)P(x)P(x) and Q(x)Q(x)Q(x) are polynomials.

Finding Vertical Asymptotes

Steps:

  1. Find the value of xxx that makes Q(x)=0Q(x) = 0Q(x)=0
  2. Check if P(x)≠0P(x) \neq 0P(x)=0 at that value
  3. If yes, then there is a vertical asymptote at x=ax = ax=a

Example: Determine the vertical asymptote of f(x)=x+3x−2f(x) = \frac{x + 3}{x - 2}f(x)=x−2x+3​

Solution:

  • Denominator is zero when: x−2=0x - 2 = 0x−2=0, so x=2x = 2x=2
  • When x=2x = 2x=2, numerator = 2+3=5≠02 + 3 = 5 \neq 02+3=5=0
  • Therefore, vertical asymptote: x=2x = 2x=2

Let's look at the function behavior around the vertical asymptote:

xxxf(x)=x+3x−2f(x) = \frac{x + 3}{x - 2}f(x)=x−2x+3​Description
1.91.91.91.9+31.9−2=4.9−0.1=−49\frac{1.9 + 3}{1.9 - 2} = \frac{4.9}{-0.1} = -491.9−21.9+3​=−0.14.9​=−49Approaches −∞-\infty−∞
1.991.991.994.99−0.01=−499\frac{4.99}{-0.01} = -499−0.014.99​=−499Getting more negative
2.012.012.015.010.01=501\frac{5.01}{0.01} = 5010.015.01​=501Approaches +∞+\infty+∞
2.12.12.15.10.1=51\frac{5.1}{0.1} = 510.15.1​=51Getting more positive
Graph of f(x)=x+3x−2f(x) = \frac{x + 3}{x - 2}f(x)=x−2x+3​ with Vertical Asymptote
Notice how the graph approaches the vertical line x=2x = 2x=2 without ever touching it.

Finding Horizontal Asymptotes

Rules for rational functions:

Let the degree of numerator = mmm and degree of denominator = nnn

  1. If m<nm < nm<n: Horizontal asymptote is y=0y = 0y=0
  2. If m=nm = nm=n: Horizontal asymptote is y=aby = \frac{a}{b}y=ba​ (ratio of leading coefficients)
  3. If m>nm > nm>n: No horizontal asymptote (but there might be an oblique asymptote)

Example: Determine the horizontal asymptote of:

  1. f(x)=2x+1x2−4f(x) = \frac{2x + 1}{x^2 - 4}f(x)=x2−42x+1​

    Solution:

    • Degree of numerator = 1, degree of denominator = 2
    • Since 1 < 2, horizontal asymptote: y=0y = 0y=0
  2. g(x)=3x2−12x2+5g(x) = \frac{3x^2 - 1}{2x^2 + 5}g(x)=2x2+53x2−1​

    Solution:

    • Degree of numerator = 2, degree of denominator = 2
    • Since degrees are equal, horizontal asymptote: y=32y = \frac{3}{2}y=23​

Let's see how the function approaches the horizontal asymptote:

xxxg(x)=3x2−12x2+5g(x) = \frac{3x^2 - 1}{2x^2 + 5}g(x)=2x2+53x2−1​Approaches
1010103(100)−12(100)+5=299205≈1.459\frac{3(100) - 1}{2(100) + 5} = \frac{299}{205} \approx 1.4592(100)+53(100)−1​=205299​≈1.4591.51.51.5
1001001002999920005≈1.4997\frac{29999}{20005} \approx 1.49972000529999​≈1.49971.51.51.5
10001000100029999992000005≈1.49997\frac{2999999}{2000005} \approx 1.4999720000052999999​≈1.499971.51.51.5
Graph of g(x)=3x2−12x2+5g(x) = \frac{3x^2 - 1}{2x^2 + 5}g(x)=2x2+53x2−1​ with Horizontal Asymptote
The graph approaches y=1.5y = 1.5y=1.5 when x→±∞x \to \pm\inftyx→±∞.

Finding Oblique Asymptotes

Oblique asymptotes appear when the degree of numerator = degree of denominator + 1.

How to find: Perform polynomial division.

Example: Determine the oblique asymptote of f(x)=x2+2x−1x−1f(x) = \frac{x^2 + 2x - 1}{x - 1}f(x)=x−1x2+2x−1​

Solution: Using polynomial division:

f(x)=x2+2x−1x−1=x+3+2x−1f(x) = \frac{x^2 + 2x - 1}{x - 1} = x + 3 + \frac{2}{x - 1}f(x)=x−1x2+2x−1​=x+3+x−12​

When x→±∞x \to \pm\inftyx→±∞, the term 2x−1→0\frac{2}{x - 1} \to 0x−12​→0

Therefore, oblique asymptote: y=x+3y = x + 3y=x+3

Graph of f(x)=x2+2x−1x−1f(x) = \frac{x^2 + 2x - 1}{x - 1}f(x)=x−1x2+2x−1​ with Oblique Asymptote
The graph approaches the line y=x+3y = x + 3y=x+3 when x→±∞x \to \pm\inftyx→±∞.

Drawing Graphs with Asymptotes

Asymptotes are very helpful in drawing function graphs. Here are the steps:

  1. Determine all asymptotes (vertical, horizontal, or oblique)
  2. Draw asymptotes with dashed lines
  3. Find intercepts with the axes
  4. Determine some additional points
  5. Draw the curve that approaches the asymptotes

Complete Example: Draw the graph of f(x)=x+1x−2f(x) = \frac{x + 1}{x - 2}f(x)=x−2x+1​

Step 1: Find asymptotes

  • Vertical asymptote: x=2x = 2x=2 (denominator = 0)
  • Horizontal asymptote: y=1y = 1y=1 (same degree, coefficient ratio = 1/1)

Step 2: Intercepts

  • y-axis: f(0)=0+10−2=−12f(0) = \frac{0 + 1}{0 - 2} = -\frac{1}{2}f(0)=0−20+1​=−21​
  • x-axis: 0=x+1x−20 = \frac{x + 1}{x - 2}0=x−2x+1​, so x=−1x = -1x=−1

Step 3: Behavior around asymptotes

  • When x→2−x \to 2^-x→2−: f(x)→−∞f(x) \to -\inftyf(x)→−∞
  • When x→2+x \to 2^+x→2+: f(x)→+∞f(x) \to +\inftyf(x)→+∞
  • When x→±∞x \to \pm\inftyx→±∞: f(x)→1f(x) \to 1f(x)→1

Step 4: Value table to help with drawing

xxxf(x)=x+1x−2f(x) = \frac{x + 1}{x - 2}f(x)=x−2x+1​Description
−3-3−3−3+1−3−2=−2−5=0.4\frac{-3 + 1}{-3 - 2} = \frac{-2}{-5} = 0.4−3−2−3+1​=−5−2​=0.4Point in quadrant I
−1-1−1−1+1−1−2=0−3=0\frac{-1 + 1}{-1 - 2} = \frac{0}{-3} = 0−1−2−1+1​=−30​=0x-axis intercept
0000+10−2=1−2=−0.5\frac{0 + 1}{0 - 2} = \frac{1}{-2} = -0.50−20+1​=−21​=−0.5y-axis intercept
1111+11−2=2−1=−2\frac{1 + 1}{1 - 2} = \frac{2}{-1} = -21−21+1​=−12​=−2Approaching vertical asymptote
3333+13−2=41=4\frac{3 + 1}{3 - 2} = \frac{4}{1} = 43−23+1​=14​=4Right of asymptote
5555+15−2=63=2\frac{5 + 1}{5 - 2} = \frac{6}{3} = 25−25+1​=36​=2Approaching horizontal asymptote
Complete Graph of f(x)=x+1x−2f(x) = \frac{x + 1}{x - 2}f(x)=x−2x+1​
Graph with vertical asymptote x=2x = 2x=2 and horizontal asymptote y=1y = 1y=1.

Practice Problems

  1. Determine all asymptotes of f(x)=2x2−3x+1x−3f(x) = \frac{2x^2 - 3x + 1}{x - 3}f(x)=x−32x2−3x+1​

  2. Determine the asymptotes of g(x)=x2−4x2−9g(x) = \frac{x^2 - 4}{x^2 - 9}g(x)=x2−9x2−4​

  3. The average cost function of a product is C(x)=500+3xxC(x) = \frac{500 + 3x}{x}C(x)=x500+3x​. Determine the minimum cost per unit that can be achieved.

  4. Draw a sketch of the graph h(x)=xx2−1h(x) = \frac{x}{x^2 - 1}h(x)=x2−1x​ complete with its asymptotes.

Answer Key

Answer 1:

  • Degree of numerator (2) = degree of denominator (1) + 1
  • There is an oblique asymptote. By division: f(x)=2x+3+10x−3f(x) = 2x + 3 + \frac{10}{x - 3}f(x)=2x+3+x−310​
  • Vertical asymptote: x=3x = 3x=3
  • Oblique asymptote: y=2x+3y = 2x + 3y=2x+3

Answer 2:

  • Vertical asymptote: x2−9=0x^2 - 9 = 0x2−9=0, so x=3x = 3x=3 and x=−3x = -3x=−3
  • But when x=2x = 2x=2, numerator = 0, so x=2x = 2x=2 is not an asymptote
  • When x=−2x = -2x=−2, numerator = 0, so x=−2x = -2x=−2 is not an asymptote
  • Horizontal asymptote: y=1y = 1y=1 (same degree, ratio = 1/1)

Answer 3:

C(x)=500+3xx=500x+3C(x) = \frac{500 + 3x}{x} = \frac{500}{x} + 3C(x)=x500+3x​=x500​+3

When x→∞x \to \inftyx→∞, 500x→0\frac{500}{x} \to 0x500​→0 So minimum cost per unit = 3

Answer 4:

  • Vertical asymptotes: x=1x = 1x=1 and x=−1x = -1x=−1
  • Horizontal asymptote: y=0y = 0y=0 (degree of numerator < degree of denominator)
  • The graph has three separate parts due to two vertical asymptotes

Value table for h(x)=xx2−1h(x) = \frac{x}{x^2 - 1}h(x)=x2−1x​:

xxxh(x)h(x)h(x)Description
−2-2−2−24−1=−23\frac{-2}{4-1} = -\frac{2}{3}4−1−2​=−32​Left part
−0.5-0.5−0.5−0.50.25−1=23\frac{-0.5}{0.25-1} = \frac{2}{3}0.25−1−0.5​=32​Middle part
00000−1=0\frac{0}{0-1} = 00−10​=0Intercept
0.50.50.50.50.25−1=−23\frac{0.5}{0.25-1} = -\frac{2}{3}0.25−10.5​=−32​Middle part
22224−1=23\frac{2}{4-1} = \frac{2}{3}4−12​=32​Right part
Graph of h(x)=xx2−1h(x) = \frac{x}{x^2 - 1}h(x)=x2−1x​ with Two Vertical Asymptotes
Graph with vertical asymptotes at x=−1x = -1x=−1 and x=1x = 1x=1, and horizontal asymptote y=0y = 0y=0.
Previous

Rational Function

Next

Square Root Function

  • AsymptoteDiscover vertical, horizontal, and oblique asymptotes with step-by-step examples and interactive visualizations. Master rational function graphing techniques.
On this page
  • What is an Asymptote?
  • Types of Asymptotes
    • Vertical Asymptote
    • Horizontal Asymptote
    • Oblique Asymptote (Oblique)
  • Asymptotes in Rational Functions
    • Finding Vertical Asymptotes
    • Finding Horizontal Asymptotes
    • Finding Oblique Asymptotes
  • Drawing Graphs with Asymptotes
  • Practice Problems
    • Answer Key
  • Comments
  • Report
  • Source code