Find the inverse function of f(x) = (2x+3)/(x-1)

medium 3 min read

Question

Find the inverse function of f(x)=2x+3x1f(x) = \frac{2x+3}{x-1}. Also find the domain of f1f^{-1}.

Solution — Step by Step

Let y=f(x)=2x+3x1y = f(x) = \frac{2x+3}{x-1}

We want to express xx in terms of yy:

y(x1)=2x+3y(x - 1) = 2x + 3 xyy=2x+3xy - y = 2x + 3 xy2x=3+yxy - 2x = 3 + y x(y2)=y+3x(y - 2) = y + 3 x=y+3y2x = \frac{y + 3}{y - 2}

Replacing yy with xx (swapping the variable name to standard form):

f1(x)=x+3x2f^{-1}(x) = \frac{x + 3}{x - 2}

The domain of f1(x)=x+3x2f^{-1}(x) = \frac{x+3}{x-2} is all real numbers except where the denominator is zero:

x2=0x=2x - 2 = 0 \Rightarrow x = 2

Domain of f1f^{-1}: R{2}\mathbb{R} \setminus \{2\} (all reals except 2)

Note: The domain of f1f^{-1} = the range of ff. Let’s verify: f(x)=2x+3x1f(x) = \frac{2x+3}{x-1} approaches 2 as xx \to \infty (since ratio of leading coefficients = 2/1 = 2), and can never equal 2 exactly (since 2x+3x1=22x+3=2x23=2\frac{2x+3}{x-1} = 2 \Rightarrow 2x+3 = 2x-2 \Rightarrow 3 = -2, impossible). So range of ff = R{2}\mathbb{R} \setminus \{2\}

(ff1)(x)=f(x+3x2)(f \circ f^{-1})(x) = f\left(\frac{x+3}{x-2}\right)

=2(x+3x2)+3(x+3x2)1= \frac{2\left(\frac{x+3}{x-2}\right) + 3}{\left(\frac{x+3}{x-2}\right) - 1}

Numerator: 2(x+3)x2+3=2x+6+3(x2)x2=2x+6+3x6x2=5xx2\frac{2(x+3)}{x-2} + 3 = \frac{2x+6 + 3(x-2)}{x-2} = \frac{2x+6+3x-6}{x-2} = \frac{5x}{x-2}

Denominator: x+3x21=x+3(x2)x2=5x2\frac{x+3}{x-2} - 1 = \frac{x+3-(x-2)}{x-2} = \frac{5}{x-2}

f(f1(x))=5x/(x2)5/(x2)=5x5=xf(f^{-1}(x)) = \frac{5x/(x-2)}{5/(x-2)} = \frac{5x}{5} = x \checkmark

Why This Works

Finding an inverse means “undoing” the function. If ff maps aa to bb, then f1f^{-1} maps bb back to aa. The procedure — set y=f(x)y = f(x), solve for xx, then replace yy with xx — is the standard algebraic method. The verification step (ff1=f \circ 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)(ax+b)/(cx+d)). Möbius transformations always have themselves as their own inverse (when the transformation is an involution). Notice: f1(x)=x+3x2f^{-1}(x) = \frac{x+3}{x-2} has the same structure as f(x)=2x+3x1f(x) = \frac{2x+3}{x-1} — both are linear-over-linear.

A quick way to find the inverse of f(x)=ax+bcx+df(x) = \frac{ax+b}{cx+d}: swap aa and dd, negate bb and cc: f1(x)=dxbcx+af^{-1}(x) = \frac{dx-b}{-cx+a}. Verify: f1(x)=1x+3(1)x+2=x+3x+2f^{-1}(x) = \frac{1 \cdot x + 3}{-(-1)x + 2} = \frac{x+3}{x+2}… wait, let me apply properly. For f(x)=2x+3x1f(x) = \frac{2x+3}{x-1}: a=2,b=3,c=1,d=1a=2, b=3, c=1, d=-1. f1(x)=x3x+2=x+3x2f^{-1}(x) = \frac{-x-3}{-x+2} = \frac{x+3}{x-2} (multiply numerator and denominator by 1-1). ✓ This shortcut saves time in JEE.

Common Mistake

The most common error is writing f1(x)=1f(x)=x12x+3f^{-1}(x) = \frac{1}{f(x)} = \frac{x-1}{2x+3}. This is the reciprocal of ff, not the inverse. These are completely different things. f1f^{-1} means “the function that undoes ff”; it is NOT 1/f(x)1/f(x). The composition f(f1(x))=xf(f^{-1}(x)) = x is the defining property of inverse — always use this to check your answer.

Want to master this topic?

Read the complete guide with more examples and exam tips.

Go to full topic guide →

Try These Next