Skip to main content
SingaporeMathsSyllabus dot point

How do we sketch a rational function by finding its intercepts, asymptotes and turning points?

Sketch graphs of rational functions of the form a linear over linear and a quadratic over linear, finding intercepts, asymptotes, stationary points and the regions where the curve lies

A focused answer to the H2 Mathematics outcome on sketching rational functions. Finding intercepts, vertical and oblique asymptotes, stationary points, and assembling a correct sketch of linear-over-linear and quadratic-over-linear curves.

Generated by Claude Opus 4.810 min answer

Reviewed by: AI editorial process; not yet individually human-reviewed

Have a quick question? Jump to the Q&A page

Jump to a section
  1. What this dot point is asking
  2. The answer
  3. Examples in context
  4. Try this

What this dot point is asking

SEAB wants you to sketch rational functions, principally of the form ax+bcx+d\dfrac{ax + b}{cx + d} (linear over linear) and ax2+bx+cdx+e\dfrac{ax^2 + bx + c}{dx + e} (quadratic over linear), by systematically finding intercepts, asymptotes and stationary points and then assembling a clear sketch with the correct branches.

The answer

The systematic checklist

Every rational-function sketch follows the same routine:

  1. Axis intercepts. Set x=0x = 0 for the yy-intercept; set the numerator to zero for xx-intercepts.
  2. Vertical asymptotes. Where the denominator is zero (and the numerator is not).
  3. Horizontal or oblique asymptote. Divide the numerator by the denominator and look at the behaviour as xβ†’Β±βˆžx \to \pm\infty.
  4. Stationary points. Differentiate and set the derivative to zero (often needed for the quadratic-over-linear case).
  5. Assemble. Plot the features and draw smooth branches approaching the asymptotes.

Linear over linear

For ax+bcx+d\dfrac{ax + b}{cx + d}, rewrite by division as a constant plus a fraction: this is a translated rectangular hyperbola. The horizontal asymptote is y=acy = \dfrac{a}{c} and the vertical asymptote is x=βˆ’dcx = -\dfrac{d}{c}. There are no turning points.

Quadratic over linear

For ax2+bx+cdx+e\dfrac{ax^2 + bx + c}{dx + e}, polynomial division gives a linear term plus a remainder fraction, so the curve has an oblique (slant) asymptote. These curves usually have a maximum and a minimum found by differentiation, and the two stationary values are separated by the vertical asymptote.

Examples in context

Example 1. A concentration model. A drug concentration C(t)=4tt+2C(t) = \dfrac{4t}{t + 2} for tβ‰₯0t \geq 0 is linear over linear with horizontal asymptote C=4C = 4. The curve rises from the origin toward 44, modelling a concentration that saturates, never quite reaching the limiting value.

Example 2. Reading the slant asymptote. For y=x2+3xy = \dfrac{x^2 + 3}{x}, division gives y=x+3xy = x + \dfrac{3}{x}, so the curve hugs the line y=xy = x far from the origin. This tells you the long-run trend at a glance before any detailed plotting.

Try this

Q1. Find the asymptotes of y=3xβˆ’1x+2y = \dfrac{3x - 1}{x + 2}. [2 marks]

  • Cue. Vertical x=βˆ’2x = -2; horizontal y=3y = 3 (ratio of leading coefficients).

Q2. The curve y=x2+4xy = \dfrac{x^2 + 4}{x} has stationary points. Find them and their nature. [3 marks]

  • Cue. y=x+4xy = x + \dfrac{4}{x}, dydx=1βˆ’4x2=0\dfrac{dy}{dx} = 1 - \dfrac{4}{x^2} = 0 gives x=Β±2x = \pm 2; (2,4)(2, 4) minimum, (βˆ’2,βˆ’4)(-2, -4) maximum.

Q3. Explain how to find an oblique asymptote of a rational function. [2 marks]

  • Cue. Carry out polynomial division; the polynomial (linear) part is the asymptote as the remainder fraction tends to zero.

Exam-style practice questions

Practice questions written in the style of SEAB exam questions on this dot point, with worked answer explainers. The year tag is the paper they imitate, not the source.

Original5 marksThe curve CC has equation y=2x+1xβˆ’3y = \dfrac{2x + 1}{x - 3}. Find the equations of the asymptotes, the axis intercepts, and hence sketch CC.
Show worked answer β†’

Vertical asymptote where the denominator is zero: x=3x = 3.

For the horizontal asymptote, divide: y=2x+1xβˆ’3=2+7xβˆ’3y = \dfrac{2x + 1}{x - 3} = 2 + \dfrac{7}{x - 3} (since 2(xβˆ’3)=2xβˆ’62(x - 3) = 2x - 6 and 2x+1βˆ’(2xβˆ’6)=72x + 1 - (2x - 6) = 7). As xβ†’Β±βˆžx \to \pm\infty, yβ†’2y \to 2, so y=2y = 2 is a horizontal asymptote.

Intercepts: when x=0x = 0, y=1βˆ’3=βˆ’13y = \dfrac{1}{-3} = -\tfrac{1}{3}; when y=0y = 0, 2x+1=02x + 1 = 0, so x=βˆ’12x = -\tfrac{1}{2}.

The sketch is a rectangular hyperbola: one branch in the region x>3x > 3 approaching y=2y = 2 from above and rising near x=3+x = 3^+, the other for x<3x < 3 passing through the intercepts and approaching y=2y = 2 from below.

Markers reward both asymptotes, both intercepts, and a correctly shaped two-branch sketch.

Original6 marksThe curve has equation y=x2+1xy = \dfrac{x^2 + 1}{x}. Find the asymptotes and the coordinates of the stationary points, and sketch the curve.
Show worked answer β†’

Write y=x+1xy = x + \dfrac{1}{x}. Vertical asymptote x=0x = 0; oblique asymptote y=xy = x (since 1x→0\dfrac{1}{x} \to 0).

Differentiate: dydx=1βˆ’1x2\dfrac{dy}{dx} = 1 - \dfrac{1}{x^2}. Set to zero: x2=1x^2 = 1, so x=Β±1x = \pm 1.

At x=1x = 1, y=2y = 2 (minimum); at x=βˆ’1x = -1, y=βˆ’2y = -2 (maximum). There are no axis intercepts since x2+1>0x^2 + 1 > 0.

The sketch has two branches: for x>0x > 0 a curve with minimum (1,2)(1, 2) sitting above the line y=xy = x; for x<0x < 0 a curve with maximum (βˆ’1,βˆ’2)(-1, -2) below the line.

Markers reward the split form, both asymptotes, both stationary points with their nature, and a correct sketch.

Related dot points