College Algebra

Asymptote Analysis

Last updated: March 2026 · Advanced
Real-world applications
πŸ’Š
Nursing

Medication dosages, IV drip rates, vital monitoring

A rational function has the form f(x)=P(x)Q(x)f(x) = \frac{P(x)}{Q(x)} where PP and QQ are polynomials. Unlike polynomial functions, rational functions can have breaks, gaps, and lines they approach but never reach. Understanding these features β€” vertical asymptotes, horizontal asymptotes, and holes β€” is the key to analyzing rational function behavior.

Vertical Asymptotes

A vertical asymptote is a vertical line x=ax = a where the function values grow without bound as xx approaches aa. To find vertical asymptotes:

  1. Factor both the numerator and denominator completely
  2. Cancel any common factors (these create holes, not asymptotes)
  3. Set the remaining denominator equal to zero and solve

The zeros of the denominator that are not cancelled by the numerator produce vertical asymptotes.

Example 1: Find the vertical asymptotes of f(x)=x2βˆ’1x2βˆ’3x+2f(x) = \frac{x^2 - 1}{x^2 - 3x + 2}.

Factor both:

f(x)=(xβˆ’1)(x+1)(xβˆ’1)(xβˆ’2)f(x) = \frac{(x - 1)(x + 1)}{(x - 1)(x - 2)}

The factor (xβˆ’1)(x - 1) cancels, leaving:

f(x)=x+1xβˆ’2,xβ‰ 1f(x) = \frac{x + 1}{x - 2}, \quad x \neq 1

The remaining denominator is zero when x=2x = 2. So x=2x = 2 is a vertical asymptote. The point x=1x = 1 is a hole (discussed below), not a vertical asymptote.

Behavior Near Vertical Asymptotes

Near a vertical asymptote, the function goes to +∞+\infty or βˆ’βˆž-\infty on each side. Sign analysis determines which direction.

For f(x)=x+1xβˆ’2f(x) = \frac{x + 1}{x - 2} near x=2x = 2:

  • As xβ†’2βˆ’x \to 2^- (from the left): numerator β†’3\to 3 (positive), denominator β†’0βˆ’\to 0^- (small negative), so f(x)β†’βˆ’βˆžf(x) \to -\infty
  • As xβ†’2+x \to 2^+ (from the right): numerator β†’3\to 3 (positive), denominator β†’0+\to 0^+ (small positive), so f(x)β†’+∞f(x) \to +\infty

This tells you the graph drops to βˆ’βˆž-\infty on the left side of x=2x = 2 and rises to +∞+\infty on the right side.

Multiplicity Matters

If the remaining denominator factor has an even multiplicity, the function goes the same direction on both sides of the asymptote. If it has an odd multiplicity, the function goes opposite directions.

  • (xβˆ’2)1(x - 2)^1 in the denominator: odd multiplicity, so opposite signs on each side
  • (xβˆ’2)2(x - 2)^2 in the denominator: even multiplicity, so same sign on each side

Horizontal Asymptotes

A horizontal asymptote is a horizontal line y=Ly = L that the function approaches as xβ†’Β±βˆžx \to \pm\infty. The rule depends entirely on comparing the degree of the numerator (nn) to the degree of the denominator (mm):

DegreesHorizontal AsymptoteReason
n<mn < my=0y = 0Denominator grows faster
n=mn = my=anbmy = \frac{a_n}{b_m} (ratio of leading coefficients)Growth rates match
n>mn > mNoneNumerator dominates

Example 2: Find the horizontal asymptote of g(x)=3x2+5xβˆ’12x2βˆ’7g(x) = \frac{3x^2 + 5x - 1}{2x^2 - 7}.

Both numerator and denominator have degree 2, so n=mn = m. The leading coefficients are 3 and 2.

HorizontalΒ asymptote:Β y=32\text{Horizontal asymptote: } y = \frac{3}{2}

Example 3: Find the horizontal asymptote of h(x)=4x+1x3+2h(x) = \frac{4x + 1}{x^3 + 2}.

The numerator has degree 1, the denominator has degree 3. Since n<mn < m:

HorizontalΒ asymptote:Β y=0\text{Horizontal asymptote: } y = 0

Crossing a Horizontal Asymptote

Unlike vertical asymptotes, a function can cross its horizontal asymptote. The horizontal asymptote describes end behavior β€” what happens far out on the xx-axis β€” but in the middle of the graph, the function may cross the line y=Ly = L.

To find where f(x)f(x) crosses its horizontal asymptote y=Ly = L, solve f(x)=Lf(x) = L.

Example: For f(x)=2x2+xx2+1f(x) = \frac{2x^2 + x}{x^2 + 1} the horizontal asymptote is y=2y = 2. Setting f(x)=2f(x) = 2:

