Functions: Question 3

Syllabus 1.2

Structured AS 6 marks

The function ff is defined, for xRx \in \mathbb{R}, x1x \ne 1, by f(x)=3x+2x1.f(x) = \frac{3x+2}{x-1}.

(a) Find f1(x)f^{-1}(x), showing your working clearly. [3]

(b) State the domain of f1f^{-1}. [1]

(c) By first finding f(2)f(2), verify that f1f(2)=2f^{-1}f(2) = 2. [2]

Show worked solution Hide worked solution

Worked solution

Part (a): Finding f1(x)f^{-1}(x)

Write y=f(x)y = f(x):

y=3x+2x1y = \frac{3x+2}{x-1}

Swap xx and yy. This is the key step that turns ff into f1f^{-1}:

x=3y+2y1x = \frac{3y+2}{y-1}

Multiply both sides by (y1)(y-1):

x(y1)=3y+2x(y-1) = 3y+2

Expand the left-hand side:

xyx=3y+2xy - x = 3y + 2

Collect all terms containing yy on one side, and everything else on the other:

xy3y=x+2xy - 3y = x + 2

Factor yy out on the left:

y(x3)=x+2y(x-3) = x+2

Divide by (x3)(x-3):

y=x+2x3y = \frac{x+2}{x-3}

So f1(x)=x+2x3.f^{-1}(x) = \frac{x+2}{x-3}.

Part (b): Domain of f1f^{-1}

The domain of f1f^{-1} is always equal to the range of ff.

From the working above, f1(x)f^{-1}(x) is undefined only when x=3x=3 (division by zero) (and this is exactly the value that ff itself can never output. Checking directly: setting f(x)=3f(x)=3 gives 3(x1)=3x+23(x-1)=3x+2, i.e. 3x3=3x+23x-3=3x+2, i.e. 3=2-3=2, which is never true) so y=3y=3 is indeed never attained by ff, confirming it is the correct value to exclude.

So the domain of f1f^{-1} is: xR,x3x \in \mathbb{R}, \quad x \ne 3

Part (c): Verifying with a numerical check

First find f(2)f(2):

f(2)=3(2)+221=81=8f(2) = \frac{3(2)+2}{2-1} = \frac{8}{1} = 8

Now apply f1f^{-1} to this result:

f1(8)=8+283=105=2f^{-1}(8) = \frac{8+2}{8-3} = \frac{10}{5} = 2

Since f1(f(2))=f1(8)=2f^{-1}(f(2)) = f^{-1}(8) = 2, this confirms f1f(2)=2f^{-1}f(2) = 2, as required. Applying f1f^{-1} after ff returns the original input, exactly as an inverse function should.

Final answers

  • (a) f1(x)=x+2x3f^{-1}(x) = \boxed{\dfrac{x+2}{x-3}}
  • (b) Domain of f1f^{-1}: xR,x3x \in \mathbb{R}, x \ne 3
  • (c) f(2)=8f(2)=8, f1(8)=2f^{-1}(8)=2, so f1f(2)=2f^{-1}f(2)=2