Study Guide

Rational functions and graphs

CIE A-Level Further MathematicsΒ· 30 min read

1. Core Definitions and Interceptsβ˜…β˜…β˜†β˜†β˜†β± 10 min

πŸ“˜ Definition

Rational Function

f(x)=P(x)Q(x)f(x) = \frac{P(x)}{Q(x)}

A function written as the ratio of two polynomials (numerator) and (denominator), where is not the zero polynomial. The domain excludes all that make .

Example:

is a rational function; is not.

To start analyzing any rational function, first calculate the intercepts, the key points where the graph crosses the axes.

πŸ“ Worked Example

Find all intercepts of

  1. 1

    Find the y-intercept by substituting :

  2. 2
    f(0)=0βˆ’0βˆ’30βˆ’4=34f(0) = \frac{0 - 0 - 3}{0 - 4} = \frac{3}{4}
  3. 3

    The y-intercept is at .

  4. 4

    Find x-intercepts by setting the numerator equal to zero (check denominator is non-zero):

  5. 5
    x2βˆ’2xβˆ’3=0β€…β€ŠβŸΉβ€…β€Š(xβˆ’3)(x+1)=0β€…β€ŠβŸΉβ€…β€Šx=3,x=βˆ’1x^2 - 2x - 3 = 0 \implies (x-3)(x+1) = 0 \implies x = 3, x = -1
  6. 6

    Denominator at is , at is , so x-intercepts are at and .

Exam tip:

Always check for common factors between numerator and denominator: a shared root creates a hole, not an x-intercept.

2. Vertical and Horizontal Asymptotesβ˜…β˜…β˜†β˜†β˜†β± 15 min

πŸ“˜ Definition

Asymptote

A line that the graph of a rational function approaches arbitrarily closely as or approaches .

Vertical asymptotes occur at -values that make the denominator zero (after removing removable discontinuities). For horizontal asymptotes, we compare the degrees of the numerator () and denominator ():

  • If : horizontal asymptote at

  • If : horizontal asymptote at , where = leading coefficient of , = leading coefficient of

  • If : no horizontal asymptote

πŸ“ Worked Example

Find all vertical and horizontal asymptotes of

  1. 1

    Factor numerator and denominator to check for common factors:

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

    No common factors, so denominator is zero at and , so vertical asymptotes are and .

  4. 4

    Compare degrees: both numerator and denominator are degree 2, so calculate horizontal asymptote:

  5. 5
    y=Leading coefficient of PLeading coefficient of Q=32y = \frac{\text{Leading coefficient of } P}{\text{Leading coefficient of } Q} = \frac{3}{2}
  6. 6

    Horizontal asymptote is .

3. Oblique (Slant) Asymptotesβ˜…β˜…β˜…β˜†β˜†β± 15 min

Oblique asymptotes only occur when the degree of the numerator is exactly one greater than the degree of the denominator. We find the equation using polynomial division.

πŸ“˜ Definition

Oblique Asymptote

A non-vertical, non-horizontal straight line that the graph approaches as . The equation is given by the quotient of the polynomial division (the remainder can be ignored as it tends to zero).

πŸ“ Worked Example

Find the oblique asymptote of

  1. 1

    Confirm degrees: numerator degree 2, denominator degree 1, difference is 1, so oblique asymptote exists.

  2. 2

    Divide numerator by denominator:

  3. 3
    2x2βˆ’3x+1=(x+2)(2xβˆ’7)+152x^2 - 3x + 1 = (x+2)(2x - 7) + 15
  4. 4

    Rewrite :

  5. 5
    f(x)=2xβˆ’7+15x+2f(x) = 2x - 7 + \frac{15}{x+2}
  6. 6

    As , , so approaches , which is the oblique asymptote.

4. Full Sketching Processβ˜…β˜…β˜…β˜…β˜†β± 20 min

