← Unit 3

VICMath MethodsSyllabus dot point

How are polynomial, power and modulus functions defined, and what are the key features of their graphs?

Graphs of polynomial functions and key features including stationary points and points of inflection, intercepts, asymptotes, end behaviour, and the graphs of power functions $f(x) = x^n$ for $n \in Q$ and the modulus function $f(x) = |x|$

A focused answer to the VCE Math Methods Unit 3 key-knowledge point on polynomial, power and modulus functions. Cubic and quartic shapes, rational powers including square root and cube root, the modulus graph, and the standard exam patterns.

Generated by Claude OpusReviewed by Better Tuition Academy9 min answer

Have a quick question? Jump to the Q&A page

What this dot point is asking

VCAA wants the standard graph shapes for polynomial functions up to quartic, the rational-power family f(x)=xnf(x) = x^n for n∈Qn \in Q (including the square root and cube root), and the modulus function. You need to identify key features (intercepts, turning points, end behaviour, asymptotes if any) and sketch transformed versions cleanly.

Polynomial functions

A polynomial of degree nn has the form f(x)=anxn+anβˆ’1xnβˆ’1+β‹―+a1x+a0f(x) = a_n x^n + a_{n-1} x^{n-1} + \dots + a_1 x + a_0 with anβ‰ 0a_n \neq 0. The end behaviour is dictated by the leading term anxna_n x^n.

Quadratics

f(x)=ax2+bx+cf(x) = a x^2 + b x + c with one turning point at x=βˆ’b2ax = -\frac{b}{2a}. The discriminant Ξ”=b2βˆ’4ac\Delta = b^2 - 4ac tells you the number of real roots: two if Ξ”>0\Delta > 0, one (repeated) if Ξ”=0\Delta = 0, none if Ξ”<0\Delta < 0. Standard forms: general ax2+bx+ca x^2 + b x + c, factored a(xβˆ’p)(xβˆ’q)a(x - p)(x - q), turning-point a(xβˆ’h)2+ka(x - h)^2 + k.

Cubics

f(x)=ax3+bx2+cx+df(x) = a x^3 + b x^2 + c x + d has up to two stationary points and at least one real root. Standard factored forms:

  • Three distinct real roots: f(x)=a(xβˆ’p)(xβˆ’q)(xβˆ’r)f(x) = a(x - p)(x - q)(x - r).
  • A repeated root: f(x)=a(xβˆ’p)2(xβˆ’q)f(x) = a(x - p)^2 (x - q). The graph touches the x-axis at x=px = p (without crossing) and crosses at x=qx = q.
  • One real root: f(x)=a(xβˆ’p)(x2+bx+c)f(x) = a(x - p)(x^2 + b x + c) with the quadratic factor irreducible.

For a positive leading coefficient, the cubic rises from bottom left to top right. For a negative leading coefficient, it falls from top left to bottom right.

Quartics

f(x)=ax4+…f(x) = a x^4 + \dots has up to three stationary points and 0, 2 or 4 real roots. Common factored form f(x)=a(xβˆ’p)2(xβˆ’q)2f(x) = a(x - p)^2 (x - q)^2 has a positive-leading "W" shape if a>0a > 0, touching the x-axis at x=px = p and x=qx = q.

Key features to identify

