Functions: Question 8

Syllabus 1.2

Structured AS 9 marks

The function ff is defined by f(x)=x26x+11,xR, x3.f(x) = x^2 - 6x + 11, \quad x \in \mathbb{R}, \ x \ge 3.

(a) Express f(x)f(x) in the form (xa)2+b(x-a)^2 + b, and hence state the range of ff. [3]

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

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

(d) Solve the equation f1(x)=7f^{-1}(x) = 7. [2]

Show worked solution Hide worked solution

Worked solution

Part (a): Completing the square and the range of ff

f(x)=x26x+11f(x) = x^2 - 6x + 11

Halve the coefficient of xx (6÷2=3-6 \div 2 = -3) and complete the square:

x26x+11=(x3)29+11=(x3)2+2x^2 - 6x + 11 = (x-3)^2 - 9 + 11 = (x-3)^2 + 2

So f(x)=(x3)2+2f(x) = (x-3)^2+2. This is an upward-opening parabola with vertex (3,2)(3,2).

Since the domain is restricted to x3x \ge 3, we only see the increasing branch starting at the vertex. The smallest value of ff occurs at x=3x=3, where f(3)=(33)2+2=2f(3) = (3-3)^2+2 = 2, and ff increases without bound as xx increases. So the range is: f(x)2f(x) \ge 2

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

Write y=f(x)y = f(x) using the completed-square form:

y=(x3)2+2,x3y = (x-3)^2 + 2, \qquad x \ge 3

Rearrange for xx in terms of yy. Subtract 22:

y2=(x3)2y - 2 = (x-3)^2

Take square roots. Since the domain is x3x\ge3, we have x30x-3\ge0, so we must take the positive square root:

y2=x3\sqrt{y-2} = x - 3

x=3+y2x = 3 + \sqrt{y-2}

Now swap xx and yy to write the inverse as a function of xx:

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

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

The domain of f1f^{-1} always equals the range of ff, found in part (a):

xR,x2x \in \mathbb{R}, \quad x \ge 2

Part (d): Solving f1(x)=7f^{-1}(x) = 7

Rather than substituting into the formula directly, use the key inverse-function fact: if f1(x)=7f^{-1}(x) = 7, then applying ff to both sides gives x=f(7)x = f(7).

f(7)=(73)2+2=16+2=18f(7) = (7-3)^2 + 2 = 16 + 2 = 18

So x=18x = 18.

Check using the formula from (b): f1(18)=3+182=3+16=3+4=7f^{-1}(18) = 3 + \sqrt{18-2} = 3+\sqrt{16} = 3+4 = 7 ✓, confirming f1(18)=7f^{-1}(18)=7, as required.

Final answers

  • (a) f(x)=(x3)2+2f(x) = (x-3)^2+2; range: f(x)2f(x) \ge 2
  • (b) f1(x)=3+x2f^{-1}(x) = 3+\sqrt{x-2}
  • (c) Domain of f1f^{-1}: x2x \ge 2
  • (d) x=18x = \boxed{18}