IB Maths AI SLTopic 2 — Further Functions & GraphsPaper 1 & 2Reflection in y = x~7 min read
Inverse Functions
An inverse functionf−1(x) undoes what f(x) does — so if f(2) = 7, then f−1(7) = 2. The graph of f−1 is the mirror image of f in the line y = x, and the domain and range swap. Crucially, inverses only exist for one-to-one functions — the work classifying mappings from the last note pays off straight away.
📘 What you need to know
Definition: f−1(x) reverses f(x). If f(a) = b, then f−1(b) = a. Equivalently, f(f−1(x)) = x and f−1(f(x)) = x — one undoes the other.
Watch the notation: f−1(x) is the inverse function, NOT the reciprocal 1/f(x). They are different things.
To find f−1 algebraically: write y = f(x), swap x and y, then solve for y. The result is f−1(x).
Graphically: reflect y = f(x) in the line y = x. A point (a, b) on f reflects to (b, a) on f−1.
Domain & range swap: domain of f = range of f−1; range of f = domain of f−1.
When does f−1 exist? Only when f is one-to-one. Many-to-one functions (like x²) have no inverse over all of ℝ.
The idea — what an inverse does
Think of f as a machine: input goes in, output comes out. f−1 is the machine that runs in reverse — feed in an output and it gives back the original input. If f(x) = 2x, then f−1(x) = x/2: doubling and halving cancel each other.
Inverse function — defining property
if f(a) = b then f−1(b) = a
f(f−1(x)) = x & f−1(f(x)) = x
Key warning: the −1 in f−1(x) does NOT mean “to the power of −1”. It’s just notation for “the inverse”. The reciprocal 1f(x) = [f(x)]−1 is a completely different thing. So for f(x) = 2x: the inverse is x/2, but the reciprocal is 12x.
Finding the inverse algebraically
The standard method has three steps: write the function as y = (something in x), swap the letters, then rearrange to make y the subject again. The result is f−1(x).
Quick example: for f(x) = 3x + 5: write y = 3x + 5, swap to get x = 3y + 5, solve: y = (x − 5)/3. So f−1(x) = (x − 5)/3.
If a question asks for f−1(c) for a specific valuec, you don’t need the full inverse formula — just solve f(x) = c for x. The value of x you get IS f−1(c).
The graph: reflection in y = x
The graph of y = f−1(x) is the mirror image of y = f(x) in the line y = x. So every point (a, b) on f becomes (b, a) on f−1 — coordinates just swap. Any place where f crosses the line y = x is a fixed point: it sits on the mirror and so it’s also on f−1.
The function (teal) and its inverse (orange) are mirror images across y = x. Picking any point on one and swapping its coordinates lands you on the other.
Domain & range swap
Because coordinates swap, the x-values and y-values trade places. So: domain of f−1 = range of f, and range of f−1 = domain of f. If f has domain 1 ≤ x ≤ 10 and range 5 ≤ f(x) ≤ 23, then f−1 has domain 5 ≤ x ≤ 23 and range 1 ≤ f−1(x) ≤ 10.
When does an inverse exist?
An inverse exists only when f is one-to-one. If two different inputs share one output, then “running the machine backwards” from that output gives two answers — which a function isn’t allowed to do. So f(x) = x² on all of ℝ has no inverse, because f(2) and f(−2) both equal 4. Graphically: a horizontal line on f that crosses the graph more than once means an inverse doesn’t exist (reflecting that horizontal line becomes a vertical line on f−1, which would fail the vertical line test).
🧠Recipe — finding an inverse function
Write y = f(x): set up the equation using y in place of f(x).
Swap the letters: replace every x with y and every y with x. This is the reflection-in-y = x idea, in algebra form.
Solve for y: rearrange the new equation to make y the subject again. Standard algebra — expand brackets, move terms, divide.
Relabel: replace y with f−1(x). That’s your inverse function.
State the domain of f−1 if asked — it’s the same set of numbers as the range of f. (And verify by checking one round-trip: f−1(f(a)) should equal a.)
Worked examples
WE 1
Find the inverse algebraically
The function f is given by f(x) = 4x − 7. Find f−1(x) and use it to find f−1(13).
Step 1 — write y = f(x)y = 4x − 7Step 2 — swap x and yx = 4y − 7Step 3 — solve for y4y = x + 7y = (x + 7)/4Step 4 — relabel and evaluate at 13f ⁻¹(x) = (x + 7)/4f ⁻¹(13) = (13 + 7)/4 = 20/4 = 5f ⁻¹(x) = (x + 7)/4, f ⁻¹(13) = 5round-trip check: f(5) = 4(5) − 7 = 13 ✓ — quick way to spot errors.
WE 2
Find f−1(c) without the full formula
The function f is given by f(x) = x³ − 2. Find the value of f−1(25).
Step 1 — recognise: f ⁻¹(25) is the x with f(x) = 25solve: x³ − 2 = 25Step 2 — rearrangex³ = 27Step 3 — cube-root both sidesx = ∛27 = 3f ⁻¹(25) = 3faster than finding the full inverse formula. Useful when only ONE value is asked for, not the whole function.
WE 3
Domain and range swap
The function g is defined by g(x) = 2x + 3 with domain 1 ≤ x ≤ 10. State the domain and range of g−1.
Step 1 — find range of g first (linear, increasing)g(1) = 5, g(10) = 23range of g: 5 ≤ g(x) ≤ 23Step 2 — swap domain and rangedomain of g ⁻¹ = range of grange of g ⁻¹ = domain of gdomain of g ⁻¹: 5 ≤ x ≤ 23 · range: 1 ≤ g ⁻¹(x) ≤ 10always work out the range of the ORIGINAL function first — that’s what becomes the domain of the inverse. Don’t try to do both in one step.
WE 4
Reflection in y = x — finding the inverse line
The line y = 3x − 6 is reflected in the line y = x. Find the equation of the reflected line.
Reflection in y = x ≡ finding the inversestart: y = 3x − 6Swap x and yx = 3y − 6Solve for y3y = x + 6y = (x + 6)/3y = (x + 6)/3 or y = x/3 + 2cross-check: original passes through (3, 3) (a fixed point on y = x), and so does the inverse: (3 + 6)/3 = 3 ✓. Fixed points always lie on both.
WE 5
Explain why an inverse does not exist
The function h is defined on all real numbers by h(x) = x² + 3. Explain why h does not have an inverse function.
Step 1 — check if h is one-to-oneh(2) = 4 + 3 = 7h(−2) = 4 + 3 = 7two DIFFERENT inputs give the SAME outputStep 2 — what would the inverse have to do?h ⁻¹(7) would need to give both 2 AND −2but a function can only output ONE value per inputh is many-to-one, so h ⁻¹ doesn’t existvertical line test on the reflected parabola fails — a horizontal line on h crosses the curve twice, which becomes a vertical line crossing h ⁻¹ twice. Banned.
WE 6
Word problem — currency conversion
A bureau de change uses the function E(d) = 0.92d to convert d US dollars into euros. (a) Find E(200). (b) Find E−1(460) and explain what it represents.
(a) substitute d = 200E(200) = 0.92 × 200 = 184so $200 converts to €184(b) find E ⁻¹(x) firsty = 0.92x ⇒ swap: x = 0.92yy = x/0.92, so E ⁻¹(x) = x/0.92Evaluate at 460E ⁻¹(460) = 460/0.92 = 500(a) €184 · (b) E ⁻¹(460) = $500interpretation: €460 is worth $500 going back the other way. Inverse functions are the natural tool for “reverse the operation” word problems — unit conversions, decoding formulas, undoing rates.
💡 Top tips
Round-trip check: after finding f−1, plug an easy x into f, then plug the result into f−1. You should land back where you started.
For one value only, skip the formula: f−1(c) is just the x that solves f(x) = c. Faster than rearranging the whole inverse.
Swap before you solve: trying to rearrange before swapping x and y usually leads to a tangle. Swap first, then solve cleanly.
Domain & range of f−1: just swap. The new domain is the OLD range; the new range is the OLD domain. Find the original range first.
If the question asks “does an inverse exist?”, check whether f is one-to-one over the given domain. Many-to-one ⇒ no inverse.
âš Common mistakes
Confusing f−1(x) with 1f(x): these are completely different. For f(x) = 2x, the inverse is x/2; the reciprocal is 1/(2x).
Forgetting to swap before solving: solving for x in y = 4x − 7 gives x = (y+7)/4 — you still need to rename to f−1(x) = (x+7)/4.
Claiming inverses exist for many-to-one functions: x² on all of ℝ has no inverse. Always check the function is one-to-one first.
Mixing up domain and range of the inverse: they SWAP. New domain = old range, new range = old domain. Easy to flip them by accident.
Trying to “guess” an inverse: only works for the very simplest cases. For anything with brackets, fractions, or several terms, use the swap-and-solve method every time.
Up next: Graphing Functions & Their Key Features. With the language of functions and inverses in hand, the focus turns to actually drawing them — finding intercepts, turning points, asymptotes, and symmetry, all efficiently using your GDC. The skill is reading what a graph tells you, and translating GDC output into a clean labelled sketch.
Need help with AI SL Further Functions & Graphs?
Get 1-on-1 help from an IB examiner who knows exactly what Paper 1 & 2 are looking for.