Rational and Quotient Functions - StudyPulse
Boost Your VCE Scores Today with StudyPulse
8000+ Questions AI Tutor Help
Home Subjects Specialist Mathematics Rational and quotient functions

Rational and Quotient Functions

Specialist Mathematics
StudyPulse

Rational and Quotient Functions

Specialist Mathematics
12 May 2026

Rational and Quotient Functions

Rational functions and their quotients are a fundamental component of VCE Specialist Mathematics. These functions are defined by the ratio of two polynomials or other elementary functions, leading to unique asymptotic behaviors and graphical features.

1. Definitions and Algebraic Forms

A rational function is defined as a function of the form:
$$f(x) = \frac{P(x)}{Q(x)}$$
where $P(x)$ and $Q(x)$ are polynomials and $Q(x) \neq 0$.

Proper and Improper Rational Functions

  • Proper: The degree of $P(x)$ is less than the degree of $Q(x)$.
  • Improper: The degree of $P(x)$ is greater than or equal to the degree of $Q(x)$.

Converting Forms

For sketching and identifying long-term behavior, improper rational functions should be rewritten using polynomial long division or algebraic manipulation into the form:
$$f(x) = S(x) + \frac{R(x)}{Q(x)}$$
where $S(x)$ is the quotient (the non-vertical asymptote) and $R(x)$ is the remainder.

Example:
$f(x) = \frac{8x^2 - 3x + 2}{x} = 8x - 3 + \frac{2}{x}$
In this case, as $x \to \pm\infty$, $\frac{2}{x} \to 0$, meaning the graph approaches the line $y = 8x - 3$.

KEY TAKEAWAY: Always check the degrees of the numerator and denominator. If the degree of the numerator is $\ge$ the degree of the denominator, perform division to reveal the non-vertical asymptote.


2. Asymptotic Behaviour

Asymptotes are lines that the graph of a function approaches as it moves towards infinity or specific undefined values.

Vertical Asymptotes

Vertical asymptotes occur at the values of $x$ for which the denominator $Q(x) = 0$ (provided these factors do not cancel with the numerator).
* If $(x - a)$ is a factor of $Q(x)$ but not $P(x)$, then $x = a$ is a vertical asymptote.
* Behavior near asymptotes: Test values slightly to the left ($a^-$) and right ($a^+$) to determine if the function tends toward $+\infty$ or $-\infty$.

Non-Vertical Asymptotes (Horizontal and Oblique)

Non-vertical asymptotes describe the end behavior of the function as $x \to \pm\infty$.
1. Horizontal Asymptote ($y = c$): Occurs when $\text{deg}(P) = \text{deg}(Q)$. The asymptote is the ratio of the leading coefficients.
2. Oblique (Slant) Asymptote ($y = mx + c$): Occurs when $\text{deg}(P) = \text{deg}(Q) + 1$. Found using polynomial division.
3. Parabolic/Higher Order Asymptotes: Occurs when $\text{deg}(P) > \text{deg}(Q) + 1$. The graph approaches the curve $y = S(x)$.

Condition Asymptote Type
$\text{deg}(P) < \text{deg}(Q)$ Horizontal asymptote at $y = 0$ (the $x$-axis)
$\text{deg}(P) = \text{deg}(Q)$ Horizontal asymptote at $y = \frac{a_n}{b_n}$
$\text{deg}(P) = \text{deg}(Q) + 1$ Oblique asymptote $y = mx + c$

EXAM TIP: When sketching, always draw asymptotes as dashed lines and label them with their equations. VCAA examiners look for correct asymptotic behavior as the curve approaches these lines.


3. Sketching Techniques

Key Features to Label

To produce a complete sketch of a rational function, you must identify and label:
1. Asymptotes: Both vertical and non-vertical.
2. Intercepts: $y$-intercept ($f(0)$) and $x$-intercepts (roots of $P(x)$).
3. Stationary Points: Local maxima, minima, or stationary points of inflection (found via $f’(x) = 0$).
4. Points of Inflection: Where the concavity changes (found via $f’‘(x) = 0$).

Addition of Ordinates

Some quotient functions can be viewed as the sum of two simpler functions, $f(x) = g(x) + h(x)$.
* Sketch $y = g(x)$ and $y = h(x)$ on the same axes.
* Add the $y$-values (ordinates) for specific $x$-values.
* Commonly used when $g(x)$ is a linear function (the asymptote) and $h(x)$ is a reciprocal function.

Reciprocal Functions

For a given function $y = f(x)$, the graph of $y = \frac{1}{f(x)}$ follows these rules:
* Where $f(x)$ has an $x$-intercept, $\frac{1}{f(x)}$ has a vertical asymptote.
* Where $f(x)$ has a local maximum, $\frac{1}{f(x)}$ has a local minimum (and vice versa).
* As $f(x) \to \pm\infty$, $\frac{1}{f(x)} \to 0$.

COMMON MISTAKE: Students often forget to check if the graph crosses its own horizontal or oblique asymptote. While a graph cannot cross a vertical asymptote, it can cross a non-vertical one. Solve $f(x) = \text{asymptote equation}$ to check.


4. Calculus of Quotient Functions

Differentiation is essential for finding the nature of the curve and exact coordinates of key features.

The Quotient Rule

For a function $y = \frac{u(x)}{v(x)}$, the derivative is:
$$\frac{dy}{dx} = \frac{v \frac{du}{dx} - u \frac{dv}{dx}}{v^2}$$

Analysis of Derivatives

  • First Derivative ($f’(x)$): Determines intervals of increase/decrease and the location of stationary points.
  • Second Derivative ($f’‘(x)$): Determines concavity and points of inflection.
    • $f’‘(x) > 0$: Concave up ($\cup$)
    • $f’‘(x) < 0$: Concave down ($\cap$)

Example Analysis: $f(x) = \frac{1-x^2}{1+x^2}$

  1. Symmetry: $f(-x) = f(x)$, so the function is even (symmetrical about the $y$-axis).
  2. Asymptotes: No vertical asymptotes (since $1+x^2 \neq 0$ for $x \in \mathbb{R}$). Horizontal asymptote at $y = -1$ (ratio of leading coefficients).
  3. Intercepts: $y$-intercept at $(0, 1)$. $x$-intercepts at $(1, 0)$ and $(-1, 0)$.
  4. Calculus:
    • $f’(x) = \frac{-4x}{(1+x^2)^2}$. Stationary point at $x=0$.
    • Since $f’(x) > 0$ for $x < 0$ and $f’(x) < 0$ for $x > 0$, $(0, 1)$ is a local maximum.

VCAA FOCUS: Questions often require you to find the coordinates of points where the gradient is a maximum or minimum. This requires finding the second derivative $f’‘(x)$, setting it to zero to find points of inflection, and testing the gradient $f’(x)$ at those points.


5. Other Quotient Functions

Not all quotient functions involve only polynomials. They may involve exponentials or other forms.

Example: $g(x) = 4 - \frac{8}{2+x^2}$
* As $x \to \pm \infty$, $\frac{8}{2+x^2} \to 0$, so $y = 4$ is a horizontal asymptote.
* The term $\frac{8}{2+x^2}$ is always positive, so $g(x)$ will always be less than 4, approaching the asymptote from below.
* These functions are handled using the same principles: limits for asymptotes and the quotient rule for stationary points.

STUDY HINT: Practice using your CAS calculator to quickly identify the shape of complex quotient functions, but ensure you can perform the algebraic division and differentiation by hand, as these are common requirements in Exam 1 (Technology-free).

Table of Contents