College Algebra

Oblique (Slant) Asymptotes

Last updated: March 2026 · Advanced
Before you start

You should be comfortable with:

In Asymptote Analysis, you learned the degree-comparison rule for horizontal asymptotes: when the numerator degree equals the denominator degree, you get a horizontal line, and when the numerator degree is less, you get y=0y = 0. But what happens when the numerator has a higher degree than the denominator?

When the degree of the numerator is exactly one more than the degree of the denominator, the rational function has an oblique (slant) asymptote — a diagonal line that the graph approaches as x±x \to \pm\infty.

When Oblique Asymptotes Occur

The classification of end behavior for f(x)=P(x)Q(x)f(x) = \frac{P(x)}{Q(x)} is:

Degree of PP vs Degree of QQEnd Behavior
deg(P)<deg(Q)\deg(P) < \deg(Q)Horizontal asymptote y=0y = 0
deg(P)=deg(Q)\deg(P) = \deg(Q)Horizontal asymptote y=anbmy = \frac{a_n}{b_m}
deg(P)=deg(Q)+1\deg(P) = \deg(Q) + 1Oblique asymptote y=mx+by = mx + b
deg(P)>deg(Q)+1\deg(P) > \deg(Q) + 1No linear asymptote (curved end behavior)

The key condition is that the numerator degree exceeds the denominator degree by exactly 1. If it exceeds by 2 or more, the end behavior is parabolic or higher-degree, not linear.

Finding the Oblique Asymptote

The method is straightforward: perform polynomial long division. The quotient (ignoring the remainder) is the oblique asymptote.

If f(x)=P(x)Q(x)f(x) = \frac{P(x)}{Q(x)}, then long division gives:

f(x)=(mx+b)quotient+R(x)Q(x)f(x) = \underbrace{(mx + b)}_{\text{quotient}} + \frac{R(x)}{Q(x)}

As x±x \to \pm\infty, the remainder fraction R(x)Q(x)0\frac{R(x)}{Q(x)} \to 0 (because deg(R)<deg(Q)\deg(R) < \deg(Q)). So the function approaches the line y=mx+by = mx + b.

Example 1: Basic Oblique Asymptote

Find the oblique asymptote of f(x)=x2+3x+5x+1f(x) = \frac{x^2 + 3x + 5}{x + 1}.

Numerator degree: 2. Denominator degree: 1. Difference: 1. So an oblique asymptote exists.

Perform long division:

x2+3x+5÷(x+1)x^2 + 3x + 5 \div (x + 1)

Step 1: x2÷x=xx^2 \div x = x. Multiply: x(x+1)=x2+xx(x + 1) = x^2 + x. Subtract: (x2+3x+5)(x2+x)=2x+5(x^2 + 3x + 5) - (x^2 + x) = 2x + 5.

Step 2: 2x÷x=22x \div x = 2. Multiply: 2(x+1)=2x+22(x + 1) = 2x + 2. Subtract: (2x+5)(2x+2)=3(2x + 5) - (2x + 2) = 3.

So:

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

As x±x \to \pm\infty, 3x+10\frac{3}{x + 1} \to 0, so the oblique asymptote is:

y=x+2y = x + 2

Example 2: Positive Slope

Find the oblique asymptote of g(x)=2x2x+4x3g(x) = \frac{2x^2 - x + 4}{x - 3}.

Divide 2x2x+42x^2 - x + 4 by x3x - 3:

Step 1: 2x2÷x=2x2x^2 \div x = 2x. Multiply: 2x(x3)=2x26x2x(x - 3) = 2x^2 - 6x. Subtract: (2x2x+4)(2x26x)=5x+4(2x^2 - x + 4) - (2x^2 - 6x) = 5x + 4.

Step 2: 5x÷x=55x \div x = 5. Multiply: 5(x3)=5x155(x - 3) = 5x - 15. Subtract: (5x+4)(5x15)=19(5x + 4) - (5x - 15) = 19.

So:

g(x)=2x+5+19x3g(x) = 2x + 5 + \frac{19}{x - 3}

The oblique asymptote is y=2x+5y = 2x + 5.

Example 3: Higher-Degree Numerator

