In Specialist Mathematics, differentiation extends beyond Mathematical Methods to include more complex functions, such as inverse circular functions, and more rigorous applications of the product, quotient, and chain rules.
To differentiate advanced functions, proficiency in the three primary rules is essential.
Used for composite functions of the form $y = f(g(x))$.
$$\frac{dy}{dx} = \frac{dy}{du} \times \frac{du}{dx}$$
Inverse Function Property: A specific application of the chain rule used when $x$ is defined in terms of $y$:
$$\frac{dy}{dx} = \frac{1}{\frac{dx}{dy}}$$
Used when a function is the product of two differentiable functions: $y = u(x)v(x)$.
$$\frac{dy}{dx} = u\frac{dv}{dx} + v\frac{du}{dx}$$
Used when a function is the ratio of two differentiable functions: $y = \frac{u(x)}{v(x)}$.
$$\frac{dy}{dx} = \frac{v\frac{du}{dx} - u\frac{dv}{dx}}{v^2}$$
COMMON MISTAKE: In the quotient rule, the order of terms in the numerator matters because of the subtraction. Always start with $v \frac{du}{dx}$. A common error is swapping them, which results in the negative of the correct derivative.
The following table summarizes the derivatives required for Specialist Mathematics.
| Function $f(x)$ | Derivative $f’(x)$ | Notes |
|---|---|---|
| $x^n$ | $nx^{n-1}$ | Power Rule |
| $e^{ax}$ | $ae^{ax}$ | Exponential |
| $\log_e | ax | $ |
| $\sin(ax)$ | $a\cos(ax)$ | Trigonometric |
| $\cos(ax)$ | $-a\sin(ax)$ | Trigonometric |
| $\tan(ax)$ | $a\sec^2(ax)$ | $\sec^2(x) = \frac{1}{\cos^2(x)}$ |
| $\sin^{-1}\left(\frac{x}{a}\right)$ | $\frac{1}{\sqrt{a^2 - x^2}}$ | Inverse Sine ($ |
| $\cos^{-1}\left(\frac{x}{a}\right)$ | $-\frac{1}{\sqrt{a^2 - x^2}}$ | Inverse Cosine ($ |
| $\tan^{-1}\left(\frac{x}{a}\right)$ | $\frac{a}{a^2 + x^2}$ | Inverse Tangent |
VCAA FOCUS: Students are frequently tested on the derivatives of inverse circular functions. Pay close attention to the value of $a$ and the use of the chain rule if the argument is more complex than $\frac{x}{a}$ (e.g., $\sin^{-1}(3x-1)$).
A rational function is defined as $f(x) = \frac{P(x)}{Q(x)}$, where $P(x)$ and $Q(x)$ are polynomials.
KEY TAKEAWAY: Rewriting a rational function using division can reveal “oblique” or “non-vertical” asymptotes. For $f(x) = ax + b + \frac{r}{Q(x)}$, the line $y = ax + b$ is the asymptote as $x \to \pm\infty$.
Specialist Mathematics requires differentiating logs with absolute values and complex exponents.
Using the chain rule:
$$\frac{d}{dx}(\log_e|f(x)|) = \frac{f’(x)}{f(x)}$$
The modulus sign $|x|$ ensures the domain is $x \in \mathbb{R} \setminus {0}$, but the derivative formula remains $\frac{1}{x}$.
For functions like $y = e^{g(x)}$:
$$\frac{dy}{dx} = g’(x)e^{g(x)}$$
EXAM TIP: When differentiating functions like $y = \log_e\left(\frac{ex}{ex+1}\right)$, use log laws to expand the expression before differentiating: $\log_e(ex) - \log_e(ex+1)$. This significantly simplifies the calculus.
The second derivative is the derivative of the first derivative.
| Order | Notation |
|---|---|
| First | $f’(x)$ or $\frac{dy}{dx}$ |
| Second | $f’‘(x)$ or $\frac{d^2y}{dx^2}$ |
| Third | $f’‘’(x)$ or $\frac{d^3y}{dx^3}$ |
| $n$-th | $f^{(n)}(x)$ or $\frac{d^ny}{dx^n}$ |
STUDY HINT: To find the $n$-th derivative of a function like $f(x) = xe^x$, calculate the first three derivatives and look for a pattern. You can often prove these patterns using Mathematical Induction, which is a common cross-topic exam question.