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

Rules For Differentiation

20 practice questions 1 video lesson Theory + worked examples

Master the rules for differentiation for Queensland Year 11 Mathematical Methods (QCAA). Rather than working from first principles every time, these shortcuts let you differentiate power and polynomial functions quickly and reliably.

You will learn the rule for differentiating a power of x, use the linearity of the derivative to work term by term, and solve where the gradient of the tangent is zero to find horizontal tangents.

Practice 20 questions
Practice questions

Every question with a fully worked solution.

Start practising
Watch 1 video(s)
  • Rules For Differentiation - Video - Differentiation of x^n where n is a positive integer Watch
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), once the derivative is known you differentiate quickly with rules: the power rule \(\dfrac{d}{dx}x^n=nx^{n-1}\), the constant-multiple rule and the sum/difference rule. This page applies them to polynomials term by term, rewrites products before differentiating, and evaluates \(f'(a)\) or solves \(f'(x)=0\).

The power rule says \(\dfrac{d}{dx}x^n=nx^{n-1}\) for a positive integer \(n\): multiply by the power, then reduce the power by one.

The constant-multiple rule says \(\dfrac{d}{dx}\big(cf(x)\big)=c\,f'(x)\), and the sum/difference rule (linearity) says \(\dfrac{d}{dx}\big(f\pm g\big)=f'\pm g'\). Together they let you differentiate a polynomial term by term. The derivative of a constant is \(0\).

Because \(f'(a)\) is the gradient of the tangent at \(x=a\), setting \(f'(x)=0\) locates the horizontal tangents of the curve.

Differentiate one term at a time. Bring the power down as a multiplier and subtract one from it; constants disappear, and coefficients are carried along unchanged.
Horizontal tangents where the derivative is zeroCubic y equals x cubed minus 6 x squared plus 9x with horizontal tangents at x=1 and x=3, where the derivative is zero. x y
On \(y=x^3-6x^2+9x\), \(f'(x)=0\) gives horizontal tangents at \(x=1\) and \(x=3\).
Derivative gives the tangent gradient at a pointParabola y equals x squared minus 4x plus 5 with the tangent at x=3 of gradient 2. x y
The derivative \(f'(3)=2\) is the gradient of the tangent to \(y=x^2-4x+5\) at \(x=3\).

Power rule (positive integer \(n\)):

\[\dfrac{d}{dx}\,x^n=n\,x^{n-1}\]
ddxxn=nxn-1

Constant-multiple and sum/difference (linearity):

\[\dfrac{d}{dx}\big(a\,f(x)\pm b\,g(x)\big)=a\,f'(x)\pm b\,g'(x)\]
ddx(af±bg)=af±bg
Constant rule: \(\dfrac{d}{dx}(c)=0\). A polynomial is differentiated term by term using the power rule on each term.

Differentiating a polynomial with the rules

  1. Rewrite first if needed: expand any product and write each term as a power of \(x\).
  2. Power rule on each term: multiply by the power, then subtract one from the power.
  3. Coefficients and constants: carry coefficients along; the derivative of a constant is \(0\).
  4. Evaluate or solve: substitute \(x=a\) for \(f'(a)\), or set \(f'(x)=0\) for horizontal tangents.
Example 1 — The power rule
Differentiate \(y=3x^4\).
Solution

Power rule — bring the power down, then reduce it by one:

\(\dfrac{dy}{dx}\)\(=\)\(3\times 4\,x^{4-1}\)
\(=\)\(12x^3\)

\(\dfrac{dy}{dx}=12x^3\).

Tangent gradient of y=3x to the fourthQuartic y equals 3 x to the fourth; its derivative is 12 x cubed. x y
dydx=12x3
Example 2 — A polynomial term by term
Differentiate \(f(x)=2x^3-5x^2+4x-7\).
Solution

Differentiate each term with the power rule:

\(f'(x)\)\(=\)\(2(3x^2)-5(2x)+4(1)-0\)
\(=\)\(6x^2-10x+4\)

The constant \(-7\) differentiates to \(0\); the term \(4x\) gives \(4\).

\(f'(x)=6x^2-10x+4\).

Tangent to y=2x cubed minus 5x squared plus 4x minus 7 at x=1Cubic with the tangent at x=1; the derivative is 6 x squared minus 10x plus 4. x y
f(x)=6x2-10x+4
Example 3 — Rewrite before differentiating
Differentiate \(y=x^2(3x-2)\).
Solution

Expand the product first (no product rule needed):

\(y\)\(=\)\(x^2(3x-2)\)
\(=\)\(3x^3-2x^2\)

Now differentiate term by term:

\(\dfrac{dy}{dx}\)\(=\)\(3(3x^2)-2(2x)\)
\(=\)\(9x^2-4x\)

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

Tangent to y=x squared times (3x minus 2) at x=1Curve y equals x squared times 3x minus 2, expanded to 3 x cubed minus 2 x squared, with the tangent at x=1. x y
dydx=9x2-4x
Example 4 — Solve \(f'(x)=0\), evaluate \(f'(a)\)
For \(f(x)=x^3-6x^2+9x\), find where the tangent is horizontal, and the gradient at \(x=2\).
Solution

Differentiate:

\(f'(x)\)\(=\)\(3x^2-12x+9\)

Horizontal tangent — solve \(f'(x)=0\):

\(3x^2-12x+9\)\(=\)\(0\)
\(3(x^2-4x+3)\)\(=\)\(0\)
\(3(x-1)(x-3)\)\(=\)\(0\)
\(x\)\(=\)\(1,\ 3\)

Gradient at \(x=2\) — substitute into \(f'\):

\(f'(2)\)\(=\)\(3(2)^2-12(2)+9\)
\(=\)\(12-24+9\)
\(=\)\(-3\)

Horizontal tangents at \(x=1\) and \(x=3\); \(f'(2)=-3\).

Where y=x cubed minus 6x squared plus 9x has horizontal tangentsCubic with horizontal tangents at x=1 and x=3 where the derivative equals zero. x y
f(2)=-3

Common pitfalls

Forgetting to reduce the power. \(\dfrac{d}{dx}x^4=4x^3\), not \(4x^4\). Multiply by the power and subtract one from it.
Differentiating a constant to itself. The derivative of any constant is \(0\); \(\dfrac{d}{dx}(-7)=0\), not \(-7\).
Reaching for a product rule too soon. In Year 11 you expand a product like \(x^2(3x-2)\) first, then differentiate term by term.
Mishandling \(bx\). \(\dfrac{d}{dx}(4x)=4\) (since \(x^1\to1\)), and \(\dfrac{d}{dx}(x)=1\).

Frequently asked questions

What is the power rule for differentiation?

For a positive integer \(n\), \(\dfrac{d}{dx}x^n=nx^{n-1}\): multiply by the power and reduce the power by one.

How do you differentiate a whole polynomial?

Differentiate each term separately with the power rule and add the results; this is the sum/difference and constant-multiple rules.

What is the derivative of a constant?

Zero. A constant term has no \(x\), so it does not change and \(\dfrac{d}{dx}(c)=0\).

Do you expand brackets before differentiating?

Yes, in Year 11. Expand a product such as \(x^2(3x-2)=3x^3-2x^2\) first, then differentiate term by term.

How do you find where a curve has a horizontal tangent?

Differentiate, set \(f'(x)=0\) and solve, because a horizontal tangent has gradient \(0\).