Skip to main content
VICMath Methods

VCE Math Methods functions, graphs and transformations: the 2026 guide

A complete guide to VCE Math Methods Areas of Study 1 and 2 for Units 3 and 4. Polynomial, exponential, logarithmic and circular functions, transformations (dilation, reflection, translation), composite and inverse functions, plus the algebra you need without CAS in Paper 1.

Generated by Claude Opus 4.820 min readVCAA-MM-AOS-1-2

Reviewed by: AI editorial process; not yet individually human-reviewed

Jump to a section
  1. What functions and transformations are really asking
  2. Polynomial functions
  3. Exponential and logarithmic functions
  4. Circular (trig) functions
  5. Transformations
  6. Composite and inverse functions
  7. How functions and transformations are examined
  8. Practice strategy
  9. Check your knowledge

What functions and transformations are really asking

VCE Math Methods Areas of Study 1 and 2 cover the function families and the algebra you need to manipulate them. Together they account for roughly 40 percent of the course content and a similar share of exam marks.

These areas are where Paper 1 (Tech-Free) lives most heavily. CAS calculators trivialise much of the calculus and statistics work, but Paper 1 forces students to do polynomial division, exact-value trig, log laws, and transformation algebra by hand. Students who skip this fluency rely on Paper 2 (Tech-Active) marks and cap their study scores in the high 30s.

Polynomial functions

The standard polynomial families examined are quadratic (f(x)=ax2+bx+cf(x) = ax^2 + bx + c), cubic (f(x)=ax3+bx2+cx+df(x) = ax^3 + bx^2 + cx + d), and quartic. Their key features:

  • Quadratic. One turning point. Discriminant Ξ”=b2βˆ’4ac\Delta = b^2 - 4ac tells you the number of real roots. The vertex is at x=βˆ’b/(2a)x = -b/(2a).
  • Cubic. Up to two turning points. Always has at least one real root. Standard factored forms include f(x)=a(xβˆ’p)(xβˆ’q)(xβˆ’r)f(x) = a(x - p)(x - q)(x - r) for three distinct roots and f(x)=a(xβˆ’p)2(xβˆ’q)f(x) = a(x - p)^2(x - q) for a repeated root at x=px = p.
  • Quartic. Up to three turning points. May have 0, 2 or 4 real roots. The most common quartic examined has two repeated roots, f(x)=a(xβˆ’p)2(xβˆ’q)2f(x) = a(x - p)^2(x - q)^2.

The factor and remainder theorems

Remainder theorem. When polynomial f(x)f(x) is divided by (xβˆ’a)(x - a), the remainder is f(a)f(a).

Factor theorem. (xβˆ’a)(x - a) is a factor of f(x)f(x) if and only if f(a)=0f(a) = 0.

Exponential and logarithmic functions

The default exponential and log in VCE Math Methods are base ee (the natural exponential and natural log, ln⁑\ln).

Exponential. f(x)=exf(x) = e^x has domain R\mathbb{R}, range (0,∞)(0, \infty), horizontal asymptote y=0y = 0. Always positive. Increasing for x∈Rx \in \mathbb{R}.

Logarithm. f(x)=ln⁑(x)f(x) = \ln(x) has domain (0,∞)(0, \infty), range R\mathbb{R}, vertical asymptote x=0x = 0. The inverse of exe^x. The graphs reflect across y=xy = x.

Log laws (these are Paper 1 staples):

  • ln⁑(ab)=ln⁑(a)+ln⁑(b)\ln(ab) = \ln(a) + \ln(b)
  • ln⁑(a/b)=ln⁑(a)βˆ’ln⁑(b)\ln(a/b) = \ln(a) - \ln(b)
  • ln⁑(an)=nln⁑(a)\ln(a^n) = n \ln(a)
  • Change of base: log⁑b(a)=ln⁑(a)/ln⁑(b)\log_b(a) = \ln(a) / \ln(b)

Circular (trig) functions

The three primary trig functions in VCE Math Methods are sin, cos and tan, all in radians.

Standard exact values (Paper 1 essential).

angle sin cos tan
00 00 11 00
Ο€/6\pi/6 1/21/2 3/2\sqrt{3}/2 1/31/\sqrt{3}
Ο€/4\pi/4 2/2\sqrt{2}/2 2/2\sqrt{2}/2 11
Ο€/3\pi/3 3/2\sqrt{3}/2 1/21/2 3\sqrt{3}
Ο€/2\pi/2 11 00 undefined

