FM - Core Pure 1 - 7) Linear transformations Flashcards

1
Q

Equation for matrix transformations

A

|acbd||xy| = |ax+bycx+dy|

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Matrices representing reflections in the x-axis and y-axis, and their invariant lines and points

A

Reflection in x-axis:

  • |100-1|
  • y = 0 | all points on it

Reflection in y-axis:

  • |-1001|
  • x = 0 | all points on it
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Matrices representing reflections in the line y = x and y = -x, and their invariant lines and points

A

Reflection in y = x:

  • |0110|
  • y = x | and all points on it

Reflection in y = -x:

  • |0-1-10|
  • y = -x | and all points on it
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Matrix representing a rotation of angle θ anticlockwise about the origin and its invariant points and lines

A
  • |cos(θ)sin(θ)-sin(θ)cos(θ)|
  • The origin | only when θ = 180° → any line passing through the origin
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Transformation represented by |a00b| when a ≠ b and a = b

A
  • When a ≠ b → stretch by scale factor a in the x-direction and stretch by scale factor b in the y-direction
  • When a = b → enlargement by scale factor a (or b)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Invariant points and lines of all types of stretches

A
  • Strectch in x-direction only → all points on the y-axis | x = 0 and any horizontal line
  • Strectch in y-direction only → all points on the x-axis | y = 0 and any vertical line
  • Enlargement → centre of enlargement | and any line passing through it
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Way to find the area scale factor of a stretch or enlargement and what a negative value shows

A
  • Find determinant of the transformation matrix
  • If it’s negative → shape has been reflected
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Side of a matrix that a transformation matrix goes when multiplying

A

|Transformation matrix||matrix|

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Matrices representing reflections in the planes x = 0, y = 0 and z = 0

A
  • Reflection in x = 0:
    |-1 0 0|
    |0 1 0|
    |0 0 1|
  • Reflection in y = 0:
    |1 0 0|
    |0 -1 0|
    |0 0 1|
  • Reflection in z = 0:
    |1 0 0|
    |0 1 0|
    |0 0 -1|
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Matrices representing rotations of angle θ anticlockwise about the x-axis, y-axis and z-axis

A
  • Rotation about x-axis:
    |1 0 0|
    |0 cos(θ) -sin(θ)|
    |0 sin(θ) cos(θ)|
  • Rotation about y-axis:
    |cos(θ) 0 sin(θ)|
    |0 1 0|
    |-sin(θ) 0 cos(θ)|
  • Rotation about z-axis:
    |cos(θ) -sin(θ) 0|
    |sin(θ) cos(θ) 0|
    |0 0 1|
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Way to reverse the transformation by a matrix

A

Transform by the inverse of that matrix

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Way to find the invariant points and lines of any 2D transformation

A
  • Points → solve the system for X and Y: |acbd||XY| = |XY|
  • Lines → solve the system for M and C: |acbd||XMX+C| = |X’MX’+C|
How well did you know this?
1
Not at all
2
3
4
5
Perfectly