AI Generated Quiz

A Level H2 Mathematics Algebra Functions Quiz

Free A Level H2 Maths Algebra Functions quiz, LongCat AI version, with questions, answers, and A Level-style practice for Singapore students.

These static practice materials are generated from the site's syllabus and paper-generation workflow, with source and model context shown so students and parents can evaluate the material before use.

A Level H2 Mathematics AI Generated Generated by LongCat 2.0 LLM Updated 2026-08-17

Questions

Free quiz and exam paper access

Enter your details to view this paper

Your access is remembered on this device.

Answers

A-Level Maths H2 Quiz - Algebra Functions

Answer Key and Teaching Notes


Question 1

f(x)=3x2f(x) = 3x - 2, g(x)=x2+1g(x) = x^2 + 1

(a) Find fg(x)fg(x) and state its range. [3]

Working:

fg(x)=f(g(x))=f(x2+1)=3(x2+1)2=3x2+32=3x2+1fg(x) = f(g(x)) = f(x^2 + 1) = 3(x^2 + 1) - 2 = 3x^2 + 3 - 2 = 3x^2 + 1

Since x20x^2 \geq 0 for all real xx, we have 3x2+113x^2 + 1 \geq 1.

Answer: fg(x)=3x2+1fg(x) = 3x^2 + 1, range is [1,)[1, \infty)

Marking: M1 for correct substitution, A1 for simplified expression, B1 for correct range.

Teaching note: The composite fg(x)fg(x) means "apply gg first, then apply ff to the result." Always check: range of gg is [1,)[1, \infty), which is a subset of the domain of ff (all real numbers), so the composite exists.


(b) Find gf(x)gf(x) and state its range. [3]

Working:

gf(x)=g(f(x))=g(3x2)=(3x2)2+1=9x212x+4+1=9x212x+5gf(x) = g(f(x)) = g(3x - 2) = (3x - 2)^2 + 1 = 9x^2 - 12x + 4 + 1 = 9x^2 - 12x + 5

This is a quadratic with positive leading coefficient. The minimum occurs at x=1218=23x = \frac{12}{18} = \frac{2}{3}.

Minimum value: 9(23)212(23)+5=48+5=19\left(\frac{2}{3}\right)^2 - 12\left(\frac{2}{3}\right) + 5 = 4 - 8 + 5 = 1

Answer: gf(x)=9x212x+5gf(x) = 9x^2 - 12x + 5, range is [1,)[1, \infty)

Marking: M1 for correct substitution and expansion, M1 for finding minimum, A1 for range.


(c) Explain why f1(x)f^{-1}(x) exists and find f1(x)f^{-1}(x). [2]

Working:

f(x)=3x2f(x) = 3x - 2 is a linear function with non-zero gradient, so it is one-one (strictly increasing). Therefore f1f^{-1} exists.

Let y=3x2y = 3x - 2. Rearranging: x=y+23x = \frac{y+2}{3}

Answer: f1(x)=x+23f^{-1}(x) = \dfrac{x+2}{3}

Marking: B1 for valid explanation (one-one/strictly monotonic), M1A1 for correct inverse.


Question 2

f(x)=4x3f(x) = \dfrac{4}{x-3}, x>3x > 3

(a) Show that ff is a one-one function. [2]

Working:

Suppose f(a)=f(b)f(a) = f(b) for a,b>3a, b > 3.

Then 4a3=4b3\dfrac{4}{a-3} = \dfrac{4}{b-3}, giving a3=b3a - 3 = b - 3, so a=ba = b.

Therefore ff is one-one.

Marking: M1 for assuming f(a)=f(b)f(a) = f(b), A1 for deducing a=ba = b.

Teaching note: A function is one-one (injective) if f(a)=f(b)    a=bf(a) = f(b) \implies a = b. Alternatively, note that f(x)=4(x3)2<0f'(x) = -\frac{4}{(x-3)^2} < 0 for x>3x > 3, so ff is strictly decreasing, hence one-one.


(b) Find f1(x)f^{-1}(x) and state its domain and range. [3]

Working:

Let y=4x3y = \dfrac{4}{x-3}. Rearranging: x3=4yx - 3 = \dfrac{4}{y}, so x=4y+3x = \dfrac{4}{y} + 3.

f1(x)=4x+3f^{-1}(x) = \dfrac{4}{x} + 3

Domain of f1f^{-1} = range of ff: Since x>3x > 3, we have x3>0x - 3 > 0, so f(x)>0f(x) > 0. As x3+x \to 3^+, f(x)f(x) \to \infty; as xx \to \infty, f(x)0+f(x) \to 0^+. So range of ff is (0,)(0, \infty).

Range of f1f^{-1} = domain of ff = (3,)(3, \infty).

Answer: f1(x)=4x+3f^{-1}(x) = \dfrac{4}{x} + 3, domain is (0,)(0, \infty), range is (3,)(3, \infty)

Marking: M1 for rearranging, A1 for correct inverse, B1 for domain and range.


(c) Find the value of xx for which f(x)=f1(x)f(x) = f^{-1}(x). [3]

Working:

4x3=4x+3\dfrac{4}{x-3} = \dfrac{4}{x} + 3

Multiply through by x(x3)x(x-3) (valid since x>3x > 3, so x0x \neq 0 and x3x \neq 3):

4x=4(x3)+3x(x3)4x = 4(x-3) + 3x(x-3)

4x=4x12+3x29x4x = 4x - 12 + 3x^2 - 9x

0=12+3x29x0 = -12 + 3x^2 - 9x

3x29x12=03x^2 - 9x - 12 = 0

x23x4=0x^2 - 3x - 4 = 0

(x4)(x+1)=0(x - 4)(x + 1) = 0

x=4x = 4 or x=1x = -1

Since x>3x > 3, we take x=4x = 4.

Answer: x=4x = 4

Marking: M1 for setting up equation, M1 for solving quadratic, A1 for selecting valid solution.

Teaching note: When f(x)=f1(x)f(x) = f^{-1}(x), the point lies on the line y=xy = x (since the graphs of ff and f1f^{-1} are reflections of each other in y=xy = x). So we could also solve f(x)=xf(x) = x: 4x3=x\frac{4}{x-3} = x, giving 4=x23x4 = x^2 - 3x, so x23x4=0x^2 - 3x - 4 = 0, yielding x=4x = 4.


Question 3

f(x)=e2xf(x) = e^{2x}, g(x)=ln(x+1)g(x) = \ln(x+1), x>1x > -1

(a) Show that the composite function fgfg exists. [2]

Working:

For fgfg to exist, the range of gg must be a subset of the domain of ff.

Range of gg: Since x>1x > -1, x+1>0x + 1 > 0, so ln(x+1)R\ln(x+1) \in \mathbb{R}. Range of gg is R\mathbb{R}.

Domain of ff is R\mathbb{R}.

Since RR\mathbb{R} \subseteq \mathbb{R}, the composite fgfg exists.

Marking: B1 for identifying range of gg is R\mathbb{R}, B1 for noting domain of ff is R\mathbb{R}.


(b) Find fg(x)fg(x) and state its range. [3]

Working:

fg(x)=f(g(x))=f(ln(x+1))=e2ln(x+1)=eln(x+1)2=(x+1)2fg(x) = f(g(x)) = f(\ln(x+1)) = e^{2\ln(x+1)} = e^{\ln(x+1)^2} = (x+1)^2

Domain of fgfg: x>1x > -1 (from domain of gg).

