Question
Find the inverse function of f(x)=x−12x+3. Also find the domain of f−1.
Solution — Step by Step
Let y=f(x)=x−12x+3
We want to express x in terms of y:
y(x−1)=2x+3
xy−y=2x+3
xy−2x=3+y
x(y−2)=y+3
x=y−2y+3
Replacing y with x (swapping the variable name to standard form):
f−1(x)=x−2x+3
The domain of f−1(x)=x−2x+3 is all real numbers except where the denominator is zero:
x−2=0⇒x=2
Domain of f−1: R∖{2} (all reals except 2)
Note: The domain of f−1 = the range of f. Let’s verify: f(x)=x−12x+3 approaches 2 as x→∞ (since ratio of leading coefficients = 2/1 = 2), and can never equal 2 exactly (since x−12x+3=2⇒2x+3=2x−2⇒3=−2, impossible). So range of f = R∖{2} ✓
(f∘f−1)(x)=f(x−2x+3)
=(x−2x+3)−12(x−2x+3)+3
Numerator: x−22(x+3)+3=x−22x+6+3(x−2)=x−22x+6+3x−6=x−25x
Denominator: x−2x+3−1=x−2x+3−(x−2)=x−25
f(f−1(x))=5/(x−2)5x/(x−2)=55x=x✓
Why This Works
Finding an inverse means “undoing” the function. If f maps a to b, then f−1 maps b back to a. The procedure — set y=f(x), solve for x, then replace y with x — is the standard algebraic method. The verification step (f∘f−1= identity) confirms we haven’t made an error.
This particular function is a Möbius transformation (rational function of the form (ax+b)/(cx+d)). Möbius transformations always have themselves as their own inverse (when the transformation is an involution). Notice: f−1(x)=x−2x+3 has the same structure as f(x)=x−12x+3 — both are linear-over-linear.
A quick way to find the inverse of f(x)=cx+dax+b: swap a and d, negate b and c: f−1(x)=−cx+adx−b. Verify: f−1(x)=−(−1)x+21⋅x+3=x+2x+3… wait, let me apply properly. For f(x)=x−12x+3: a=2,b=3,c=1,d=−1. f−1(x)=−x+2−x−3=x−2x+3 (multiply numerator and denominator by −1). ✓ This shortcut saves time in JEE.
Common Mistake
The most common error is writing f−1(x)=f(x)1=2x+3x−1. This is the reciprocal of f, not the inverse. These are completely different things. f−1 means “the function that undoes f”; it is NOT 1/f(x). The composition f(f−1(x))=x is the defining property of inverse — always use this to check your answer.