Home page for accesible maths 6 Linear transformations

Style control - access keys in brackets

Font (2 3) - + Letter spacing (4 5) - + Word spacing (6 7) - + Line spacing (8 9) - +

6.3. Invertible linear transformations

Definition 6.3.1.

A linear transformation T is invertible (also called non-singular) if there is another linear transformation T-1 such that TT-1=T-1T=Id. Here Id denotes the identity transformation Id(x)=x. Then T-1 is called the inverse of T. If T does not have an inverse, then it is called non-invertible.

Example 6.3.2.

  • Rotations and reflections are invertible linear transformations of the plane. The inverse operation of rotation by θ is rotation by -θ. And a reflection composed with itself is the identity. Thus

    Rθ-1=R2π-θandHθ-1=Hθ.
Theorem 6.3.3.

Let T:RnRn be a linear transformation, and let A be its associated matrix. Then

T is invertible if and only if A is invertible.

In this case, A-1 is the matrix associated to the inverse T-1 of T.

Proof.

By assumption, T(v)=Av for all vn. Suppose that T is invertible and let B be the matrix associated to T-1. Then for each vn we have

v={TT-1(v)=ABvT-1T(v)=BAv

It follows from the Proposition 1.4.9 that AB=BA=In. That is, A is invertible and B=A-1 as required.

Conversely, if A is invertible, we observe that A-1 is the matrix associated to the linear transformation S which satisfies ST=TS=Id, that is, we must have that S=T-1 and T is invertible. ∎

Recall that a square matrix is invertible if and only if its determinant is non-zero (Theorem 4.4.4).

Example 6.3.4.

  • Find the inverse of T(x,y)=(x+y,x-y).
    Solution 1: This is the linear transformation associated to the matrix A=(111-1). We know T is invertible since detA=-20. The inverse of T is the linear transformation given by the matrix A-1, by Theorem 6.3.3. We calculate the inverse as follows:

    (A|I2)R2=r2-r1(11100-2-11)R2=-12r2R1=r1-r2(1012120112-12),

    and therefore

    A-1=12(111-1).

    Hence T-1(x,y)=12(x+y,x-y).
    Solution 2: One could also solve this example without matrices as follows. We have T invertible if and only if there exists a linear map T-1:22 such that

    T-1T(xe1+ye2)=TT-1(xe1+ye2)=xe1+ye2for all x,y.

    Now, if T(xe1+ye2)=ae1+be2, then T-1(ae1+be2)=xe1+ye2. So we can use the following equations to solve for x,y in terms of a,b:

    a=x+yandb=x-ygivex=a+b2andy=a-b2.

    Therefore, T-1(ae1+be2)=a+b2e1+a-b2e2 for all a,b. In other words, T-1(x,y)=12(x+y,x-y).

Theorem 6.3.5.

Invertible linear transformations of the plane preserve lines. That is, given an invertible linear transformation T of R2 and l a line in R2, then the image under T of the points of l form a line l, and conversely, each point of l is the image under T of exactly one point of l.

Proof.

A line l in 2 is given by a point P=(p1,p2) and a non-zero direction vector v=(v1v2). In other words, a point Q=(q1,q2) is on l if and only if there exists some λ such that Q=P+λv; in matrix form

(q1q2)=(p1p2)+λ(v1v2)=(p1+λv1p2+λv2)(see Figure 5).
Figure 5. Parametrisation of the line l by P and v. The scalar λ of Theorem 6.3.5 is defined as the real number such that Q-P=λv

Now, by linearity of T we have

T(p1+λv1p2+λv2)=T(p1p2)+λT(v1v2)=T(P)+λT(v).

Since T is invertible, T(v)0, and therefore T(P+λv) lies on the line through the point T(P) which has direction vector T(v). Hence, the image of l under T is a line. Since T is invertible, the inverse T-1 of T maps the line T(l) to l, saying that there is a bijective correspondence between the points of l and those of T(l). ∎

Remark 6.3.6.

If T is non-invertible in Theorem 6.3.5, then the result is not true. For example, the zero map, which maps all points to the zero vector, is linear but not invertible. It clearly does not map lines to other lines. As another example, consider the projection π1 onto the x-axis, which is the linear transformation corresponding to the matrix (1000). The line l:x=0, i.e. the y-axis, is mapped to the zero vector by π1, and in particular it is not mapped to a line.

Example 6.3.7.

  • Consider the line in the plane 2 given by the equation

    l:y=2x+3and letA=(-1220).

    Since detA=-40, the linear transformation T:22 corresponding to A is invertible. Find the image l=T(l) of the line l by T.
    Solution 1: First let’s write the line in the form: P+λv, for λ. Let P=(0,3), which clearly lies on l. One checks that if v=(1,2), then the line l is the set of points P+λv, for λ. Therefore the new line is

    l:T(P+λv)=T(P)+λT(v)=(60)+λ(32),for λ.

    Solution 2: Any line is uniquely determined by two of its points. Thus, to find the image of l, we pick two distinct points P and Q on l, calculate their images P and Q by T and write the equation of the line l as the line going through P and Q. Let us choose

    P=(0,3)andQ=(-1,1).

    Note that P,Q are indeed on l since they both satisfy the equation y=2x+3. We then calculate

    P=T(0,3)=(6,0) and Q=T(-1,1)=(3,-2).

    So the line going through P and Q has equation:

    y-0x-6=-2-03-6=23 which is the same as l:y=23x-4.