Which transformation does the matrix
[0−1−10] represent?
Given, Transformation matrix (T.M.) =
[0−1−10]
Let, object =
[xy]
Now, we know,
Image = T.M. × Object
=
[0−1−10] ×
[xy]
=
[(0)x+(−1)y(−1)x+(0)y]
=
[−y−x]
So, the given transformation matrix represents a reflection on line x = -y.
Which transformation does the matrix
[−1001] represent?
Given, Transformation matrix (T.M.) =
[−1001]
Let, object =
[xy]
Now, we know,
Image = T.M. × Object
=
[−1001] ×
[xy]
=
[(−1)x+(0)y(0)x+(1)y]
=
[−xy]
So, the given transformation matrix represents reflection on y-axis.
Which transformation does the matrix
[0−1−10]
represent? Using the matrix find the image of the point A(6, -2).
First part,
Given, Transformation matrix (T.M.) =
[0−1−10]
Let, object =
[xy]
Now, we know,
Image = T.M. × Object
=
[0−1−10] ×
[xy]
=
[(0)x+(−1)y(−1)x+(0)y]
=
[−y−x]
So, the given transformation matrix represents reflection on the line x = -y.
Second part,
A(6, -2) x = -y A'(2, -6)
Find the transformation matrix which represents the reflection on the line y = -x.
Let, Object =
[xy] and Transformation matrix (T.M.) =
[acbd]
Image on reflection on y = -x is
[−y−x]
Now, we know,
Image = T.M. × Object
or, [−y−x] =
[acbd] ×
[xy]
or, [−y−x] =
[ax+bycx+dy]
Above condition will be true if,
a = 0, b = -1
c = -1, d = 0
So, Transformation matrix =
[0−1−10]
Find the transformation matrix which represents the reflection on Y-axis.
Let, Object =
[xy] and Transformation matrix (T.M.) =
[acbd]
Image on reflection on y-axis is
[−xy]
Now, we know,
Image = T.M. × Object
or, [−xy] =
[acbd] ×
[xy]
or, [−xy] =
[ax+bycx+dy]
Above condition will be true if,
a = -1, b = 0
c = 0, d = 1
So, Transformation matrix = [−1001]
What transformation does the matrix
[1001]
represent? Use this matrix to find the image of a point (2, 4).
First part,
Given, Transformation matrix (T.M.) =
[1001]
Let, object =
[xy]
Now, we know,
Image = T.M. × Object
=
[1001] ×
[xy]
=
[(1)x+(0)y(0)x+(1)y]
=
[xy]
The value of object and image is same. So, the matrix represents identity transformation.
Second part,
A(2, 4) → A'(2, 4)
Find a 2 × 1 matrix which transforms a point (a, b) into the point (a + 2, b - 3). Using the same 2 ×1 matrix transform the point (5, 7).
Let 2 × 1 matrix be
(pq)
So, (a, b)
T(pq) (a + p, b + q)
Given, (a, b)
→ (a + 2, b - 3)
Comparing the corresponding value,
p = 2 and q = -3
So, 2 × 1 matrix = (2−3)
Now, using 2 ×1 matrix to transform the point (5, 7),
(5, 7) T(2−3) (5 + 2, 7 - 3) = (7, 4)
Find a 2 × 1 matrix which transforms a point (a, b) into the point (a + 4, b - 5). Using the same 2 ×1 matrix transform the point (-4, 6).
Let 2 × 1 matrix be
(pq)
So, (a, b)
T(pq) (a + p, b + q)
Given, (a, b)
→ (a + 4, b - 5)
Comparing the corresponding value,
p = 4 and q = -5
So, 2 × 1 matrix = (4−5)
Now, using 2 ×1 matrix to transform the point (5, 7),
(-4, 6) T(4−5) (-4 + 4, 6 - 5) = (0, 1)
What transformation does the matrix
[0−1−10]
denote? Using the given matrix, find the image of the point A(5, -7).
First part,
Given, Transformation matrix (T.M.) =
[0−1−10]
Let, object =
[xy]
Now, we know,
Image = T.M. × Object
=
[0−1−10] ×
[xy]
=
[(0)x+(−1)y(−1)x+(0)y]
=
[−y−x]
So, the given transformation matrix denote reflection at x = -y.
Second part,
Object = A =
[5−7]
Now, We know,
Image = T.M. × Object
or, A' = [0−1−10] ×
[5−7]
so, A' = [7−5]
What transformation does the matrix
[0−110]
represent? Use the given matrix to transform the point (-4, 5).
First part,
Given, Transformation matrix (T.M.) =
[0−110]
Let, object =
[xy]
Now, we know,
Image = T.M. × Object
=
[0−110] ×
[xy]
=
[(0)x+(1)y(−1)x+(0)y]
=
[y−x]
So, the given transformation matrix represents rotation at -90° through origin.
Second part,
Object = A =
[−45]
Now, We know,
Image = T.M. × Object
or, A' = [0−110] ×
[−45]
so, A' = [54]
If P(a, b) is transformed by
[0−2−20]
to P'(-10, -8), find the value of a and b.
Here,
Object = P =
[ab]
Transformation matrix (T.M.) =
[0−2−20]
Image = P' =
[−10−8]
We have,
Image = T.M. × object
or, [−10−8] =
[0−2−20] ×
[ab]
or, [−10−8] =
[−2b−2a]
Comparing corresponding value of equal matrix,
a = 5,
b = 4
Find the transformation matrix which represents the reflection on the line y = x.
Let, Object =
[xy] and Transformation matrix (T.M.) =
[acbd]
Image on reflection on y = x is
[yx]
Now, we know,
Image = T.M. × Object
or, [yx] =
[acbd] ×
[xy]
or, [yx] =
[ax+bycx+dy]
Above condition will be true if,
a = 0, b = 1
c = 1, d = 0
So, Transformation matrix = [0110]
Find the coordinates of the image of the point A(-4, 3) and B(6, -2) under the transformation 2 × 2 matrix
[−100−1].
Here,
Transformation matrix (T.M.) =
[−100−1]
Object = A =
[−43] and B =
[6−2]
Image = A' and B'
Now, we have,
Image = T.M. × Object
or, A' = [−100−1] [−43]
So, A' = [4−3]
Again,
Image = T.M. × Object
or, B' = [−100−1] [6−2]
So, B' = [−62]
Hence, A' is (4, -3) and B' is (-6, 2).
What transformation does the matrix
[0−1−10]
denote? Using the given matrix, find the image of the point (-3, 2).
First part,
Given, Transformation matrix (T.M.) =
[0−1−10]
Let, object =
[xy]
Now, we know,
Image = T.M. × Object
=
[0−1−10] ×
[xy]
=
[(0)x+(−1)y(−1)x+(0)y]
=
[−y−x]
So, the given transformation matrix represents reflection on the line x = -y.
Second part,
Object = A =
[−32]
Now, We know,
Image = T.M. × Object
or, A' = [0−1−10] ×
[−32]
so, A' = [−23]