For x>1x > -1: (x+1)2>0(x+1)^2 > 0. As x1+x \to -1^+, (x+1)20+(x+1)^2 \to 0^+. As xx \to \infty, (x+1)2(x+1)^2 \to \infty.

Answer: fg(x)=(x+1)2fg(x) = (x+1)^2, range is (0,)(0, \infty)

Marking: M1 for correct substitution, A1 for simplification, B1 for range.


(c) Find gf(x)gf(x) and state its domain and range. [3]

Working:

gf(x)=g(f(x))=g(e2x)=ln(e2x+1)gf(x) = g(f(x)) = g(e^{2x}) = \ln(e^{2x} + 1)

Domain: xRx \in \mathbb{R} (since e2x>0e^{2x} > 0, we have e2x+1>1>0e^{2x} + 1 > 1 > 0, so the logarithm is always defined).

Range: As xx \to -\infty, e2x0e^{2x} \to 0, so gf(x)ln(1)=0gf(x) \to \ln(1) = 0. As xx \to \infty, e2xe^{2x} \to \infty, so gf(x)gf(x) \to \infty.

Since e2x+1>1e^{2x} + 1 > 1, we have ln(e2x+1)>0\ln(e^{2x} + 1) > 0.

Answer: gf(x)=ln(e2x+1)gf(x) = \ln(e^{2x} + 1), domain is R\mathbb{R}, range is (0,)(0, \infty)

Marking: M1 for correct substitution, A1 for simplified form, B1 for domain and range.


Question 4

f(x)=x+4f(x) = \sqrt{x+4}, x4x \geq -4

(a) Explain why f1f^{-1} exists. [1]

f(x)=x+4f(x) = \sqrt{x+4} is strictly increasing on its domain [4,)[-4, \infty) (since the square root function is strictly increasing), so it is one-one. Therefore f1f^{-1} exists.

Marking: B1 for valid reason (strictly increasing/one-one).


(b) Find f1(x)f^{-1}(x) and state its domain and range. [3]

Working:

Let y=x+4y = \sqrt{x+4}, where y0y \geq 0.

y2=x+4y^2 = x + 4, so x=y24x = y^2 - 4.

f1(x)=x24f^{-1}(x) = x^2 - 4

Domain of f1f^{-1} = range of ff: Since x4x \geq -4, x+40\sqrt{x+4} \geq 0, so range of ff is [0,)[0, \infty).

Range of f1f^{-1} = domain of ff = [4,)[-4, \infty).

Answer: f1(x)=x24f^{-1}(x) = x^2 - 4, domain is [0,)[0, \infty), range is [4,)[-4, \infty)

Marking: M1 for squaring and rearranging, A1 for correct inverse, B1 for domain and range.

Teaching note: The domain restriction on f1f^{-1} is crucial. Without it, x24x^2 - 4 would not be a function inverse (it would fail the horizontal line test over all reals).


(c) Sketch the graphs and find point(s) of intersection. [4]

Working:

y=f(x)=x+4y = f(x) = \sqrt{x+4}: Starts at (4,0)(-4, 0), passes through (0,2)(0, 2), increasing and concave down.

y=f1(x)=x24y = f^{-1}(x) = x^2 - 4 for x0x \geq 0: Starts at (0,4)(0, -4), passes through (2,0)(2, 0), increasing for x0x \geq 0.

Points of intersection: Solve x+4=x24\sqrt{x+4} = x^2 - 4.

Note: For intersection, we need x240x^2 - 4 \geq 0 (since LHS 0\geq 0), so x2x \geq 2 or x2x \leq -2. Also x4x \geq -4.

Squaring: x+4=(x24)2=x48x2+16x + 4 = (x^2 - 4)^2 = x^4 - 8x^2 + 16

x48x2x+12=0x^4 - 8x^2 - x + 12 = 0

Testing x=1+1722.56x = \frac{1+\sqrt{17}}{2} \approx 2.56: Let's try rational roots. Testing x=1+172x = \frac{1+\sqrt{17}}{2} is not clean. Instead, note that intersections of ff and f1f^{-1} lie on y=xy = x (if they intersect off this line, they'd intersect in pairs). So solve f(x)=xf(x) = x:

x+4=x\sqrt{x+4} = x, giving x+4=x2x + 4 = x^2, so x2x4=0x^2 - x - 4 = 0.

x=1±172x = \frac{1 \pm \sqrt{17}}{2}. Since x0x \geq 0 (from y=x+40y = \sqrt{x+4} \geq 0), we take x=1+172x = \frac{1 + \sqrt{17}}{2}.

Answer: The graphs intersect at (1+172,1+172)\left(\dfrac{1+\sqrt{17}}{2}, \dfrac{1+\sqrt{17}}{2}\right)

Marking: B1 for each correct sketch (shape and key points), M1 for setting up intersection equation, A1 for correct coordinates.


Question 5

f(x)=x26x+5f(x) = x^2 - 6x + 5, g(x)=1x2g(x) = \dfrac{1}{x-2}, x2x \neq 2

(a) Determine whether fgfg exists. Justify. [2]

Working:

For fgfg to exist, the range of gg must be a subset of the domain of ff.

Range of gg: g(x)=1x2g(x) = \frac{1}{x-2} for x2x \neq 2. The range is R{0}\mathbb{R} \setminus \{0\} (since 1x20\frac{1}{x-2} \neq 0 for any xx).

Domain of ff is R\mathbb{R}.

Since R{0}R\mathbb{R} \setminus \{0\} \subseteq \mathbb{R}, the composite fgfg exists.

Answer: Yes, fgfg exists because the range of gg (R{0}\mathbb{R} \setminus \{0\}) is a subset of the domain of ff (R\mathbb{R}).

Marking: B1 for correct range of gg, B1 for valid conclusion.


(b) Find the range of ff. [2]

Working:

f(x)=x26x+5=(x3)24f(x) = x^2 - 6x + 5 = (x-3)^2 - 4

The minimum value is 4-4 (at x=3x = 3).

Answer: Range of ff is [4,)[-4, \infty)

Marking: M1 for completing square or using vertex formula, A1 for correct range.


(c) State the largest possible domain of ff for which f1f^{-1} exists. [2]

Working:

f(x)=(x3)24f(x) = (x-3)^2 - 4 is a parabola with vertex at x=3x = 3. It is one-one on either [3,)[3, \infty) or (,3](-\infty, 3].

The largest possible domain for which f1f^{-1} exists is either [3,)[3, \infty) or (,3](-\infty, 3] (both are equally valid; by convention, we typically choose [3,)[3, \infty)).

For domain [3,)[3, \infty): range of ff is [4,)[-4, \infty).

Answer: Domain: [3,)[3, \infty) (or (,3](-\infty, 3]); corresponding range: [4,)[-4, \infty)

Marking: B1 for correct restricted domain, B1 for corresponding range.


Question 6

(a) Equations of asymptotes. [2]

From the graph: vertical asymptote is x=1x = 1, horizontal asymptote is y=0y = 0.

Answer: x=1x = 1 and y=0y = 0

Marking: B1 each.


(b)(i) Sketch y=f(x)+2y = f(x) + 2. [2]

Translation of 2 units upward.

Asymptotes: x=1x = 1 (unchanged), y=0+2=2y = 0 + 2 = 2.

Image points: (0,1)(0,1)(0, -1) \to (0, 1), (2,1)(2,3)(2, 1) \to (2, 3), (3,2)(3,4)(3, 2) \to (3, 4).

Marking: B1 for correct shape and asymptotes, B1 for correct image points.


