← Unit 3

VICMath MethodsSyllabus dot point

How do transformations, composites and inverses build new functions from old, and what conditions guarantee they exist?

Transformations from $y = f(x)$ to $y = A f(n(x - b)) + c$ (dilation, reflection, translation), composite functions $(f \circ g)(x) = f(g(x))$ and the conditions for their existence, and inverse functions $f^{-1}$ with the link to one-to-one functions

A focused answer to the VCE Math Methods Unit 3 key-knowledge point on building functions from old. The standard transformation form $A f(n(x-b)) + c$, composite functions and existence conditions, inverses and one-to-one domain restriction, and standard Paper 1 patterns.

Generated by Claude OpusReviewed by Better Tuition Academy10 min answer

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

What this dot point is asking

VCAA wants you to manipulate functions in three standard ways: transform y=f(x)y = f(x) to y=Af(n(xβˆ’b))+cy = A f(n(x - b)) + c, build composites (f∘g)(x)=f(g(x))(f \circ g)(x) = f(g(x)) checking that they are defined, and find inverses fβˆ’1f^{-1} after restricting to a one-to-one domain. These three operations underpin most function-family Paper 1 and Paper 2 questions.

Transformations

The standard form is y=Af(n(xβˆ’b))+cy = A f(n(x - b)) + c with four parameters:

  • **AA** is a vertical dilation by factor ∣A∣|A| from the x-axis (reflection in the x-axis if A<0A < 0). It multiplies y-values.
  • **nn** is the reciprocal of a horizontal dilation: n=2n = 2 compresses x-values horizontally by factor 2 (reflection in the y-axis if n<0n < 0). Period and key x-values become 1∣n∣\frac{1}{|n|} times their original value.
  • **bb** is a horizontal translation right by bb (left if b<0b < 0).
  • **cc** is a vertical translation up by cc (down if c<0c < 0).

Order of operations

When described in words, the conventional order is dilation, then reflection, then translation. VCAA marking guides accept any consistent order if the algebra produces the same final rule.

Effect on key features

For each function family, transformations move key features predictably:

  • Asymptotes. Vertical asymptote of ln⁑(x)\ln(x) at x=0x = 0 moves to x=bx = b. Horizontal asymptote of exe^x at y=0y = 0 moves to y=cy = c.
  • Intercepts. Apply the new rule and solve.
  • Maxima, minima, midline. For Asin⁑(n(xβˆ’b))+cA \sin(n(x - b)) + c: amplitude ∣A∣|A|, midline y=cy = c, period 2Ο€/∣n∣2\pi/|n|.

Composite functions

(f∘g)(x)=f(g(x))(f \circ g)(x) = f(g(x)). The composite takes xx, applies gg first, then applies ff.

Existence condition

For f∘gf \circ g to be defined on a set SS, the range of gg restricted to SS must be a subset of the domain of ff. If gg produces outputs outside the domain of ff, the composite is undefined there.

Three exam patterns

VCAA examines composites in three patterns.

  1. Direct evaluation. Compute f(g(2))f(g(2)) by substituting g(2)g(2) into ff.
  2. Rule and domain. Determine (f∘g)(x)(f \circ g)(x) as a simplified rule, and state the maximal domain where it is defined.
  3. Parameter conditions. Given a parameter (e.g. "for which values of kk is f∘gf \circ g defined on all of R\mathbb{R}?"), find the condition on the parameter so the existence condition holds.

Worked example

Let f(x)=xf(x) = \sqrt{x} (domain [0,∞)[0, \infty)) and g(x)=xβˆ’4g(x) = x - 4 (domain R\mathbb{R}).

f∘g(x)=xβˆ’4f \circ g(x) = \sqrt{x - 4}. Domain: xβ‰₯4x \geq 4, i.e. [4,∞)[4, \infty).

g∘f(x)=xβˆ’4g \circ f(x) = \sqrt{x} - 4. Domain: xβ‰₯0x \geq 0, i.e. [0,∞)[0, \infty).

The two composites differ in rule, domain and range.

Inverse functions

The inverse fβˆ’1f^{-1} undoes ff: fβˆ’1(f(x))=xf^{-1}(f(x)) = x for all xx in the domain of ff, and f(fβˆ’1(x))=xf(f^{-1}(x)) = x for all xx in the domain of fβˆ’1f^{-1}.

When does an inverse exist?

fβˆ’1f^{-1} exists if and only if ff is one-to-one (each y-value is hit by exactly one x-value, the horizontal line test).

Many standard functions are not one-to-one on their natural domain. For example, f(x)=x2f(x) = x^2 on R\mathbb{R} is two-to-one (every positive yy comes from two xx values, Β±y\pm \sqrt{y}). To take its inverse, restrict the domain to [0,∞)[0, \infty) or (βˆ’βˆž,0](-\infty, 0].

Finding the inverse

Three steps.

  1. Start with y=f(x)y = f(x).
  2. Swap xx and yy: x=f(y)x = f(y).
  3. Solve for yy.

The result is y=fβˆ’1(x)y = f^{-1}(x).

Domain and range swap

The domain of fβˆ’1f^{-1} equals the range of ff. The range of fβˆ’1f^{-1} equals the domain of ff.

Graphical property

