Source codeVideos

Command Palette

Search for a command to run...

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 = a is a vertical asymptote if:

  • When xx approaches aa from the left, f(x)±f(x) \to \pm\infty
  • When xx approaches aa from the right, f(x)±f(x) \to \pm\infty

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

Horizontal Asymptote

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

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

  • limxf(x)=b\lim_{x \to \infty} f(x) = b
  • limxf(x)=b\lim_{x \to -\infty} f(x) = b

Oblique Asymptote (Oblique)

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

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

limx±[f(x)(mx+c)]=0\lim_{x \to \pm\infty} [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)} where P(x)P(x) and Q(x)Q(x) are polynomials.

Finding Vertical Asymptotes

Steps:

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

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

Solution:

  • Denominator is zero when: x2=0x - 2 = 0, so x=2x = 2
  • When x=2x = 2, numerator = 2+3=502 + 3 = 5 \neq 0
  • Therefore, vertical asymptote: x=2x = 2

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

xxf(x)=x+3x2f(x) = \frac{x + 3}{x - 2}Description
1.91.91.9+31.92=4.90.1=49\frac{1.9 + 3}{1.9 - 2} = \frac{4.9}{-0.1} = -49Approaches -\infty
1.991.994.990.01=499\frac{4.99}{-0.01} = -499Getting more negative
2.012.015.010.01=501\frac{5.01}{0.01} = 501Approaches ++\infty
2.12.15.10.1=51\frac{5.1}{0.1} = 51Getting more positive
Graph of f(x)=x+3x2f(x) = \frac{x + 3}{x - 2} with Vertical Asymptote
Notice how the graph approaches the vertical line x=2x = 2 without ever touching it.

Finding Horizontal Asymptotes

Rules for rational functions:

Let the degree of numerator = mm and degree of denominator = nn

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

Example: Determine the horizontal asymptote of:

  1. f(x)=2x+1x24f(x) = \frac{2x + 1}{x^2 - 4}

    Solution:

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

    Solution:

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

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

xxg(x)=3x212x2+5g(x) = \frac{3x^2 - 1}{2x^2 + 5}Approaches
10103(100)12(100)+5=2992051.459\frac{3(100) - 1}{2(100) + 5} = \frac{299}{205} \approx 1.4591.51.5
10010029999200051.4997\frac{29999}{20005} \approx 1.49971.51.5
10001000299999920000051.49997\frac{2999999}{2000005} \approx 1.499971.51.5
Graph of g(x)=3x212x2+5g(x) = \frac{3x^2 - 1}{2x^2 + 5} with Horizontal Asymptote
The graph approaches y=1.5y = 1.5 when x±x \to \pm\infty.

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+2x1x1f(x) = \frac{x^2 + 2x - 1}{x - 1}

Solution: Using polynomial division:

f(x)=x2+2x1x1=x+3+2x1f(x) = \frac{x^2 + 2x - 1}{x - 1} = x + 3 + \frac{2}{x - 1}

When x±x \to \pm\infty, the term 2x10\frac{2}{x - 1} \to 0

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

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

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+1x2f(x) = \frac{x + 1}{x - 2}

Step 1: Find asymptotes

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

Step 2: Intercepts

  • y-axis: f(0)=0+102=12f(0) = \frac{0 + 1}{0 - 2} = -\frac{1}{2}
  • x-axis: 0=x+1x20 = \frac{x + 1}{x - 2}, so x=1x = -1

Step 3: Behavior around asymptotes

  • When x2x \to 2^-: f(x)f(x) \to -\infty
  • When x2+x \to 2^+: f(x)+f(x) \to +\infty
  • When x±x \to \pm\infty: f(x)1f(x) \to 1

Step 4: Value table to help with drawing

xxf(x)=x+1x2f(x) = \frac{x + 1}{x - 2}Description
3-33+132=25=0.4\frac{-3 + 1}{-3 - 2} = \frac{-2}{-5} = 0.4Point in quadrant I
1-11+112=03=0\frac{-1 + 1}{-1 - 2} = \frac{0}{-3} = 0x-axis intercept
000+102=12=0.5\frac{0 + 1}{0 - 2} = \frac{1}{-2} = -0.5y-axis intercept
111+112=21=2\frac{1 + 1}{1 - 2} = \frac{2}{-1} = -2Approaching vertical asymptote
333+132=41=4\frac{3 + 1}{3 - 2} = \frac{4}{1} = 4Right of asymptote
555+152=63=2\frac{5 + 1}{5 - 2} = \frac{6}{3} = 2Approaching horizontal asymptote
Complete Graph of f(x)=x+1x2f(x) = \frac{x + 1}{x - 2}
Graph with vertical asymptote x=2x = 2 and horizontal asymptote y=1y = 1.

Practice Problems

  1. Determine all asymptotes of f(x)=2x23x+1x3f(x) = \frac{2x^2 - 3x + 1}{x - 3}

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

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

  4. Draw a sketch of the graph h(x)=xx21h(x) = \frac{x}{x^2 - 1} 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+10x3f(x) = 2x + 3 + \frac{10}{x - 3}
  • Vertical asymptote: x=3x = 3
  • Oblique asymptote: y=2x+3y = 2x + 3

Answer 2:

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

Answer 3:

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

When xx \to \infty, 500x0\frac{500}{x} \to 0 So minimum cost per unit = 3

Answer 4:

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

Value table for h(x)=xx21h(x) = \frac{x}{x^2 - 1}:

xxh(x)h(x)Description
2-2241=23\frac{-2}{4-1} = -\frac{2}{3}Left part
0.5-0.50.50.251=23\frac{-0.5}{0.25-1} = \frac{2}{3}Middle part
00001=0\frac{0}{0-1} = 0Intercept
0.50.50.50.251=23\frac{0.5}{0.25-1} = -\frac{2}{3}Middle part
22241=23\frac{2}{4-1} = \frac{2}{3}Right part
Graph of h(x)=xx21h(x) = \frac{x}{x^2 - 1} with Two Vertical Asymptotes
Graph with vertical asymptotes at x=1x = -1 and x=1x = 1, and horizontal asymptote y=0y = 0.