The math optional, made finite. Daily Practice

Asymptotes

At a Glance

Why This Chapter Matters

Asymptotes appeared once in 2020 as a 10-mark Section A computation, making it a low-frequency atom. UPSC typically presents an algebraic curve (cubic or rational) and asks you to find all asymptotes — vertical, horizontal, and oblique. The topic is self-contained and procedural: the three-type framework below covers every case. It also reinforces limit-at-infinity reasoning used across many other calculus atoms.

Minimum Theory

Types of Asymptotes

Vertical asymptote at x=ax = a: occurs when the denominator of a rational expression vanishes at x=ax = a (and the numerator does not), i.e., limxaf(x)=\lim_{x \to a} |f(x)| = \infty.

Horizontal asymptote y=Ly = L: occurs when limx±f(x)=L\lim_{x \to \pm\infty} f(x) = L (finite).

Oblique (slant) asymptote y=mx+cy = mx + c: occurs when

m=limx±f(x)x,c=limx±(f(x)mx).m = \lim_{x \to \pm\infty} \frac{f(x)}{x}, \qquad c = \lim_{x \to \pm\infty} \bigl(f(x) - mx\bigr).

If m=0m = 0 and the limit for cc is finite, the result is a horizontal asymptote.

Asymptotes of Implicit Algebraic Curves

For a curve F(x,y)=0F(x, y) = 0 of degree nn, the oblique asymptotes y=mx+cy = mx + c are found by:

  1. Finding slopes mm: Substitute y=mx+cy = mx + c into FF and collect by degree. The terms of degree nn give ϕn(m)=0\phi_n(m) = 0, where ϕn(m)\phi_n(m) is the leading homogeneous part evaluated at (1,m)(1, m). Each root mm is a potential asymptote slope.

  2. Finding intercepts cc: For each root mm of ϕn(m)=0\phi_n(m) = 0, the intercept satisfies

c=ϕn1(m)ϕn(m),c = -\frac{\phi_{n-1}(m)}{\phi_n'(m)},

where ϕn1(m)\phi_{n-1}(m) is the homogeneous part of degree n1n-1 evaluated at (1,m)(1, m), and ϕn(m)=dϕn/dm\phi_n'(m) = d\phi_n/dm.

  1. Vertical asymptotes: arise when ϕn(m)\phi_n(m) has infinite roots, i.e., the coefficient of yny^n in the highest-degree terms is zero — investigate directly.

Asymptote Count Rule

A curve of degree nn has at most nn asymptotes (real). Some may coincide or be complex (discarded).

Question Archetypes

ArchetypeRecognition
all-asymptotes-algebraic”Find all asymptotes of the curve F(x,y)=0F(x,y)=0” for a polynomial or rational curve

all-asymptotes-algebraic (1 question; 2020)

Recognition Cues

Solution Template

  1. Write the degree-nn homogeneous part ϕn(m)=Fn(1,m)\phi_n(m) = F_n(1, m) and solve ϕn(m)=0\phi_n(m) = 0 for mm.
  2. For each finite mm: compute c=ϕn1(m)/ϕn(m)c = -\phi_{n-1}(m)/\phi_n'(m); asymptote is y=mx+cy = mx + c.
  3. Check for vertical asymptotes: if ϕn(m)\phi_n(m) has a root at m=m = \infty (i.e., leading yny^n coefficient in FF is zero), find x=x = const directly.
  4. State all asymptotes clearly.

Worked Example

2020 Paper 1, 2020-P1-Q3b (10 marks)

Find all the asymptotes of the curve y3xy2x2y+x3+x2y2=0y^3 - xy^2 - x^2y + x^3 + x^2 - y^2 = 0.

Step 1. Identify degree and homogeneous parts.

The curve is degree 3. Group by degree:

Step 2. Compute ϕ3(m)\phi_3(m).

Set x=1x = 1, y=my = m in the degree-3 part:

ϕ3(m)=m3m2m+1=(m1)2(m+1).\phi_3(m) = m^3 - m^2 - m + 1 = (m-1)^2(m+1).

Roots: m=1m = 1 (double), m=1m = -1.

Step 3. Compute intercepts.

ϕ3(m)=3m22m1.\phi_3'(m) = 3m^2 - 2m - 1.

Degree-2 part at (1,m)(1, m): ϕ2(m)=1m2\phi_2(m) = 1 - m^2.

For m=1m = 1: ϕ3(1)=321=0\phi_3'(1) = 3 - 2 - 1 = 0. Since both ϕ3(1)=0\phi_3(1) = 0 and ϕ3(1)=0\phi_3'(1) = 0, the asymptote y=x+cy = x + c requires a second-order treatment.

For m=1m = -1: ϕ3(1)=3+21=4\phi_3'(-1) = 3 + 2 - 1 = 4.

c=ϕ2(1)ϕ3(1)=114=0.c = -\frac{\phi_2(-1)}{\phi_3'(-1)} = -\frac{1 - 1}{4} = 0.

Asymptote: y=xy = -x.

Step 4. Handle the double root m=1m = 1.

When ϕ3(m)=0\phi_3'(m) = 0 at a root, expand F(x,mx+c)F(x, mx+c) and collect the coefficient of xn1x^{n-1} (here x2x^2) to find cc, then the coefficient of xn2x^{n-2} to find a second asymptote or confirm the root yields only one asymptote.

Substitute y=x+cy = x + c into the full curve:

F(x,x+c)=(x+c)3x(x+c)2x2(x+c)+x3+x2(x+c)2.F(x, x+c) = (x+c)^3 - x(x+c)^2 - x^2(x+c) + x^3 + x^2 - (x+c)^2.

Expand:

Collecting:

F=(x3+3cx2+)(x3+2cx2+)(x3+cx2+)+x3+x2x22cxc2.F = (x^3 + 3cx^2 + \cdots) - (x^3 + 2cx^2 + \cdots) - (x^3 + cx^2 + \cdots) + x^3 + x^2 - x^2 - 2cx - c^2.

Coefficient of x3x^3: 111+1=01 - 1 - 1 + 1 = 0. Good (confirms m=1m=1 is a root).

Coefficient of x2x^2: 3c2cc+11=03c - 2c - c + 1 - 1 = 0. This is 0=00 = 0 — indeterminate, confirming the double root means no unique cc from the x2x^2 equation alone.

Coefficient of x1x^1: 3c2c22c0=2c22c3c^2 - c^2 - 2c - 0 = 2c^2 - 2c.

Set equal to zero: 2c(c1)=02c(c - 1) = 0, giving c=0c = 0 or c=1c = 1.

Two asymptotes from the double root: y=xy = x and y=x+1y = x + 1.

Step 5. Check for vertical asymptotes.

The leading term in y3y^3 is present (coefficient 1 \neq 0), so no vertical asymptote at x=x = \infty.

Step 6. State all asymptotes.

y=x,y=x+1,y=x\boxed{y = x, \quad y = x + 1, \quad y = -x}

Common Traps

Marks-Aware Writing

For a 10-mark computation:

Label each asymptote as oblique/horizontal/vertical in your answer — it signals to the examiner that you understand the framework.

Practice Set

Only one historical question on this atom (shown above).

We've mapped all 13 years of this exam. Get new chapters, tools, and solutions as we release them — free.