The graph of fβˆ’1f^{-1} is the reflection of the graph of ff in the line y=xy = x. So if ff has y-intercept at (0,c)(0, c), then fβˆ’1f^{-1} has x-intercept at (c,0)(c, 0).

Worked example

Let f(x)=e2x+3f(x) = e^{2x} + 3 for x∈Rx \in \mathbb{R}. Find fβˆ’1f^{-1}.

Range of ff: (3,∞)(3, \infty) (since e2x>0e^{2x} > 0).

Swap: x=e2y+3x = e^{2y} + 3. Rearrange: e2y=xβˆ’3e^{2y} = x - 3, then 2y=ln⁑(xβˆ’3)2y = \ln(x - 3), so y=12ln⁑(xβˆ’3)y = \frac{1}{2} \ln(x - 3).

fβˆ’1(x)=12ln⁑(xβˆ’3)f^{-1}(x) = \frac{1}{2} \ln(x - 3). Domain: (3,∞)(3, \infty). Range: R\mathbb{R}.

Common Paper 1 traps

Transformation order confusion. "Translate then dilate" produces a different result than "dilate then translate" when described in words. Always rewrite into the standard form Af(n(xβˆ’b))+cA f(n(x - b)) + c and identify the four parameters first.

Forgetting the reciprocal in horizontal dilation. n=3n = 3 compresses by factor 13\frac{1}{3}, not 33.

Skipping the existence condition for composites. Writing f∘g(x)=xβˆ’4f \circ g(x) = \sqrt{x - 4} without stating that xβ‰₯4x \geq 4 loses a domain mark.

Inverting a non-one-to-one function without restricting the domain. f(x)=x2f(x) = x^2 on R\mathbb{R} has no inverse. You must restrict (e.g. to xβ‰₯0x \geq 0) before swapping.

Forgetting that domain and range swap for the inverse. Markers expect both stated explicitly.

In one sentence

Transformations, composites and inverses are the three standard ways to build new functions in VCE Math Methods: the four-parameter form Af(n(xβˆ’b))+cA f(n(x - b)) + c stretches and shifts a graph, composites (f∘g)(x)=f(g(x))(f \circ g)(x) = f(g(x)) chain functions when the range of gg lies in the domain of ff, and inverses fβˆ’1f^{-1} exist only when ff is one-to-one (so often after a domain restriction) and reflect across y=xy = x with domain and range swapped.

Past exam questions, worked

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

2023 VCAA Paper 14 marksLet $f(x) = x^2$ for $x \geq 0$ and $g(x) = 2x - 1$. Find $f \circ g(x)$, $g \circ f(x)$, and $f^{-1}(x)$, stating the domain and range of each.
Show worked answer β†’

Composite f∘gf \circ g. f(g(x))=f(2xβˆ’1)=(2xβˆ’1)2f(g(x)) = f(2x - 1) = (2x - 1)^2.

Domain of gg is R\mathbb{R}, range of gg is R\mathbb{R}. For the composite, the range of gg must lie in the domain of ff, i.e. [0,∞)[0, \infty). So restrict to 2xβˆ’1β‰₯02x - 1 \geq 0, giving xβ‰₯1/2x \geq 1/2. Domain: [1/2,∞)[1/2, \infty). Range: [0,∞)[0, \infty).

Composite g∘fg \circ f. g(f(x))=g(x2)=2x2βˆ’1g(f(x)) = g(x^2) = 2 x^2 - 1 for xβ‰₯0x \geq 0. Domain: [0,∞)[0, \infty). Range: [βˆ’1,∞)[-1, \infty).

Inverse fβˆ’1f^{-1}. ff is one-to-one on [0,∞)[0, \infty). Swap and solve: x=y2x = y^2, y=xy = \sqrt{x} (taking the positive root because the original range was [0,∞)[0, \infty)). So fβˆ’1(x)=xf^{-1}(x) = \sqrt{x}. Domain: [0,∞)[0, \infty) (the range of ff). Range: [0,∞)[0, \infty) (the domain of ff).

Markers reward the existence-condition check for the composite (range of gg inside domain of ff), the correct domain restriction, and the swap-domain-and-range pattern for the inverse.

2024 VCAA Paper 22 marksDescribe the sequence of transformations that maps $y = \ln(x)$ to $y = 2 \ln(3x + 6) - 4$.
Show worked answer β†’

Rewrite the target in standard form: y=2ln⁑(3(x+2))βˆ’4y = 2 \ln(3(x + 2)) - 4. Compare with y=Af(n(xβˆ’b))+cy = A f(n(x - b)) + c where A=2A = 2, n=3n = 3, b=βˆ’2b = -2, c=βˆ’4c = -4.

A clean transformation sequence:

  1. Dilation by factor 13\frac{1}{3} from the y-axis (horizontal compression).
  2. Dilation by factor 22 from the x-axis (vertical stretch).
  3. Translation 22 units left.
  4. Translation 44 units down.

The asymptote moves from x=0x = 0 to x=βˆ’2x = -2. The x-intercept moves from (1,0)(1, 0) to where ln⁑(3x+6)=2\ln(3x + 6) = 2, giving 3x+6=e23x + 6 = e^2, x=(e2βˆ’6)/3x = (e^2 - 6)/3.

Markers accept any valid order if the algebra is consistent, but expect explicit identification of all four transformations.

Related dot points