5.3: Properties of Linear Transformations
( \newcommand{\kernel}{\mathrm{null}\,}\)
- Use properties of linear transformations to solve problems.
- Find the composite of transformations and the inverse of a transformation.
Let T:Rn↦Rm be a linear transformation. Then there are some important properties of T which will be examined in this section. Consider the following theorem.
Properties of Linear Transformationsproperties Let T:Rn↦Rm be a linear transformation and let →x∈Rn.
- T preserves the zero vector. T(0→x)=0T(→x). Hence T(→0)=→0
- T preserves the negative of a vector: T((−1)→x)=(−1)T(→x). Hence T(−→x)=−T(→x).
- T preserves linear combinations: Let →x1,...,→xk∈Rn and a1,...,ak∈R.Then if →y=a1→x1+a2→x2+...+ak→xk,it follows thatT(→y)=T(a1→x1+a2→x2+...+ak→xk)=a1T(→x1)+a2T(→x2)+...+akT(→xk).
These properties are useful in determining the action of a transformation on a given vector. Consider the following example.
Let T:R3↦R4 be a linear transformation such that T[131]=[440−2],T[405]=[45−15]
Solution
Using the third property in Theorem 9.6.1, we can find T[−73−9] by writing [−73−9] as a linear combination of [131] and [405].
Therefore we want to find a,b∈R such that [−73−9]=a[131]+b[405]
The necessary augmented matrix and resulting reduced row-echelon form are given by: [14−730315−9]→⋯→[10101−2000]
Hence a=1,b=−2 and [−73−9]=1[131]+(−2)[405]
Now, using the third property above, we have T[−73−9]=T(1[131]+(−2)[405])=1T[131]−2T[405]=[440−2]−2[45−15]=[−4−62−12]
Therefore, T[−73−9]=[−4−62−12].
Suppose two linear transformations act in the same way on →x for all vectors. Then we say that these transformations are equal.
Let S and T be linear transformations from Rn to Rm. Then S=T if and only if for every →x∈Rn, S(→x)=T(→x)
Suppose two linear transformations act on the same vector →x, first the transformation T and then a second transformation given by S. We can find the composite transformation that results from applying both transformations.
Let T:Rk↦Rn and S:Rn↦Rm be linear transformations. Then the composite of S and T is S∘T:Rk↦Rm
Notice that the resulting vector will be in Rm. Be careful to observe the order of transformations. We write S∘T but apply the transformation T first, followed by S.
Let T:Rk↦Rn and S:Rn↦Rm be linear transformations such that T is induced by the matrix A and S is induced by the matrix B. Then S∘T is a linear transformation which is induced by the matrix BA.
Consider the following example.
Let T be a linear transformation induced by the matrix A=[1220]
Solution
By Theorem 5.3.2, the matrix of S∘T is given by BA. BA=[2301][1220]=[8420]
To find (S∘T)(→x), multiply →x by BA as follows [8420][14]=[242]
To check, first determine T(→x): [1220][14]=[92]
Then, compute S(T(→x)) as follows: [2301][92]=[242]
Consider a composite transformation S∘T, and suppose that this transformation acted such that (S∘T)(→x)=→x. That is, the transformation S took the vector T(→x) and returned it to →x. In this case, S and T are inverses of each other. Consider the following definition.
Let T:Rn↦Rn and S:Rn↦Rn be linear transformations. Suppose that for each →x∈Rn, (S∘T)(→x)=→x
The following theorem is crucial, as it claims that the above inverse transformations are unique.
Let T:Rn↦Rn be a linear transformation induced by the matrix A. Then T has an inverse transformation if and only if the matrix A is invertible. In this case, the inverse transformation is unique and denoted T−1:Rn↦Rn. T−1 is induced by the matrix A−1.
Consider the following example.
Let T:R2↦R2 be a linear transformation induced by the matrix A=[2334]
Solution
Since the matrix A is invertible, it follows that the transformation T is invertible. Therefore, T−1 exists.
You can verify that A−1 is given by: A−1=[−433−2]