Find the oblique asymptote of h(x)=x3xx2+2h(x) = \frac{x^3 - x}{x^2 + 2}.

Numerator degree: 3. Denominator degree: 2. Difference: 1. Oblique asymptote exists.

Divide x3xx^3 - x by x2+2x^2 + 2:

Step 1: x3÷x2=xx^3 \div x^2 = x. Multiply: x(x2+2)=x3+2xx(x^2 + 2) = x^3 + 2x. Subtract: (x3x)(x3+2x)=3x(x^3 - x) - (x^3 + 2x) = -3x.

The remainder 3x-3x has degree 1, which is less than the divisor’s degree 2, so we stop.

h(x)=x+3xx2+2h(x) = x + \frac{-3x}{x^2 + 2}

The oblique asymptote is y=xy = x.

Behavior Near the Oblique Asymptote

The remainder term R(x)Q(x)\frac{R(x)}{Q(x)} tells you whether the curve is above or below the asymptote:

  • If R(x)Q(x)>0\frac{R(x)}{Q(x)} > 0, the curve is above the asymptote
  • If R(x)Q(x)<0\frac{R(x)}{Q(x)} < 0, the curve is below the asymptote

For Example 1, the remainder is 3x+1\frac{3}{x+1}:

  • When x>1x > -1 (so x+1>0x + 1 > 0): remainder is positive, curve is above the line y=x+2y = x + 2
  • When x<1x < -1 (so x+1<0x + 1 < 0): remainder is negative, curve is below the line y=x+2y = x + 2

This means the curve approaches the oblique asymptote from above on the right and from below on the left.

Can the Function Cross Its Oblique Asymptote?

Yes. Set f(x)=mx+bf(x) = mx + b (the asymptote equation), which means R(x)Q(x)=0\frac{R(x)}{Q(x)} = 0, so R(x)=0R(x) = 0. If the remainder polynomial has a real root, the function crosses its oblique asymptote there.

Combining with Vertical Asymptotes

A rational function can have both an oblique asymptote and vertical asymptotes. You analyze them separately:

Example 4 (Complete Analysis): Analyze f(x)=x24x1f(x) = \frac{x^2 - 4}{x - 1}.

Vertical asymptote: x1=0x - 1 = 0, so x=1x = 1 (no common factor to cancel).

Oblique asymptote: Degree 2 over degree 1. Divide:

x24÷(x1)x^2 - 4 \div (x - 1):

Step 1: x2÷x=xx^2 \div x = x. Multiply: x2xx^2 - x. Subtract: x4x - 4.

Step 2: x÷x=1x \div x = 1. Multiply: x1x - 1. Subtract: 3-3.

f(x)=x+1+3x1f(x) = x + 1 + \frac{-3}{x - 1}

Oblique asymptote: y=x+1y = x + 1

Intercepts:

  • xx-intercepts: x24=0    x=±2x^2 - 4 = 0 \implies x = \pm 2
  • yy-intercept: f(0)=41=4f(0) = \frac{-4}{-1} = 4

Sign analysis near x=1x = 1:

  • x1x \to 1^-: numerator 3\to -3, denominator 0\to 0^-, so f(x)+f(x) \to +\infty
  • x1+x \to 1^+: numerator 3\to -3, denominator 0+\to 0^+, so f(x)f(x) \to -\infty

Real-World Application: Average Cost in Manufacturing

In manufacturing, the total cost to produce xx items is often modeled as:

C(x)=5000+8x+0.01x2C(x) = 5000 + 8x + 0.01x^2

The average cost per item is:

Cˉ(x)=C(x)x=0.01x2+8x+5000x\bar{C}(x) = \frac{C(x)}{x} = \frac{0.01x^2 + 8x + 5000}{x}

Numerator degree 2, denominator degree 1 — this has an oblique asymptote.

Dividing: Cˉ(x)=0.01x+8+5000x\bar{C}(x) = 0.01x + 8 + \frac{5000}{x}

The oblique asymptote is y=0.01x+8y = 0.01x + 8. This tells the engineer that as production volume grows very large, the average cost per item approaches the line 0.01x+80.01x + 8 — the fixed cost ($5000) becomes negligible, but the per-unit material cost (0.01x0.01x) keeps the average rising slightly.

