Skip to main content
QLDMath MethodsSyllabus dot point

Topic 3: Introduction to differential calculus

Apply the power rule, the sum rule, and the constant-multiple rule to differentiate polynomial functions, and use the derivative to find tangent and normal line equations

A focused answer to the QCE Math Methods Unit 2 dot point on the power rule and combined-rule differentiation of polynomials. States the rules, applies them to a fourth-degree polynomial, and works the QCAA-style tangent-line problem at a specified point.

Generated by Claude Opus 4.87 min answer

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 three rules
  3. Why the rules let you differentiate any polynomial
  4. Standard manipulations
  5. Higher derivatives
  6. Tangent and normal lines
  7. Rewriting before differentiating

What this dot point is asking

QCAA wants you to differentiate polynomial functions using the three core rules (power, sum, constant multiple), and to use the derivative as the gradient function for tangent and normal line problems.

The three rules

Power rule. For any rational nn:

ddxxn=nxnβˆ’1\frac{d}{dx} x^n = n x^{n-1}

This was proved from first principles for positive integer nn in the previous dot point. The same form holds for nn rational or negative, with the standard domain restrictions.

Sum (and difference) rule. The derivative of a sum is the sum of the derivatives:

ddx[f(x)+g(x)]=fβ€²(x)+gβ€²(x)\frac{d}{dx} [f(x) + g(x)] = f'(x) + g'(x)

Constant multiple rule. A constant pulls outside the derivative:

ddx[cf(x)]=cfβ€²(x)\frac{d}{dx} [c f(x)] = c f'(x)

Constant function. The derivative of a constant is zero:

ddxc=0\frac{d}{dx} c = 0

Combined, these let you differentiate any polynomial term by term.

Why the rules let you differentiate any polynomial

A polynomial is a sum of constant multiples of powers of xx, so the constant-multiple rule handles each coefficient, the power rule handles each power, and the sum rule combines them. That is why differentiation of a polynomial is purely mechanical: apply the power rule to every term, multiply by its coefficient, and add. The same three rules underpin the calculus of more complicated functions in Year 12, where they combine with the product, quotient and chain rules.

Standard manipulations

Coefficient times power
ddx(5x3)=5β‹…3x2=15x2\dfrac{d}{dx} (5 x^3) = 5 \cdot 3 x^2 = 15 x^2.
Negative power
ddx(xβˆ’2)=βˆ’2xβˆ’3=βˆ’2/x3\dfrac{d}{dx} (x^{-2}) = -2 x^{-3} = -2/x^3.
Rational power
ddx(x1/2)=12xβˆ’1/2=1/(2x)\dfrac{d}{dx} (x^{1/2}) = \tfrac{1}{2} x^{-1/2} = 1/(2 \sqrt x).
Combine terms before differentiating
Expand brackets and split fractions if needed. For x3βˆ’2xx\dfrac{x^3 - 2x}{x}, first simplify to x2βˆ’2x^2 - 2, then differentiate to 2x2x.

Higher derivatives

Differentiating a polynomial gives another polynomial, which can itself be differentiated. The second derivative fβ€²β€²(x)f''(x) measures the rate of change of the gradient and describes concavity: fβ€²β€²(x)>0f''(x) > 0 means the curve is concave up (holding water) and fβ€²β€²(x)<0f''(x) < 0 means concave down. For f(x)=2x3βˆ’5x2+4xβˆ’1f(x) = 2x^3 - 5x^2 + 4x - 1, the first derivative is 6x2βˆ’10x+46x^2 - 10x + 4 and the second is 12xβˆ’1012x - 10. Second derivatives become important when classifying stationary points and analysing motion, where they represent acceleration.

Tangent and normal lines

The tangent to y=f(x)y = f(x) at x=ax = a:

  • Point: (a,f(a))(a, f(a)).
  • Gradient: m=fβ€²(a)m = f'(a).
  • Equation: yβˆ’f(a)=fβ€²(a)(xβˆ’a)y - f(a) = f'(a) (x - a).

The normal at the same point:

  • Perpendicular to the tangent.
  • Gradient: βˆ’1/fβ€²(a)-1/f'(a) (provided fβ€²(a)β‰ 0f'(a) \neq 0).
  • Equation: yβˆ’f(a)=βˆ’1fβ€²(a)(xβˆ’a)y - f(a) = -\dfrac{1}{f'(a)} (x - a).

If fβ€²(a)=0f'(a) = 0 the tangent is horizontal and the normal is vertical (x=ax = a).

Rewriting before differentiating

The power rule applies cleanly only to terms in the form cxncx^n, so an expression must first be put into that shape. Expand any brackets, split fractions over a common denominator, and rewrite roots and reciprocals as powers: x\sqrt x becomes x1/2x^{1/2}, and 1x2\dfrac{1}{x^2} becomes xβˆ’2x^{-2}. Skipping this step is the most common reason a derivative comes out wrong, because the power rule cannot be applied to a product or quotient directly at this stage of the course.

Exam-style practice questions

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

QCAA 20225 marksPaper 2 (complex familiar). For f(x)=2x3βˆ’5x2+4xβˆ’1f(x) = 2x^3 - 5x^2 + 4x - 1, determine (a) fβ€²(x)f'(x), (b) the gradient at x=2x = 2, (c) the equation of the tangent at (2,f(2))(2, f(2)).
Show worked answer β†’

(a) Power rule term by term: fβ€²(x)=6x2βˆ’10x+4f'(x) = 6x^2 - 10x + 4.

(b) fβ€²(2)=6(4)βˆ’10(2)+4=8f'(2) = 6(4) - 10(2) + 4 = 8.

(c) f(2)=16βˆ’20+8βˆ’1=3f(2) = 16 - 20 + 8 - 1 = 3, so the point is (2,3)(2, 3) with gradient 88. Tangent: yβˆ’3=8(xβˆ’2)y - 3 = 8(x - 2), so y=8xβˆ’13y = 8x - 13.

Markers reward the term-by-term derivative, the gradient at the point, and the tangent in point-slope form.

QCAA 20234 marksPaper 1 (technique). For y=2x3βˆ’xxy = \dfrac{2x^3 - x}{x} (where xβ‰ 0x \neq 0), (a) determine dydx\dfrac{dy}{dx} by first simplifying, and (b) determine the gradient of the normal at x=1x = 1.
Show worked answer β†’

(a) Simplify first: y=2x3βˆ’xx=2x2βˆ’1y = \dfrac{2x^3 - x}{x} = 2x^2 - 1, so dydx=4x\dfrac{dy}{dx} = 4x.

(b) At x=1x = 1 the tangent gradient is 44, so the normal gradient is βˆ’14-\dfrac{1}{4}.

Markers reward simplifying before differentiating, the derivative, and the negative-reciprocal normal gradient.

Related dot points