The unit-circle signs (ASTC): in quadrant 1, all positive. Quadrant 2, sin positive only. Quadrant 3, tan positive only. Quadrant 4, cos positive only.

Standard transformation form. y=asin⁑(b(xβˆ’h))+ky = a \sin(b(x - h)) + k has amplitude ∣a∣|a|, period 2Ο€/b2\pi/b, horizontal shift hh, and midline y=ky = k.

Transformations

The standard transformation form in VCE Math Methods is y=aβ‹…f(b(xβˆ’h))+ky = a \cdot f(b(x - h)) + k. The four components.

  • aa (vertical dilation by factor ∣a∣|a|, reflection in the x-axis if a<0a < 0). Multiplies y-values.
  • bb (horizontal dilation by factor 1/∣b∣1/|b|, reflection in the y-axis if b<0b < 0). Compresses or stretches x-values. Note the reciprocal: b=2b = 2 compresses horizontally by factor 2.
  • hh (horizontal translation right by hh). Negative hh means translation left.
  • kk (vertical translation up by kk). Negative kk means translation down.

Order of operations. When describing transformations in words, the conventional order is dilation, reflection, then translation. So y=2sin⁑(3(xβˆ’Ο€/4))+1y = 2\sin(3(x - \pi/4)) + 1 is "dilation by factor 2 from the x-axis, dilation by factor 1/3 from the y-axis, translation Ο€/4\pi/4 to the right, translation 1 up."

Composite and inverse functions

Composite functions

(f∘g)(x)=f(g(x))(f \circ g)(x) = f(g(x)).

Existence condition. The range of gg must be a subset of the domain of ff. If not, f∘gf \circ g is not defined.

Inverse functions

For fβˆ’1f^{-1} to exist, ff must be one-to-one.

Finding the inverse. Swap xx and yy, then solve for yy.

Graphical property. The graph of fβˆ’1f^{-1} is the reflection of ff in the line y=xy = x.

Domain of fβˆ’1f^{-1}: equals the range of ff. Range of fβˆ’1f^{-1}: equals the domain of ff. Pay attention to domain restrictions; they often appear in Paper 2 multi-part questions.

How functions and transformations are examined

In the VCE Math Methods exams:

  • Paper 1 (Tech-Free). Roughly 12-15 marks across the two areas. Standard patterns include factorise this cubic, solve this exponential equation exactly, sketch this transformed function with key features, find the rule of this transformed function from a graph.
  • Paper 2 Section A (Tech-Active, multiple choice). 6-8 multiple-choice questions across the two areas. Standard patterns include identify the transformation, find the inverse, determine the domain of a composite.
  • Paper 2 Section B (Tech-Active, extended response). Often a long modelling question that uses a function from one of the families (a logistic-like rational function for population growth, a sinusoidal model for tides). These integrate calculus too.

Practice strategy

For VCE Math Methods functions and transformations:

  • Terms 1 and 2 of Year 12. Master the factor theorem, log laws, exact-value trig. These are SAC content too.
  • Term 3. Drill Paper 1 algebra weekly. Aim for 30-40 short questions per week from past VCAA papers (2023 onwards under the current study design).
  • Term 4. Full timed Paper 1 papers. Score Paper 1 separately to identify weak areas before the final week.

See our VCE Math Methods practice questions for prompts modelled on VCAA past papers.

Check your knowledge

Eight questions, increasing in difficulty. Attempt the Tech-Free set without a calculator; Tech-Active questions may use CAS.

Tech-Free (Paper 1 style)

  1. Factorise f(x)=2x3+x2βˆ’7xβˆ’6f(x) = 2x^3 + x^2 - 7x - 6 over the rationals.
  2. Solve log⁑2(x)+log⁑2(xβˆ’3)=2\log_2(x) + \log_2(x - 3) = 2 for xx.
  3. Solve cos⁑(x)=βˆ’12\cos(x) = -\frac{1}{2} for x∈[0,2Ο€]x \in [0, 2\pi].
  4. The function f(x)=3(xβˆ’1)2+2f(x) = 3(x - 1)^2 + 2 is given. State the transformations applied to y=x2y = x^2 to produce ff, and state the range.
  5. Find the inverse of f(x)=2x+1xβˆ’3f(x) = \frac{2x + 1}{x - 3}, xβ‰ 3x \neq 3.