Follow this consistent step-by-step process to produce an exam-quality sketch that includes all required key features:

  1. Factor numerator and denominator, identify any holes (removable discontinuities)

  2. Find all x-intercepts and the y-intercept

  3. Find all vertical, horizontal or oblique asymptotes

  4. Check for any intersection points between the curve and non-vertical asymptotes

  5. Test the sign of in regions separated by vertical asymptotes, then sketch

πŸ“ Worked Example

List all key features for a sketch of

  1. 1

    Factor: , no common factors, no holes.

  2. 2

    Intercepts: roots at and , so intercepts at and .

  3. 3

    Asymptotes: vertical asymptote at . Degree of numerator is 1 greater than denominator, so find oblique asymptote by division:

  4. 4
    x2+x=(xβˆ’2)(x+3)+6β€…β€ŠβŸΉβ€…β€ŠOblique asymptote y=x+3x^2 + x = (x-2)(x+3) + 6 \implies \text{Oblique asymptote } y = x+3
  5. 5

    Check for intersection between and :

  6. 6
    x2+xxβˆ’2=x+3β€…β€ŠβŸΉβ€…β€Šx2+x=x2+xβˆ’6β€…β€ŠβŸΉβ€…β€Š0=βˆ’6\frac{x^2+x}{x-2} = x+3 \implies x^2 + x = x^2 +x -6 \implies 0 = -6
  7. 7

    No solution, so the curve never crosses the oblique asymptote.

Exam tip:

When asked to find the number of solutions to an equation, rearrange to get the rational function equal to a straight line, then count intersections on your sketch.

5. Common Pitfalls

Wrong move:

Marking a hole (removable discontinuity) as a vertical asymptote

Why:

Common factors create holes, not asymptotes, and you will lose marks for incorrect asymptote labels

Correct move:

Always factor both numerator and denominator first, cancel common factors, and only mark asymptotes at remaining roots of the denominator

Wrong move:

Claiming a horizontal asymptote exists when the degree of the numerator is greater than the denominator

Why:

Horizontal asymptotes only exist when the degree of the numerator is less than or equal to the degree of the denominator

Correct move:

Compare degrees first: if the difference is 1, you have an oblique asymptote instead of a horizontal one

Wrong move:

Using the remainder from polynomial division as the oblique asymptote

Why:

The remainder tends to zero as approaches infinity, so it does not form the asymptote equation

Correct move:

The oblique asymptote is always the linear quotient term from the division, ignore the remainder

Wrong move:

Assuming curves never cross horizontal asymptotes

Why:

Unlike vertical asymptotes, curves can cross horizontal asymptotes at finite values of , only approaching them as

Correct move:

Always check for intersections by setting equal to the asymptote equation to find crossing points if they exist

Wrong move:

Forgetting to mark intercepts on your sketch

Why:

Exam markers require all key features (intercepts, asymptotes, holes) to be clearly labelled to get full marks

Correct move:

Always calculate and label both x-intercepts and the y-intercept before drawing the curve

6. Quick Reference Cheatsheet

Degree Comparison

Type of Non-Vertical Asymptote

How to Find Equation

Horizontal

Horizontal

Oblique

Quotient from , ignore remainder

None (for 9231)

Not assessed in CIE 9231

When this came up on past exams

AI-estimated based on syllabus patterns β€” cross-check with official past papers for accuracy. Use only as revision-focus signals.

  • 2022 Β· 1

    Sketch rational function, find asymptotes

  • 2023 Β· 1

    Find oblique asymptote, intersection points

  • 2021 Β· 1

    Solve inequality using graph sketching

Going deeper

What's Next

Mastery of rational function graphing is a foundational skill for many topics in CIE A-Level Further Mathematics, including solving rational inequalities, sketching polar curves, and finding areas under curves. The polynomial division and graphical analysis skills you learned here will also support you when you work with parametric curves and reciprocal graphs. A strong understanding of this topic also helps you quickly answer common exam questions asking for the number of solutions to an equation, relying on graphical interpretation rather than lengthy algebraic calculation.