← Unit 1: Functions, relations and graphs

VICMath MethodsSyllabus dot point

How are inverse and composite functions defined?

Define inverse and composite functions, identify when an inverse function exists (one-to-one), find inverse functions algebraically, and graph inverse and composite functions

A focused answer to the VCE Maths Methods Unit 1 dot point on inverse and composite functions. Defines when an inverse exists, finds $f^{-1}$ algebraically by swapping $x$ and $y$ and solving, sketches the inverse as the reflection of $y = f(x)$ in the line $y = x$, and works the VCAA SAC-style domain-restriction problem.

Generated by Claude OpusReviewed by Better Tuition Academy5 min answer

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

What this dot point is asking

VCAA wants you to define inverse and composite functions, find inverses algebraically when one exists, restrict domains when necessary, and connect inverse functions graphically (reflection in y=xy = x).

What is an inverse function

A function fβˆ’1f^{-1} is the inverse of ff if:

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

The inverse undoes what the function does.

When does an inverse exist

A function has an inverse only if it is one-to-one: each yy-value comes from exactly one xx-value. Equivalently, the function passes the horizontal line test.

Most polynomials of even degree are not one-to-one over their full domain. To define an inverse, restrict the domain so the function becomes one-to-one (e.g. xβ‰₯2x \ge 2 for f(x)=(xβˆ’2)2f(x) = (x-2)^2).

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

  1. Write y=f(x)y = f(x).
  2. Swap xx and yy.
  3. Solve for yy in terms of xx.
  4. Choose the correct branch (using the domain restriction).
  5. The result is fβˆ’1(x)f^{-1}(x).

Graphical relationship

The graph of y=fβˆ’1(x)y = f^{-1}(x) is the reflection of y=f(x)y = f(x) in the line y=xy = x. Domain and range swap:

dom(fβˆ’1)=ran(f),ran(fβˆ’1)=dom(f)\text{dom}(f^{-1}) = \text{ran}(f), \quad \text{ran}(f^{-1}) = \text{dom}(f)

Composite functions

(f∘g)(x)=f(g(x))(f \circ g)(x) = f(g(x)). Apply gg first, then ff.

For f(x)=x2f(x) = x^2 and g(x)=x+3g(x) = x + 3:

  • IMATH_24 .
  • IMATH_25 .

Composition is not commutative in general: f∘gβ‰ g∘ff \circ g \neq g \circ f.

Domain of a composite

For f∘gf \circ g, the domain is {x∈dom(g):g(x)∈dom(f)}\{x \in \text{dom}(g) : g(x) \in \text{dom}(f)\}. Both conditions must hold.

Worked example

Let f(x)=2x+1f(x) = 2x + 1. Find fβˆ’1(x)f^{-1}(x).

y=2x+1β‡’x=2y+1β‡’y=(xβˆ’1)/2y = 2x + 1 \Rightarrow x = 2y + 1 \Rightarrow y = (x - 1)/2.

fβˆ’1(x)=(xβˆ’1)/2f^{-1}(x) = (x - 1)/2.

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

Common traps

Treating fβˆ’1f^{-1} as 1/f1/f. fβˆ’1f^{-1} is the inverse function (different concept from reciprocal). (2x+1)βˆ’1(2x + 1)^{-1} in inverse-function notation gives (xβˆ’1)/2(x - 1)/2, not 1/(2x+1)1/(2x+1).

Forgetting to restrict the domain. f(x)=x2f(x) = x^2 has no inverse over all real xx, but ff restricted to xβ‰₯0x \ge 0 has inverse fβˆ’1(x)=xf^{-1}(x) = \sqrt{x}.

Confusing composite functions with multiplication. f∘gf \circ g is not fgfg.

Domain of composite. The output of gg must lie in the domain of ff.

In one sentence

A function has an inverse fβˆ’1f^{-1} only when it is one-to-one (passes the horizontal line test); fβˆ’1f^{-1} is found by swapping xx and yy in y=f(x)y = f(x) and solving, has domain and range swapped from ff, and is graphed as the reflection of ff in the line y=xy = x; composite functions (f∘g)(x)=f(g(x))(f \circ g)(x) = f(g(x)) apply gg first then ff and are generally non-commutative.

Past exam questions, worked

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

Year 11 SAC4 marksLet $f(x) = (x - 2)^2 + 1$ with domain restricted to $x \ge 2$. (a) Find $f^{-1}(x)$. (b) State the domain and range of $f^{-1}$.
Show worked answer β†’

(a) Find the inverse. Let y=(xβˆ’2)2+1y = (x - 2)^2 + 1.

Swap xx and yy: x=(yβˆ’2)2+1x = (y - 2)^2 + 1.

Solve for yy: (yβˆ’2)2=xβˆ’1(y - 2)^2 = x - 1, so yβˆ’2=Β±xβˆ’1y - 2 = \pm\sqrt{x - 1}.

Original domain was xβ‰₯2x \ge 2, which means yβ‰₯1y \ge 1 for the restricted ff. Choose the ++ branch: y=2+xβˆ’1y = 2 + \sqrt{x - 1}.

fβˆ’1(x)=2+xβˆ’1f^{-1}(x) = 2 + \sqrt{x - 1}.

(b) Domain and range of fβˆ’1f^{-1}. Domain of fβˆ’1f^{-1} = range of ff = [1,∞)[1, \infty). Range of fβˆ’1f^{-1} = domain of ff = [2,∞)[2, \infty).

Markers reward swap-and-solve, sign choice from the restricted domain, and the explicit swap of domain and range.

Related dot points