2x2+xx2+1=2β€…β€ŠβŸΉβ€…β€Š2x2+x=2x2+2β€…β€ŠβŸΉβ€…β€Šx=2\frac{2x^2 + x}{x^2 + 1} = 2 \implies 2x^2 + x = 2x^2 + 2 \implies x = 2

So the function crosses its horizontal asymptote at x=2x = 2.

Holes (Removable Discontinuities)

A hole occurs at x=ax = a when both the numerator and denominator have (xβˆ’a)(x - a) as a factor. After cancellation, the function is defined everywhere except x=ax = a, but the graph has a missing point.

To find the yy-coordinate of a hole, substitute x=ax = a into the simplified (cancelled) function.

Example 4: Find the hole in f(x)=x2βˆ’1x2βˆ’3x+2f(x) = \frac{x^2 - 1}{x^2 - 3x + 2} (from Example 1).

We found the common factor (xβˆ’1)(x - 1), giving a hole at x=1x = 1. Substituting into the simplified form:

f(x)=x+1xβˆ’2β€…β€ŠβŸΉβ€…β€Šf(1)=1+11βˆ’2=2βˆ’1=βˆ’2f(x) = \frac{x + 1}{x - 2} \implies f(1) = \frac{1 + 1}{1 - 2} = \frac{2}{-1} = -2

The hole is at the point (1,βˆ’2)(1, -2).

Complete Asymptote Analysis Strategy

For any rational function f(x)=P(x)Q(x)f(x) = \frac{P(x)}{Q(x)}:

  1. Factor numerator and denominator completely
  2. Identify common factors β€” each gives a hole; find the yy-value from the simplified function
  3. Cancel common factors to get the simplified form
  4. Vertical asymptotes: set the remaining denominator to zero
  5. Horizontal asymptote: compare degrees (nn vs mm)
  6. Sign analysis: test a value on each side of every vertical asymptote to determine up/down behavior

Example 5 (Complete Analysis): Analyze f(x)=2x2βˆ’2x3βˆ’x2βˆ’2xf(x) = \frac{2x^2 - 2}{x^3 - x^2 - 2x}.

Step 1 β€” Factor:

f(x)=2(x2βˆ’1)x(x2βˆ’xβˆ’2)=2(xβˆ’1)(x+1)x(xβˆ’2)(x+1)f(x) = \frac{2(x^2 - 1)}{x(x^2 - x - 2)} = \frac{2(x - 1)(x + 1)}{x(x - 2)(x + 1)}

Step 2 β€” Common factors: (x+1)(x + 1) cancels. Hole at x=βˆ’1x = -1.

Hole yy-value: 2(βˆ’1βˆ’1)(βˆ’1)(βˆ’1βˆ’2)=2(βˆ’2)(βˆ’1)(βˆ’3)=βˆ’43\frac{2(-1 - 1)}{(-1)(-1 - 2)} = \frac{2(-2)}{(-1)(-3)} = \frac{-4}{3}

Hole: (βˆ’1,βˆ’43)(-1, -\frac{4}{3})

Step 3 β€” Simplified form:

f(x)=2(xβˆ’1)x(xβˆ’2),xβ‰ βˆ’1f(x) = \frac{2(x - 1)}{x(x - 2)}, \quad x \neq -1

Step 4 β€” Vertical asymptotes: x=0x = 0 and x=2x = 2

Step 5 β€” Horizontal asymptote: Original numerator degree 2, denominator degree 3. Since n<mn < m, horizontal asymptote is y=0y = 0.

Step 6 β€” Sign analysis near x=0x = 0:

  • xβ†’0βˆ’x \to 0^-: numerator β‰ˆ2(βˆ’1)=βˆ’2\approx 2(-1) = -2, denominator β‰ˆ(0βˆ’)(0βˆ’βˆ’2)=(0βˆ’)(βˆ’2)=0+\approx (0^-)(0^- - 2) = (0^-)(-2) = 0^+, so f(x)β†’βˆ’βˆžf(x) \to -\infty
  • xβ†’0+x \to 0^+: numerator β‰ˆβˆ’2\approx -2, denominator β‰ˆ(0+)(βˆ’2)=0βˆ’\approx (0^+)(-2) = 0^-, so f(x)β†’+∞f(x) \to +\infty

Real-World Application: Drug Concentration

In pharmacology, a drug’s concentration in the bloodstream is often modeled by a rational function. For example:

C(t)=50tt2+4C(t) = \frac{50t}{t^2 + 4}

