Skip to main content
TASSpecialist MathematicsSyllabus dot point

How do we combine functions and reverse them while keeping domain and range correct?

Form composite and inverse functions, determining the correct domain and range of each.

Composition of functions, the existence of inverses, finding inverse functions and restricting domains, with attention to domain and range, for TCE Mathematics Specialised Unit 3.

Generated by Claude Opus 4.78 min answer

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

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

What this dot point is asking

This dot point opens the functions and sketching graphs topic. Before sketching the more exotic graphs in this strand, you need full control of how functions combine and reverse, and a disciplined habit of tracking domain and range at every step.

Composition of functions

The composite function fgf \circ g is defined by (fg)(x)=f(g(x))(f \circ g)(x) = f(g(x)): apply gg first, then ff. Order matters, because in general f(g(x))g(f(x))f(g(x)) \ne g(f(x)).

For example, if f(x)=xf(x) = \sqrt{x} (domain x0x \ge 0) and g(x)=x4g(x) = x - 4, then f(g(x))=x4f(g(x)) = \sqrt{x - 4} requires x40x - 4 \ge 0, so the domain of the composite is x4x \ge 4, narrower than the domain of gg alone.

Inverse functions

The inverse f1f^{-1} undoes ff, so f1(f(x))=xf^{-1}(f(x)) = x. An inverse function exists only when ff is one-to-one, meaning no horizontal line crosses the graph more than once. If ff is many-to-one, you must restrict its domain to a piece on which it is one-to-one before an inverse exists.

Finding an inverse

To find an inverse: write y=f(x)y = f(x), swap xx and yy, then solve for yy. State the domain of the inverse, which equals the range of the original.

Checking with composition

A reliable check is to confirm f(f1(x))=xf(f^{-1}(x)) = x. Here f(f1(x))=(x+4)24=x+44=xf(f^{-1}(x)) = (\sqrt{x + 4})^2 - 4 = x + 4 - 4 = x on the stated domain. If the composition does not return xx, an algebra error or a domain mistake has crept in.

Why this matters

Composition and inverses underpin the rest of the sketching topic, where reciprocal, absolute value and rational functions are all built by transforming and combining simpler functions. Tracking domain and range carefully here prevents errors that would otherwise propagate into every later graph.