For any polynomial sketch, mark all of:

  • x-intercepts (solve f(x)=0f(x) = 0 via the factor theorem)
  • y-intercept (f(0)f(0))
  • Stationary points (fβ€²(x)=0f'(x) = 0, classify with fβ€²β€²f'' or sign analysis)
  • End behaviour from the leading term

Power functions

A power function has the form f(x)=xnf(x) = x^n for some rational nn. The shape depends on the sign and form of nn.

Positive integer powers

f(x)=xnf(x) = x^n for n∈{1,2,3,… }n \in \{1, 2, 3, \dots\}. Even powers (x2x^2, x4x^4) are symmetric in the y-axis with a minimum at the origin. Odd powers (x3x^3, x5x^5) are symmetric about the origin with a stationary point of inflection at the origin.

Negative integer powers

f(x)=xβˆ’n=1xnf(x) = x^{-n} = \frac{1}{x^n} for n∈{1,2,3,… }n \in \{1, 2, 3, \dots\}. These have a vertical asymptote at x=0x = 0 and a horizontal asymptote at y=0y = 0. Maximal domain is Rβˆ–{0}\mathbb{R} \setminus \{0\}.

For n=1n = 1: f(x)=1xf(x) = \frac{1}{x}, hyperbola in quadrants 1 and 3.

For n=2n = 2: f(x)=1x2f(x) = \frac{1}{x^2}, both branches in the upper half-plane.

Fractional powers (roots)

f(x)=x1/nf(x) = x^{1/n} for n∈{2,3,4,… }n \in \{2, 3, 4, \dots\}.

Square root f(x)=x=x1/2f(x) = \sqrt{x} = x^{1/2}. Maximal domain [0,∞)[0, \infty), range [0,∞)[0, \infty). The graph starts at the origin and curves up and right.

Cube root f(x)=x3=x1/3f(x) = \sqrt[3]{x} = x^{1/3}. Maximal domain R\mathbb{R}, range R\mathbb{R}. Passes through the origin with a vertical tangent. Odd-symmetric (rotation symmetric about the origin).

General fractional powers f(x)=xp/qf(x) = x^{p/q} with gcd⁑(p,q)=1\gcd(p, q) = 1 are defined on [0,∞)[0, \infty) when qq is even and on R\mathbb{R} when qq is odd.

The modulus function

f(x)=∣x∣f(x) = |x| is defined piecewise:

∣x∣={xifΒ xβ‰₯0βˆ’xifΒ x<0|x| = \begin{cases} x & \text{if } x \geq 0 \\ -x & \text{if } x < 0 \end{cases}

The graph is a V-shape with vertex at the origin, range [0,∞)[0, \infty).

Standard transformations follow the usual form y=a∣b(xβˆ’h)∣+ky = a|b(x - h)| + k. For example, y=∣xβˆ’2βˆ£βˆ’1y = |x - 2| - 1 is the V-shape translated 2 right and 1 down, with vertex at (2,βˆ’1)(2, -1).

A useful identity: ∣x∣2=x2|x|^2 = x^2, and x2=∣x∣\sqrt{x^2} = |x| (not xx).

Worked example

Sketch f(x)=βˆ’2(x+1)2(xβˆ’2)f(x) = -2(x + 1)^2 (x - 2) for x∈Rx \in \mathbb{R}.

Leading term: βˆ’2x3-2 x^3, so cubic shape falling from top left to bottom right.

x-intercepts: x=βˆ’1x = -1 (repeated root, touches the axis) and x=2x = 2 (crosses).

y-intercept: f(0)=βˆ’2(1)(βˆ’2)=4f(0) = -2 (1) (-2) = 4.

For stationary points, fβ€²(x)=βˆ’2β‹…[2(x+1)(xβˆ’2)+(x+1)2]=βˆ’2(x+1)[2(xβˆ’2)+(x+1)]=βˆ’2(x+1)(3xβˆ’3)=βˆ’6(x+1)(xβˆ’1)f'(x) = -2 \cdot [2(x+1)(x-2) + (x+1)^2] = -2(x+1)[2(x-2) + (x+1)] = -2(x+1)(3x - 3) = -6(x+1)(x-1). So fβ€²(x)=0f'(x) = 0 at x=βˆ’1x = -1 and x=1x = 1. The point (βˆ’1,0)(-1, 0) is on the x-axis (the repeated root), and f(1)=βˆ’2(2)2(βˆ’1)=8f(1) = -2 (2)^2 (-1) = 8, so (1,8)(1, 8) is a local maximum.

Common traps

Confusing the shape at a repeated root. A double root means the graph touches the x-axis without crossing. A triple root means the graph crosses with a stationary point of inflection.

Forgetting domain restrictions on rational power functions. x\sqrt{x} is defined only for xβ‰₯0x \geq 0; x3\sqrt[3]{x} is defined for all real xx.

Treating ∣x∣|x| like xx. ∣x∣|x| is never negative. x2=∣x∣\sqrt{x^2} = |x|, not xx, when xx could be negative.

Mixing up end behaviour. For an odd-degree polynomial with negative leading coefficient, the graph falls from top left to bottom right (opposite to the positive case).

In one sentence

Polynomial, power and modulus functions form the algebraic graph families of VCE Math Methods Unit 3: cubics and quartics from factor-theorem analysis, power functions xnx^n for rational nn with their characteristic shapes (square root, cube root, hyperbola), and the V-shaped modulus graph.

Past exam questions, worked

Real questions from past VCAA papers on this dot point, with our answer explainer.

2023 VCAA Paper 13 marksSketch the graph of $y = (x - 1)^2 (x + 2)$, showing all axis intercepts and stationary points.
Show worked answer β†’

Factored form already gives x-intercepts. y=0y = 0 when x=1x = 1 (double root, touches the axis) or x=βˆ’2x = -2 (single root, crosses).

y-intercept: y(0)=(βˆ’1)2(2)=2y(0) = (-1)^2 (2) = 2.

Differentiate to locate stationary points. Expand or use the product rule: y=(xβˆ’1)2(x+2)y = (x-1)^2(x+2), so yβ€²=2(xβˆ’1)(x+2)+(xβˆ’1)2=(xβˆ’1)[2(x+2)+(xβˆ’1)]=(xβˆ’1)(3x+3)=3(xβˆ’1)(x+1)y' = 2(x-1)(x+2) + (x-1)^2 = (x-1)[2(x+2) + (x-1)] = (x-1)(3x+3) = 3(x-1)(x+1).

yβ€²=0y' = 0 at x=1x = 1 and x=βˆ’1x = -1. At x=1x = 1, y=0y = 0 (the repeated root, a local minimum). At x=βˆ’1x = -1, y=(βˆ’2)2(1)=4y = (-2)^2 (1) = 4 (a local maximum).

Sketch: cubic shape rising from bottom left, crossing at x=βˆ’2x = -2, peaking at (βˆ’1,4)(-1, 4), touching the x-axis at (1,0)(1, 0), then rising to the top right.

Markers reward correct intercepts, correct stationary points with classification, and the right end behaviour for a positive-leading cubic.

2024 VCAA Paper 22 marksState the maximal domain and range of $f(x) = \sqrt{x - 3}$.
Show worked answer β†’

The square root is defined only when the radicand is non-negative.

Maximal domain: xβˆ’3β‰₯0x - 3 \geq 0, so x∈[3,∞)x \in [3, \infty).

Range: xβˆ’3β‰₯0\sqrt{x - 3} \geq 0, so the range is [0,∞)[0, \infty).

Markers want interval notation, not inequalities, and both endpoints stated.

Related dot points