IB Maths AA HLTopic 2 โ FunctionsPaper 1 & 2~6 min read
Self-Inverse Functions
A self-inverse function is one that equals its own inverse โ apply it twice and you get back to where you started. The classic example: f(x) = 1/x. Take any number, take its reciprocal, take the reciprocal again, and you’ve got the original. Most rational functions of the form (ax + b)/(cx + d) are self-inverse if and only if d = โa. Useful to spot, useful to prove, useful for shortcut algebra.
๐ What you need to know
Definition: f is self-inverse if f(x) = fโ1(x) โ the inverse and the original are the same function.
Common examples: identity f(x) = x, reciprocal f(x) = 1/x, any line of gradient โ1 like f(x) = 12 โ x.
Rational shortcut: f(x) = (ax + b)/(cx + d) is self-inverse precisely when a + d = 0 (i.e. d = โa).
Graph property: a self-inverse function’s graph is unchanged under reflection in the line y = x.
Two ways to prove it: either show f(f(x)) = x directly, or find fโ1(x) and show it equals f(x). Pick whichever is easier.
The two conditions โ they say the same thing
Condition 1
f(x) = fโ1(x)
function is its own inverse
Condition 2
f(f(x)) = x
applying it twice gets you back
๐ค Why are they the same?
If f = fโ1, then f(f(x)) = f(fโ1(x)) = x automatically. And conversely, if f(f(x)) = x, then f undoes itself, so f matches the definition of fโ1.
Common self-inverse functions
Identity
f(x) = x
does literally nothing
Reciprocal
f(x) = 1/x
flip, then flip again
Lines, gradient โ1
f(x) = k โ x
e.g. 12 โ x, 7 โ x
Rational shortcut: the rational function f(x) = (ax + b)/(cx + d) is self-inverse if and only if a + d = 0. Just check: are the coefficients of x on top and the constant on the bottom opposite in sign? If yes, self-inverse.
Graphical view โ symmetric in y = x
Since f = fโ1, and the graph of fโ1 is the reflection of f in y = x, a self-inverse function’s graph is its own reflection. The graph is unchanged when flipped across the line y = x.
A self-inverse curve โ its own mirror image in y = x
How to prove a function is self-inverse
Method 1 โ composition
show f(f(x)) = x
substitute the function into itself, simplify; if it gives x, you’re done
Method 2 โ find inverse
find fโ1(x), check it equals f(x)
use the swap-and-rearrange method from the inverse functions note
For rational functions like (ax + b)/(cx + d), Method 1 (composition) is usually faster. The numerator and denominator both simplify with the same factor cancelling out โ feels almost magical.
Worked examples
WE 1
Verify the reciprocal function is self-inverse
Show that f(x) = 1/x, x โ 0 is self-inverse.
Compute f(f(x))f(f(x)) = f(1/x)= 1 / (1/x)= x โf(f(x)) = x, so f is self-inverseflip, then flip again โ back to the original
WE 2
A linear self-inverse function
Show that f(x) = 12 โ x is self-inverse.
Compute f(f(x))f(f(x)) = f(12 โ x)= 12 โ (12 โ x)= 12 โ 12 + x= x โf(x) = 12 โ x is self-inverseany line of gradient โ1, written as f(x) = k โ x, is self-inverse โ the graph is its own reflection in y = x
WE 3
Prove a rational function is self-inverse using composition
Show that f(x) = 4x + 3x โ 4, x โ 4 is self-inverse.
Compute f(f(x)) โ substitute f(x) into itselff(f(x)) = [4ยทf(x) + 3] / [f(x) โ 4]Numerator: 4ยทf(x) + 3= 4ยท(4x+3)/(xโ4) + 3= [4(4x+3) + 3(xโ4)] / (xโ4)= [16x + 12 + 3x โ 12] / (xโ4)= 19x / (xโ4)Denominator: f(x) โ 4= (4x+3)/(xโ4) โ 4= [(4x+3) โ 4(xโ4)] / (xโ4)= [4x + 3 โ 4x + 16] / (xโ4)= 19 / (xโ4)Divide numerator by denominatorf(f(x)) = [19x/(xโ4)] / [19/(xโ4)] = 19x/19 = x โf(f(x)) = x, so f is self-inversea + d = 4 + (โ4) = 0 โ matches the rational shortcut, so this was expected
WE 4
Prove a rational function is self-inverse by finding its inverse
Show that f(x) = 5x โ 1x โ 5, x โ 5 is self-inverse.
Step 1: Set y = f(x) and swap x and yy = (5x โ 1)/(x โ 5)swap โ x = (5y โ 1)/(y โ 5)Step 2: Multiply through by (y โ 5)x(y โ 5) = 5y โ 1xy โ 5x = 5y โ 1Step 3: Group y termsxy โ 5y = 5x โ 1y(x โ 5) = 5x โ 1y = (5x โ 1)/(x โ 5)Step 4: Comparefโปยน(x) = (5x โ 1)/(x โ 5) = f(x) โfโปยน(x) = f(x), so f is self-inverseagain: a + d = 5 + (โ5) = 0 โ fits the rational pattern
WE 5
Find k for which a function is self-inverse
Find the value of k such that f(x) = kx + 12x โ 3 is self-inverse.
Use the rational shortcut: a + d = 0here a = k, d = โ3need k + (โ3) = 0k = 3k = 3, giving f(x) = (3x + 12)/(x โ 3)Quick check by compositionf(f(x)) numerator: 3ยท(3x+12)/(xโ3) + 12 = [9x + 36 + 12x โ 36]/(xโ3) = 21x/(xโ3)denominator: (3x+12)/(xโ3) โ 3 = [3x + 12 โ 3x + 9]/(xโ3) = 21/(xโ3)f(f(x)) = 21x/21 = x โmemorise the “a + d = 0” shortcut โ saves a lot of algebra in exam questions
WE 6
Use the self-inverse property to find a value
The function f is self-inverse, and f(2) = 11. Find the value of f(11).
Use the property f(f(x)) = xf(f(2)) = 2f(11) = 2 (since f(2) = 11)f(11) = 2alternative reasoning: since f = fโปยน, f(2) = 11 means fโปยน(11) = 2, which is also f(11)
๐ก Top tips
Rational shortcut: for (ax + b)/(cx + d), self-inverse iff a + d = 0. Memorise this.
Method 1 (composition) is usually fastest for rational functions โ both numerator and denominator carry a common factor that cancels.
Method 2 (find inverse) is fastest for linear functions โ quick to invert, easy to compare.
If you’re stuck, sketch the function on your GDC and check whether it’s symmetric in y = x.
For “find f(k)” questions where f is self-inverse, just look for the value x with f(x) = k โ that x is your answer.
Identity, reciprocal, and ๐ โ ๐ฅ lines are the three families you should recognise instantly.
Always state the domain restrictions when working with rational self-inverses (e.g. x โ k from the denominator).
โ Common mistakes
Confusing self-inverse with even or odd. Self-inverse is about reflection in y = x. Even is reflection in the y-axis. Odd is rotation about the origin. Three different things.
Stopping after computing f(f(x)) without simplifying. The expression looks messy at first โ keep going until it cancels to x.
Using a ยท d = 0 instead of a + d = 0. The condition is on the sum, not the product.
Forgetting to check the domain. A rational self-inverse like (3x + 12)/(x โ 3) needs x โ 3.
Treating any rational function as self-inverse. Only those satisfying a + d = 0 qualify. The general (ax + b)/(cx + d) is usually NOT self-inverse.
Algebra errors when computing f(f(x)) โ especially when handling the common denominator (x โ k) carefully.
Reporting “fโ1(x) is different” when the algebra produced a different-looking but equivalent expression. Plot both on a GDC to confirm.
Self-inverse, periodic, odd, even โ all four are special structural properties that the IB likes to test, because spotting them turns hard problems into easy ones. The next note shifts focus from algebraic properties to graphing functions and their key features โ what to label on a sketch, how to use your GDC, and the difference between “sketch” and “draw”.
Need help with Self-Inverse Functions?
Get 1-on-1 help from an IB examiner who knows exactly what Paper 1 & 2 are looking for.