(b)(ii) Sketch y=f(2x)y = f(2x). [2]

Horizontal stretch of scale factor 12\frac{1}{2} (compression toward yy-axis).

Asymptotes: x=12x = \frac{1}{2} (since 2x=12x = 1 gives x=12x = \frac{1}{2}), y=0y = 0 (unchanged).

Image points: (0,1)(0,1)(0, -1) \to (0, -1), (2,1)(1,1)(2, 1) \to (1, 1), (3,2)(1.5,2)(3, 2) \to (1.5, 2).

Marking: B1 for correct shape and asymptotes, B1 for correct image points.


Question 7

f(x)=2x+3x1f(x) = \dfrac{2x+3}{x-1}, x1x \neq 1

(a) Asymptotes. [2]

Vertical asymptote: x1=0x - 1 = 0, so x=1x = 1.

Horizontal asymptote: 2xx=2\dfrac{2x}{x} = 2 as x±x \to \pm\infty, so y=2y = 2.

Answer: x=1x = 1, y=2y = 2

Marking: B1 each.


(b) Axial intercepts. [2]

xx-intercept: f(x)=02x+3=0x=32f(x) = 0 \Rightarrow 2x + 3 = 0 \Rightarrow x = -\dfrac{3}{2}. Point: (32,0)\left(-\dfrac{3}{2}, 0\right).

yy-intercept: f(0)=31=3f(0) = \dfrac{3}{-1} = -3. Point: (0,3)(0, -3).

Answer: xx-intercept (32,0)\left(-\dfrac{3}{2}, 0\right), yy-intercept (0,3)(0, -3)

Marking: B1 each.


(c) Sketch. [2]

The graph is a rectangular hyperbola-like rational function with asymptotes x=1x = 1 and y=2y = 2. Left branch (below y=2y = 2, to the left of x=1x = 1) passes through (32,0)(-\frac{3}{2}, 0) and (0,3)(0, -3). Right branch (above y=2y = 2, to the right of x=1x = 1).

Marking: B1 for correct general shape in correct quadrants relative to asymptotes, B1 for correct intercepts marked.


(d) Solve f(x)1f(x) \leq 1. [2]

Working:

2x+3x11\dfrac{2x+3}{x-1} \leq 1

2x+3x110\dfrac{2x+3}{x-1} - 1 \leq 0

2x+3(x1)x10\dfrac{2x+3-(x-1)}{x-1} \leq 0

x+4x10\dfrac{x+4}{x-1} \leq 0

Critical values: x=4x = -4 and x=1x = 1.

Sign analysis: The expression is 0\leq 0 when 4x<1-4 \leq x < 1.

Answer: 4x<1-4 \leq x < 1

Marking: M1 for correct algebraic manipulation and critical values, A1 for correct solution.


Question 8

(a) Sketch y=f(x)y = f(x). [2]

The graph passes through the origin (0,0)(0,0), has asymptotes x=2x = -2 and y=3y = 3, and is strictly increasing. The left branch approaches x=2x = -2 from the left and y=3y = 3 from below. The right branch approaches x=2x = -2 from the right and y=3y = 3 from below, passing through (0,0)(0,0).

Marking: B1 for correct shape (increasing, two branches), B1 for correct asymptotes and passing through origin.


(b) Sketch y=f(x)y = -f(x). [3]

Reflection in the xx-axis.

Asymptotes: x=2x = -2 (unchanged), y=3y = -3.

Intercept: (0,0)(0,0)(0, 0) \to (0, 0) (unchanged since f(0)=0f(0) = 0).

The function is now strictly decreasing.

Marking: B1 for correct shape (decreasing), B1 for correct asymptotes, B1 for correct intercept.


(c) Sketch y=f1(x)y = f^{-1}(x). [3]

Reflection of y=f(x)y = f(x) in the line y=xy = x.

Asymptotes of f1f^{-1}: The vertical asymptote x=2x = -2 of ff becomes the horizontal asymptote y=2y = -2 of f1f^{-1}. The horizontal asymptote y=3y = 3 of ff becomes the vertical asymptote x=3x = 3 of f1f^{-1}.

The graph of f1f^{-1} passes through (0,0)(0, 0) and is strictly increasing.

Marking: B1 for correct shape, B1 for correct asymptotes (x=3x = 3 and y=2y = -2), B1 for passing through (0,0)(0,0).


Question 9

f(x)=23x+1f(x) = 2 - \dfrac{3}{x+1}, x1x \neq -1

(a) Asymptotes. [2]

Vertical: x+1=0x + 1 = 0, so x=1x = -1.

Horizontal: As x±x \to \pm\infty, 3x+10\frac{3}{x+1} \to 0, so f(x)2f(x) \to 2. Thus y=2y = 2.

Answer: x=1x = -1, y=2y = 2

Marking: B1 each.


(b) Axial intercepts. [2]

xx-intercept: f(x)=023x+1=03x+1=2x+1=32x=12f(x) = 0 \Rightarrow 2 - \dfrac{3}{x+1} = 0 \Rightarrow \dfrac{3}{x+1} = 2 \Rightarrow x + 1 = \dfrac{3}{2} \Rightarrow x = \dfrac{1}{2}. Point: (12,0)\left(\dfrac{1}{2}, 0\right).

yy-intercept: f(0)=231=1f(0) = 2 - \dfrac{3}{1} = -1. Point: (0,1)(0, -1).

Answer: xx-intercept (12,0)\left(\dfrac{1}{2}, 0\right), yy-intercept (0,1)(0, -1)

Marking: B1 each.


(c) Find g(x)g(x). [3]

Working:

Step 1: Translation of 2 units in the positive xx-direction: replace xx with x2x - 2.

f(x2)=23(x2)+1=23x1f(x-2) = 2 - \dfrac{3}{(x-2)+1} = 2 - \dfrac{3}{x-1}

Step 2: Stretch of scale factor 3 parallel to the yy-axis: multiply the entire function by 3.

g(x)=3(23x1)=69x1g(x) = 3\left(2 - \dfrac{3}{x-1}\right) = 6 - \dfrac{9}{x-1}

Answer: g(x)=69x1g(x) = 6 - \dfrac{9}{x-1}

Marking: M1 for correct translation, M1 for correct stretch, A1 for simplified expression.

Teaching note: The order matters! A translation in the xx-direction affects only the xx values, while a stretch parallel to the yy-axis multiplies the entire output.


(d) Asymptotes of y=g(x)y = g(x). [1]

Vertical: x=1x = 1, Horizontal: y=6y = 6.

Answer: x=1x = 1, y=6y = 6

Marking: B1 for both.


Question 10

(a) Sketch y=f(x)y = |f(x)|. [3]

The transformation y=f(x)y = |f(x)| reflects any part of the graph below the xx-axis to above it.

  • The point (0,0)(0, 0) remains at (0,0)(0, 0).
  • The point (1,1)(1, -1) reflects to (1,1)(1, 1).
  • The point (4,3)(4, 3) remains at (4,3)(4, 3) (already above xx-axis).
  • Asymptotes: x=2x = 2 (unchanged), y=1y = 1 (unchanged, since the horizontal asymptote is already positive).

The left branch (originally below the xx-axis between x=0x = 0 and x=2x = 2) is reflected above the xx-axis.

Marking: B1 for correct reflection of negative portion, B1 for correct image points, B1 for correct asymptotes.


(b) Sketch y=f(x)y = f(|x|). [3]

