Browsing as Guest. Progress, bookmarks and attempts are disabled.
Log in to track your work.
FM Nov 2024 p11 q01
4136
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 โ 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 matrix for a stretch parallel to the x-axis with scale factor k is \(\begin{pmatrix} k & 0 \\ 0 & 1 \end{pmatrix}\). The shear transformation with the x-axis fixed and (0, 1) mapped to (k, 1) is \(\begin{pmatrix} 1 & k \\ 0 & 1 \end{pmatrix}\). The combined transformation matrix M is the product:
\(\mathbf{M} = \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 transformation \(\mathbf{M} \begin{pmatrix} x \\ y \end{pmatrix} = \begin{pmatrix} kx + ky \\ y \end{pmatrix}\) implies invariant points satisfy \(kx + ky = x\). Solving gives \(y = \frac{1-k}{k}x\).
(c) The inverse matrix \(\mathbf{M}^{-1}\) is found by inverting \(\mathbf{M}\):