Browsing as Guest. Progress, bookmarks and attempts are disabled.
Log in to track your work.
FM Nov 2024 p13 q01
4150
The matrix M represents the sequence of two transformations in the x-y plane given by a stretch parallel to the x-axis, scale factor k (k \neq 0), followed by a shear, x-axis fixed, with (0, 1) mapped to (k, 1).
(a) Show that M = \(\begin{pmatrix} k & k \\ 0 & 1 \end{pmatrix}\).
\((b) The transformation represented by M has a line of invariant points. Find, in terms of k, the equation of this line.\)
The unit square S in the x-y plane is transformed by M onto the parallelogram P.
(c) Find, in terms of k, a matrix which transforms P onto S.
(d) Given that the area of P is \(3k^2\) units\(^2\), find the possible values of k.
Solution
(a) The transformation is a stretch parallel to the x-axis with scale factor k, represented by \(\begin{pmatrix} k & 0 \\ 0 & 1 \end{pmatrix}\), followed by a shear with (0, 1) mapped to (k, 1), represented by \(\begin{pmatrix} 1 & k \\ 0 & 1 \end{pmatrix}\). The combined transformation matrix M is:
\(\begin{pmatrix} 1 & k \\ 0 & 1 \end{pmatrix} \begin{pmatrix} k & 0 \\ 0 & 1 \end{pmatrix} = \begin{pmatrix} k & k \\ 0 & 1 \end{pmatrix}\)
(b) The line of invariant points satisfies \(\begin{pmatrix} k & k \\ 0 & 1 \end{pmatrix} \begin{pmatrix} x \\ y \end{pmatrix} = \begin{pmatrix} x \\ y \end{pmatrix}\). This gives:
\(kx + ky = x\) and \(y = y\)
Solving \(kx + ky = x\) gives \(y = \frac{1-k}{k}x\).
(c) The inverse of M is:
\(\text{If } \text{det}(\textbf{M}) = k, \text{ then } \textbf{M}^{-1} = \frac{1}{k} \begin{pmatrix} 1 & -k \\ 0 & k \end{pmatrix}\)