Q39.

Question

FOOTPRINTS

For exercises 38-41, use the following information.

The combination of a reflection and a translation is called a glide reflection.

An example is a set of footprints.

39. Write two matrix operations that can be used to find the coordinates of point C


Step-by-Step Solution

Verified
Answer

Two matrix operations that can be used to find coordinates of point C are

Matrix Multiplication and Matrix Addition.

1Step 1 - Vertex matrix of a point

An ordered pair x,y is represented by a column matrix xy which is known as vertex matrix of an ordered pair.

2Step 2 - Vertex matrix after reflection over the x - a x i s

Vertex matrix of new point after reflection over the x -axis is product matrix 100-1 with vertex matrix of that point as shown below

100-1×xy=x-y

So multiplication of matrices is the first matrix operation to get point C

3Step 3 - Vertex matrix after translation

If the matrix is translated to x' units right or left then x' is added or subtracted from first row respectively.

If the matrix is translated to y' units up or down then y' is added or subtracted from second row respectively.

Thus translation matrix is of the form x'y'

As, vertex matrix after translation is sum of vertex matrix with translated matrix as shown below

x-y+x'y'=x+x'-y+y'

So addition of matrices is the second matrix operation to get point C