Skip to main content
VICMath MethodsSyllabus dot point

How are the first and second derivatives used to find tangent lines, classify stationary points and sketch curves?

Equations of tangents and normals to graphs of functions, stationary points and points of inflection, use of the first and second derivatives to classify stationary points, and curve sketching

A focused answer to the VCE Math Methods Unit 3 key-knowledge point on applications of differentiation. Equations of tangents and normals, stationary points classified by the first and second derivative tests, points of inflection, and curve sketching.

Generated by Claude Opus 4.810 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. Tangents and normals
  3. Stationary points
  4. Points of inflection
  5. Curve sketching
  6. Examples in context
  7. Try this

What this dot point is asking

VCAA wants you to use the first and second derivatives to extract information from a function. Specifically: find the equation of a tangent or normal line at a given point, locate stationary points by solving f(x)=0f'(x) = 0, classify them as local maximum, minimum or stationary point of inflection, locate points of inflection (concavity changes), and combine these with intercepts and end behaviour to sketch the curve.

Tangents and normals

Tangent line

At the point (a,f(a))(a, f(a)) on y=f(x)y = f(x), the tangent line has slope f(a)f'(a) and passes through (a,f(a))(a, f(a)). In point-slope form:

yf(a)=f(a)(xa)y - f(a) = f'(a) (x - a)

Normal line

The normal is perpendicular to the tangent at the same point, so its slope is 1f(a)-\frac{1}{f'(a)} (provided f(a)0f'(a) \neq 0):

