Skip to main content
ExamExplained
SA · Math Methods
Math Methods study scene
§-Syllabus dot point
SAMath MethodsSyllabus dot point

How do we differentiate functions that are products or quotients of simpler functions?

The product and quotient rules differentiate functions formed by multiplying or dividing two differentiable functions.

How to use the product rule and quotient rule to differentiate functions built by multiplying or dividing two functions, with full worked SACE-style examples.

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 product rule
  3. The quotient rule
  4. Choosing the right rule
  5. Products and quotients with a chain inside
  6. Common errors
  7. Bringing it together

What this dot point is asking

You need to recognise when a function is a product of two functions or a quotient of two functions, choose the correct rule, and apply it carefully. These rules build on the basic derivatives of polynomials, exponentials, logarithms and trigonometric functions, so accuracy in those is assumed.

The product rule

If f(x)=u(x)v(x)f(x)=u(x)\,v(x) where uu and vv are both differentiable, then

f(x)=u(x)v(x)+u(x)v(x).f'(x)=u'(x)\,v(x)+u(x)\,v'(x).

A useful shorthand is "first times derivative of second, plus second times derivative of first" - but written as uv+uvu'v+uv' the order does not matter because addition is commutative.

When to use it

Use the product rule whenever the function is a multiplication of two non-trivial expressions, for example x2exx^2 e^x, xsinxx\sin x, or (2x+1)lnx(2x+1)\ln x. If one factor is a constant you do not need the product rule - just keep the constant.

The quotient rule

If f(x)=u(x)v(x)f(x)=\dfrac{u(x)}{v(x)} where uu and vv are differentiable and v(x)0v(x)\neq 0, then

f(x)=u(x)v(x)u(x)v(x)[v(x)]2.f'(x)=\frac{u'(x)\,v(x)-u(x)\,v'(x)}{\big[v(x)\big]^2}.

The order in the numerator does matter here because of the subtraction: it is always (derivative of top)(bottom) minus (top)(derivative of bottom), all over (bottom) squared.

Choosing the right rule

  • A product (two things multiplied): product rule.
  • A quotient (one thing divided by another): quotient rule, or rewrite as a product with a negative power and use the product and chain rules.
  • A sum or difference: differentiate term by term - no special rule needed.

Sometimes a quotient is easier as a product. For example exx2=exx2\dfrac{e^x}{x^2}=e^x x^{-2} can be differentiated with the product rule, which some students find less error-prone than the quotient rule. Both approaches give the same answer; choose whichever you can execute cleanly under exam pressure.

Products and quotients with a chain inside

The real exam difficulty is that the inner factors often need the chain rule themselves. For y=(2x+1)3exy=(2x+1)^3 e^{x}, treat it as a product with u=(2x+1)3u=(2x+1)^3 and v=exv=e^x. Here u=3(2x+1)2(2)=6(2x+1)2u'=3(2x+1)^2(2)=6(2x+1)^2 uses the chain rule, and v=exv'=e^x, so

dydx=6(2x+1)2ex+(2x+1)3ex=(2x+1)2ex(6+(2x+1))=(2x+1)2ex(2x+7).\frac{dy}{dx}=6(2x+1)^2 e^x+(2x+1)^3 e^x=(2x+1)^2 e^x\big(6+(2x+1)\big)=(2x+1)^2 e^x(2x+7).

Differentiate each factor fully (chain rule included) before substituting into the product or quotient rule, then factorise.

Common errors

Bringing it together

The product and quotient rules are the workhorses of Stage 2 differentiation. They combine constantly with the chain rule - for instance ddx[xe2x]\dfrac{d}{dx}\big[x e^{2x}\big] needs the product rule on the outside and the chain rule to differentiate e2xe^{2x}. Master identifying uu and vv cleanly, write the rule before substituting, and factorise your answer where possible so it is ready for the curve-sketching and optimisation applications that follow.

Exam-style practice questions

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

SACE 20232 marksCalculator-assumed. Find dydx\dfrac{dy}{dx} for y=ln(5x2)x2y = \dfrac{\ln(5x^2)}{x^2}. There is no need to simplify your answer.
Show worked answer →

This is a quotient, so use the quotient rule with u=ln(5x2)u = \ln(5x^2) and v=x2v = x^2.

First the derivatives of the parts. By the chain rule, u=10x5x2=2xu' = \dfrac{10x}{5x^2} = \dfrac{2}{x}. The denominator gives v=2xv' = 2x.

Apply the quotient rule uvuvv2\dfrac{u'v - uv'}{v^2}:

dydx=(2x)(x2)ln(5x2)(2x)(x2)2=2x2xln(5x2)x4.\frac{dy}{dx} = \frac{\left(\frac{2}{x}\right)(x^2) - \ln(5x^2)(2x)}{(x^2)^2} = \frac{2x - 2x\ln(5x^2)}{x^4}.

The question says there is no need to simplify, so full marks go to a correct unsimplified quotient-rule expression. One mark is for differentiating ln(5x2)\ln(5x^2) to 2x\dfrac{2}{x}, and one mark for the correct quotient-rule structure.

SACE 20223 marksCalculator-assumed. Determine dydx\dfrac{dy}{dx} for y=ex+exxy = \dfrac{e^x + e^{-x}}{x}. You do not need to simplify your answer.
Show worked answer →

Use the quotient rule with u=ex+exu = e^x + e^{-x} and v=xv = x.

Differentiate the parts: u=exexu' = e^x - e^{-x} (the chain rule sends exe^{-x} to ex-e^{-x}), and v=1v' = 1.

Quotient rule uvuvv2\dfrac{u'v - uv'}{v^2}:

dydx=(exex)x(ex+ex)(1)x2.\frac{dy}{dx} = \frac{(e^x - e^{-x})x - (e^x + e^{-x})(1)}{x^2}.

Marks: one for uu' with the correct sign on exe^{-x}, one for v=1v' = 1 with the quotient-rule set-up, and one for a correctly assembled final expression. No simplification is required.

SACE 20212 marksCalculator-free. Differentiate y=x2sinxy = x^2\sin x with respect to xx.
Show worked answer →

This is a product, so use the product rule with u=x2u = x^2 and v=sinxv = \sin x.

The derivatives of the parts are u=2xu' = 2x and v=cosxv' = \cos x.

Product rule uv+uvu'v + uv':

dydx=2xsinx+x2cosx.\frac{dy}{dx} = 2x\sin x + x^2\cos x.

Marks: one for the product-rule structure and one for both derivatives correct (u=2xu' = 2x and v=cosxv' = \cos x). Writing the derivative of sinx\sin x as cosx-\cos x is the usual slip.

ExamExplained