Questions (30179 questions)

Browse by board
AQA AS Paper 1 AS Paper 2 C1 C2 C3 C4 D1 D2 FP1 FP2 FP3 Further AS Paper 1 Further AS Paper 2 Discrete Further AS Paper 2 Mechanics Further AS Paper 2 Statistics Further Paper 1 Further Paper 2 Further Paper 3 Discrete Further Paper 3 Mechanics Further Paper 3 Statistics M1 M2 M3 Paper 1 Paper 2 Paper 3 S1 S2 S3 CAIE FP1 FP2 Further Paper 1 Further Paper 2 Further Paper 3 Further Paper 4 M1 M2 P1 P2 P3 S1 S2 Edexcel AEA AS Paper 1 AS Paper 2 C1 C12 C2 C3 C34 C4 CP AS CP1 CP2 D1 D2 F1 F2 F3 FD1 FD1 AS FD2 FD2 AS FM1 FM1 AS FM2 FM2 AS FP1 FP1 AS FP2 FP2 AS FP3 FS1 FS1 AS FS2 FS2 AS M1 M2 M3 M4 M5 P1 P2 P3 P4 PMT Mocks Paper 1 Paper 2 Paper 3 S1 S2 S3 S4 OCR AS Pure C1 C2 C3 C4 D1 D2 FD1 AS FM1 AS FP1 FP1 AS FP2 FP3 FS1 AS Further Additional Pure Further Additional Pure AS Further Discrete Further Discrete AS Further Mechanics Further Mechanics AS Further Pure Core 1 Further Pure Core 2 Further Pure Core AS Further Statistics Further Statistics AS H240/01 H240/02 H240/03 M1 M2 M3 M4 Mechanics 1 PURE Pure 1 S1 S2 S3 S4 Stats 1 OCR MEI AS Paper 1 AS Paper 2 C1 C2 C3 C4 D1 D2 FP1 FP2 FP3 Further Extra Pure Further Mechanics A AS Further Mechanics B AS Further Mechanics Major Further Mechanics Minor Further Numerical Methods Further Pure Core Further Pure Core AS Further Pure with Technology Further Statistics A AS Further Statistics B AS Further Statistics Major Further Statistics Minor M1 M2 M3 M4 Paper 1 Paper 2 Paper 3 S1 S2 S3 S4 WJEC Further Unit 1 Further Unit 2 Further Unit 3 Further Unit 4 Further Unit 5 Further Unit 6 Unit 1 Unit 2 Unit 3 Unit 4
OCR MEI Further Numerical Methods Specimen Q2
4 marks Moderate -0.3
2 The following spreadsheet printout shows the bisection method being applied to the equation \(\mathrm { f } ( x ) = 0\), where \(\mathrm { f } ( x ) = \mathrm { e } ^ { x } - x ^ { 2 } - 2\). Some values of \(\mathrm { f } ( x )\) are shown in columns B and D.
ABCDEFG
1a\(\mathrm { f } ( a )\)bf(b)\(( a + b ) / 2\)\(\mathrm { f } ( ( a + b ) / 2 )\)mpe
21-0.2817221.3890561.50.2316890.5
31-0.281721.50.2316891.25-0.0721570.25
41.25-0.072161.50.2316891.3750.0644520.125
51.25-0.072161.3750.0644521.3125-0.0072060.0625
61.3125-0.007211.3750.0644521.343750.0277280.03125
  1. The formula in cell A 3 is \(= \mathrm { IF } ( \mathrm { F } 2 > 0\), A2, E2). State the purpose of this formula.
  2. The formula in cell C 3 is \(= \mathrm { IF } ( \mathrm { F } 2 > 0 , \ldots , \ldots )\). What are the missing cell references?
  3. In which row is the magnitude of the maximum possible error (mpe) less than \(5 \times 10 ^ { - 7 }\) for the first time?
OCR MEI Further Numerical Methods Specimen Q3
4 marks Challenging +1.2
3 The equation \(\sinh x + x ^ { 2 } - 1 = 0\) has a root, \(\alpha\), such that \(0 < \alpha < 1\).
  1. Verify that the iteration \(x _ { r + 1 } = \frac { 1 - \sinh x _ { r } } { x _ { r } }\) with \(x _ { 0 } = 1\) fails to converge to this root.
  2. Use the relaxed iteration \(x _ { r + 1 } = ( 1 - \lambda ) x _ { r } + \lambda \left( \frac { 1 - \sinh x _ { r } } { x _ { r } } \right)\) with \(\lambda = \frac { 1 } { 4 }\) and \(x _ { 0 } = 1\) to find \(\alpha\) correct to 6 decimal places.
