Invariant Points and Lines

James Blackburn

January 2022

1 Definitions

Matrix Transformation

A linear transformation represented by a 2x2 matrix.

Invariant Point

A point (coordinate) that is not changed by a matrix transformation.

Invariant Line

A line (in the form y = mx + c), which is not effected by a matrix transformation.

Line of invariant points

A line of points which are individually all invariant points.

2 Calculating matrix transformations

Matrix transformations are extremely simple and can be done in the following way:

  1. Define the transformation matrix i.e.:     [       ]
T =   0  - 1
     - 1  0 (reflection in the line y = -x)

  2. Multiply this by a point i.e.:      [  ]
v⃗1 =  2
      - 1

  3. Multiply the two values          [      ] [  ]   [  ]
T × v⃗ =  0   - 1  2   =  1
     1    - 1  0   - 1    - 2

3 Finding invariant points

First of all, the origin [ ]
 0
 0 is never effected by a linear transformation. Why?

  1. Define the transformation:     [a  b]
T =  c  d

  2. Define the vertex [ ]
 0
 0

  3. Multiply the matrix by the vertex: [    ][ ]   [           ]  [ ]
 a  b  0  =  a× 0 +b × 0 =  0
 c  d  0     c× 0+ d × 0    0


To find a line of invariant poins from the matrix [       ]
  0   - 1
 - 1  0 (reflection in the line y = -x)
  1. Define the equation: [       ]
  0  - 1
 - 1  0 [ ]
 x
 y = [ ]
 x
 y

  2. Multiply it out to give: [- y]
 - x = [x]
 y

  3. Then expand that to the equations: -y = x and -x = y

  4. Rearrange this to give: y = -x and y = -x.

  5. Clearly these are both the same, therefore, all the points are not effected by the reflection in the line y = -x (this makes logical sense)

4 Finding invariant lines

Invariant lines are different to ”lines of invaraint points” because the individual points on the line can move, but the line itself remains the same!

The best way to work this out (in my opinion):

  1. Define the matrix transformation in the variable T:

        [     ]
T =  - 1 1
     - 4 3

  2. Multiply the transformation by the general formula for lines y = mx + c and y = mx + c.

  3. [- 1 1][   x  ]   [  x′  ]
 - 4 3  mx  + c =  mx ′ + c

  4.               ′                    ′
- x + mx + c = x - 4x + 3(mx + c) = mx + c

  5. Substitute the value x into the second formula!

        - 4x + 3(mx + c) = m(- x+ mx + c)+ c
                             2
    - 4x+ 3mx + 3c = - mx + m x+ mc + c
            2c - mc = - 4mx + m2x + 4x
           c(2 - m) = x(- 4m + m2 + 4)
                        2
           c(2 - m) = x(m  - 4m + 4)
           c(2 - m) = x(m  - 2)2
x(m - 2)2 - c(2 - m) = 0
        2
x(m - 2) + c(m  - 2) = 0
    (1)

  6. You can see, to solve this formula for m, m = 2

  7. Rewrite the formula with the value m = 2

  8. Therefore, we can write the following formula: y = 2x + c

  9. Where c is any value!

  10. Therefore there is an invariant line for all lines with the gradient 2