The transformation y=f(x)y = f(|x|) replaces the left half of the graph (x<0x < 0) with a mirror image of the right half (x0x \geq 0) in the yy-axis.

  • For x0x \geq 0, the graph is unchanged: passes through (0,0)(0, 0), (1,1)(1, -1), (4,3)(4, 3), with asymptotes x=2x = 2 and y=1y = 1.
  • For x<0x < 0, reflect the right half in the yy-axis: the point (1,1)(1, -1) gives (1,1)(-1, -1), (4,3)(4, 3) gives (4,3)(-4, 3).
  • The vertical asymptote x=2x = 2 gives a new vertical asymptote at x=2x = -2.
  • The horizontal asymptote y=1y = 1 remains.

Marking: B1 for correct reflection of right half to left, B1 for correct image points, B1 for correct asymptotes (x=2x = -2, x=2x = 2, y=1y = 1).


Question 11

f(x)=x24x+1f(x) = \dfrac{x^2 - 4}{x+1}, x1x \neq -1

(a) Show that f(x)=x13x+1f(x) = x - 1 - \dfrac{3}{x+1}. [2]

Working:

Performing polynomial long division of x24x^2 - 4 by x+1x + 1:

x24=(x+1)(x1)3x^2 - 4 = (x+1)(x-1) - 3

Check: (x+1)(x1)=x21(x+1)(x-1) = x^2 - 1, so x213=x24x^2 - 1 - 3 = x^2 - 4. ✓

Therefore: f(x)=(x+1)(x1)3x+1=x13x+1f(x) = \dfrac{(x+1)(x-1) - 3}{x+1} = x - 1 - \dfrac{3}{x+1}

Marking: M1 for correct polynomial division, A1 for verified result.


(b) Asymptotes. [2]

Vertical asymptote: x=1x = -1.

Oblique asymptote: As x±x \to \pm\infty, 3x+10\dfrac{3}{x+1} \to 0, so f(x)x1f(x) \to x - 1. The oblique asymptote is y=x1y = x - 1.

Answer: Vertical: x=1x = -1; Oblique: y=x1y = x - 1

Marking: B1 each.


(c) Stationary points. [3]

Working:

f(x)=x13(x+1)1f(x) = x - 1 - 3(x+1)^{-1}

f(x)=1+3(x+1)2=1+3(x+1)2f'(x) = 1 + 3(x+1)^{-2} = 1 + \dfrac{3}{(x+1)^2}

Setting f(x)=0f'(x) = 0: 1+3(x+1)2=01 + \dfrac{3}{(x+1)^2} = 0

(x+1)2=3(x+1)^2 = -3

This has no real solutions. Since (x+1)2>0(x+1)^2 > 0 for all x1x \neq -1, we have f(x)=1+3(x+1)2>0f'(x) = 1 + \dfrac{3}{(x+1)^2} > 0 for all x1x \neq -1.

Answer: There are no stationary points. f(x)f(x) is strictly increasing on each branch of its domain.

Marking: M1 for correct differentiation, M1 for setting f(x)=0f'(x) = 0, A1 for correct conclusion.

Teaching note: This is a common exam trap. Students expect stationary points for rational functions, but the derivative here is always positive. The function increases on (,1)(-\infty, -1) and (1,)(-1, \infty) separately.


(d) Sketch. [3]

The graph has vertical asymptote x=1x = -1 and oblique asymptote y=x1y = x - 1. There are no stationary points. The xx-intercepts are at x=2x = 2 and x=2x = -2 (from x24=0x^2 - 4 = 0). The yy-intercept is at (0,4)(0, -4).

Left branch (x<1x < -1): increasing, approaching y=x1y = x - 1 from below as xx \to -\infty, and going to ++\infty as x1x \to -1^-.

Right branch (x>1x > -1): increasing, going to -\infty as x1+x \to -1^+, and approaching y=x1y = x - 1 from below as xx \to \infty.

Marking: B1 for correct asymptotes, B1 for correct intercepts and general shape, B1 for correct behaviour near asymptotes.


Question 12

f(x)=2x3f(x) = |2x - 3|

(a) Sketch. [2]

The graph is V-shaped. The vertex occurs where 2x3=02x - 3 = 0, i.e., x=32x = \dfrac{3}{2}, f(32)=0f\left(\dfrac{3}{2}\right) = 0.

For x32x \geq \dfrac{3}{2}: f(x)=2x3f(x) = 2x - 3 (line with gradient 2).

For x<32x < \dfrac{3}{2}: f(x)=(2x3)=32xf(x) = -(2x - 3) = 3 - 2x (line with gradient -2).

Key points: (0,3)(0, 3), (32,0)\left(\dfrac{3}{2}, 0\right), (3,3)(3, 3).

Marking: B1 for correct V-shape with vertex, B1 for correct key points.


(b) Solve 2x3=x+1|2x - 3| = x + 1. [3]

Working:

Case 1: 2x302x - 3 \geq 0, i.e., x32x \geq \dfrac{3}{2}.

2x3=x+1x=42x - 3 = x + 1 \Rightarrow x = 4. Check: 4324 \geq \dfrac{3}{2}

Case 2: 2x3<02x - 3 < 0, i.e., x<32x < \dfrac{3}{2}.

(2x3)=x+12x+3=x+131=3xx=23-(2x - 3) = x + 1 \Rightarrow -2x + 3 = x + 1 \Rightarrow 3 - 1 = 3x \Rightarrow x = \dfrac{2}{3}. Check: 23<32\dfrac{2}{3} < \dfrac{3}{2}

Answer: x=23x = \dfrac{2}{3} or x=4x = 4

Marking: M1 for correct case analysis, A1 for each valid solution.


(c) Solve 2x3<5|2x - 3| < 5. [2]

Working:

5<2x3<5-5 < 2x - 3 < 5

2<2x<8-2 < 2x < 8

1<x<4-1 < x < 4

Answer: 1<x<4-1 < x < 4

Marking: M1 for correct inequality setup, A1 for correct solution.


(d) Find range of kk for which 2x3=kx|2x - 3| = kx has exactly two distinct real roots. [3]

Working:

We need to find values of kk such that the equation has exactly two distinct real solutions.

Case 1: x32x \geq \dfrac{3}{2}: 2x3=kxx(2k)=3x=32k2x - 3 = kx \Rightarrow x(2-k) = 3 \Rightarrow x = \dfrac{3}{2-k} (requires k2k \neq 2).

For this to be valid: 32k32\dfrac{3}{2-k} \geq \dfrac{3}{2}. If k<2k < 2: 332(2k)=33k23 \geq \dfrac{3}{2}(2-k) = 3 - \dfrac{3k}{2}, so 3k20\dfrac{3k}{2} \geq 0, so k0k \geq 0. If k>2k > 2: 332(2k)<03 \leq \dfrac{3}{2}(2-k) < 0, impossible. So Case 1 gives a valid solution when 0k<20 \leq k < 2.

Case 2: x<32x < \dfrac{3}{2}: 32x=kxx(k+2)=3x=3k+23 - 2x = kx \Rightarrow x(k+2) = 3 \Rightarrow x = \dfrac{3}{k+2} (requires k2k \neq -2).

For this to be valid: 3k+2<32\dfrac{3}{k+2} < \dfrac{3}{2}. If k>2k > -2: 3<32(k+2)=3k2+33 < \dfrac{3}{2}(k+2) = \dfrac{3k}{2} + 3, so 0<3k20 < \dfrac{3k}{2}, so k>0k > 0. If k<2k < -2: 3>32(k+2)3 > \dfrac{3}{2}(k+2), but k+2<0k+2 < 0 so RHS is negative, and 3>3 > (negative) is always true. So Case 2 gives a valid solution when k>0k > 0 or k<2k < -2.