OCR MEI Further Numerical Methods Specimen Q4
6 marks Standard +0.8
4 The table below gives values of a function \(y = \mathrm { f } ( x )\).
\(x\)0.20.30.350.40.450.50.6
\(\mathrm { f } ( x )\)0.7899220.7546280.7491990.7499970.7562570.7675230.804299
  1. Calculate three estimates of \(\frac { \mathrm { d } y } { \mathrm {~d} x }\) at \(x = 0.4\) using the central difference method.
  2. State the value of \(\frac { \mathrm { d } y } { \mathrm {~d} x }\) at \(x = 0.4\) to an appropriate degree of accuracy. Justify your answer.
OCR MEI Further Numerical Methods Specimen Q5
10 marks Standard +0.3
5 A vehicle is moving in a straight line. Its velocity at different times is recorded and shown below. The velocities are recorded to 5 significant figures and the times may be assumed to be exact.
Time \(( t\) seconds \()\)5101215
Velocity \(( v\) metres per second \()\)5.125011.00014.00018.375
It is suggested initially that a quadratic model may be appropriate for this situation.
  1. Given that the vehicle is modelled as a particle with constant mass, what assumption about the net force acting on the vehicle leads to a quadratic model?
  2. Find Newton's interpolating polynomial of degree 2 to model this situation. Write your answer in the form \(v = a t ^ { 2 } + b t + c\).
  3. Comment on whether this model appears to be appropriate.
  4. Use this model to find an approximation to the distance travelled over the interval \(5 \leq t \leq 15\). Further investigation suggests that a cubic model may be more appropriate.
  5. What technique would you use to fit a cubic model to the data in the table?
OCR MEI Further Numerical Methods Specimen Q6
12 marks Standard +0.8
6 The secant method is to be used to solve the equation \(x - \ln ( \cos x ) - 1 = 0\).
  1. Show that starting with \(x _ { 0 } = - 1\) and \(x _ { 1 } = 0\) leads to the method failing to find the root between \(x = 0\) and \(x = 1\). The spreadsheet printout shows the application of the secant method starting with \(x _ { 0 } = 0\) and \(x _ { 1 } = 1\). Successive approximations to the root are in column E.
    ABCDE
    1\(x _ { n }\)\(\mathrm { f } \left( x _ { n } \right)\)\(x _ { n + 1 }\)\(\mathrm { f } \left( x _ { n + 1 } \right)\)\(x _ { n + 2 }\)
    20-110.61562650.6189549
    310.61562650.6189549-0.1758460.7036139
    40.6189549-0.17584610.7036139-0.0252450.7178053
    50.7036139-0.02524510.71780530.00116190.7171808
    60.71780530.00116190.7171808- 7.4 E -060.7171848
    70.7171808-7.402E-060.7171848-2.16E-090.7171848
    80.7171848-2.16E-090.71718483.997 E -150.7171848
  2. What feature of column B shows that this application of the secant method has been successful?
  3. Write down a suitable spreadsheet formula to obtain the value in cell E2. Some analysis of convergence is carried out, and the following spreadsheet output is obtained.
    ABCDEFGH
    1\(x _ { n }\)\(\mathrm { f } \left( x _ { n } \right)\)\(x _ { n + 1 }\)\(\mathrm { f } \left( x _ { n + 1 } \right)\)\(x _ { n + 2 }\)
    20-110.61562650.61895490.0846590.1676291.980053
    310.61562650.6189549-0.1758460.70361390.0141913-0.044-3.10054
    40.6189549-0.17584610.7036139-0.0252450.7178053-0.0006244-0.0063310.13727
    50.7036139-0.02524510.71780530.00116190.71718083.953 E -060.00029273.83899
    60.71780530.00116190.7171808- 7.4 E -060.71718481.154 E -09-1.8E-06
    70.7171808-7.402E-060.7171848- 2.16 E -090.7171848- 2.109 E -15
    80.7171848- 2.16 E -090.71718483.997 E -150.7171848
    The formula in cell F2 is =E3-E2. The formula in cell G2 is =F3/F2. The formula in cell H2 is =F3/(F2\^{}2).
  4. (A) Explain the purpose of each of these three formulae.
    (B) Explain the significance of the values in columns G and H in terms of the rate of convergence of the secant method.
  5. Explain why the values in cells F6 and F7 are not 0 . [Question 7 is printed overleaf.]
