Standard +0.3 This is a standard diagonalization problem requiring finding eigenvalues (solving a quadratic characteristic equation), finding corresponding eigenvectors (solving two simple linear systems), and constructing P and D. It's slightly easier than average because the 2×2 matrix has nice integer eigenvalues and the procedure is completely routine for FP2 students with no conceptual challenges.
4.
$$\mathbf { A } = \left( \begin{array} { r r }
1 & 1 \\
- 2 & 4
\end{array} \right)$$
Find a matrix \(\mathbf { P }\) and a diagonal matrix \(\mathbf { D }\) such that \(\mathbf { D } = \mathbf { P } ^ { - 1 } \mathbf { A P }\)
\(\begin{pmatrix}1&1\\-2&4\end{pmatrix}\begin{pmatrix}x\\y\end{pmatrix}=2\begin{pmatrix}x\\y\end{pmatrix}\) or \(\begin{pmatrix}1&1\\-2&4\end{pmatrix}\begin{pmatrix}x\\y\end{pmatrix}=3\begin{pmatrix}x\\y\end{pmatrix}\)
M1
Uses at least one eigenvalue to find eigenvector
\(2,\begin{pmatrix}1\\1\end{pmatrix}\) or \(3,\begin{pmatrix}1\\2\end{pmatrix}\)
A1
One correct eigenvalue/eigenvector pair
\(2,\begin{pmatrix}1\\1\end{pmatrix}\) and \(3,\begin{pmatrix}1\\2\end{pmatrix}\)
4.
$$\mathbf { A } = \left( \begin{array} { r r }
1 & 1 \\
- 2 & 4
\end{array} \right)$$
Find a matrix $\mathbf { P }$ and a diagonal matrix $\mathbf { D }$ such that $\mathbf { D } = \mathbf { P } ^ { - 1 } \mathbf { A P }$
\hfill \mbox{\textit{Edexcel FP2 AS 2018 Q4 [7]}}