For exactly two distinct real roots, both cases must give valid solutions, and they must be distinct.

Both valid when k>0k > 0 and k<2k < 2, i.e., 0<k<20 < k < 2.

At k=0k = 0: Case 1 gives x=32x = \dfrac{3}{2}, Case 2 gives x=32x = \dfrac{3}{2} (but Case 2 requires x<32x < \dfrac{3}{2}, so only one solution). Not valid.

At k=2k = 2: Case 1 is undefined. Only Case 2 gives x=34x = \dfrac{3}{4}. Not valid.

Answer: 0<k<20 < k < 2

Marking: M1 for correct case analysis, M1 for validity conditions, A1 for correct range.


Question 13

f(x)={x22xx24xx>2f(x) = \begin{cases} x^2 - 2x & x \leq 2 \\ 4 - x & x > 2 \end{cases}

(a) Sketch. [3]

For x2x \leq 2: f(x)=x22x=x(x2)f(x) = x^2 - 2x = x(x-2). This is a parabola opening upward with xx-intercepts at x=0x = 0 and x=2x = 2, and vertex at x=1x = 1, f(1)=1f(1) = -1. At x=2x = 2, f(2)=0f(2) = 0.

For x>2x > 2: f(x)=4xf(x) = 4 - x. This is a straight line with gradient 1-1. At x=2+x = 2^+, f(x)2f(x) \to 2. At x=4x = 4, f(4)=0f(4) = 0.

There is a jump discontinuity at x=2x = 2: f(2)=0f(2) = 0 but limx2+f(x)=2\lim_{x \to 2^+} f(x) = 2.

Marking: B1 for correct parabola portion, B1 for correct linear portion, B1 for correct discontinuity/jump at x=2x = 2.


(b) Range of ff. [2]

For x2x \leq 2: x22x=(x1)211x^2 - 2x = (x-1)^2 - 1 \geq -1. At x=1x = 1, minimum is 1-1. As xx \to -\infty, f(x)f(x) \to \infty. At x=2x = 2, f(2)=0f(2) = 0. So this portion gives [1,)[-1, \infty).

For x>2x > 2: f(x)=4x<2f(x) = 4 - x < 2. As x2+x \to 2^+, f(x)2f(x) \to 2 (but not including 2). As xx \to \infty, f(x)f(x) \to -\infty. So this portion gives (,2)(-\infty, 2).

Combined range: (,2)[1,)=R(-\infty, 2) \cup [-1, \infty) = \mathbb{R} (all real numbers, since [1,)[-1, \infty) overlaps with (,2)(-\infty, 2) on [1,2)[-1, 2)).

Answer: R\mathbb{R} (all real numbers)

Marking: M1 for analysing both pieces, A1 for correct combined range.


(c) Solve f(x)=0f(x) = 0. [2]

Working:

Case 1 (x2x \leq 2): x22x=0x(x2)=0x=0x^2 - 2x = 0 \Rightarrow x(x-2) = 0 \Rightarrow x = 0 or x=2x = 2. Both satisfy x2x \leq 2. ✓

Case 2 (x>2x > 2): 4x=0x=44 - x = 0 \Rightarrow x = 4. Check: 4>24 > 2. ✓

Answer: x=0x = 0, x=2x = 2, or x=4x = 4

Marking: B1 for each correct solution (max 2 marks).


(d) Is ff one-one? [2]

Working:

No. For example, f(0)=0f(0) = 0 and f(2)=0f(2) = 0, but 020 \neq 2. So ff is not one-one.

Alternatively, the parabola portion (x2x \leq 2) is not one-one (it decreases then increases, with vertex at x=1x = 1).

Answer: ff is not one-one because, for example, f(0)=f(2)=0f(0) = f(2) = 0 but 020 \neq 2.

Marking: B1 for correct conclusion, B1 for valid justification.


Question 14

f(x)=ax+bcx+df(x) = \dfrac{ax+b}{cx+d}, f(1)=2f(1) = 2, f(3)=4f(3) = 4, f(0)=1f(0) = 1, vertical asymptote x=2x = -2

(a) Find a,b,c,da, b, c, d. [5]

Working:

Vertical asymptote at x=2x = -2: cx+d=0cx + d = 0 when x=2x = -2, so 2c+d=0-2c + d = 0, giving d=2cd = 2c.

f(0)=1f(0) = 1: bd=1\dfrac{b}{d} = 1, so b=d=2cb = d = 2c.

f(1)=2f(1) = 2: a+bc+d=2\dfrac{a + b}{c + d} = 2, so a+b=2(c+d)=2(c+2c)=6ca + b = 2(c + d) = 2(c + 2c) = 6c, giving a=6cb=6c2c=4ca = 6c - b = 6c - 2c = 4c.

f(3)=4f(3) = 4: 3a+b3c+d=4\dfrac{3a + b}{3c + d} = 4, so 3a+b=4(3c+d)=4(3c+2c)=20c3a + b = 4(3c + d) = 4(3c + 2c) = 20c.

Substituting: 3(4c)+2c=12c+2c=14c3(4c) + 2c = 12c + 2c = 14c. But we need 20c20c. So 14c=20c14c = 20c, giving 6c=06c = 0, so c=0c = 0.

Wait — this gives c=0c = 0, which contradicts c0c \neq 0. Let me re-examine.

Actually, let me re-check: 3a+b=3(4c)+2c=14c3a + b = 3(4c) + 2c = 14c, and 4(3c+d)=4(3c+2c)=20c4(3c + d) = 4(3c + 2c) = 20c. So 14c=20c14c = 20c gives c=0c = 0. This is a contradiction.

Let me redo more carefully. From f(0)=1f(0) = 1: bd=1\frac{b}{d} = 1, so b=db = d.

From vertical asymptote x=2x = -2: 2c+d=0-2c + d = 0, so d=2cd = 2c, hence b=2cb = 2c.

From f(1)=2f(1) = 2: a+2cc+2c=2\frac{a + 2c}{c + 2c} = 2, so a+2c3c=2\frac{a+2c}{3c} = 2, giving a+2c=6ca + 2c = 6c, so a=4ca = 4c.

From f(3)=4f(3) = 4: 3a+2c3c+2c=4\frac{3a + 2c}{3c + 2c} = 4, so 3a+2c5c=4\frac{3a + 2c}{5c} = 4, giving 3a+2c=20c3a + 2c = 20c, so 3a=18c3a = 18c, giving a=6ca = 6c.

But from f(1)=2f(1) = 2, we got a=4ca = 4c. Contradiction: 4c=6c4c = 6c gives c=0c = 0.

Let me re-read the problem. The conditions may need to be adjusted. Let me use f(1)=2f(1) = 2, f(3)=4f(3) = 4, f(0)=1f(0) = 1, and vertical asymptote x=2x = -2.

Actually, let me try a different approach. Set c=1c = 1 (we can scale).

Then d=2d = 2, b=2b = 2.

From f(0)=1f(0) = 1: bd=22=1\frac{b}{d} = \frac{2}{2} = 1. ✓

From f(1)=2f(1) = 2: a+21+2=2\frac{a+2}{1+2} = 2, so a+2=6a + 2 = 6, a=4a = 4.

From f(3)=4f(3) = 4: 3(4)+23+2=1454\frac{3(4)+2}{3+2} = \frac{14}{5} \neq 4.

The conditions as stated are inconsistent. Let me adjust f(3)=145f(3) = \frac{14}{5} to make the problem work, or change the given values.

Let me use: f(0)=1f(0) = 1, f(1)=2f(1) = 2, vertical asymptote x=2x = -2, and f(4)=3f(4) = 3 instead.

With c=1c = 1, d=2d = 2, b=2b = 2, a=4a = 4: f(4)=16+24+2=186=3f(4) = \frac{16+2}{4+2} = \frac{18}{6} = 3. ✓

Revised problem values: f(0)=1f(0) = 1, f(1)=2f(1) = 2, f(4)=3f(4) = 3, vertical asymptote x=2x = -2.

Answer: a=4a = 4, b=2b = 2, c=1c = 1, d=2d = 2 (or any common multiple)

Marking: M1 for using vertical asymptote condition, M1 for using f(0)=1f(0) = 1, M1 for using f(1)=2f(1) = 2, M1 for using f(4)=3f(4) = 3, A1 for correct values.


(b) Horizontal asymptote. [1]

y=ac=41=4y = \dfrac{a}{c} = \dfrac{4}{1} = 4.

Answer: y=4y = 4


(c) Find f1(x)f^{-1}(x) and state its domain. [3]

Working:

f(x)=4x+2x+2f(x) = \dfrac{4x + 2}{x + 2}

Let y=4x+2x+2y = \dfrac{4x+2}{x+2}.

y(x+2)=4x+2y(x+2) = 4x + 2

yx+2y=4x+2yx + 2y = 4x + 2

2y2=4xyx=x(4y)2y - 2 = 4x - yx = x(4-y)

x=2y24y=2(y1)4yx = \dfrac{2y-2}{4-y} = \dfrac{2(y-1)}{4-y}

f1(x)=2(x1)4xf^{-1}(x) = \dfrac{2(x-1)}{4-x}

Domain of f1f^{-1} = range of ff = R{4}\mathbb{R} \setminus \{4\} (since y=4y = 4 is the horizontal asymptote).

Answer: f1(x)=2(x1)4xf^{-1}(x) = \dfrac{2(x-1)}{4-x}, domain is R{4}\mathbb{R} \setminus \{4\}

Marking: M1 for correct rearrangement, A1 for correct inverse, B1 for domain.


Question 15

f(x)=3x1x2f(x) = \dfrac{3x-1}{x-2}, x2x \neq 2

(a) Asymptotes. [2]

Vertical: x=2x = 2.

Horizontal: y=31=3y = \dfrac{3}{1} = 3.

Answer: x=2x = 2, y=3y = 3

Marking: B1 each.


(b) Show ff is one-one. [2]

Working:

Suppose f(a)=f(b)f(a) = f(b). Then 3a1a2=3b1b2\dfrac{3a-1}{a-2} = \dfrac{3b-1}{b-2}.

(3a1)(b2)=(3b1)(a2)(3a-1)(b-2) = (3b-1)(a-2)

3ab6ab+2=3ab6ba+23ab - 6a - b + 2 = 3ab - 6b - a + 2

6ab=6ba-6a - b = -6b - a

5a=5b-5a = -5b

a=ba = b

Therefore ff is one-one.

Marking: M1 for assuming f(a)=f(b)f(a) = f(b) and cross-multiplying, A1 for deducing a=ba = b.


(c) Find f1(x)f^{-1}(x). [2]

Working:

Let y=3x1x2y = \dfrac{3x-1}{x-2}.

y(x2)=3x1y(x-2) = 3x - 1

yx2y=3x1yx - 2y = 3x - 1

yx3x=2y1yx - 3x = 2y - 1

x(y3)=2y1x(y-3) = 2y - 1

x=2y1y3x = \dfrac{2y-1}{y-3}

f1(x)=2x1x3f^{-1}(x) = \dfrac{2x-1}{x-3}

Answer: f1(x)=2x1x3f^{-1}(x) = \dfrac{2x-1}{x-3}

Marking: M1 for correct rearrangement, A1 for correct inverse.


(d) Show f(f(x))=xf(f(x)) = x and interpret geometrically. [4]

Working:

f(f(x))=f(3x1x2)=33x1x213x1x22f(f(x)) = f\left(\dfrac{3x-1}{x-2}\right) = \dfrac{3\cdot\dfrac{3x-1}{x-2} - 1}{\dfrac{3x-1}{x-2} - 2}

Numerator: 3(3x1)(x2)x2=9x3x+2x2=8x1x2\dfrac{3(3x-1) - (x-2)}{x-2} = \dfrac{9x - 3 - x + 2}{x-2} = \dfrac{8x-1}{x-2}

Denominator: 3x12(x2)x2=3x12x+4x2=x+3x2\dfrac{3x-1 - 2(x-2)}{x-2} = \dfrac{3x - 1 - 2x + 4}{x-2} = \dfrac{x+3}{x-2}

f(f(x))=8x1x+3f(f(x)) = \dfrac{8x-1}{x+3}

Hmm, this doesn't equal xx. Let me recheck.

Actually, let me recompute more carefully.

f(f(x))=3f(x)1f(x)2=33x1x213x1x22f(f(x)) = \frac{3f(x) - 1}{f(x) - 2} = \frac{3\cdot\frac{3x-1}{x-2} - 1}{\frac{3x-1}{x-2} - 2}

Numerator: 9x3x21=9x3(x2)x2=8x1x2\frac{9x-3}{x-2} - 1 = \frac{9x-3-(x-2)}{x-2} = \frac{8x-1}{x-2}

Denominator: 3x1x22=3x12(x2)x2=3x12x+4x2=x+3x2\frac{3x-1}{x-2} - 2 = \frac{3x-1-2(x-2)}{x-2} = \frac{3x-1-2x+4}{x-2} = \frac{x+3}{x-2}

So f(f(x))=8x1x+3xf(f(x)) = \frac{8x-1}{x+3} \neq x.

This function is not an involution. Let me choose a different function that is an involution.

For f(f(x))=xf(f(x)) = x, we need f=f1f = f^{-1}. From part (c), f1(x)=2x1x3f^{-1}(x) = \frac{2x-1}{x-3}. For f=f1f = f^{-1}, we need 3x1x2=2x1x3\frac{3x-1}{x-2} = \frac{2x-1}{x-3}.

(3x1)(x3)=(2x1)(x2)(3x-1)(x-3) = (2x-1)(x-2)

3x29xx+3=2x24xx+23x^2 - 9x - x + 3 = 2x^2 - 4x - x + 2

3x210x+3=2x25x+23x^2 - 10x + 3 = 2x^2 - 5x + 2

x25x+1=0x^2 - 5x + 1 = 0

This is not an identity, so ff1f \neq f^{-1}.

Let me use a function that IS an involution. A standard example: f(x)=x+1x1f(x) = \frac{x+1}{x-1} for x1x \neq 1.

f(f(x))=f(x+1x1)=x+1x1+1x+1x11=x+1+x1x1x+1(x1)x1=2xx12x1=2x2=xf(f(x)) = f\left(\frac{x+1}{x-1}\right) = \frac{\frac{x+1}{x-1}+1}{\frac{x+1}{x-1}-1} = \frac{\frac{x+1+x-1}{x-1}}{\frac{x+1-(x-1)}{x-1}} = \frac{\frac{2x}{x-1}}{\frac{2}{x-1}} = \frac{2x}{2} = x. ✓

Revised problem: f(x)=x+1x1f(x) = \dfrac{x+1}{x-1} for x1x \neq 1.

(a) Asymptotes. [2]

Vertical: x=1x = 1. Horizontal: y=1y = 1.

(b) Show one-one. [2]

Suppose f(a)=f(b)f(a) = f(b): a+1a1=b+1b1\frac{a+1}{a-1} = \frac{b+1}{b-1}

(a+1)(b1)=(b+1)(a1)(a+1)(b-1) = (b+1)(a-1)

aba+b1=abb+a1ab - a + b - 1 = ab - b + a - 1

a+b=b+a-a + b = -b + a

2b=2a2b = 2a, so a=ba = b. ✓

(c) Find f1(x)f^{-1}(x). [2]

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

y(x1)=x+1y(x-1) = x+1

yxy=x+1yx - y = x + 1

yxx=y+1yx - x = y + 1

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

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

f1(x)=x+1x1=f(x)f^{-1}(x) = \frac{x+1}{x-1} = f(x)

(d) Show f(f(x))=xf(f(x)) = x. [4]

As shown above, f(f(x))=xf(f(x)) = x for all x1x \neq 1.

Geometric interpretation: Since f=f1f = f^{-1}, the graph of y=f(x)y = f(x) is symmetric about the line y=xy = x. Equivalently, applying the function twice returns the original input — the function is its own inverse, so it is an involution.

Marking: M1 for correct substitution of f(x)f(x) into ff, M1 for correct simplification of numerator, M1 for correct simplification of denominator, A1 for final result xx. B1 for geometric interpretation.


Question 16

C(t)=5tt2+4C(t) = \dfrac{5t}{t^2+4}, t0t \geq 0

(a) Initial concentration. [1]

C(0)=00+4=0C(0) = \dfrac{0}{0+4} = 0

Answer: 0  mol dm30 \; \text{mol dm}^{-3}


(b) Horizontal asymptote and interpretation. [2]

As tt \to \infty: C(t)=5tt2+40C(t) = \dfrac{5t}{t^2+4} \to 0. Horizontal asymptote: y=0y = 0.

Interpretation: As time increases indefinitely, the concentration of the reactant approaches zero. The reactant is eventually consumed/depleted by the chemical process.

Answer: y=0y = 0; the concentration approaches zero as time becomes very large.

Marking: B1 for asymptote, B1 for valid interpretation.


(c) Time at which concentration is maximum. [4]

Working:

C(t)=5tt2+4C(t) = \dfrac{5t}{t^2+4}

Using the quotient rule: C(t)=5(t2+4)5t(2t)(t2+4)2=5t2+2010t2(t2+4)2=205t2(t2+4)2C'(t) = \dfrac{5(t^2+4) - 5t(2t)}{(t^2+4)^2} = \dfrac{5t^2 + 20 - 10t^2}{(t^2+4)^2} = \dfrac{20 - 5t^2}{(t^2+4)^2}

Setting C(t)=0C'(t) = 0: 205t2=020 - 5t^2 = 0, so t2=4t^2 = 4, t=2t = 2 (since t0t \geq 0).

Check: C(t)C''(t) or sign analysis. For 0<t<20 < t < 2: C(t)>0C'(t) > 0 (increasing). For t>2t > 2: C(t)<0C'(t) < 0 (decreasing). So t=2t = 2 gives a maximum.

Answer: t=2t = 2 minutes

Marking: M1 for correct differentiation, M1 for setting C(t)=0C'(t) = 0, M1 for solving, A1 for confirming maximum.


(d) Sketch. [2]

The graph starts at (0,0)(0, 0), increases to a maximum at (2,108)=(2,1.25)(2, \frac{10}{8}) = (2, 1.25), then decreases toward the tt-axis (asymptote C=0C = 0) as tt \to \infty.

Marking: B1 for correct shape (increasing then decreasing), B1 for correct maximum point and starting point.


Question 17

f(x)=2ex+1f(x) = 2e^{-x} + 1

(a) Horizontal asymptote. [1]

As xx \to \infty, ex0e^{-x} \to 0, so f(x)1f(x) \to 1.

Answer: y=1y = 1


(b) Find xx when f(x)=3f(x) = 3. [2]

Working:

2ex+1=32e^{-x} + 1 = 3

2ex=22e^{-x} = 2

ex=1e^{-x} = 1

x=0-x = 0

x=0x = 0

Answer: x=0x = 0

Marking: M1 for correct equation setup, A1 for correct answer.


(c) Find f1(x)f^{-1}(x) and state its domain. [3]

Working:

Let y=2ex+1y = 2e^{-x} + 1.

y1=2exy - 1 = 2e^{-x}

ex=y12e^{-x} = \dfrac{y-1}{2}

x=ln(y12)-x = \ln\left(\dfrac{y-1}{2}\right)

x=ln(y12)=ln(2y1)x = -\ln\left(\dfrac{y-1}{2}\right) = \ln\left(\dfrac{2}{y-1}\right)

f1(x)=ln(2x1)f^{-1}(x) = \ln\left(\dfrac{2}{x-1}\right)

Domain of f1f^{-1} = range of ff: Since ex>0e^{-x} > 0, we have f(x)>1f(x) > 1. So range of ff is (1,)(1, \infty).

Answer: f1(x)=ln(2x1)f^{-1}(x) = \ln\left(\dfrac{2}{x-1}\right), domain is (1,)(1, \infty)

Marking: M1 for correct rearrangement, A1 for correct inverse, B1 for domain.


(d) Find g(x)g(x) and its horizontal asymptote. [3]

Working:

Step 1: Reflection in the xx-axis: y=f(x)=(2ex+1)=2ex1y = -f(x) = -(2e^{-x} + 1) = -2e^{-x} - 1.

Step 2: Translation of 1 unit in the positive yy-direction: g(x)=2ex1+1=2exg(x) = -2e^{-x} - 1 + 1 = -2e^{-x}.

As xx \to \infty, g(x)0g(x) \to 0. Horizontal asymptote: y=0y = 0.

Answer: g(x)=2exg(x) = -2e^{-x}, horizontal asymptote is y=0y = 0

Marking: M1 for correct reflection, M1 for correct translation, A1 for asymptote.


Question 18

f(x)=ln(2x1)f(x) = \ln(2x-1), x>12x > \dfrac{1}{2}

(a) Find f1(x)f^{-1}(x) and state domain and range. [3]

Working:

Let y=ln(2x1)y = \ln(2x-1).

ey=2x1e^y = 2x - 1

x=ey+12x = \dfrac{e^y + 1}{2}

f1(x)=ex+12f^{-1}(x) = \dfrac{e^x + 1}{2}

Domain of f1f^{-1} = range of ff: As x12+x \to \frac{1}{2}^+, ln(2x1)\ln(2x-1) \to -\infty. As xx \to \infty, ln(2x1)\ln(2x-1) \to \infty. So range of ff is R\mathbb{R}.

Range of f1f^{-1} = domain of ff = (12,)\left(\dfrac{1}{2}, \infty\right).

Answer: f1(x)=ex+12f^{-1}(x) = \dfrac{e^x + 1}{2}, domain is R\mathbb{R}, range is (12,)\left(\dfrac{1}{2}, \infty\right)

Marking: M1 for correct rearrangement, A1 for correct inverse, B1 for domain and range.


(b) Sketch and find intersection point(s). [4]

Working:

y=f(x)=ln(2x1)y = f(x) = \ln(2x-1): Passes through (1,0)(1, 0) (since ln(1)=0\ln(1) = 0), vertical asymptote at x=12x = \frac{1}{2}, increasing and concave down.

y=f1(x)=ex+12y = f^{-1}(x) = \frac{e^x+1}{2}: Passes through (0,1)(0, 1) (since 1+12=1\frac{1+1}{2} = 1), horizontal asymptote y=12y = \frac{1}{2} as xx \to -\infty, increasing and concave up.

Points of intersection: Since ff and f1f^{-1} are reflections in y=xy = x, any intersection must lie on y=xy = x.

Solve f(x)=xf(x) = x: ln(2x1)=x\ln(2x-1) = x.

ex=2x1e^x = 2x - 1.

Testing x=1x = 1: e1=2.718...e^1 = 2.718... and 2(1)1=12(1) - 1 = 1. Not equal.

Testing x=0x = 0: Not in domain (x>12x > \frac{1}{2}).

Let h(x)=ex2x+1h(x) = e^x - 2x + 1. h(x)=ex2h'(x) = e^x - 2. Setting h(x)=0h'(x) = 0: x=ln20.693x = \ln 2 \approx 0.693.

h(ln2)=22ln2+1=32ln231.386=1.614>0h(\ln 2) = 2 - 2\ln 2 + 1 = 3 - 2\ln 2 \approx 3 - 1.386 = 1.614 > 0.

Since the minimum of h(x)h(x) is positive, ex>2x1e^x > 2x - 1 for all xx, so ln(2x1)<x\ln(2x-1) < x for all x>12x > \frac{1}{2}.

Therefore f(x)xf(x) \neq x for any xx in the domain, and the graphs of ff and f1f^{-1} do not intersect.

Answer: The graphs do not intersect.

Marking: B1 for correct sketch of ff, B1 for correct sketch of f1f^{-1}, M1 for setting f(x)=xf(x) = x, A1 for correct conclusion.


(c) Solve f(x)=1f(x) = 1. [1]

Working:

ln(2x1)=1\ln(2x-1) = 1

2x1=e2x - 1 = e

x=e+12x = \dfrac{e+1}{2}

Answer: x=e+12x = \dfrac{e+1}{2}

Marking: M1 for correct exponential conversion, A1 for correct answer.


Question 19

f(x)=x24x+6f(x) = x^2 - 4x + 6, x2x \geq 2; g(x)=x+2g(x) = \sqrt{x} + 2, x0x \geq 0

(a) Show ff is one-one and find f1(x)f^{-1}(x). [3]

Working:

f(x)=x24x+6=(x2)2+2f(x) = x^2 - 4x + 6 = (x-2)^2 + 2. For x2x \geq 2, the function (x2)2(x-2)^2 is strictly increasing (since the vertex is at x=2x = 2 and the parabola opens upward). So ff is strictly increasing on [2,)[2, \infty), hence one-one.

Let y=(x2)2+2y = (x-2)^2 + 2.

(x2)2=y2(x-2)^2 = y - 2

x2=y2x - 2 = \sqrt{y-2} (taking positive root since x2x \geq 2)

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

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

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

Marking: M1 for showing ff is strictly increasing/one-one, M1 for correct rearrangement, A1 for correct inverse.


(b) Show gfgf exists. Find gf(x)gf(x) and state its range. [4]

Working:

For gfgf to exist, the range of ff must be a subset of the domain of gg.

Range of ff: For x2x \geq 2, f(x)=(x2)2+22f(x) = (x-2)^2 + 2 \geq 2. So range of ff is [2,)[2, \infty).

Domain of gg is [0,)[0, \infty). Since [2,)[0,)[2, \infty) \subseteq [0, \infty), the composite gfgf exists.

gf(x)=g(f(x))=g(x24x+6)=x24x+6+2=(x2)2+2+2gf(x) = g(f(x)) = g(x^2 - 4x + 6) = \sqrt{x^2 - 4x + 6} + 2 = \sqrt{(x-2)^2 + 2} + 2

Since (x2)2+22(x-2)^2 + 2 \geq 2, we have (x2)2+22\sqrt{(x-2)^2 + 2} \geq \sqrt{2}.

So gf(x)2+2gf(x) \geq \sqrt{2} + 2.

Answer: gf(x)=x24x+6+2=(x2)2+2+2gf(x) = \sqrt{x^2 - 4x + 6} + 2 = \sqrt{(x-2)^2 + 2} + 2, range is [2+2,)[\sqrt{2}+2, \infty)

Marking: M1 for checking range of ff against domain of gg, A1 for existence conclusion, M1 for correct composite, A1 for range.


(c) Solve fg(x)=6fg(x) = 6. [3]

Working:

fg(x)=f(g(x))=f(x+2)=(x+2)24(x+2)+6fg(x) = f(g(x)) = f(\sqrt{x}+2) = (\sqrt{x}+2)^2 - 4(\sqrt{x}+2) + 6

=x+4x+44x8+6=x+2= x + 4\sqrt{x} + 4 - 4\sqrt{x} - 8 + 6 = x + 2

Setting fg(x)=6fg(x) = 6: x+2=6x + 2 = 6, so x=4x = 4.

Check: x=40x = 4 \geq 0

Answer: x=4x = 4

Marking: M1 for correct substitution and simplification, A1 for correct equation, A1 for correct solution.


Question 20

(a) Range of ff. [2]

From the graph: The local maximum is at (1,4)(1, 4). The function approaches y=1y = -1 as xx \to -\infty but never reaches it. The function decreases from (1,4)(1, 4) through (3,0)(3, 0) and continues downward.

The maximum value is 44. The function decreases without bound as xx \to \infty (from the shape shown). The horizontal asymptote y=1y = -1 is only as xx \to -\infty.

From the graph, the range is (,4](-\infty, 4].

Answer: (,4](-\infty, 4]

Marking: B1 for identifying maximum value 4, B1 for correct range.


(b) Number of solutions. [4]

(i) f(x)=4f(x) = 4: The horizontal line y=4y = 4 touches the graph at the local maximum (1,4)(1, 4) only.

Answer: 1 solution

(ii) f(x)=0f(x) = 0: The horizontal line y=0y = 0 intersects the graph at (2,0)(-2, 0) and (3,0)(3, 0).

Answer: 2 solutions

(iii) f(x)=1f(x) = -1: The horizontal line y=1y = -1 is the asymptote as xx \to -\infty. The graph approaches but never reaches y=1y = -1. For large positive xx, the graph goes below 1-1 (continuing downward from (3,0)(3,0)), so there is exactly one intersection at some x>3x > 3.

Answer: 1 solution

(iv) f(x)=1f(x) = 1: The horizontal line y=1y = 1 intersects the graph three times: once on the left branch (between x=2x = -2 and the asymptote), once between x=0x = 0 and x=1x = 1, and once between x=1x = 1 and x=3x = 3.

Answer: 3 solutions

Marking: B1 each for correct number with brief justification.


(c) Sketch y=g(x)=f(x)2y = g(x) = f(x) - 2. [3]

Translation of 2 units downward.

Key point images: (2,0)(2,2)(-2, 0) \to (-2, -2), (0,2)(0,0)(0, 2) \to (0, 0), (3,0)(3,2)(3, 0) \to (3, -2), (1,4)(1,2)(1, 4) \to (1, 2).

Asymptote: y=12=3y = -1 - 2 = -3.

Marking: B1 for correct shape, B1 for correct image points, B1 for correct asymptote.


End of Answer Key