← Unit 2

VICMath MethodsSyllabus dot point

How are inverse and composite functions defined and used in VCE Math Methods Unit 2?

Composite functions $f \circ g$ and $g \circ f$, the existence and form of inverse functions $f^{-1}$, the relationship between a function and its inverse (reflection in $y = x$, domain and range swap), and the one-to-one restriction

A focused answer to the VCE Math Methods Unit 2 key-knowledge point on inverse and composite functions. Composite function notation $f(g(x))$, the conditions for $f^{-1}$ to exist (one-to-one), the procedure for finding $f^{-1}$ algebraically, and the graphical relationship (reflection in $y = x$).

Generated by Claude OpusReviewed by Better Tuition Academy8 min answer

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

What this dot point is asking

VCAA wants you to construct composite functions, determine when an inverse function exists, find the inverse algebraically, and recognise the graphical relationship between a function and its inverse.

Composite functions

A composite function applies one function inside another:

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

Read "f of g of x". Apply gg first, then ff.

The order matters: f∘gf \circ g is in general not the same as g∘fg \circ f.

Domain considerations: the composite f(g(x))f(g(x)) requires xx to be in the domain of gg, and g(x)g(x) to be in the domain of ff.

Worked example

f(x)=xf(x) = \sqrt{x}, g(x)=xβˆ’4g(x) = x - 4.

(f∘g)(x)=f(xβˆ’4)=xβˆ’4(f \circ g)(x) = f(x - 4) = \sqrt{x - 4}, defined for xβ‰₯4x \geq 4.

(g∘f)(x)=g(x)=xβˆ’4(g \circ f)(x) = g(\sqrt{x}) = \sqrt{x} - 4, defined for xβ‰₯0x \geq 0.

Different functions with different domains.

Inverse functions

The inverse of ff is the function fβˆ’1f^{-1} such that:

f(fβˆ’1(x))=xΒ andΒ fβˆ’1(f(x))=xf(f^{-1}(x)) = x \text{ and } f^{-1}(f(x)) = x

on appropriate domains.

When does fβˆ’1f^{-1} exist?

fβˆ’1f^{-1} exists if and only if ff is one-to-one: no two inputs map to the same output. Equivalently, ff passes the horizontal line test.

Functions that are not one-to-one (parabolas, sin⁑\sin on R\mathbb{R}) require a domain restriction to be invertible.

Finding fβˆ’1f^{-1} algebraically

  1. Write y=f(x)y = f(x).
  2. Swap xx and yy.
  3. Solve for yy.
  4. **Write fβˆ’1(x)=f^{-1}(x) = ** (the solved expression).

Domain and range swap

Under inversion:

  • Domain of fβˆ’1f^{-1} = range of ff.
  • Range of fβˆ’1f^{-1} = domain of ff.

Graphical relationship

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

If (a,b)(a, b) is on ff, then (b,a)(b, a) is on fβˆ’1f^{-1}.

Intersections of ff and fβˆ’1f^{-1} lie on y=xy = x. To find them, solve f(x)=xf(x) = x.

Worked examples

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

Quadratic with restriction. f:[0,∞)β†’[0,∞)f: [0, \infty) \to [0, \infty), f(x)=x2f(x) = x^2. Swap: x=y2x = y^2. Solve (positive root, since range of fβˆ’1f^{-1} is [0,∞)[0, \infty)): y=xy = \sqrt{x}. So fβˆ’1(x)=xf^{-1}(x) = \sqrt{x} on [0,∞)[0, \infty).

Exponential. f(x)=2xf(x) = 2^x. The inverse is fβˆ’1(x)=log⁑2(x)f^{-1}(x) = \log_2(x) on (0,∞)(0, \infty).

Verifying the inverse

To check g(x)=fβˆ’1(x)g(x) = f^{-1}(x), verify both f(g(x))=xf(g(x)) = x and g(f(x))=xg(f(x)) = x on the appropriate domains.

Common errors

Confusing fβˆ’1(x)f^{-1}(x) with 1/f(x)1/f(x). Inverse function vs reciprocal. Different things.

Forgetting domain restriction. Asking for the inverse of x2x^2 on R\mathbb{R} is not well-defined. Restrict to make ff one-to-one.

Wrong root sign on quadratic inverse. Solving y=x2y = x^2 gives x=Β±yx = \pm\sqrt{y}; the correct sign depends on the restricted domain.

Composite order confusion. (f∘g)(x)=f(g(x))(f \circ g)(x) = f(g(x)): apply gg first. Many students apply ff first by mistake.

Domain ignored in composite. f(g(x))f(g(x)) requires xx in the domain of gg AND g(x)g(x) in the domain of ff.

In one sentence

Composite functions apply one function inside another ((f∘g)(x)=f(g(x))(f \circ g)(x) = f(g(x)), gg first then ff), and inverse functions fβˆ’1f^{-1} undo ff (f(fβˆ’1(x))=xf(f^{-1}(x)) = x); fβˆ’1f^{-1} exists only when ff is one-to-one (passes the horizontal line test), is found algebraically by swapping xx and yy and solving for yy, has swapped domain and range, and is graphed as the reflection of ff in the line y=xy = x.

Past exam questions, worked

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

Year 11 SAC4 marksGiven $f(x) = 2x - 3$ and $g(x) = x^2 + 1$. (a) Find $(f \circ g)(x)$. (b) Find $f^{-1}(x)$.
Show worked answer β†’

(a) Composite. (f∘g)(x)=f(g(x))=f(x2+1)=2(x2+1)βˆ’3=2x2βˆ’1(f \circ g)(x) = f(g(x)) = f(x^2 + 1) = 2(x^2 + 1) - 3 = 2 x^2 - 1.

(b) Inverse. 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.

Check: f(fβˆ’1(x))=2β‹…(x+3)/2βˆ’3=x+3βˆ’3=xf(f^{-1}(x)) = 2 \cdot (x+3)/2 - 3 = x + 3 - 3 = x. Confirmed.

Markers reward correct composite notation (apply gg first, then ff) and the swap-and-solve procedure for the inverse.

Related dot points