yf(a)=1f(a)(xa)y - f(a) = -\frac{1}{f'(a)} (x - a)

If f(a)=0f'(a) = 0, the tangent is horizontal and the normal is vertical, with equation x=ax = a.

Standard pattern

Three steps every time.

  1. Compute f(a)f(a) to get the y-coordinate of the point.
  2. Compute f(a)f'(a) to get the tangent slope.
  3. Substitute into the point-slope form. For the normal, use the negative reciprocal slope.

Stationary points

A stationary point is where the tangent line is horizontal: f(x)=0f'(x) = 0.

To find them, solve f(x)=0f'(x) = 0. To classify each one, apply one of two tests.

First derivative test

Check the sign of f(x)f'(x) just before and just after the stationary point.

  • Sign change positive to negative: local maximum.
  • Sign change negative to positive: local minimum.
  • No sign change: stationary point of inflection (the function has a flat spot but does not turn).

Second derivative test

Evaluate f(x)f''(x) at the stationary point.

  • f(x)<0f''(x) < 0: local maximum (curve is concave down).
  • f(x)>0f''(x) > 0: local minimum (curve is concave up).
  • f(x)=0f''(x) = 0: test is inconclusive; fall back on the first derivative test.

The second derivative test is usually faster on Paper 1 if ff'' is easy to compute.

Points of inflection

A point of inflection is where the concavity of the curve changes: ff'' changes sign. To find candidates, solve f(x)=0f''(x) = 0. Then check that ff'' actually changes sign either side (not all roots of ff'' are inflection points; e.g. f(x)=x4f(x) = x^4 has f(0)=0f''(0) = 0 but no inflection at x=0x = 0).

If the inflection point is also a stationary point (so f(a)=0f'(a) = 0 and ff'' changes sign at aa), it is called a stationary point of inflection.

Curve sketching

To sketch y=f(x)y = f(x) in full, identify and mark:

  1. Domain. Where ff is defined.
  2. x-intercepts. Solve f(x)=0f(x) = 0.
  3. y-intercept. Compute f(0)f(0).
  4. Stationary points. Solve f(x)=0f'(x) = 0 and classify.
  5. Points of inflection. Where ff'' changes sign.
  6. Asymptotes. Vertical (where ff is undefined), horizontal (limit as x±x \to \pm \infty).
  7. End behaviour. Direction as x±x \to \pm \infty.

A typical Paper 1 sketch question asks for axis intercepts, stationary points and end behaviour. Section B of Paper 2 may also ask for asymptotes or inflection points.

Worked example

Sketch f(x)=x36x2+9xf(x) = x^3 - 6 x^2 + 9 x on R\mathbb{R}.

Intercepts. y-intercept: f(0)=0f(0) = 0. x-intercepts: factor x36x2+9x=x(x26x+9)=x(x3)2x^3 - 6 x^2 + 9 x = x(x^2 - 6 x + 9) = x(x - 3)^2. Zeros at x=0x = 0 (single root) and x=3x = 3 (double root).

Stationary points. f(x)=3x212x+9=3(x24x+3)=3(x1)(x3)f'(x) = 3 x^2 - 12 x + 9 = 3(x^2 - 4 x + 3) = 3 (x - 1)(x - 3). Stationary at x=1x = 1 and x=3x = 3.

f(x)=6x12f''(x) = 6 x - 12. At x=1x = 1: f(1)=6<0f''(1) = -6 < 0, local max. f(1)=16+9=4f(1) = 1 - 6 + 9 = 4. Point: (1,4)(1, 4).

At x=3x = 3: f(3)=6>0f''(3) = 6 > 0, local min. f(3)=2754+27=0f(3) = 27 - 54 + 27 = 0. Point: (3,0)(3, 0) (matches the double root touching the x-axis).

Point of inflection. f(x)=0f''(x) = 0 at x=2x = 2. f(2)=824+18=2f(2) = 8 - 24 + 18 = 2. Inflection at (2,2)(2, 2).

End behaviour. Cubic with positive leading coefficient: ff \to -\infty as xx \to -\infty, f+f \to +\infty as x+x \to +\infty.

The sketch rises from bottom left, crosses at (0,0)(0, 0), peaks at (1,4)(1, 4), passes through inflection (2,2)(2, 2), touches the x-axis at (3,0)(3, 0), then rises to the top right.

Examples in context

Example 1. Tangent to a cost curve. A firm's average cost is C(x)=x28x+20C(x) = x^2 - 8x + 20 for output xx. The tangent at x=5x = 5 has slope C(5)=2(5)8=2C'(5) = 2(5) - 8 = 2 and passes through (5,C(5))=(5,5)(5, C(5)) = (5, 5), so the tangent is y5=2(x5)y - 5 = 2(x - 5), i.e. y=2x5y = 2x - 5. The positive slope shows average cost is rising at this output level.

Example 2. Profit turning point. Profit is P(x)=x3+9x215xP(x) = -x^3 + 9x^2 - 15x (thousand dollars). Setting P(x)=3x2+18x15=3(x1)(x5)=0P'(x) = -3x^2 + 18x - 15 = -3(x - 1)(x - 5) = 0 gives x=1x = 1 and x=5x = 5. Since P(x)=6x+18P''(x) = -6x + 18, P(5)=12<0P''(5) = -12 < 0, so x=5x = 5 is a local maximum with profit P(5) = -125 + 225 - 75 = \25{,}000$.

Try this

Q1. Find the equation of the tangent to y=x2+1y = x^2 + 1 at x=2x = 2. [3 marks]

  • Cue. Point (2,5)(2, 5), slope f(2)=4f'(2) = 4; tangent y5=4(x2)y - 5 = 4(x - 2), i.e. y=4x3y = 4x - 3.

Q2. Find and classify the stationary points of f(x)=x312xf(x) = x^3 - 12x. [4 marks]

  • Cue. f(x)=3x212=3(x2)(x+2)f'(x) = 3x^2 - 12 = 3(x - 2)(x + 2); x=2x = -2 (max, f=12f'' = -12), x=2x = 2 (min, f=12f'' = 12).

Q3. Find the point of inflection of f(x)=x33x2+2f(x) = x^3 - 3x^2 + 2. [3 marks]

  • Cue. f(x)=6x6=0x=1f''(x) = 6x - 6 = 0 \Rightarrow x = 1; f(1)=0f(1) = 0, so inflection at (1,0)(1, 0).

Exam-style practice questions

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

2023 VCAA Paper 14 marksFind the equations of the tangent and the normal to the curve y=x23xy = x^2 - 3x at the point where x=2x = 2.
Show worked answer →

Find the point: y(2)=46=2y(2) = 4 - 6 = -2. Point of tangency: (2,2)(2, -2).

Find the slope: dydx=2x3\frac{dy}{dx} = 2x - 3. At x=2x = 2, the slope is 2(2)3=12(2) - 3 = 1.

Equation of tangent (point-slope form): y(2)=1(x2)y - (-2) = 1 (x - 2), so y=x4y = x - 4.

Slope of normal: perpendicular to the tangent, so slope =11=1= -\frac{1}{1} = -1.

Equation of normal: y(2)=1(x2)y - (-2) = -1 (x - 2), so y=xy = -x.

Markers reward correct point, correct tangent slope, point-slope substitution, and the perpendicular-slope rule for the normal.

2024 VCAA Paper 14 marksFind and classify the stationary points of f(x)=x33x29x+5f(x) = x^3 - 3x^2 - 9x + 5.
Show worked answer →

Differentiate: f(x)=3x26x9=3(x22x3)=3(x3)(x+1)f'(x) = 3x^2 - 6x - 9 = 3(x^2 - 2x - 3) = 3(x - 3)(x + 1).

Solve f(x)=0f'(x) = 0: x=3x = 3 or x=1x = -1.

Second derivative: f(x)=6x6f''(x) = 6x - 6.

At x=3x = 3: f(3)=186=12>0f''(3) = 18 - 6 = 12 > 0, so local minimum. f(3)=272727+5=22f(3) = 27 - 27 - 27 + 5 = -22. Point: (3,22)(3, -22).

At x=1x = -1: f(1)=66=12<0f''(-1) = -6 - 6 = -12 < 0, so local maximum. f(1)=13+9+5=10f(-1) = -1 - 3 + 9 + 5 = 10. Point: (1,10)(-1, 10).

Markers reward correct ff', both stationary x-values, the second-derivative classification, and the y-coordinates.

Related dot points