OCR MEI Further Numerical Methods Specimen Q7
19 marks Challenging +1.2
7 Fig. 7 shows the graph of \(y = \mathrm { f } ( x )\) for values of \(x\) from 0 to 1 . \begin{figure}[h]
\includegraphics[alt={},max width=\textwidth]{662c2d48-228a-4b94-a4b4-cdd31634ef21-6_693_673_390_696} \captionsetup{labelformat=empty} \caption{Fig. 7}
\end{figure} The following spreadsheet printout shows estimates of \(\int _ { 0 } ^ { 1 } f ( x ) d x\) found using the midpoint and trapezium rules for different values of \(h\), the strip width.
AABC
1\(h\)MidpointTrapezium
211.998517421.751283839
30.51.96385911.874900631
40.251.951352591.919379864
50.1251.946821021.935366229
  1. Without doing any further calculation, write down the smallest possible interval which contains the value of the integral. Justify your answer.
  2. (A) - Calculate the ratio of differences, \(r\), for the sequence of estimates calculated using the trapezium rule.
    • Hence suggest a value for \(r\) correct to 2 significant figures.
    • Comment on your suggested value for \(r\).
      (B) - Use extrapolation to find an improved approximation to the value of the integral.
    • State the value of the integral to two decimal places.
    • Explain why this precision is secure.
    Using a similar approach with the sequence of estimates calculated using the midpoint rule, the approximation to the integral from extrapolation was found to be 1.94427 correct to 5 decimal places.
  3. Andrea uses the extrapolated midpoint rule value and the value found in part (ii) ( \(B\) ) to write down an interval which contains the value of the integral. Comment on the validity of Andrea's method.
  4. Use the values from the spreadsheet output to calculate an approximation to the integral using Simpson's rule with \(h = 0.125\). Give your answer to 5 decimal places. Approximations to the integral using Simpson's rule are given in the spreadsheet output below. The number of applications of Simpson's rule is given in column N.
    NOPQ
    \(n\)Simpsondifferencesratio
    11.916106230.018100050.3584931
    21.934206280.006488740.3556525
    41.940695020.002307740.3544828
    81.943002750.000818050.3539885
    161.943820810.000289580.3537638
    321.944110390.000102440.3536568
    641.94421283\(3.623 \mathrm { E } - 05\)
    1281.94424906
  5. Use the spreadsheet output to find the value of the integral as accurately as possible. Justify the precision quoted. \section*{END OF QUESTION PAPER} OCR is committed to seeking permission to reproduce all third-party content that it uses in the assessment materials. OCR has attempted to identify and contact all copyright holders whose work is used in this paper. To avoid the issue of disclosure of answer-related information to candidates, all copyright acknowledgements are reproduced in the OCR Copyright Acknowledgements booklet. This is produced for each series of examinations and is freely available to download from our public website (\href{http://www.ocr.org.uk}{www.ocr.org.uk}) after the live examination series. If OCR has unwittingly failed to correctly acknowledge or clear any third-party content in this assessment material, OCR will be happy to correct its mistake at the earliest possible opportunity. For queries or further information please contact the Copyright Team, First Floor, 9 Hills Road, Cambridge CB2 1GE.
    OCR is part of the Cambridge Assessment Group; Cambridge Assessment is the brand name of University of Cambridge Local Examinations Syndicate (UCLES), which is itself a department of the University of Cambridge. }\section*{}
OCR MEI Further Extra Pure 2019 June Q1
5 marks Standard +0.3
1 The matrix \(\mathbf { A }\) is \(\left( \begin{array} { r r } 0.6 & 0.8 \\ 0.8 & - 0.6 \end{array} \right)\).
  1. Given that \(\mathbf { A }\) represents a reflection, write down the eigenvalues of \(\mathbf { A }\).
  2. Hence find the eigenvectors of \(\mathbf { A }\).
  3. Write down the equation of the mirror line of the reflection represented by \(\mathbf { A }\).
OCR MEI Further Extra Pure 2019 June Q2
11 marks Standard +0.3
2 A surface \(S\) is defined by \(z = 4 x ^ { 2 } + 4 y ^ { 2 } - 4 x + 8 y + 11\).
  1. Show that the point \(\mathrm { P } ( 0.5 , - 1,6 )\) is the only stationary point on \(S\).
    1. On the axes in the Printed Answer Booklet, draw a sketch of the contour of the surface corresponding to \(z = 42\).
    2. By using the sketch in part (b)(i), deduce that P must be a minimum point on \(S\).
  2. In the section of \(S\) corresponding to \(y = c\), the minimum value of \(z\) occurs at the point where \(x = a\) and \(z = 22\).
    Find all possible values of \(a\) and \(c\).
OCR MEI Further Extra Pure 2019 June Q3
8 marks Challenging +1.8
3 The matrix \(\mathbf { A }\) is \(\left( \begin{array} { r r r } - 1 & 2 & 4 \\ 0 & - 1 & - 25 \\ - 3 & 5 & - 1 \end{array} \right)\). Use the Cayley-Hamilton theorem to find \(\mathbf { A } ^ { - 1 }\). \(4 T\) is the set \(\{ 1,2,3,4 \}\). A binary operation • is defined on \(T\) such that \(a \cdot a = 2\) for all \(a \in T\). It is given that ( \(T , \cdot\) ) is a group.
  1. Deduce the identity element in \(T\), giving a reason for your answer.
  2. Find the value of \(1 \cdot 3\), showing how the result is obtained.
    1. Complete a group table for ( \(T , \bullet\) ).
    2. State with a reason whether the group is abelian.
OCR MEI Further Extra Pure 2019 June Q5
15 marks Standard +0.8
5 A financial institution models the repayment of a loan to a client in the following way.
  • An amount, \(\pounds C\), is loaned to the client at the start of the repayment period.
  • The amount owed \(n\) years after the start of the repayment period is \(\pounds L _ { n }\), so that \(L _ { 0 } = C\).
  • At the end of each year, interest of \(\alpha \% ( \alpha > 0 )\) of the amount owed at the start of that year is added to the amount owed.
  • Immediately after interest has been added to the amount owed a repayment of \(\pounds R\) is made by the client.
  • Once \(L _ { n }\) becomes negative the repayment is finished and the overpayment is refunded to the client.
    1. Show that during the repayment period, \(L _ { n + 1 } = a L _ { n } + b\), giving \(a\) and \(b\) in terms of \(\alpha\) and \(R\).
    2. Find the solution of the recurrence relation \(L _ { n + 1 } = a L _ { n } + b\) with \(L _ { 0 } = C\), giving your solution in terms of \(a , b , C\) and \(n\).
    3. Deduce from parts (a) and (b) that, for the repayment scheme to terminate, \(R > \frac { \alpha C } { 100 }\).
A client takes out a \(\pounds 30000\) loan at \(8 \%\) interest and agrees to repay \(\pounds 3000\) at the end of each year.
    1. Use an algebraic method to find the number of years it will take for the loan to be repaid.
    2. Taking into account the refund of overpayment, find the total amount that the client repays over the lifetime of the loan.
  • OCR MEI Further Extra Pure 2019 June Q6
    13 marks Challenging +1.8
    6
    1. Given that \(\sqrt { 7 }\) is an irrational number, prove that \(a ^ { 2 } - 7 b ^ { 2 } \neq 0\) for all \(a , b \in \mathbb { Q }\) where \(a\) and \(b\) are not both 0 .
    2. A set \(G\) is defined by \(G = \{ a + b \sqrt { 7 } : a , b \in \mathbb { Q } , a\) and \(b\) not both \(0 \}\). Prove that \(G\) is a group under multiplication. (You may assume that multiplication is associative.)
    3. A subset \(H\) of \(G\) is defined by \(H = \{ 1 + c \sqrt { 7 } : c \in \mathbb { Q } \}\). Determine whether or not \(H\) is a subgroup of ( \(G , \times\) ).
    4. Using \(( G , \times )\), prove by counter-example that the statement 'An infinite group cannot have a non-trivial subgroup of finite order' is false.
    OCR MEI Further Extra Pure 2022 June Q1
    7 marks Standard +0.3
    1 Three sequences, \(\mathrm { a } _ { \mathrm { n } } , \mathrm { b } _ { \mathrm { n } }\) and \(\mathrm { c } _ { \mathrm { n } }\), are defined for \(n \geqslant 1\) by the following recurrence relations. $$\begin{aligned} & \left( a _ { n + 1 } - 2 \right) \left( 2 - a _ { n } \right) = 3 \text { with } a _ { 1 } = 3 \\ & b _ { n + 1 } = - \frac { 1 } { 2 } b _ { n } + 3 \text { with } b _ { 1 } = 1.5 \\ & c _ { n + 1 } - \frac { c _ { n } ^ { 2 } } { n } = 1 \text { with } c _ { 1 } = 2.5 \end{aligned}$$ The output from a spreadsheet which presents the first 10 terms of \(a _ { n } , b _ { n }\) and \(c _ { n }\), is shown below.
    ABCD
    1\(n\)\(a _ { n }\)\(b _ { n }\)\(c _ { n }\)
    2131.52.5
    32-12.257.25
    4331.87527.28125
    54-12.0625249.0889
    6531.9687515512.32
    76-12.0156348126390
    8731.992193.86E+14
    98-12.00391\(2.13 \mathrm { E } + 28\)
    10931.998055.66E+55
    1110-12.000983.6E+110
    Without attempting to solve any recurrence relations, describe the apparent behaviour, including as \(n \rightarrow \infty\), of
    • \(a _ { n }\)
    • \(\mathrm { b } _ { \mathrm { n } }\)
    • \(\mathrm { C } _ { \mathrm { n } }\)
    OCR MEI Further Extra Pure 2022 June Q2
    12 marks Standard +0.3
    2 The matrix \(\mathbf { A }\) is given by \(\mathbf { A } = \left( \begin{array} { r r r } 10 & 12 & - 8 \\ - 1 & 2 & 4 \\ 3 & 6 & 2 \end{array} \right)\).
    1. In this question you must show detailed reasoning. Show that the characteristic equation of \(\mathbf { A }\) is \(- \lambda ^ { 3 } + 14 \lambda ^ { 2 } - 56 \lambda + 64 = 0\).
    2. Use the Cayley-Hamilton theorem to determine \(\mathbf { A } ^ { - 1 }\). A matrix \(\mathbf { E }\) and a diagonal matrix \(\mathbf { D }\) are such that \(\mathbf { A } = \mathbf { E D E } ^ { - 1 }\). The elements in the diagonal of \(\mathbf { D }\) increase from top left to bottom right.
    3. Determine the matrix \(\mathbf { D }\).
    OCR MEI Further Extra Pure 2022 June Q3
    9 marks Challenging +1.8
    3 A sequence is defined by the recurrence relation \(5 t _ { n + 1 } - 4 t _ { n } = 3 n ^ { 2 } + 28 n + 6\), for \(n \geqslant 0\), with \(t _ { 0 } = 7\).
    1. Find an expression for \(t _ { n }\) in terms of \(n\). Another sequence is defined by \(\mathrm { v } _ { \mathrm { n } } = \frac { \mathrm { t } _ { \mathrm { n } } } { \mathrm { n } ^ { \mathrm { m } } }\), for \(n \geqslant 1\), where \(m\) is a constant.
    2. In each of the following cases determine \(\lim _ { n \rightarrow \infty } \mathrm {~V} _ { n }\), if it exists, or show that the sequence is divergent.
      1. \(m = 3\)
      2. \(m = 2\)
      3. \(m = 1\)
    OCR MEI Further Extra Pure 2022 June Q4
    16 marks Standard +0.8
    4 A binary operation, ○, is defined on a set of numbers, \(A\), in the following way. \(a \circ b = \mathrm { k } _ { 1 } \mathrm { a } - \mathrm { k } _ { 2 } \mathrm {~b} + \mathrm { k } _ { 3 }\), for \(a , b \in A\),
    where \(k _ { 1 } , k _ { 2 }\) and \(k _ { 3 }\) are constants (which are not necessarily in \(A\) ) and the operations addition, subtraction and multiplication of numbers have their usual notation and meaning. You are initially given the following information about ○ and \(A\).
    • \(A = \mathbb { R }\)
    • \(0 \circ 0 = 2\)
    • An identity element, \(e\), exists for ∘ in \(A\)
      1. Show that \(a \circ b = a + b + 2\).
      2. State the value of \(e\).
      3. Explain whether ○ is commutative over \(A\).
      4. Determine whether or not ( \(A , \circ\) ) is a group.
      5. Explain whether your answer to part (d) would change in each of the following cases, giving details of any change.
        1. \(A = \mathbb { Z }\)
        2. \(A = \{ 2 m : m \in \mathbb { Z } \}\)
        3. \(\quad A = \{ n : n \in \mathbb { Z } , n \geqslant - 2 \}\)
    OCR MEI Further Extra Pure 2022 June Q5
    16 marks Challenging +1.8
    5 A surface \(S\) is defined by \(z = f ( x , y )\), where \(f ( x , y ) = y e ^ { - \left( x ^ { 2 } + 2 x + 2 \right) y }\).
      1. Find \(\frac { \partial f } { \partial x }\).
      2. Show that \(\frac { \partial f } { \partial y } = - \left( x ^ { 2 } y + 2 x y + 2 y - 1 \right) e ^ { - \left( x ^ { 2 } + 2 x + 2 \right) y }\).
      3. Determine the coordinates of any stationary points on \(S\). Fig. 5.1 shows the graph of \(z = e ^ { - x ^ { 2 } }\) and Fig. 5.2 shows the contour of \(S\) defined by \(z = 0.25\). \begin{figure}[h]
        \includegraphics[alt={},max width=\textwidth]{76f3559a-f3b3-4a21-878f-adb261dd1236-5_478_686_822_244} \captionsetup{labelformat=empty} \caption{Fig. 5.1}
        \end{figure} \begin{figure}[h]
        \includegraphics[alt={},max width=\textwidth]{76f3559a-f3b3-4a21-878f-adb261dd1236-5_478_437_822_1105} \captionsetup{labelformat=empty} \caption{Fig. 5.2}
        \end{figure}
    1. Specify a sequence of transformations which transforms the graph of \(\mathrm { z } = \mathrm { e } ^ { - \mathrm { x } ^ { 2 } }\) onto the graph of the section defined by \(z = f ( x , 1 )\).
    2. Hence, or otherwise, sketch the section defined by \(z = f ( x , 1 )\).
    3. Using Fig. 5.2 and your answer to part (c), classify any stationary points on \(S\), justifying your answer. You are given that \(P\) is a point on \(S\) where \(z = 0\).
    4. Find, in vector form, the equation of the tangent plane to \(S\) at \(P\). The tangent plane found in part (e) intersects \(S\) in a straight line, \(L\).
    5. Write down, in vector form, the equation of \(L\).
    OCR MEI Further Extra Pure 2023 June Q1
    7 marks Standard +0.3
    1 A surface is defined in 3-D by \(z = 3 x ^ { 3 } + 6 x y + y ^ { 2 }\).
    Determine the coordinates of any stationary points on the surface.
    OCR MEI Further Extra Pure 2023 June Q2
    15 marks Challenging +1.2
    2 A sequence is defined by the recurrence relation \(4 \mathrm { t } _ { \mathrm { n } + 1 } - \mathrm { t } _ { \mathrm { n } } = 15 \mathrm { n } + 17\) for \(\mathrm { n } \geqslant 1\), with \(t _ { 1 } = 2\).
    1. Solve the recurrence relation to find the particular solution for \(\mathrm { t } _ { \mathrm { n } }\). Another sequence is defined by the recurrence relation \(( n + 1 ) u _ { n + 1 } - u _ { n } ^ { 2 } = 2 n - \frac { 1 } { n ^ { 2 } }\) for \(n \geqslant 1\), with \(u _ { 1 } = 2\).
      1. Explain why the recurrence relation for \(\mathrm { u } _ { \mathrm { n } }\) cannot be solved using standard techniques for non-homogeneous first order recurrence relations.
      2. Verify that the particular solution to this recurrence relation is given by \(u _ { n } = a n + \frac { b } { n }\) where \(a\) and \(b\) are constants whose values are to be determined. A third sequence is defined by \(\mathrm { v } _ { \mathrm { n } } = \frac { \mathrm { t } _ { \mathrm { n } } } { \mathrm { u } _ { \mathrm { n } } }\) for \(n \geqslant 1\).
    2. Determine \(\lim _ { n \rightarrow \infty } \mathrm { v } _ { \mathrm { n } }\).
    OCR MEI Further Extra Pure 2023 June Q3
    8 marks Challenging +1.8
    3 A surface, \(S\), is defined by \(g ( x , y , z ) = 0\) where \(g ( x , y , z ) = 2 x ^ { 3 } - x ^ { 2 } y + 2 x y ^ { 2 } + 27 z\). The normal to \(S\) at the point \(\left( 1,1 , - \frac { 1 } { 9 } \right)\) and the tangent plane to \(S\) at the point \(( 3,3 , - 3 )\) intersect at \(P\). Determine the position vector of P .
    OCR MEI Further Extra Pure 2023 June Q4
    15 marks Challenging +1.2
    4 The set \(G\) is given by \(G = \{ \mathbf { M } : \mathbf { M }\) is a real \(2 \times 2\) matrix and det \(\mathbf { M } = 1 \}\).
    1. Show that \(G\) forms a group under matrix multiplication, × . You may assume that matrix multiplication is associative.
    2. The matrix \(\mathbf { A } _ { n }\) is defined by \(\mathbf { A } _ { n } = \left( \begin{array} { l l } 1 & 0 \\ n & 1 \end{array} \right)\) for any integer \(n\). The set \(S\) is defined by \(\mathrm { S } = \left\{ \mathrm { A } _ { \mathrm { n } } : \mathrm { n } \in \mathbb { Z } , \mathrm { n } \geqslant 0 \right\}\).
      1. Determine whether \(S\) is closed under × .
      2. Determine whether \(S\) is a subgroup of ( \(G , \times\) ).
      1. Find a subgroup of ( \(G , \times\) ) of order 2 .
      2. By considering the inverse of the non-identity element in any such subgroup, or otherwise, show that this is the only subgroup of ( \(G , \times\) ) of order 2. The set of all real \(2 \times 2\) matrices is denoted by \(H\).
    3. With the help of an example, explain why ( \(H , \times\) ) is not a group.
    OCR MEI Further Extra Pure 2023 June Q5
    15 marks Challenging +1.2
    5 The matrix \(\mathbf { P }\) is given by \(\mathbf { P } = \left( \begin{array} { l l } a & 0 \\ 2 & 3 \end{array} \right)\) where \(a\) is a constant and \(a \neq 3\).
    1. Given that the acute angle between the directions of the eigenvectors of \(\mathbf { P }\) is \(\frac { 1 } { 4 } \pi\) radians, determine the possible values of \(a\).
    2. You are given instead that \(\mathbf { P }\) satisfies the matrix equation \(\mathbf { I } = \mathbf { P } ^ { 2 } + r \mathbf { P }\) for some rational number \(r\).
      1. Use the Cayley-Hamilton theorem to determine the value of \(a\) and the corresponding value of \(r\).
      2. Hence show that \(\mathbf { P } ^ { 4 } = \mathbf { s } \mathbf { + t } \mathbf { t } \mathbf { P }\) where \(s\) and \(t\) are rational numbers to be determined. You should not calculate \(\mathbf { P } ^ { 4 }\).
    OCR MEI Further Extra Pure 2024 June Q1
    17 marks Standard +0.3
    1 A surface, \(S\), is defined in 3-D by \(z = f ( x , y )\) where \(f ( x , y ) = 12 x - 30 y + 6 x y\).
    1. Determine the coordinates of any stationary points on the surface.
    2. The equation \(\mathrm { z } = \mathrm { f } ( \mathrm { x } , \mathrm { a } )\), where \(a\) is a constant, defines a section of S . Given that this equation is \(\mathrm { z } = 24 \mathrm { x } + \mathrm { b }\), find the value of \(a\) and the value of \(b\). The diagram shows the contour \(z = 12\) and its associated asymptotes. \includegraphics[max width=\textwidth, alt={}, center]{33c9e321-6044-45c4-bf37-0a6da3ecaf0d-2_860_1143_742_242}
    3. Find the equations of the asymptotes.
    4. By forming grad \(g\), where \(g ( x , y , z ) = f ( x , y ) - z\), find the equation of the tangent plane to \(S\) at the point where \(x = 3\) and \(y = 2\). Give your answer in vector form. The point \(( 0,4 , - 120 )\), which lies on S , is denoted by A .
      The plane with equation \(\mathbf { r }\). \(\left( \begin{array} { r } 3 \\ 3 \\ - 2 \end{array} \right) = 52\) is denoted by \(\Pi\).
    5. Show that the normal to S at A intersects \(\Pi\) at the point \(( - 360,304 , - 110 )\).
    OCR MEI Further Extra Pure 2024 June Q2
    12 marks Challenging +1.8
    2
    1. Determine the general solution of the recurrence relation \(2 u _ { n + 2 } - 7 u _ { n + 1 } + 3 u _ { n } = 0\).
    2. Using your answer to part (a), determine the general solution of the recurrence relation \(2 u _ { n + 2 } - 7 u _ { n + 1 } + 3 u _ { n } = 20 n ^ { 2 } + 60 n\). In the rest of this question the sequence \(u _ { 0 } , u _ { 1 } , u _ { 2 } , \ldots\) satisfies the recurrence relation in part (b). You are given that \(u _ { 0 } = - 9\) and \(u _ { 1 } = - 12\).
    3. Determine the particular solution for \(\mathrm { u } _ { \mathrm { n } }\). You are given that, as \(n\) increases, once the values of \(u _ { n }\) start to increase, then from that point onwards the sequence is an increasing sequence.
    4. Use your answer to part (c) to determine, by direct calculation, the least value taken by terms in the sequence. You should show any values that you rely on in your argument.
    OCR MEI Further Extra Pure 2024 June Q3
    12 marks Challenging +1.2
    3 Fig. 3.1 shows an equilateral triangle, with vertices \(\mathrm { A } , \mathrm { B }\) and C , and the three axes of symmetry of the triangle, \(\mathrm { S } _ { \mathrm { a } } , \mathrm { S } _ { \mathrm { b } }\) and \(\mathrm { S } _ { \mathrm { c } }\). The axes of symmetry are fixed in space and all intersect at the point O . \begin{figure}[h]
    \captionsetup{labelformat=empty} \caption{Fig. 3.1} \includegraphics[alt={},max width=\textwidth]{33c9e321-6044-45c4-bf37-0a6da3ecaf0d-4_440_394_440_248}
    \end{figure} There are six distinct transformations under which the image of the triangle is indistinguishable from the triangle itself, ignoring labels.
    These are denoted by \(\mathrm { I } , \mathrm { M } _ { a ^ { \prime } } \mathrm { M } _ { \mathrm { b } ^ { \prime } } , \mathrm { M } _ { \mathrm { c } ^ { \prime } } , \mathrm { R } _ { 120 }\) and \(\mathrm { R } _ { 240 }\) where
    • I is the identity transformation
    • \(\mathrm { M } _ { \mathrm { a } }\) is a reflection in the mirror line \(\mathrm { S } _ { \mathrm { a } }\) (and likewise for \(\mathrm { M } _ { \mathrm { b } }\) and \(\mathrm { M } _ { \mathrm { c } }\) )
    • \(\mathrm { R } _ { 120 }\) is an anticlockwise rotation by \(120 ^ { \circ }\) about O (and likewise for \(\mathrm { R } _ { 240 }\) ).
    Composition of transformations is denoted by ○.
    Fig. 3.2 illustrates the composition of \(R _ { 120 }\) followed by \(R _ { 240 }\), denoted by \(R _ { 240 } \circ R _ { 120 }\). This shows that \(\mathrm { R } _ { 240 } \circ \mathrm { R } _ { 120 }\) is equivalent to the identity transformation, so that \(\mathrm { R } _ { 240 } \circ \mathrm { R } _ { 120 } = \mathrm { I }\). \begin{figure}[h]
    \captionsetup{labelformat=empty} \caption{Fig. 3.2} \includegraphics[alt={},max width=\textwidth]{33c9e321-6044-45c4-bf37-0a6da3ecaf0d-4_321_1447_1628_242}
    \end{figure}
    1. Using the blank diagrams in the Printed Answer Booklet, find the single transformation which is equivalent to each of the following.
      • \(M _ { a } \circ M _ { a }\)
      • \(M _ { b } \circ M _ { a }\)
      • \(\mathrm { R } _ { 120 } \circ \mathrm { M } _ { \mathrm { a } }\)
      The set of the six transformations is denoted by G and you are given that \(( \mathrm { G } , \circ )\) is a group. The table below is a mostly empty composition table for \(\circ\). The entry given is that for \(R _ { 240 } \circ R _ { 120 }\).
      First transformation performed is
      followed by
      I\(\mathrm { M } _ { \mathrm { a } }\)\(\mathrm { M } _ { \mathrm { b } }\)\(\mathrm { M } _ { \mathrm { c } }\)\(\mathrm { R } _ { 120 }\)\(\mathrm { R } _ { 240 }\)
      I
      \(\mathrm { M } _ { \mathrm { a } }\)
      \(\mathrm { M } _ { \mathrm { b } }\)
      \(\mathrm { M } _ { \mathrm { c } }\)
      \(\mathrm { R } _ { 120 }\)
      \(\mathrm { R } _ { 240 }\)I
    2. Complete the copy of this table in the Printed Answer Booklet. You can use some or all of the spare copies of the diagram in the Printed Answer Booklet to help.
    3. Explain why there can be no subgroup of \(( \mathrm { G } , \circ )\) of order 4.
    4. A student makes the following claim.
      "If all the proper non-trivial subgroups of a group are abelian then the group itself is abelian."
      Explain why the claim is incorrect, justifying your answer fully.
    5. With reference to the order of elements in the groups, explain why ( \(\mathrm { G } , \circ\) ) is not isomorphic to \(\mathrm { C } _ { 6 }\), the cyclic group of order 6 .
    OCR MEI Further Extra Pure 2024 June Q4
    15 marks Standard +0.8
    4 The matrix \(\mathbf { P }\) is given by \(\mathbf { P } = \left( \begin{array} { r r r } 1 & 7 & 8 \\ - 6 & 12 & 12 \\ - 2 & 4 & 8 \end{array} \right)\).
    1. Show that the characteristic equation of \(\mathbf { P }\) is \(- \lambda ^ { 3 } + 21 \lambda ^ { 2 } - 126 \lambda + 216 = 0\). You are given that the roots of this equation are 3,6 and 12 .
      1. Verify that \(\left( \begin{array} { r } 1 \\ - 2 \\ 2 \end{array} \right)\) is an eigenvector of \(\mathbf { P }\), stating its associated eigenvalue.
      2. The vector \(\left( \begin{array} { l } x \\ y \\ z \end{array} \right)\) is an eigenvector of \(\mathbf { P }\) with eigenvalue 6. Given that \(z = 5\), find \(x\) and \(y\). You are given that \(\mathbf { P }\) can be expressed in the form \(\mathbf { E D E } ^ { - 1 }\), where \(\mathbf { E } = \left( \begin{array} { r r r } 3 & 2 & 1 \\ 1 & 2 & - 2 \\ 1 & 1 & 2 \end{array} \right)\) and \(\mathbf { D }\) is a diagonal matrix. The characteristic equation of \(\mathbf { E }\) is \(- \lambda ^ { 3 } + 7 \lambda ^ { 2 } - 15 \lambda + 9 = 0\).
      1. Use the Cayley-Hamilton theorem to express \(\mathbf { E } ^ { - 1 }\) in terms of positive powers of \(\mathbf { E }\).
      2. Hence find \(\mathbf { E } ^ { - 1 }\).
      3. By identifying the matrix \(\mathbf { D }\) and using \(\mathbf { P } = \mathbf { E D E } ^ { - 1 }\), determine \(\mathbf { P } ^ { 4 }\).