Resources For Teachers For Tutors For Students & Parents Pricing
Year 11 Methods (Unit 1 & 2) Further Differentiation

The Quotient Rule

20 practice questions 1 video lesson Theory + worked examples

Master the quotient rule for Queensland Year 11 Mathematical Methods (QCAA). It differentiates one function divided by another using a set formula built from the top, the bottom and their derivatives.

You will learn to apply the rule to ratios of power and polynomial functions, keep the numerator in order, give the derivative in simplest and factorised form, and use it to find where a curve has a horizontal tangent.

Create a free accountTrack your progress and save your work as you go.
Create free account

Theory

In Year 11 Mathematical Methods (QCAA, Unit 2), the quotient rule differentiates a ratio of two functions: \(\left(\dfrac{u}{v}\right)'=\dfrac{v\,u'-u\,v'}{v^{2}}\). This page applies it to ratios of power and polynomial functions, shows how to keep the numerator in the correct order, simplify it, and use the derivative to find gradients and horizontal tangents.

The quotient rule gives the derivative of a ratio \(y=\dfrac{u}{v}\), where \(u\) (the numerator) and \(v\) (the denominator) are both functions of \(x\). It is \(\dfrac{dy}{dx}=\dfrac{v\,u'-u\,v'}{v^{2}}\).

The order in the numerator matters: it is \(v\,u'\) minus \(u\,v'\), not the other way round. Reversing it is the single most common error. The denominator is always \(v^{2}\), the square of the original denominator.

To use it, identify \(u\) and \(v\), write \(u'\) and \(v'\), substitute, then simplify the numerator. Setting the numerator to zero (with \(v\neq 0\)) locates any horizontal tangents.

\(\left(\dfrac{u}{v}\right)^{\prime}=\dfrac{v\,u^{\prime}-u\,v^{\prime}}{v^{2}}\). Denominator times derivative of numerator, minus numerator times derivative of denominator, all over the denominator squared.
The rational curve y equals x on x plus oneThe curve y=x on x plus one is a ratio of two linear functions with a vertical asymptote at x=minus one. x y
\(y=\dfrac{x}{x+1}\): a ratio of linear functions, differentiated by the quotient rule.
The rational curve y equals x on x squared plus oneThe curve y=x on x squared plus one has a maximum at one, one half and a minimum at minus one, minus one half. x y max min
\(y=\dfrac{x}{x^{2}+1}\): horizontal tangents at \((1,\tfrac12)\) and \((-1,-\tfrac12)\).

The quotient rule, with \(u\) and \(v\) functions of \(x\):

\[\dfrac{d}{dx}\!\left(\dfrac{u}{v}\right)=\dfrac{v\,u^{\prime}-u\,v^{\prime}}{v^{2}}\]
ddxuv=vu-uvv2

A horizontal tangent occurs where the numerator is zero (with \(v\neq0\)):

\[v\,u^{\prime}-u\,v^{\prime}=0\]
vu-uv=0
Order and square: the numerator is \(v\,u^{\prime}-u\,v^{\prime}\) (in that order) and the denominator is \(v^{2}\).

How to use the quotient rule

  1. Split: write the function as \(\dfrac{u}{v}\) and state \(u\) and \(v\).
  2. Differentiate each part: find \(u'\) and \(v'\).
  3. Substitute in order: put them into \(\dfrac{v\,u'-u\,v'}{v^{2}}\), keeping \(v\,u'\) first.
  4. Simplify / use: expand and simplify the numerator, then evaluate at a point or set the numerator to zero as required.
Example 1 — A ratio of linear functions
Differentiate \(y=\dfrac{x}{x+1}\).
Solution

Identify \(u,\,v\) and their derivatives:

\(u\)\(=\)\(x,\quad u'=1\)
\(v\)\(=\)\(x+1,\quad v'=1\)

Substitute into \(\dfrac{v\,u'-u\,v'}{v^{2}}\):

\(\dfrac{dy}{dx}\)\(=\)\(\dfrac{(x+1)(1)-x(1)}{(x+1)^{2}}\)

Simplify the numerator:

\(=\)\(\dfrac{x+1-x}{(x+1)^{2}}\)
\(=\)\(\dfrac{1}{(x+1)^{2}}\)

\(\dfrac{dy}{dx}=\dfrac{1}{(x+1)^{2}}\).

1(x+1)2
Example 2 — Simplify the numerator
Differentiate \(y=\dfrac{2x-1}{x+3}\).
Solution

Identify \(u,\,v\) and their derivatives:

\(u\)\(=\)\(2x-1,\quad u'=2\)
\(v\)\(=\)\(x+3,\quad v'=1\)

Substitute in the correct order:

\(\dfrac{dy}{dx}\)\(=\)\(\dfrac{(x+3)(2)-(2x-1)(1)}{(x+3)^{2}}\)

Expand and simplify the numerator:

\(=\)\(\dfrac{2x+6-2x+1}{(x+3)^{2}}\)
\(=\)\(\dfrac{7}{(x+3)^{2}}\)

\(\dfrac{dy}{dx}=\dfrac{7}{(x+3)^{2}}\).

7(x+3)2
Example 3 — A quadratic numerator
Differentiate \(y=\dfrac{x^{2}}{x-1}\).
Solution

Identify \(u,\,v\) and their derivatives:

\(u\)\(=\)\(x^{2},\quad u'=2x\)
\(v\)\(=\)\(x-1,\quad v'=1\)

Substitute into the quotient rule:

\(\dfrac{dy}{dx}\)\(=\)\(\dfrac{(x-1)(2x)-x^{2}(1)}{(x-1)^{2}}\)

Expand, simplify and factorise the numerator:

\(=\)\(\dfrac{2x^{2}-2x-x^{2}}{(x-1)^{2}}\)
\(=\)\(\dfrac{x^{2}-2x}{(x-1)^{2}}\)
\(=\)\(\dfrac{x(x-2)}{(x-1)^{2}}\)

\(\dfrac{dy}{dx}=\dfrac{x(x-2)}{(x-1)^{2}}\).

x(x-2)(x-1)2
Example 4 — Where the tangent is horizontal
Find where \(y=\dfrac{x}{x^{2}+1}\) has a horizontal tangent.
Solution

Identify \(u,\,v\) and their derivatives:

\(u\)\(=\)\(x,\quad u'=1\)
\(v\)\(=\)\(x^{2}+1,\quad v'=2x\)

Substitute and simplify the numerator:

\(\dfrac{dy}{dx}\)\(=\)\(\dfrac{(x^{2}+1)(1)-x(2x)}{(x^{2}+1)^{2}}\)
\(=\)\(\dfrac{1-x^{2}}{(x^{2}+1)^{2}}\)

Set the numerator to \(0\) (denominator is never zero):

\(1-x^{2}\)\(=\)\(0\)
\(x\)\(=\)\(\pm 1\)

\(y\)-coordinates from \(y=\dfrac{x}{x^{2}+1}\):

\(y\)\(=\)\(\dfrac{1}{2}\ \text{ or }\ -\dfrac{1}{2}\)

Horizontal tangents at \(\left(1,\tfrac12\right)\) and \(\left(-1,-\tfrac12\right)\).

Horizontal tangents of y equals x on x squared plus oneThe curve has horizontal tangents at one, one half and minus one, minus one half. x y max min
1-x2(x2+1)2

Common pitfalls

Reversing the numerator. It is \(v\,u^{\prime}-u\,v^{\prime}\), not \(u\,v'-v\,u'\). Swapping the order flips the sign of the whole derivative.
Forgetting to square the denominator. The denominator of the answer is \(v^{2}\), the square of the original bottom line.
Sign slips when expanding. Watch \(-(2x-1)=-2x+1\); a dropped sign in the numerator is easy to make and hard to spot.
Setting the whole fraction to zero the wrong way. A fraction is zero only when its numerator is zero (with \(v\neq0\)); do not set \(v^{2}=0\).

Frequently asked questions

What is the quotient rule?

For \(y=\dfrac{u}{v}\), the derivative is \(\dfrac{v\,u'-u\,v'}{v^{2}}\): denominator times derivative of the numerator, minus numerator times derivative of the denominator, all over the denominator squared.

What order does the numerator go in?

It is \(v\,u'-u\,v'\), in that order. Reversing it to \(u\,v'-v\,u'\) is the most common mistake and changes the sign.

Why is the denominator squared?

The quotient rule always divides by \(v^{2}\), the square of the original denominator; it comes from differentiating \(u\,v^{-1}\).

How do I find where a rational function has a horizontal tangent?

Differentiate with the quotient rule, then set the numerator equal to zero (the denominator cannot be zero) and solve for \(x\).

Do I need the second derivative to classify the stationary point?

Not in Year 11 for this topic — you locate where \(f'(x)=0\); classifying its nature by \(f''\) is beyond this scope.