where CC is the concentration in mg/L and tt is time in hours after administration.

  • Horizontal asymptote: Degree of numerator (1) is less than degree of denominator (2), so y=0y = 0. This means the drug concentration approaches zero as time increases β€” the body metabolizes the drug.
  • No vertical asymptotes: t2+4=0t^2 + 4 = 0 has no real solutions, so the concentration is defined for all tβ‰₯0t \geq 0.
  • Peak concentration: Occurs at t=2t = 2 hours (found by calculus or by testing values), where C(2)=1008=12.5C(2) = \frac{100}{8} = 12.5 mg/L.

This type of model helps nurses and pharmacists determine dosing schedules.

Rational Function with Vertical Asymptote, Horizontal Asymptote, and Hole

1234-1-2-3123-1-2x = 0x = 2y = 0hole

Practice Problems

Test your understanding with these problems. Click to reveal each answer.

Problem 1: Find all asymptotes and holes of f(x)=x2βˆ’4x2βˆ’xβˆ’2f(x) = \frac{x^2 - 4}{x^2 - x - 2}.

Factor: f(x)=(xβˆ’2)(x+2)(xβˆ’2)(x+1)f(x) = \frac{(x-2)(x+2)}{(x-2)(x+1)}

Common factor (xβˆ’2)(x - 2): hole at x=2x = 2. The yy-value is 2+22+1=43\frac{2+2}{2+1} = \frac{4}{3}. Hole at (2,43)(2, \frac{4}{3}).

Simplified: f(x)=x+2x+1f(x) = \frac{x+2}{x+1}

Vertical asymptote: x=βˆ’1x = -1

Horizontal asymptote: Degrees equal, leading coefficients both 1, so y=1y = 1.

Answer: Vertical asymptote x=βˆ’1x = -1, horizontal asymptote y=1y = 1, hole at (2,43)(2, \frac{4}{3}).

Problem 2: Find the horizontal asymptote of g(x)=5x3+2x3x3βˆ’x2+1g(x) = \frac{5x^3 + 2x}{3x^3 - x^2 + 1}.

Both numerator and denominator have degree 3. The leading coefficients are 5 and 3.

y=53y = \frac{5}{3}

Answer: The horizontal asymptote is y=53y = \frac{5}{3}.

Problem 3: Does h(x)=x+3x2+9h(x) = \frac{x + 3}{x^2 + 9} have any vertical asymptotes?

Set the denominator to zero: x2+9=0β€…β€ŠβŸΉβ€…β€Šx2=βˆ’9x^2 + 9 = 0 \implies x^2 = -9.

This has no real solutions (the sum of a square and 9 is always positive).

Answer: No vertical asymptotes. The function is defined for all real numbers.

Problem 4: For f(x)=3x(xβˆ’1)2f(x) = \frac{3x}{(x-1)^2}, determine the behavior on both sides of the vertical asymptote.

Vertical asymptote at x=1x = 1. The denominator has even multiplicity (2).

  • As xβ†’1βˆ’x \to 1^-: numerator β†’3\to 3 (positive), denominator β†’0+\to 0^+ (small positive, since squaring gives positive), so f(x)β†’+∞f(x) \to +\infty
  • As xβ†’1+x \to 1^+: numerator β†’3\to 3 (positive), denominator β†’0+\to 0^+ (still positive), so f(x)β†’+∞f(x) \to +\infty

Answer: The function goes to +∞+\infty on both sides of x=1x = 1 because the denominator has even multiplicity.

Problem 5: A pollutant concentration in a lake is modeled by C(t)=200tt2+25C(t) = \frac{200t}{t^2 + 25} (ppm), where tt is years after a spill. What happens to the concentration over time? When is it highest?

Long-term behavior: Degree of numerator (1) is less than degree of denominator (2), so the horizontal asymptote is y=0y = 0. The concentration approaches 0 ppm β€” the lake cleans itself.

Peak concentration: Test t=5t = 5: C(5)=100050=20C(5) = \frac{1000}{50} = 20 ppm. Testing nearby values confirms this is the maximum (by symmetry of t2+25t^2 + 25 about the critical point).

Answer: The concentration peaks at 20 ppm after 5 years, then gradually declines to 0.

Key Takeaways

  • Vertical asymptotes occur at zeros of the denominator after cancelling common factors with the numerator
  • Horizontal asymptotes depend on comparing degrees: n<mn < m gives y=0y = 0, n=mn = m gives y=anbmy = \frac{a_n}{b_m}, and n>mn > m gives no horizontal asymptote
  • Holes occur where a factor cancels between numerator and denominator β€” find the yy-value by substituting into the simplified form
  • The multiplicity of a denominator factor determines whether the function goes in the same or opposite directions on each side of the asymptote
  • Functions can cross horizontal asymptotes in their interior β€” the asymptote only describes end behavior

Return to College Algebra for more topics in this section.

Last updated: March 29, 2026