Tech-Active (Paper 2 style)

  1. Let f(x)=ln⁑(xβˆ’2)f(x) = \ln(x - 2) and g(x)=e2x+2g(x) = e^{2x} + 2. State the range of gg and explain why f∘gf \circ g exists for all x∈Rx \in \mathbb{R}.
  2. The function h(x)=asin⁑(bx)+ch(x) = a\sin(b x) + c has amplitude 3, period Ο€\pi, and midline y=βˆ’1y = -1, with a>0a > 0 and b>0b > 0. State the values of aa, bb and cc.
  3. Find the values of kk for which the system y=x2+1y = x^2 + 1 and y=kxy = kx has exactly two solutions.

Solutions

Q1
Trial x=βˆ’1x = -1: f(βˆ’1)=βˆ’2+1+7βˆ’6=0f(-1) = -2 + 1 + 7 - 6 = 0, so (x+1)(x + 1) is a factor. Divide: 2x3+x2βˆ’7xβˆ’6=(x+1)(2x2βˆ’xβˆ’6)2x^3 + x^2 - 7x - 6 = (x + 1)(2x^2 - x - 6). Factorise the quadratic: 2x2βˆ’xβˆ’6=(2x+3)(xβˆ’2)2x^2 - x - 6 = (2x + 3)(x - 2). Final: f(x)=(x+1)(2x+3)(xβˆ’2)f(x) = (x + 1)(2x + 3)(x - 2).
Q2
Combine using the log product law: log⁑2(x(xβˆ’3))=2\log_2(x(x - 3)) = 2, so x(xβˆ’3)=4x(x - 3) = 4, giving x2βˆ’3xβˆ’4=0x^2 - 3x - 4 = 0 and (xβˆ’4)(x+1)=0(x - 4)(x + 1) = 0. So x=4x = 4 or x=βˆ’1x = -1. The original log⁑2(x)\log_2(x) requires x>0x > 0 and log⁑2(xβˆ’3)\log_2(x - 3) requires x>3x > 3. Only x=4x = 4 satisfies both.
Q3
cos⁑\cos is negative in quadrants 2 and 3. The reference angle for cos⁑=1/2\cos = 1/2 is Ο€/3\pi/3. So x=Ο€βˆ’Ο€/3=2Ο€/3x = \pi - \pi/3 = 2\pi/3 or x=Ο€+Ο€/3=4Ο€/3x = \pi + \pi/3 = 4\pi/3.
Q4
Compared to y=x2y = x^2: dilation by factor 3 from the x-axis, translation 1 to the right, translation 2 up. The vertex is at (1,2)(1, 2) and the parabola opens upward, so the range is [2,∞)[2, \infty).
Q5
Swap xx and yy: x=2y+1yβˆ’3x = \frac{2y + 1}{y - 3}. Multiply through: x(yβˆ’3)=2y+1x(y - 3) = 2y + 1, so xyβˆ’3x=2y+1xy - 3x = 2y + 1 and y(xβˆ’2)=3x+1y(x - 2) = 3x + 1. Solve: y=3x+1xβˆ’2y = \frac{3x + 1}{x - 2}. So fβˆ’1(x)=3x+1xβˆ’2f^{-1}(x) = \frac{3x + 1}{x - 2}, xβ‰ 2x \neq 2.
Q6
The range of g(x)=e2x+2g(x) = e^{2x} + 2 is (2,∞)(2, \infty) because e2x>0e^{2x} > 0 for all xx. The domain of f(x)=ln⁑(xβˆ’2)f(x) = \ln(x - 2) is (2,∞)(2, \infty). Since the range of gg is a subset of the domain of ff (in fact they are equal as open intervals), f∘gf \circ g exists for all x∈Rx \in \mathbb{R}. The rule is (f∘g)(x)=ln⁑(e2x+2βˆ’2)=ln⁑(e2x)=2x(f \circ g)(x) = \ln(e^{2x} + 2 - 2) = \ln(e^{2x}) = 2x.
Q7
Amplitude 33 gives a=3a = 3. Period Ο€\pi gives b=2Ο€/Ο€=2b = 2\pi / \pi = 2. Midline y=βˆ’1y = -1 gives c=βˆ’1c = -1. So h(x)=3sin⁑(2x)βˆ’1h(x) = 3\sin(2x) - 1.
Q8
Equate: x2+1=kxx^2 + 1 = kx, so x2βˆ’kx+1=0x^2 - kx + 1 = 0. For exactly two solutions the discriminant must be strictly positive: k2βˆ’4>0k^2 - 4 > 0, so k2>4k^2 > 4, giving k<βˆ’2k < -2 or k>2k > 2.
  • math-methods
  • functions
  • transformations
  • polynomials
  • exponentials
  • logarithms
  • trigonometry
  • vce-math-methods
  • year-12
  • 2026