← Math Methods guides

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 OpusReviewed by Better Tuition Academy12 min readVCAA-MM-AOS-1-2

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 (technology-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 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.

A typical Paper 1 question: factorise f(x)=x3βˆ’4x2+x+6f(x) = x^3 - 4x^2 + x + 6 over the rationals.

Step 1, trial small integers. f(βˆ’1)=βˆ’1βˆ’4βˆ’1+6=0f(-1) = -1 - 4 - 1 + 6 = 0. So (x+1)(x + 1) is a factor.

Step 2, divide. x3βˆ’4x2+x+6=(x+1)(x2βˆ’5x+6)x^3 - 4x^2 + x + 6 = (x + 1)(x^2 - 5x + 6).

Step 3, factorise the quadratic. x2βˆ’5x+6=(xβˆ’2)(xβˆ’3)x^2 - 5x + 6 = (x - 2)(x - 3).

Final: f(x)=(x+1)(xβˆ’2)(xβˆ’3)f(x) = (x + 1)(x - 2)(x - 3).

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):

  • IMATH_33
  • IMATH_34
  • IMATH_35
  • Change of base: IMATH_36

A typical Paper 1 question: solve e2xβˆ’5ex+6=0e^{2x} - 5e^x + 6 = 0 exactly.

Let u=exu = e^x. Then u2βˆ’5u+6=0u^2 - 5u + 6 = 0, so (uβˆ’2)(uβˆ’3)=0(u - 2)(u - 3) = 0, giving u=2u = 2 or u=3u = 3. So ex=2e^x = 2 giving x=ln⁑2x = \ln 2, or ex=3e^x = 3 giving x=ln⁑3x = \ln 3.

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
IMATH_47 IMATH_48 IMATH_49 IMATH_50
IMATH_51 IMATH_52 IMATH_53 IMATH_54
IMATH_55 IMATH_56 IMATH_57 IMATH_58
IMATH_59 IMATH_60 IMATH_61 IMATH_62
IMATH_63 IMATH_64 IMATH_65 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 x-axis if a<0a < 0).** Multiplies y-values.
  • **bb (horizontal dilation by factor 1/∣b∣1/|b|, reflection in 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.

Example. f(x)=ln⁑(x)f(x) = \ln(x) has domain (0,∞)(0, \infty). g(x)=x2βˆ’4g(x) = x^2 - 4 has range [βˆ’4,∞)[-4, \infty). Since the range of gg includes negative numbers and 0 (which are not in the domain of ff), f∘gf \circ g is not defined on all of R\mathbb{R}. We must restrict gg's domain to where g(x)>0g(x) > 0, i.e. x∈(βˆ’βˆž,βˆ’2)βˆͺ(2,∞)x \in (-\infty, -2) \cup (2, \infty).

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.

Example. f(x)=2x+3f(x) = 2x + 3. Let y=2x+3y = 2x + 3. Swap: x=2y+3x = 2y + 3. Solve: y=(xβˆ’3)/2y = (x - 3)/2. So fβˆ’1(x)=(xβˆ’3)/2f^{-1}(x) = (x - 3)/2.

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.

Common Paper 1 traps

Skipping the by-hand algebra. Paper 1 has no CAS. If you cannot do polynomial division, exact-value trig, or log manipulation cleanly without a calculator, you will lose marks at speed.

Forgetting domain restrictions on inverses. When you restrict the domain of ff to make it one-to-one, the resulting fβˆ’1f^{-1} has a corresponding restricted range. Markers reward stating the domain and range explicitly.

Transformation order confusion. When described in words, "translate then dilate" produces a different graph than "dilate then translate." Use the standard form y=af(b(xβˆ’h))+ky = a f(b(x - h)) + k and identify the four parameters; this avoids the trap.

Trig domain errors. When solving sin⁑(2x)=1/2\sin(2x) = 1/2 for x∈[0,2Ο€]x \in [0, 2\pi], the doubling of xx doubles the number of solutions. Find all solutions in the wider interval [0,4Ο€][0, 4\pi] for 2x2x, then divide by 2.

Missing the negative root. x2=∣x∣\sqrt{x^2} = |x|, not xx. When you take square roots in equation-solving, write ±\pm unless the context tells you which sign to keep.

How functions and transformations are examined

In the VCE Math Methods exams:

  • Paper 1. 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. 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. 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-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.

In one sentence

VCE Math Methods Areas of Study 1 and 2 reward clean by-hand algebra (polynomial division, exact-value trig, log laws), confident handling of the four function families with the standard transformation form, and disciplined attention to domain restrictions for composites and inverses, all under Paper 1's no-calculator constraint.

  • math-methods
  • functions
  • transformations
  • polynomials
  • exponentials
  • logarithms
  • trigonometry
  • vce-math-methods
  • year-12
  • 2026