For moderate production volumes, the 5000x\frac{5000}{x} overhead term is significant. At x=100x = 100 items: Cˉ(100)=1+8+50=59\bar{C}(100) = 1 + 8 + 50 = 59 per item. At x=1000x = 1000: Cˉ(1000)=10+8+5=23\bar{C}(1000) = 10 + 8 + 5 = 23 per item.

Practice Problems

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

Problem 1: Find the oblique asymptote of f(x)=3x2+2x1x+4f(x) = \frac{3x^2 + 2x - 1}{x + 4}.

Divide 3x2+2x13x^2 + 2x - 1 by x+4x + 4:

Step 1: 3x2÷x=3x3x^2 \div x = 3x. Multiply: 3x2+12x3x^2 + 12x. Subtract: 10x1-10x - 1.

Step 2: 10x÷x=10-10x \div x = -10. Multiply: 10x40-10x - 40. Subtract: 3939.

f(x)=3x10+39x+4f(x) = 3x - 10 + \frac{39}{x + 4}

Answer: The oblique asymptote is y=3x10y = 3x - 10.

Problem 2: Does f(x)=x4+1x21f(x) = \frac{x^4 + 1}{x^2 - 1} have an oblique asymptote?

Numerator degree: 4. Denominator degree: 2. The difference is 2, not 1.

Answer: No. Since the numerator degree exceeds the denominator degree by 2, the end behavior is parabolic (not linear). There is no oblique asymptote.

Problem 3: Find the oblique asymptote of g(x)=x2+1xg(x) = \frac{x^2 + 1}{x} and determine whether the curve is above or below the asymptote for large positive xx.

Divide: g(x)=x+1xg(x) = x + \frac{1}{x}.

Oblique asymptote: y=xy = x.

For large positive xx: 1x>0\frac{1}{x} > 0, so the curve is above the asymptote.

Answer: The oblique asymptote is y=xy = x, and the curve is above it for all x>0x > 0.

Problem 4: Find all asymptotes of f(x)=2x2+3x5x+2f(x) = \frac{2x^2 + 3x - 5}{x + 2}.

Vertical asymptote: x+2=0    x=2x + 2 = 0 \implies x = -2 (no common factor cancels).

Oblique asymptote: Divide 2x2+3x52x^2 + 3x - 5 by x+2x + 2:

Step 1: 2x2÷x=2x2x^2 \div x = 2x. Multiply: 2x2+4x2x^2 + 4x. Subtract: x5-x - 5.

Step 2: x÷x=1-x \div x = -1. Multiply: x2-x - 2. Subtract: 3-3.

f(x)=2x1+3x+2f(x) = 2x - 1 + \frac{-3}{x + 2}

Answer: Vertical asymptote x=2x = -2, oblique asymptote y=2x1y = 2x - 1.

Problem 5: A company’s average cost per unit is Cˉ(x)=0.02x2+5x+10000x\bar{C}(x) = \frac{0.02x^2 + 5x + 10000}{x}. Find the oblique asymptote and explain what it means.

Divide: Cˉ(x)=0.02x+5+10000x\bar{C}(x) = 0.02x + 5 + \frac{10000}{x}.

Oblique asymptote: y=0.02x+5y = 0.02x + 5.

Answer: The oblique asymptote is y=0.02x+5y = 0.02x + 5. As production volume grows, the average cost per unit approaches 0.02x+50.02x + 5 — the fixed cost of $10,000 becomes negligible, but variable costs dominate. The minimum average cost occurs at moderate production volumes where the overhead and rising material costs balance.

Key Takeaways

  • An oblique (slant) asymptote exists when the numerator degree is exactly one more than the denominator degree
  • Find the oblique asymptote by polynomial long division — the quotient y=mx+by = mx + b is the asymptote
  • The remainder fraction R(x)Q(x)\frac{R(x)}{Q(x)} determines whether the curve is above or below the asymptote and vanishes as x±x \to \pm\infty
  • A function can have both an oblique asymptote and vertical asymptotes
  • If the numerator degree exceeds the denominator degree by 2 or more, there is no linear asymptote — the end behavior is curved

Return to College Algebra for more topics in this section.

Last updated: March 29, 2026