IBDP MAI :Topic 3: Geometry and trigonometry-AHL 3.9- Geometric transformations. Exam Style Questions Paper 3

Question

A graphic designer, Ben, wants to create an animation in which a sequence of squares is created by a composition of successive enlargements and translations and then rotated about the origin and reduced in size.

Ben outlines his plan with the following storyboards.

The first four frames of the animation are shown below in greater detail.

The sides of each successive square are one half the size of the adjacent larger square. Let the sequence of squares be $U_0, U_1, U_2, \ldots$
The first square, $U_0$, has sides of length $4 \mathrm{~cm}$.

Ben decides the animation will continue as long as the width of the square is greater than the width of one pixel.

Ben decides to generate the squares using the transformation
$$
\left(\begin{array}{l}
x_n \\
y_n
\end{array}\right)=\boldsymbol{A}_n\left(\begin{array}{l}
x_0 \\
y_0
\end{array}\right)+\boldsymbol{b}_n
$$
where $\boldsymbol{A}_n$ is a $2 \times 2$ matrix that represents an enlargement, $\boldsymbol{b}_n$ is a $2 \times 1$ column vector that represents a translation, $\left(x_0, y_0\right)$ is a point in $\boldsymbol{U}_0$ and $\left(x_n, y_n\right)$ is its image in $\boldsymbol{U}_n$.

By considering the case where $\left(x_0, y_0\right)$ is $(0,0)$,

Once the image of squares has been produced, Ben wants to continue the animation by rotating the image counter clockwise about the origin and having it reduce in size during the rotation.

Let $E_\theta$ be the enlargement matrix used when the original sequence of squares has been rotated through $\theta$ degrees.
Ben decides the enlargement scale factor, $s$, should be a linear function of the angle, $\theta$, and after a rotation of $360^{\circ}$ the sequence of squares should be half of its original length.

a. Find an expression for the width of $U_n$ in centimetres.
b. Given the width of a pixel is approximately $0.025 \mathrm{~cm}$, find the number of squares in the final image.
c.i. Write down $A_1$.
c.ii.Write down $A_n$, in terms of $n$.
d.i.state the coordinates, $\left(x_1, y_1\right)$, of its image in $U_1$.
d.iihence find $b_1$.
d.iii.
show that $\boldsymbol{b}_n=\left(\begin{array}{l}8\left(1-2^{-n}\right) \\ 8\left(1-2^{-n}\right)\end{array}\right)$.
e. Hence or otherwise, find the coordinates of the top left-hand corner in $U_7$.
f.i. Find, $s$, in the form $s(\theta)=m \theta+c$.
f.ii. Write down $E_\theta$.
f.iii.Hence find the image of $(1,1)$ after it is rotated $135^{\circ}$ and enlarged.
g. Find the value of $\theta$ at which the enlargement scale factor equals zero.
h. After the enlargement scale factor equals zero, Ben continues to rotate the image for another two revolutions.
Describe the animation for these two revolutions, stating the final position of the sequence of squares.

▶️Answer/Explanation

(a)

$4\left(\frac{1}{2^n}\right) \quad$ M1A1
[2 marks]
b. $\frac{4}{2^n}>0.025$
(A1)
$$
\begin{aligned}
& 2^n<160 \\
& n \leq 7
\end{aligned}
$$

Note: Accept equations in place of inequalities.

Hence there are 8 squares
A1
[3 marks]
c.i.
$$
\left(\begin{array}{ll}
\frac{1}{2} & 0 \\
0 & \frac{1}{2}
\end{array}\right)
$$
A1
[1 mark]
c.ii.
$$
A_n=\left(\begin{array}{cc}
\frac{1}{2^n} & 0 \\
0 & \frac{1}{2^n}
\end{array}\right)
$$
A1
[1 mark]
d.i. $(4,4)$
d.ii.
$$
\begin{aligned}
& \boldsymbol{A}_1\left(\begin{array}{l}
0 \\
0
\end{array}\right)+\boldsymbol{b}_1=\left(\begin{array}{l}
4 \\
4
\end{array}\right) \quad \text { (M1) } \\
& \boldsymbol{b}_1=\left(\begin{array}{l}
4 \\
4
\end{array}\right) \quad \boldsymbol{A 1}
\end{aligned}
$$
[2 marks]
${ }_{\text {d.iii }}^{\text {Recognise the geometric series } b_n}=\left(\begin{array}{l}4+2+1+\ldots \\ 4+2+1+\ldots\end{array}\right) \quad$ M1
Each component is equal to $\frac{4\left(1-\frac{1}{2^n}\right)}{\frac{1}{2}}\left(=8\left(1-\frac{1}{2^n}\right)\right) \quad$ M1A1
$$
\left(\begin{array}{c}
8\left(1-\frac{1}{2^n}\right) \\
8\left(1-\frac{1}{2^n}\right)
\end{array}\right) \quad \boldsymbol{A G}
$$
[3 marks]
e.
$$
\left(\begin{array}{cc}
\frac{1}{2^7} & 0 \\
0 & \frac{1}{2^7}
\end{array}\right)\left(\begin{array}{l}
0 \\
4
\end{array}\right)+\left(\begin{array}{c}
8\left(1-\frac{1}{2^7}\right) \\
8\left(1-\frac{1}{2^7}\right)
\end{array}\right) \quad \text { M1A1 }
$$
(7. 9375, 7.96875)
A1
f.i. $s(\theta)=m \theta+c$
$s(0)=1, c=1 \quad$ M1A1
$s(360)=\frac{1}{2}$
A1
$\frac{1}{2}=360 m+1 \Rightarrow m=-\frac{1}{720}$
A1
$s(\theta)=-\frac{\theta}{720}+1$
[4 marks]
f.ii.
$$
E_\theta=\left(\begin{array}{cc}
-\frac{\theta}{720}+1 & 0 \\
0 & -\frac{\theta}{720}+1
\end{array}\right)
$$
A1
[1 mark]
f.iii.
$$
\left(\begin{array}{cc}
-\frac{135}{720}+1 & 0 \\
0 & -\frac{135}{720}+1
\end{array}\right)\left(\begin{array}{cc}
\cos 135^{\circ} & -\sin 135^{\circ} \\
\sin 135^{\circ} & \cos 135^{\circ}
\end{array}\right)\left(\begin{array}{l}
1 \\
1
\end{array}\right) \quad \text { M1A1A1 }
$$
$$
(-1.15,0) \quad \boldsymbol{A 1}
$$
[4 marks]
g. $\theta=720^{\circ}$
A1
[1 mark]
h. The image will expand from zero (accept equivalent answers)
It will rotate counter clockwise
The design will (re)appear in the opposite (third) quadrant
A1A1

 

Scroll to Top