An original Thinka practice paper modelled on the structure and difficulty of the Nov 2024 (V2) Cambridge International A Level Mathematics - Additional (0606) paper. Not affiliated with or reproduced from Cambridge.
Paper 12
Answer all questions. You must show all necessary working clearly; no marks will be given for unsupported answers from a calculator.
10 Question · 80 marks
Question 1 · Short Answer
3 marks
Find the gradient of the curve \(y = (2x - 1)\ln(3x)\) at the point where \(x = \frac{1}{3}\).
Show answer & marking schemeHide answer & marking scheme
Worked solution
We use the product rule to differentiate \(y = (2x - 1)\ln(3x)\) with respect to \(x\). Let \(u = 2x - 1\) so \(\frac{du}{dx} = 2\), and let \(v = \ln(3x)\) so \(\frac{dv}{dx} = \frac{1}{x}\). Applying the product rule \(\frac{dy}{dx} = u\frac{dv}{dx} + v\frac{du}{dx}\), we obtain \(\frac{dy}{dx} = \frac{2x - 1}{x} + 2\ln(3x)\). Substituting \(x = \frac{1}{3}\) into this derivative gives \(\frac{dy}{dx} = \frac{2(1/3) - 1}{1/3} + 2\ln(1) = \frac{-1/3}{1/3} + 0 = -1\).
Marking scheme
M1: For applying the product rule to obtain a derivative of the form \(A\ln(3x) + \frac{B(2x-1)}{x}\) where \(A\) and \(B\) are constants. A1: For the correct derivative expression \(\frac{dy}{dx} = 2\ln(3x) + \frac{2x-1}{x}\). A1: For substituting \(x = \frac{1}{3}\) to find the final gradient of \(-1\).
Question 2 · Short Answer
3 marks
The function \(\mathrm{f}\) is defined by \(\mathrm{f}(x) = \frac{2x + 3}{x - 1}\) for \(x > 1\). Find an expression for \(\mathrm{f}^{-1}(x)\) and state its domain.
Show answer & marking schemeHide answer & marking scheme
Worked solution
Let \(y = \frac{2x+3}{x-1}\). To find the inverse, we rearrange to make \(x\) the subject: \(y(x - 1) = 2x + 3\) which expands to \(yx - y = 2x + 3\). Collecting terms in \(x\) gives \(yx - 2x = y + 3\), then factoring out \(x\) yields \(x(y - 2) = y + 3\), so \(x = \frac{y+3}{y-2}\). Thus, \(\mathrm{f}^{-1}(x) = \frac{x+3}{x-2}\). The domain of \(\mathrm{f}^{-1}\) is the range of \(\mathrm{f}\). For \(x > 1\), the expression \(\mathrm{f}(x) = 2 + \frac{5}{x-1}\) is always greater than \(2\) since \(\frac{5}{x-1} > 0\). Therefore, the domain of \(\mathrm{f}^{-1}(x)\) is \(x > 2\).
Marking scheme
M1: For an attempt to rearrange \(y = \frac{2x+3}{x-1}\) to make \(x\) the subject. A1: For the correct expression \(\mathrm{f}^{-1}(x) = \frac{x+3}{x-2}\). B1: For stating the correct domain \(x > 2\).
Question 3 · Short Answer
3 marks
Solve the equation \(\log_2(x+3) + \log_2(x-3) = 4\).
Show answer & marking schemeHide answer & marking scheme
Worked solution
Using the addition law of logarithms, we can combine the left-hand side: \(\log_2((x+3)(x-3)) = 4\), which simplifies to \(\log_2(x^2 - 9) = 4\). Converting from logarithmic to exponential form gives \(x^2 - 9 = 2^4 = 16\). Solving this quadratic equation: \(x^2 = 25\), so \(x = 5\) or \(x = -5\). Since the inputs to the logarithms must be positive, we require \(x > 3\), meaning we must reject the negative solution. Thus, the only valid solution is \(x = 5\).
Marking scheme
M1: For applying the product law of logarithms to write \(\log_2(x^2 - 9) = 4\). A1: For converting to exponential form to obtain \(x^2 - 9 = 16\). A1: For solving to find \(x = 5\) and rejecting the extraneous solution \(x = -5\).
Question 4 · Short Answer
3 marks
Solve the equation \(3\sin^2\theta - 2\cos\theta - 2 = 0\) for \(0^\circ \le \theta \le 360^\circ\).
Show answer & marking schemeHide answer & marking scheme
Worked solution
Using the identity \(\sin^2\theta = 1 - \cos^2\theta\), we substitute to get: \(3(1 - \cos^2\theta) - 2\cos\theta - 2 = 0\). Expanding and simplifying yields \(3 - 3\cos^2\theta - 2\cos\theta - 2 = 0\), which rearranges to the quadratic equation \(3\cos^2\theta + 2\cos\theta - 1 = 0\). Factorising this gives \((3\cos\theta - 1)(\cos\theta + 1) = 0\). This results in two cases: \(\cos\theta = \frac{1}{3}\) or \(\cos\theta = -1\). Solving \(\cos\theta = \frac{1}{3}\) within the range gives \(\theta \approx 70.5^\circ\) and \(\theta \approx 360^\circ - 70.5^\circ = 289.5^\circ\). Solving \(\cos\theta = -1\) gives \(\theta = 180^\circ\).
Marking scheme
M1: For using the identity \(\sin^2\theta = 1 - \cos^2\theta\) to form a quadratic equation in \(\cos\theta\). A1: For finding the correct values \(\cos\theta = \frac{1}{3}\) and \(\cos\theta = -1\). A1: For obtaining the correct angles \(\theta = 70.5^\circ, 180^\circ, 289.5^\circ\) (rounded to 1 d.p.).
Question 5 · Short Answer
3 marks
The polynomial \(\mathrm{p}(x) = 2x^3 + ax^2 + bx - 6\) has a factor of \(x - 2\). When \(\mathrm{p}(x)\) is divided by \(x + 2\), the remainder is \(-20\). Find the values of the constants \(a\) and \(b\).
Show answer & marking schemeHide answer & marking scheme
Worked solution
By the Factor Theorem, since \(x - 2\) is a factor, \(\mathrm{p}(2) = 0\). Substituting \(x=2\) gives: \(2(2)^3 + a(2)^2 + b(2) - 6 = 0 \implies 16 + 4a + 2b - 6 = 0 \implies 2a + b = -5\) (Equation 1). By the Remainder Theorem, since dividing by \(x+2\) leaves a remainder of \(-20\), \(\mathrm{p}(-2) = -20\). Substituting \(x=-2\) gives: \(2(-2)^3 + a(-2)^2 + b(-2) - 6 = -20 \implies -16 + 4a - 2b - 6 = -20 \implies 2a - b = 1\) (Equation 2). Adding Equation 1 and Equation 2 gives \(4a = -4 \implies a = -1\). Substituting \(a = -1\) back into Equation 1 gives \(2(-1) + b = -5 \implies b = -3\).
Marking scheme
M1: For applying either the Factor or Remainder Theorem to obtain a linear equation in \(a\) and \(b\). A1: For obtaining both correct equations: \(2a + b = -5\) and \(2a - b = 1\). A1: For solving the simultaneous equations to find the correct values \(a = -1\) and \(b = -3\).
Question 6 · Short Answer
3 marks
The third term of a geometric progression is \(18\) and the sixth term is \(\frac{16}{3}\). Find the first term of the progression.
Show answer & marking schemeHide answer & marking scheme
Worked solution
Let \(a\) be the first term and \(r\) be the common ratio. The terms of the geometric progression are given by \(u_n = ar^{n-1}\). We are given \(u_3 = ar^2 = 18\) and \(u_6 = ar^5 = \frac{16}{3}\). Dividing the two equations, we get \(\frac{ar^5}{ar^2} = \frac{16/3}{18} \implies r^3 = \frac{16}{54} = \frac{8}{27}\). Taking the cube root of both sides gives \(r = \frac{2}{3}\). Substituting this back into the equation for \(u_3\), we have \(a \left(\frac{2}{3}\right)^2 = 18 \implies a\left(\frac{4}{9}\right) = 18 \implies a = 18 \times \frac{9}{4} = 40.5\).
Marking scheme
M1: For establishing the two equations \(ar^2 = 18\) and \(ar^5 = \frac{16}{3}\) and dividing them to express \(r^3\). A1: For finding the correct common ratio \(r = \frac{2}{3}\). A1: For calculating the correct first term \(a = 40.5\) (or \(\frac{81}{2}\)).
Question 7 · Structured/Multi-part
15.5 marks
A curve has equation \(y = \frac{8}{2x-1} + 3x\). (a) Find the equation of the normal to the curve at the point where \(x = 1\). [5] (b) Another curve has equation \(y = e^{2x}(x^2 - 2x - 1)\). Find \(\frac{dy}{dx}\) and hence find the exact coordinates of the stationary points on this curve. [6] (c) Evaluate the definite integral \(\int_{0}^{\pi/4} (3\sin(2x) - 4\cos(4x)) \, dx\). [4.5]
Show answer & marking schemeHide answer & marking scheme
Worked solution
(a) For \(y = \frac{8}{2x-1} + 3x\), when \(x = 1\), \(y = \frac{8}{2(1)-1} + 3(1) = 8 + 3 = 11\). The point is \((1, 11)\). Differentiating with respect to \(x\): \(\frac{dy}{dx} = \frac{d}{dx}[8(2x-1)^{-1} + 3x] = -8(2x-1)^{-2} \cdot 2 + 3 = -\frac{16}{(2x-1)^2} + 3\). At \(x = 1\), \(\frac{dy}{dx} = -\frac{16}{(2(1)-1)^2} + 3 = -16 + 3 = -13\). The gradient of the normal is \(m = -\frac{1}{-13} = \frac{1}{13}\). Equation of the normal is: \(y - 11 = \frac{1}{13}(x - 1) \implies 13y - 143 = x - 1 \implies 13y - x = 142\). (b) For \(y = e^{2x}(x^2 - 2x - 1)\), using the product rule: \(\frac{dy}{dx} = 2e^{2x}(x^2 - 2x - 1) + e^{2x}(2x - 2) = e^{2x}(2x^2 - 4x - 2 + 2x - 2) = e^{2x}(2x^2 - 2x - 4) = 2e^{2x}(x^2 - x - 2)\). For stationary points, \(\frac{dy}{dx} = 0 \implies 2e^{2x}(x^2 - x - 2) = 0\). Since \(2e^{2x} > 0\) for all real \(x\), we must have \(x^2 - x - 2 = 0 \implies (x-2)(x+1) = 0\), which gives \(x = 2\) or \(x = -1\). When \(x = 2\), \(y = e^{2(2)}(2^2 - 2(2) - 1) = e^4(4 - 4 - 1) = -e^4\). When \(x = -1\), \(y = e^{2(-1)}((-1)^2 - 2(-1) - 1) = e^{-2}(1 + 2 - 1) = 2e^{-2}\). So the stationary points are \((2, -e^4)\) and \((-1, 2e^{-2})\). (c) \(\int_{0}^{\pi/4} (3\sin(2x) - 4\cos(4x)) \, dx = \left[ -\frac{3}{2}\cos(2x) - \sin(4x) \right]_{0}^{\pi/4}\). Substituting the upper limit: \(-\frac{3}{2}\cos(2(\pi/4)) - \sin(4(\pi/4)) = -\frac{3}{2}\cos(\pi/2) - \sin(\pi) = 0 - 0 = 0\). Substituting the lower limit: \(-\frac{3}{2}\cos(2(0)) - \sin(4(0)) = -\frac{3}{2}\cos(0) - \sin(0) = -\frac{3}{2}(1) - 0 = -\frac{3}{2}\). Subtracting the values: \(0 - (-\frac{3}{2}) = \frac{3}{2} = 1.5\).
Marking scheme
(a) M1 for finding y-coordinate 11 when x = 1. M1 for differentiating term-by-term (at least one term correct). A1 for correct derivative -16/(2x-1)^2 + 3. M1 for finding normal gradient 1/13. A1 for correct equation of the normal, e.g. 13y - x = 142. [Total: 5 marks] (b) M1 for applying product rule. A1 for correct differentiated terms before simplifying. M1 for simplifying derivative to 2e^(2x)(x^2 - x - 2). M1 for setting derivative to 0 and solving the quadratic to find x = 2 and x = -1. A1 for x = 2, y = -e^4. A1 for x = -1, y = 2e^-2. [Total: 6 marks] (c) M1 for integrating 3sin(2x) to get -1.5cos(2x). M1 for integrating -4cos(4x) to get -sin(4x). M1 for substituting limit pi/4. M1 for substituting limit 0. A0.5 for obtaining the final exact numerical value 1.5. [Total: 4.5 marks]
Question 8 · Structured/Multi-part
15.5 marks
(a) Prove the identity \(\frac{\sin \theta}{1 + \cos \theta} + \frac{1 + \cos \theta}{\sin \theta} = 2\csc \theta\). [4] (b) Solve the equation \(3\tan^2(2x - \frac{\pi}{6}) = 1\) for \(0 \le x \le \pi\), giving your answers in terms of \(\pi\). [6] (c) Express \(5\cos \phi - 12\sin \phi\) in the form \(R\cos(\phi + \alpha)\), where \(R > 0\) and \(0^\circ < \alpha < 90^\circ\). Hence, state the minimum value of \(5\cos \phi - 12\sin \phi\) and the smallest positive value of \(\phi\) at which this minimum occurs. [5.5]
Show answer & marking schemeHide answer & marking scheme
Worked solution
(a) LHS = \(\frac{\sin^2 \theta + (1 + \cos \theta)^2}{\sin \theta (1 + \cos \theta)} = \frac{\sin^2 \theta + 1 + 2\cos \theta + \cos^2 \theta}{\sin \theta (1 + \cos \theta)}\). Since \(\sin^2 \theta + \cos^2 \theta = 1\), the numerator becomes \(1 + 1 + 2\cos \theta = 2 + 2\cos \theta = 2(1 + \cos \theta)\). Thus, LHS = \(\frac{2(1 + \cos \theta)}{\sin \theta (1 + \cos \theta)} = \frac{2}{\sin \theta} = 2\csc \theta = RHS\). (b) \(3\tan^2(2x - \frac{\pi}{6}) = 1 \implies \tan^2(2x - \frac{\pi}{6}) = \frac{1}{3} \implies \tan(2x - \frac{\pi}{6}) = \pm\frac{1}{\sqrt{3}}\). Let \(\theta = 2x - \frac{\pi}{6}\). Since \(0 \le x \le \pi\), we have \(0 \le 2x \le 2\pi\) and thus \(-\frac{\pi}{6} \le 2x - \frac{\pi}{6} \le \frac{11\pi}{6}\). The basic angle for \(\tan \theta = \pm\frac{1}{\sqrt{3}}" is \)\frac{\pi}{6}\). Within the interval \(-\frac{\pi}{6} \le \theta \le \frac{11\pi}{6}\, the solutions for \)\theta\) are: \(\theta = -\frac{\pi}{6}\), \(\theta = \frac{\pi}{6}\), \(\theta = \frac{5\pi}{6}\), \(\theta = \frac{7\pi}{6}\), \(\theta = \frac{11\pi}{6}\). Solving for \(x = \frac{\theta + \pi/6}{2}\): 1) \(\theta = -\frac{\pi}{6} \implies x = 0\); 2) \(\theta = \frac{\pi}{6} \implies x = \frac{\pi}{6}\); 3) \(\theta = \frac{5\pi}{6} \implies x = \frac{\pi}{2}\); 4) \(\theta = \frac{7\pi}{6} \implies x = \frac{2\pi}{3}\); 5) \(\theta = \frac{11\pi}{6} \implies x = \pi\). These are all within the range \(0 \le x \le \pi\). (c) \(5\cos \phi - 12\sin \phi = R\cos(\phi + \alpha) = R\cos \phi \cos \alpha - R\sin \phi \sin \alpha\). Comparing coefficients: \(R\cos \alpha = 5\) and \(R\sin \alpha = 12\). \(R = \sqrt{5^2 + 12^2} = 13\). \(\tan \alpha = \frac{12}{5} = 2.4 \implies \alpha = 67.38^\circ \approx 67.4^\circ\). So \(5\cos \phi - 12\sin \phi = 13\cos(\phi + 67.4^\circ)\). The minimum value of the expression is \(-13\). This occurs when \(\cos(\phi + 67.38^\circ) = -1 \implies \phi + 67.38^\circ = 180^\circ \implies \phi = 112.62^\circ \approx 112.6^\circ\).
Marking scheme
(a) M1 for attempting to combine into a single fraction. A1 for correct expansion of numerator. M1 for using identity sin^2 theta + cos^2 theta = 1. A1 for completing proof by simplifying to 2 csc theta. [Total: 4 marks] (b) M1 for finding tan(2x - pi/6) = +-1/sqrt(3). M1 for establishing correct range for 2x - pi/6. M1 for finding at least three correct values of 2x - pi/6. A2 for all five correct values of x (deduct 1 mark for each missing or incorrect solution). A1 for expressing all answers clearly in terms of pi. [Total: 6 marks] (c) M1 for R = 13. M1 for alpha = 67.4 degrees. A1 for 13cos(phi + 67.4 degrees). A1 for minimum value of -13. M1 for setting phi + 67.38 degrees = 180 degrees. A0.5 for phi = 112.6 degrees. [Total: 5.5 marks]
Question 9 · Structured/Multi-part
15.5 marks
The functions \(\mathrm{f}\) and \(\mathrm{g}\) are defined for \(x \in \mathbb{R}\) by \(\mathrm{f}(x) = 3x - 2\) and \(\mathrm{g}(x) = \frac{4}{x-1}\) for \(x \ne 1\). (a)(i) Find \(\mathrm{fg}(x)\) and state its domain. [3] (a)(ii) Find an expression for \(\mathrm{g}^{-1}(x)\) and state its domain and range. [4] (b) The function \(\mathrm{h}\) is defined by \(\mathrm{h}(x) = 2x^2 - 12x + 13\) for \(x \ge k\). (b)(i) Find the smallest value of the constant \(k\) for which \(\mathrm{h}\) has an inverse. [2.5] (b)(ii) Using this value of \(k\), find an expression for \(\mathrm{h}^{-1}(x)\). [4] (b)(iii) State the domain of \(\mathrm{h}^{-1}\). [2]
Show answer & marking schemeHide answer & marking scheme
Worked solution
(a)(i) \(\mathrm{fg}(x) = \mathrm{f}(\mathrm{g}(x)) = \mathrm{f}\left(\frac{4}{x-1}\right) = 3\left(\frac{4}{x-1}\right) - 2 = \frac{12}{x-1} - 2 = \frac{12 - 2(x-1)}{x-1} = \frac{14 - 2x}{x-1}\). The domain of \(\mathrm{fg}(x)\) is the same as the domain of \(\mathrm{g}(x)\), which is \(x \in \mathbb{R}, x \ne 1\). (a)(ii) Let \(y = \frac{4}{x-1}\). Then \(y(x-1) = 4 \implies xy - y = 4 \implies xy = y + 4 \implies x = \frac{y+4}{y}\). So \(\mathrm{g}^{-1}(x) = \frac{x+4}{x}\) (or \(1 + \frac{4}{x}\)). The domain of \(\mathrm{g}^{-1}(x)\) is the range of \(\mathrm{g}(x)\), which is \(x \in \mathbb{R}, x \ne 0\). The range of \(\mathrm{g}^{-1}(x)\) is the domain of \(\mathrm{g}(x)\), which is \(\mathrm{g}^{-1}(x) \ne 1\) (or \(y \in \mathbb{R}, y \ne 1\)). (b)(i) Completed square form of \(\mathrm{h}(x)\): \(\mathrm{h}(x) = 2(x^2 - 6x) + 13 = 2[(x-3)^2 - 9] + 13 = 2(x-3)^2 - 5\). The vertex of the quadratic is at \((3, -5)\). For \(\mathrm{h}(x)\) to have an inverse, the function must be one-to-one, which requires the domain \(x \ge k\) to be restricted to the right of the vertex's x-coordinate. Therefore, the smallest value of \(k\) is 3. (b)(ii) For \(x \ge 3\), let \(y = 2(x-3)^2 - 5 \implies y+5 = 2(x-3)^2 \implies (x-3)^2 = \frac{y+5}{2}\). Taking the positive square root because \(x \ge 3\): \(x-3 = \sqrt{\frac{y+5}{2}} \implies x = 3 + \sqrt{\frac{y+5}{2}}\). So \(\mathrm{h}^{-1}(x) = 3 + \sqrt{\frac{x+5}{2}}\). (b)(iii) The domain of \(\mathrm{h}^{-1}\) is the range of \(\mathrm{h}\). For \(x \ge 3\), the range of \(\mathrm{h}(x) = 2(x-3)^2 - 5\) is \(y \ge -5\). Thus, the domain of \(\mathrm{h}^{-1}\) is \(x \ge -5\).
Marking scheme
(a)(i) M1 for substituting g into f. A1 for correct simplified fraction (14-2x)/(x-1). A1 for correct domain x != 1. [Total: 3 marks] (a)(ii) M1 for setting y = g(x) and attempting to make x the subject. A1 for correct expression for inverse g^-1(x) = (x+4)/x. A1 for domain x != 0. A1 for range g^-1(x) != 1. [Total: 4 marks] (b)(i) M1 for attempting to find the vertex (by completing the square or differentiation). A1.5 for correctly identifying k = 3. [Total: 2.5 marks] (b)(ii) M1 for setting y = h(x) using completed square form and attempting to make x the subject. A1 for (x-3)^2 = (y+5)/2. M1 for taking the positive square root (and explaining why/or indicating correct sign). A1 for h^-1(x) = 3 + sqrt((x+5)/2). [Total: 4 marks] (b)(iii) M1 for recognizing that domain of h^-1 is range of h. A1 for correct answer x >= -5. [Total: 2 marks]
Question 10 · Structured/Multi-part
15.5 marks
(a)(i) An arithmetic progression has first term \(a\) and common difference \(d\). Its 3rd term is 11 and the sum of the first 8 terms is 112. Find the value of \(a\) and of \(d\). [4] (a)(ii) Find the sum of the first 20 terms of this progression. [2] (b)(i) A geometric progression has first term \(A\) and common ratio \(r\). Its 2nd term is 12 and its sum to infinity is 64. Show that \(16r^2 - 16r + 3 = 0\). [3] (b)(ii) Find the two possible values of \(r\) and the corresponding values of \(A\). [3] (c) In the binomial expansion of \((1+px)^n\), the coefficient of \(x\) is \(-12\) and the coefficient of \(x^2\) is \(60\). Find the value of \(p\) and of \(n\). [3.5]
Show answer & marking schemeHide answer & marking scheme
Worked solution
(a)(i) Using the formula for the n-th term of an AP: \(T_3 = a + 2d = 11\). Using the formula for the sum of the first n terms of an AP: \(S_8 = \frac{8}{2}(2a + 7d) = 4(2a + 7d) = 112 \implies 2a + 7d = 28\). From the first equation, \(2a + 4d = 22\). Subtracting this from the second equation: \(3d = 6 \implies d = 2\). Substituting \(d = 2\) into \(a + 2d = 11\) gives \(a + 4 = 11 \implies a = 7\). (a)(ii) The sum of the first 20 terms: \(S_{20} = \frac{20}{2}(2a + 19d) = 10(2(7) + 19(2)) = 10(14 + 38) = 10(52) = 520\). (b)(i) For the GP: \(T_2 = Ar = 12 \implies A = \frac{12}{r}\). The sum to infinity is \(S_\infty = \frac{A}{1-r} = 64\). Substituting \(A = \frac{12}{r}\): \(\frac{12/r}{1-r} = 64 \implies \frac{12}{r(1-r)} = 64 \implies 12 = 64r(1-r) \implies 12 = 64r - 64r^2\). Dividing the equation by 4: \(3 = 16r - 16r^2 \implies 16r^2 - 16r + 3 = 0\). (b)(ii) Factoring the quadratic: \((4r - 1)(4r - 3) = 0\), which gives \(r = \frac{1}{4}\) or \(r = \frac{3}{4}\). If \(r = \frac{1}{4}\), then \(A = \frac{12}{1/4} = 48\). If \(r = \frac{3}{4}\), then \(A = \frac{12}{3/4} = 16\). (c) The binomial expansion is \((1 + px)^n = 1 + npx + \frac{n(n-1)}{2} p^2 x^2 + \dots\). Given that the coefficient of \(x\) is \(-12\), we have \(np = -12 \implies p = -\frac{12}{n}\). Given that the coefficient of \(x^2\) is \(60\), we have \(\frac{n(n-1)}{2} p^2 = 60 \implies n(n-1)p^2 = 120\). Substituting \(p = -\frac{12}{n}\) into this equation: \(n(n-1)\left(-\frac{12}{n}\right)^2 = 120 \implies n(n-1)\frac{144}{n^2} = 120 \implies \frac{144(n-1)}{n} = 120 \implies 144n - 144 = 120n \implies 24n = 144 \implies n = 6\). Substituting \(n = 6\) back to find \(p\): \(p = -\frac{12}{6} = -2\).
Marking scheme
(a)(i) M1 for writing a + 2d = 11. M1 for writing 4(2a + 7d) = 112. M1 for solving the simultaneous equations. A1 for a = 7 and d = 2. [Total: 4 marks] (a)(ii) M1 for substituting their values of a and d into the AP sum formula for n = 20. A1 for 520. [Total: 2 marks] (b)(i) M1 for writing Ar = 12. M1 for writing A/(1-r) = 64. A1 for eliminating A and correctly simplifying to 16r^2 - 16r + 3 = 0. [Total: 3 marks] (b)(ii) M1 for solving the quadratic equation to find two values of r. A1 for r = 1/4 and r = 3/4. A1 for A = 48 and A = 16. [Total: 3 marks] (c) M1 for identifying the general binomial terms np and n(n-1)p^2/2. M1 for substituting p = -12/n into the second equation. A1 for solving to get n = 6. A0.5 for p = -2. [Total: 3.5 marks]
Paper 22
Answer all questions. Do not use a calculator where specified.
12 Question · 79.97999999999999 marks
Question 1 · Short Answer
4 marks
Find the set of values of \(k\) for which the line \(y = kx - 5\) does not intersect the curve \(y = 2x^2 + 3x + 3\).
Show answer & marking schemeHide answer & marking scheme
Worked solution
To find where the line and curve do not intersect, we set their equations equal to each other: \(kx - 5 = 2x^2 + 3x + 3\)
Rearranging into a quadratic equation in \(x\): \(2x^2 + (3 - k)x + 8 = 0\)
For no points of intersection, the discriminant must be less than zero (\(b^2 - 4ac < 0\)): \((3 - k)^2 - 4(2)(8) < 0\) \((3 - k)^2 - 64 < 0\)
Solving the inequality: \((3 - k)^2 < 64\) \(-8 < 3 - k < 8\)
Subtracting 3 from all parts: \(-11 < -k < 5\)
Multiplying by -1 (and reversing the inequality signs): \(-5 < k < 11\)
Marking scheme
M1: Equating the line and curve and rearranging into a quadratic equation of the form \(ax^2 + bx + c = 0\). M1: Attempting to use the discriminant \(b^2 - 4ac < 0\). A1: Obtaining the critical values \(k = -5\) and \(k = 11\). A1: Writing the correct final inequality \(-5 < k < 11\).
Question 2 · Short Answer
4 marks
Solve the equation \(3^{2x+1} - 10(3^x) + 3 = 0\).
Show answer & marking schemeHide answer & marking scheme
Worked solution
We can rewrite the equation using the substitution \(u = 3^x\). Since \(3^{2x+1} = 3 \cdot (3^x)^2 = 3u^2\), the equation becomes: \(3u^2 - 10u + 3 = 0\)
Substituting back \(3^x = u\): For \(u = \frac{1}{3}\): \(3^x = 3^{-1} \Rightarrow x = -1\)
For \(u = 3\): \(3^x = 3^1 \Rightarrow x = 1\)
Thus, the solutions are \(x = -1\) and \(x = 1\).
Marking scheme
M1: Using a substitution such as \(u = 3^x\) to write a quadratic equation in \(u\). M1: Correctly solving the quadratic equation to find \(u = \frac{1}{3}\) and \(u = 3\). A1: One correct value of \(x\) (either \(x = -1\) or \(x = 1\)). A1: Both values of \(x\) correctly found with no extra invalid solutions.
Question 3 · Short Answer
4 marks
A sector of a circle of radius \(r\text{ cm}\) has an angle of \(\theta\text{ radians}\). Given that the perimeter of the sector is \(24\text{ cm}\) and its area is \(32\text{ cm}^2\), find the two possible values of \(r\).
Show answer & marking schemeHide answer & marking scheme
Worked solution
The perimeter of a sector is given by \(P = 2r + r\theta\). So, \(2r + r\theta = 24 \Rightarrow \theta = \frac{24 - 2r}{r}\).
The area of a sector is given by \(A = \frac{1}{2}r^2\theta\). Substituting the expression for \(\theta\) into the area formula: \(32 = \frac{1}{2}r^2\left(\frac{24 - 2r}{r}\right)\) \(32 = \frac{1}{2}r(24 - 2r)\) \(32 = 12r - r^2\)
Rearranging into a quadratic equation: \(r^2 - 12r + 32 = 0\)
Factorising the equation: \((r - 4)(r - 8) = 0\)
Thus, the two possible values of \(r\) are \(r = 4\) and \(r = 8\).
Marking scheme
M1: Writing down the formulas for perimeter and area, and attempting to eliminate \(\theta\). A1: Obtaining a correct quadratic equation in terms of \(r\), e.g., \(r^2 - 12r + 32 = 0\). M1: Factorising or solving their 3-term quadratic equation in \(r\). A1: Correctly obtaining both \(r = 4\) and \(r = 8\).
Question 4 · Short Answer
4 marks
In the expansion of \((1 + ax)^n\), the first two terms are \(1 + 12x\) and the coefficient of \(x^2\) is \(60\). Find the value of \(a\) and the value of \(n\), where \(n\) is a positive integer.
Show answer & marking schemeHide answer & marking scheme
Worked solution
The binomial expansion of \((1 + ax)^n\) is: \(1 + n(ax) + \frac{n(n-1)}{2}(ax)^2 + \dots = 1 + nax + \frac{n(n-1)a^2}{2}x^2 + \dots\)
Comparing the coefficient of \(x\): \(na = 12 \Rightarrow a = \frac{12}{n}\)
Comparing the coefficient of \(x^2\): \(\frac{n(n-1)a^2}{2} = 60\)
Substitute \(a = \frac{12}{n}\) into the coefficient of \(x^2\): \(\frac{n(n-1)}{2} \left(\frac{12}{n}\right)^2 = 60\) \(\frac{n(n-1)}{2} \cdot \frac{144}{n^2} = 60\) \(\frac{72(n-1)}{n} = 60\) \(72n - 72 = 60n\) \(12n = 72 \Rightarrow n = 6\)
Substitute \(n = 6\) back into \(na = 12\): \(6a = 12 \Rightarrow a = 2\)
Therefore, \(a = 2\) and \(n = 6\).
Marking scheme
M1: Correctly setting up the equations for the coefficient of \(x\) and \(x^2\), i.e., \(na = 12\) and \(\frac{n(n-1)a^2}{2} = 60\). M1: Eliminating one variable (either \(a\) or \(n\)) to form an equation in a single variable. A1: Correctly solving for \(n = 6\). A1: Correctly solving for \(a = 2\).
Question 5 · Short Answer
4 marks
The curve \(y = \ln(2x - 3)\) passes through the point \(P\) where \(x = 2\). Find the equation of the normal to the curve at \(P\).
Show answer & marking schemeHide answer & marking scheme
Worked solution
First, find the \(y\)-coordinate of \(P\) by substituting \(x = 2\) into the equation of the curve: \(y = \ln(2(2) - 3) = \ln(1) = 0\) So the point \(P\) is \((2, 0)\).
Next, differentiate \(y = \ln(2x - 3)\) with respect to \(x\) using the chain rule: \(\frac{dy}{dx} = \frac{2}{2x - 3}\)
At \(x = 2\), the gradient of the tangent is: \(m_t = \frac{2}{2(2) - 3} = 2\)
The gradient of the normal, \(m_n\), is the negative reciprocal of the tangent gradient: \(m_n = -\frac{1}{2}\)
The equation of the normal at \((2, 0)\) is: \(y - 0 = -\frac{1}{2}(x - 2)\) \(y = -\frac{1}{2}x + 1\)
Marking scheme
B1: Finding the \(y\)-coordinate of \(P\) is \(0\). M1: Correctly differentiating to find \(\frac{dy}{dx} = \frac{2}{2x - 3}\). M1: Finding the gradient of the normal as \(-\frac{1}{\text{gradient of tangent}}\) at \(x = 2\). A1: Correctly obtaining the equation of the normal in any equivalent form, e.g., \(y = -0.5x + 1\) or \(x + 2y - 2 = 0\).
Question 6 · Short Answer
4 marks
Solve the equation \(4\sin^2 \theta + 5\cos \theta = 5\) for \(0^\circ \le \theta \le 360^\circ\).
Show answer & marking schemeHide answer & marking scheme
Worked solution
Using the identity \(\sin^2 \theta = 1 - \cos^2 \theta\), we can rewrite the equation: \(4(1 - \cos^2 \theta) + 5\cos \theta = 5\) \(4 - 4\cos^2 \theta + 5\cos \theta = 5\) \(4\cos^2 \theta - 5\cos \theta + 1 = 0\)
Factorising the quadratic in \(\cos \theta\): \((4\cos \theta - 1)(\cos \theta - 1) = 0\)
This gives: \(\cos \theta = \frac{1}{4}\) or \(\cos \theta = 1\)
For \(\cos \theta = 1\) in the range \(0^\circ \le \theta \le 360^\circ\): \(\theta = 0^\circ\) or \(\theta = 360^\circ\)
For \(\cos \theta = \frac{1}{4}\) in the range \(0^\circ \le \theta \le 360^\circ\): \(\theta = \cos^{-1}(0.25) \approx 75.5^\circ\) Other solution: \(\theta = 360^\circ - 75.5^\circ = 284.5^\circ\)
So the solutions are \(\theta = 0^\circ, 75.5^\circ, 284.5^\circ, 360^\circ\).
Marking scheme
M1: Substituting \(\sin^2 \theta = 1 - \cos^2 \theta\) and forming a 3-term quadratic equation in \(\cos \theta\). M1: Solving the quadratic equation to find \(\cos \theta = \frac{1}{4}\) and \(\cos \theta = 1\). A1: Finding \(\theta = 0^\circ\) and \(\theta = 360^\circ\). A1: Finding \(\theta \approx 75.5^\circ\) and \(\theta \approx 284.5^\circ\) (accept answers to 1 decimal place; deduct 1 mark for any extra out-of-range solutions).
Question 7 · Structured/Multi-part
9.33 marks
The curve \(y = x^2 - 4x + 6\) and the straight line \(y = 2x + 1\) intersect at two points, \(A\) and \(B\).
(a) Find the coordinates of \(A\) and \(B\). [3]
(b) Find the area of the region enclosed by the curve and the line. [6.33]
Show answer & marking schemeHide answer & marking scheme
Worked solution
(a) To find the intersection points, set the two equations equal to each other: \(x^2 - 4x + 6 = 2x + 1\) \(x^2 - 6x + 5 = 0\) \((x - 1)(x - 5) = 0\) So, \(x = 1\) or \(x = 5\). For \(x = 1\), \(y = 2(1) + 1 = 3\). For \(x = 5\), \(y = 2(5) + 1 = 11\). Thus, the points of intersection are \(A(1, 3)\) and \(B(5, 11)\).
Part (a): [3 marks] - M1: Set curves equal and form a quadratic equation: \(x^2 - 6x + 5 = 0\). - A1: Solve quadratic to get \(x = 1\) and \(x = 5\). - A1: Correct coordinates \(A(1, 3)\) and \(B(5, 11)\).
Part (b): [6.33 marks] - M1: Write correct integral expression: \(\int_{1}^{5} (2x+1 - (x^2-4x+6)) dx\). - A1: Correctly simplified integrand: \(-x^2 + 6x - 5\). - M1: Integrate to obtain \(\left[ -\frac{x^3}{3} + 3x^2 - 5x \right]\). - A1: Correct integration. - M1: Substitute limits 5 and 1 and subtract. - A1.33: Correct exact answer \(\frac{32}{3}\) or \(10\frac{2}{3}\) (accept 10.7 with working showing the exact fraction).
Question 8 · Structured/Multi-part
9.33 marks
The first, third and eleventh terms of an arithmetic progression are the first three terms respectively of a geometric progression. The first term of both progressions is \(a\) and the common difference of the arithmetic progression is \(d\), where \(d \neq 0\).
(a) Show that \(d = 1.5a\). [3.33]
(b) Given that the sum of the first 11 terms of the arithmetic progression is 187, find the value of \(a\) and of \(d\). [3]
(c) Find the 5th term of the geometric progression. [3]
Show answer & marking schemeHide answer & marking scheme
Worked solution
(a) The first three terms of the geometric progression are: \(T_1 = a\) \(T_2 = a + 2d\) \(T_3 = a + 10d\) Since these are in geometric progression, we have: \(\frac{a+2d}{a} = \frac{a+10d}{a+2d}\) \((a+2d)^2 = a(a+10d)\) \(a^2 + 4ad + 4d^2 = a^2 + 10ad\) \(4d^2 = 6ad\) Since \(d \neq 0\), we can divide by \(2d\): \(2d = 3a \implies d = 1.5a\).
(b) The sum of the first 11 terms of the arithmetic progression is: \(S_{11} = \frac{11}{2}[2a + 10d] = 187\) \(11(a + 5d) = 187 \implies a + 5d = 17\) Substitute \(d = 1.5a\): \(a + 5(1.5a) = 17\) \(8.5a = 17 \implies a = 2\) Then \(d = 1.5(2) = 3\).
(c) The first term of the GP is \(a = 2\). The second term of the GP is \(a + 2d = 2 + 2(3) = 8\). The common ratio \(r = \frac{8}{2} = 4\). The 5th term of the geometric progression is given by: \(T_5 = a r^4 = 2 \times 4^4 = 2 \times 256 = 512\).
Marking scheme
Part (a): [3.33 marks] - M1: Express the first three terms of GP in terms of \(a\) and \(d\). - M1: Set up the geometric ratio equation \((a+2d)^2 = a(a+10d)\). - A1.33: Expand, simplify, and show \(d = 1.5a\) clearly.
Part (b): [3 marks] - M1: Use correct formula for the sum of an AP to set up \(11(a + 5d) = 187\) or equivalent. - M1: Solve simultaneous equations for \(a\) and \(d\). - A1: Find \(a = 2\) and \(d = 3\).
Part (c): [3 marks] - M1: Determine the common ratio \(r = 4\). - M1: Use \(a r^4\) to find the 5th term. - A1: Correct value of 512.
Question 9 · Structured/Multi-part
9.33 marks
(a) Show that the equation \(3 \cos(2\theta) + 7 \sin\theta - 5 = 0\) can be written in the form \(6\sin^2\theta - 7\sin\theta + 2 = 0\). [3]
Thus, the solutions are \(\theta = 30^\circ, 41.8^\circ, 138.2^\circ, 150^\circ\).
Marking scheme
Part (a): [3 marks] - M1: Use the identity \(\cos(2\theta) = 1 - 2\sin^2\theta\). - M1: Substitute and expand. - A1: Rearrange to obtain \(6\sin^2\theta - 7\sin\theta + 2 = 0\) with no errors.
Part (b): [6.33 marks] - M1: Factorise or solve the quadratic equation to find \(\sin\theta = 1/2\) and \(\sin\theta = 2/3\). - A1: Find \(\theta = 30^\circ\) and \(\theta = 150^\circ\). - M1: Use inverse sine to find one acute angle for \(\sin\theta = 2/3\). - A1: Find \(\theta \approx 41.8^\circ\). - M1: Use properties of the sine function to find the second angle in the second quadrant. - A1.33: Find \(\theta \approx 138.2^\circ\) (accept correct rounding to 1 decimal place).
Question 10 · Structured/Multi-part
9.33 marks
The functions \(f\) and \(g\) are defined by: \(f(x) = \ln(2x - 3)\) for \(x > 1.5\) \(g(x) = e^{x+1} + 1\) for \(x \in \mathbb{R}\)
(a) Find an expression for \(f^{-1}(x)\) and state its domain. [4.33]
(b) Find and simplify an expression for \(gf(x)\), stating its domain. [5]
Show answer & marking schemeHide answer & marking scheme
Worked solution
(a) To find \(f^{-1}(x)\), let \(y = \ln(2x - 3)\). Rearrange to make \(x\) the subject: \(e^y = 2x - 3\) \(2x = e^y + 3\) \(x = \frac{e^y + 3}{2}\) So, \(f^{-1}(x) = \frac{e^x + 3}{2}\). The domain of \(f^{-1}\) is the range of \(f\). Since the range of \(f(x) = \ln(2x-3)\) for \(x > 1.5\) is all real numbers, the domain of \(f^{-1}\) is \(x \in \mathbb{R}\).
(b) The composite function \(gf(x)\) is given by: \(gf(x) = g(f(x)) = e^{\ln(2x-3) + 1} + 1\) Using exponent rules: \(gf(x) = e^{\ln(2x-3)} \cdot e^1 + 1\) Since \(e^{\ln(2x-3)} = 2x - 3\): \(gf(x) = e(2x - 3) + 1 = 2ex - 3e + 1\). The domain of \(gf(x)\) is the domain of \(f(x)\), which is \(x > 1.5\).
Marking scheme
Part (a): [4.33 marks] - M1: Write \(y = \ln(2x - 3)\) and attempt to change to exponential form. - M1: Rearrange to make \(x\) the subject. - A1: Correct expression \(f^{-1}(x) = \frac{e^x + 3}{2}\). - A1.33: Correct domain: \(x \in \mathbb{R}\) (or all real numbers).
Part (b): [5 marks] - M1: Substitute \(f(x)\) into \(g(x)\) to get \(e^{\ln(2x-3)+1} + 1\). - M1: Use exponent laws to split the power: \(e^{\ln(2x-3)} \cdot e\). - A1: Simplify \(e^{\ln(2x-3)}\) to \(2x - 3\). - A1: Correct simplified form \(2ex - 3e + 1\) or \(e(2x-3)+1\). - A1: State domain as \(x > 1.5\).
Question 11 · Structured/Multi-part
9.33 marks
Let \(f(x) = 3x^2 - 12x + k\), where \(k\) is a constant.
(a) Express \(f(x)\) in the form \(a(x - h)^2 + k - b\), where \(a\), \(h\) and \(b\) are integers to be found. [3.33]
(b) Find the set of values of \(k\) for which the equation \(f(x) = x - 5\) has two distinct real roots. [6]
Show answer & marking schemeHide answer & marking scheme
Worked solution
(a) Complete the square for \(f(x) = 3x^2 - 12x + k\): Factor out the 3 from the first two terms: \(f(x) = 3(x^2 - 4x) + k\) Now complete the square inside the bracket: \(x^2 - 4x = (x - 2)^2 - 4\) Substitute this back: \(f(x) = 3((x - 2)^2 - 4) + k\) \(f(x) = 3(x - 2)^2 - 12 + k\) \(f(x) = 3(x-2)^2 + k - 12\). So, \(a = 3\), \(h = 2\), and \(b = 12\).
(b) We set \(f(x) = x - 5\): \(3x^2 - 12x + k = x - 5\) \(3x^2 - 13x + k + 5 = 0\) For two distinct real roots, the discriminant \(\Delta > 0\): \(\Delta = b^2 - 4ac > 0\) \((-13)^2 - 4(3)(k+5) > 0\) \(169 - 12(k+5) > 0\) \(169 - 12k - 60 > 0\) \(109 - 12k > 0\) \(12k < 109 \implies k < \frac{109}{12}\).
Marking scheme
Part (a): [3.33 marks] - M1: Factor out 3 from \(x^2\) and \(x\) terms. - M1: Complete the square inside the bracket. - A1.33: Correctly express as \(3(x-2)^2 + k - 12\) (or identify \(a=3, h=2, b=12\)).
Part (b): [6 marks] - M1: Set up equation \(3x^2 - 12x + k = x - 5\) and collect terms to form quadratic \(3x^2 - 13x + (k+5) = 0\). - A1: Identify correct coefficients \(a=3, b=-13, c=k+5\). - M1: State and use condition for two distinct real roots: \(b^2 - 4ac > 0\). - M1: Substitute coefficients into discriminant formula. - A1: Simplify inequality to \(109 - 12k > 0\). - A1: Correct final inequality \(k < \frac{109}{12\) (or \(k < 9.08\)).
Question 12 · Structured/Multi-part
9.33 marks
Consider the following system of simultaneous equations: \(\log_2(x) - \log_2(y) = 3\) \(2^{2x} = 16^{y+1}\)
(a) Show that the first equation can be written as \(x = 8y\). [3.33]
(b) Show that the second equation can be written as \(x = 2y + 2\). [3]
(c) Hence, find the exact values of \(x\) and \(y\). [3]
Show answer & marking schemeHide answer & marking scheme
Worked solution
(a) Use the quotient rule for logarithms: \(\log_2(x) - \log_2(y) = \log_2\left(\frac{x}{y}\right) = 3\) Convert the logarithmic equation to exponential form: \(\frac{x}{y} = 2^3\) \(\frac{x}{y} = 8 \implies x = 8y\).
(b) Write 16 as a power of 2: \(16 = 2^4\) Substitute this into the second equation: \(2^{2x} = (2^4)^{y+1}\) \(2^{2x} = 2^{4(y+1)}\) Equating exponents: \(2x = 4(y+1)\) Divide both sides by 2: \(x = 2(y+1) = 2y + 2\).
(c) Substitute \(x = 8y\) into \(x = 2y + 2\): \(8y = 2y + 2\) \(6y = 2 \implies y = \frac{1}{3}\) Find \(x\) using \(x = 8y\): \(x = 8\left(\frac{1}{3}\right) = \frac{8}{3}\). Thus, the exact solutions are \(x = \frac{8}{3}\) and \(y = \frac{1}{3}\).
Marking scheme
Part (a): [3.33 marks] - M1: Use subtraction law of logs to combine terms into \(\text{log}_2(x/y)\). - M1: Convert from logarithmic to exponential form: \(x/y = 2^3\). - A1.33: Show clearly that \(x = 8y\).
Part (b): [3 marks] - M1: Express 16 as \(2^4\). - M1: Equate powers of 2 to get \(2x = 4(y+1)\). - A1: Simplify to show \(x = 2y + 2\).
Part (c): [3 marks] - M1: Equate the two expressions for \(x\): \(8y = 2y + 2\). - A1: Find correct value of \(y = 1/3\). - A1: Find correct value of \(x = 8/3\).
Wondering how well you actually know this?
Thinka is an AI practice app for DSE students — unlimited questions, instant auto-marking, and detailed step-by-step solutions. 100,000+ students use it to confirm they actually know it, not just think they do.