This is the only transformation given on the formulae list. You need to either know or be able to very quickly derive the matrices for reflections (in either axis or \(y\!=\!\!\small\pm\!\normalsize x\)) and dilations (centred on the origin).
(b) The transpose of matrix \(A\) is often denoted by \(A^{\textsf{T}}\) although the SQA uses the notation \(A'\small.\) It is the matrix obtained by interchanging the rows and columns of \(A\small.\)
So \(A'=\begin{pmatrix}
-4 & 6\,\cr
-3 & 5\,
\end{pmatrix}\small.\)
Example 2 (non-calculator)
Matrix \(P=\begin{pmatrix}
-9 &\!\!\phantom{-}\!3\,\cr
n &\!\!\phantom{-}\!4\,
\end{pmatrix}\small,\) where \(\raise 0.2pt{n\in\mathbb R}\small.\) Find the value of \(\raise 0.2pt{n}\) such that \(P\) is singular.
Singular means that the inverse matrix \(P^{-1}\) does not exist. This only occurs if the determinant of \(P\) equals zero.
Matrix \(A=\begin{pmatrix}
\,4 &\!2\,\cr
\,1 &\!p\,
\end{pmatrix}\) and matrix \(B=\begin{pmatrix}
\,8 &\!2\,\cr
\,q &\!1\,
\end{pmatrix}\small.\) Given that \(B=2A'\small,\) determine the values of \(\raise 0.2pt{p}\) and \(\raise 0.2pt{q}\small.\)
Show that \(A\!=\!\begin{pmatrix}
\frac{\sqrt{3}}{2} &\!\!\!\!-\!\frac{1}{2}\cr
\frac{1}{2} &\!\!\!\!\!\phantom{-}\!\frac{\sqrt{3}}{2}
\end{pmatrix}\) is orthogonal.
\(A\) is orthogonal if \(A\tiny\,\normalsize A^{\textsf{T}}=A^{\textsf{T}}A=I\small.\) So we could multiply this matrix by its transpose and show that it equals the \(2\!\times\!2\) identity matrix.
Another way of defining an orthogonal matrix is that it is a matrix whose transpose equals its inverse. So we could find \(A^{-1}\) and show that it equals \(A^{\textsf{T}}\small.\)
The first test is usually easier, especially as it is sufficient to test either \(A\tiny\,\normalsize A^{\textsf{T}}\) or \(A^{\textsf{T}}A\) (not both). So:
We have shown that \(\raise 0.2pt{A\!-\!A'}\) equals the negative of its transpose, which is the definition of skew-symmetric.
Example 6 (non-calculator)
\(A\) is the matrix \(\begin{pmatrix}
3 & \!0\cr
\lambda & \!\!\!-\!2
\end{pmatrix}\small.\) Show that \(A^2\) can be expressed in the form \(pA+ qI\small,\) stating the values of \(p\) and \(q\small.\)
Equating the lower left entries suggests that \(p\!=\!1\) but we need to ensure that this applies to all the other entries, so we equate the non-zero entries (top left and bottom right).
$$\eqalign{
3p+q &=9\cr
-2p+q&=4\cr
}$$
Subtracting the two equations, we obtain \(5p\!=\!5\) so \(p\!=\!1\small,\) and substituting into either equation gives us \(q\!=\!6\small.\)
The matrix \(\raise 0.3pt{A=\begin{pmatrix}
\phantom{-}2 & \phantom{-}3 & \phantom{-}1\cr
-1 & \phantom{-}\mu & \phantom{-}4\cr
\phantom{-}5 & \phantom{-}0 & -2
\end{pmatrix}\small.}\) Given that the determinant of \(A\) is \(36\small,\) determine the value of \(\mu\small.\)
We start by obtaining an expression for \(det\,A\) in terms of \(\mu\small.\)
Obtain the value(s) of \(p\) for which the matrix \(\raise 0.3pt{A=\begin{pmatrix}
p & \phantom{-}2 & \phantom{-}0\cr
3 & \phantom{-}p & \phantom{-}1\cr
0 & -1 & -1
\end{pmatrix}}\) is singular.
We start by obtaining an expression for \(det\,A\) in terms of \(p\small.\)
Use elementary row operations to find the inverse of the non-singular matrix \(\raise 0.3pt{A=}\begin{pmatrix}
\phantom{-}1 & \phantom{-}2 & -1\cr
-2 & \phantom{-}0 & \phantom{-}1\cr
\phantom{-}1 & -1 & \phantom{-}0
\end{pmatrix}\small.\)
We apply elementary row operations on the augmented matrix formed by \(A\) and \(I_3\) until the \(3\!\times\!3\) matrix on the left becomes \(I_3\small,\) at which point the \(3\!\times\!3\) matrix on the right will be \(A^{-1}\small.\)
(a) Write down the \(2\!\times\!2\) matrix \(M_1\) associated with reflection in the \(\raise 0.3pt{x}\)-axis. (b) Write down the \(2\!\times\!2\) matrix \(M_2\) that represents reflection in the line \(\raise 0.3pt{y\!=\!\!-\!x\small.}\) (c) Find the \(2\!\times\!2\) matrix \(M_3\) associated with reflection in the line \(\raise 0.3pt{y\!=\!\!-\!x}\) followed by reflection in the \(\raise 0.3pt{x}\)-axis. (d) State the single transformation associated with \(M_3\small.\)
You may wish to learn these transformation matrices. If not, they can be deduced easily. Click here for an explanation of a simple algorithm to let you quickly derive transformation matrices.
(a) Reflection of a point in the \(\raise 0.2pt{x}\)-axis negates its \(\raise 0.2pt{y}\)-coordinate. Its \(\raise 0.2pt{x}\)-coordinate is invariant (unchanged).
So \(\raise 0.2pt{M_1=\begin{pmatrix}
1 & 0\cr
0 & -1
\end{pmatrix}\small.}\)
(b) Reflection of a point in the line \(\raise 0.3pt{y\!=\!x}\) involves the \(\raise 0.2pt{x}\)- and \(y\)-coordinates swapping places (as you've known all the way back to Nat 5 with inverse functions). Reflection in the line \(\raise 0.3pt{y\!=\!\!-\!x}\) swaps and also negates the coordinates.
So \(\raise 0.2pt{M_2=\begin{pmatrix}
0 & -1\cr
-1 & 0
\end{pmatrix}\small.}\)
(c) We pre-multiply by the second transformation to be applied. So:
(d) The matrix \(\begin{pmatrix}
cos\,\theta & -sin\,\theta\,\cr
sin\,\theta & \phantom{-}cos\,\theta\,
\end{pmatrix}\) is associated with anti-clockwise rotation through an angle \(\theta\) about the origin.
\(\raise 0.2pt{cos\,\theta\!=\!0 \implies \theta\!=\!\frac{\pi}{2}\small},\) which is consistent with \(\raise 0.2pt{sin\,\theta\!=\!1 \implies \theta\!=\!\frac{\pi}{2}\small.}\)
So \(M_3\) represents an anti-clockwise rotation of \(\raise 0.2pt{\frac{\pi}{2}}\) radians about the origin.
Example 11 (calculator)
SQA Advanced Higher Maths 2018 Q11
(a) Obtain the matrix, \(A\small,\) associated with an anticlockwise rotation of \(\frac{\pi}{3}\) radians about the origin. (b) Find the matrix, \(B\small,\) associated with reflection in the \(\raise 0.3pt{x}\)-axis. (c) Hence obtain the matrix, \(P\small,\) associated with an anticlockwise rotation of \(\frac{\pi}{3}\) radians about the origin followed by reflection in the \(\raise 0.3pt{x}\)-axis, expressing your answer using exact values. (d) Explain why matrix \(P\) is not associated with rotation about the origin.
(a) The matrix associated with an anticlockwise rotation of \(\theta\) radians about the origin is given on the formula sheet. It is:
The matrix above is enough to be awarded the mark, although in preparation for part (c) below, you might prefer to evaluate each entry, using exact values as follows:
(d) The matrix \(\begin{pmatrix}
cos\,\theta & -sin\,\theta\,\cr
sin\,\theta & \phantom{-}cos\,\theta\,
\end{pmatrix}\) is associated with anti-clockwise rotation through an angle \(\theta\) about the origin.
Note that the top-left and bottom-right elements in this matrix are equal. They are both \(cos\,\theta\small.\)
In matrix \(P\small,\) the top-left element is \(\frac12\) and the bottom-right element is \(-\frac12\small.\)
There is no angle \(\theta\) for which \(cos\,\theta=\frac12\) and \(cos\,\theta=-\frac12\small,\) so \(P\) is not associated with rotation about the origin.
Need an Advanced Higher Maths tutor?
Just use this handy little widget and our partner Bark.com will help you find one.