Properties of linear transformation
![]() Everything You Need in One PlaceHomework problems? Exam preparation? Trying to grasp a concept or just brushing up the basics? Our extensive help & practice library have got you covered. | ![]() Learn and Practice With EaseOur proven video lessons ease you through problems quickly, and you get tonnes of friendly practice on questions that trip students up on tests and finals. | ![]() Instant and Unlimited HelpOur personalized learning platform enables you to instantly find the exact walkthrough to your specific type of question. Activate unlimited help now! |
Make math click 🤔 and get better grades! 💯Join for Free
Intros
Lessons
Examples
Lessons
- Understanding and Using the Properties
Show that the transformation T defined byis not linear.
- Show that the transformation T defined by
is not linear.
- Proving Questions using the Properties
An affine transformation T:Rn→Rm has the form T(x)=Ax+b, where A is an m×n matrix and b is a vector in Rn. Show that the transformation T is not a linear transformation when b=0. - Define T:Rn→Rm to be a linear transformation, and let the set of vectors {v1,v2,v3 } be linearly dependent. Show that the set of vectors {T(v1),T(v2),T(v3)} are also linearly dependent.
- Define T:Rn→Rm to be a linear transformation and the set of vectors v1,...,vp are in Rn. In addition, let T(vi)=0 for i=1,2,…,p. If x is any vector in Rn, then show that T(x)=0. In other words, show that T is the zero transformation.
Free to Join!
StudyPug is a learning help platform covering math and science from grade 4 all the way to second year university. Our video tutorials, unlimited practice problems, and step-by-step explanations provide you or your child with all the help you need to master concepts. On top of that, it's fun — with achievements, customizable avatars, and awards to keep you motivated.
Easily See Your Progress
We track the progress you've made on a topic so you know what you've done. From the course view you can easily see what topics have what and the progress you've made on them. Fill the rings to completely master that section or mouse over the icon to see more details.Make Use of Our Learning Aids
Earn Achievements as You Learn
Make the most of your time as you use StudyPug to help you achieve your goals. Earn fun little badges the more you watch, practice, and use our service.Create and Customize Your Avatar
Play with our fun little avatar builder to create and customize your own avatar on StudyPug. Choose your face, eye colour, hair colour and style, and background. Unlock more options the more you use StudyPug.
Topic Notes
Properties of linear transformation
What is a linear transformation
A transformation is a technique in which a vector gets converted into another by keeping a unique element from each of the original vector and assigning it into the resulting vector. This process basically maps one vector space into another. There may be different kinds of transformations in mathematics but the case of a linear transformation in linear algebra is that which preserves linear combinations from the original expression to the resulting one, in simple words, it preserves the way addition and scalar multiplication operate from the original vector to the transformed vector. A linear transformation example can also be called linear mapping since we are keeping the original elements from the original vector and just creating an image of it.Recall the matrix equation Ax = b, normally, we say that the product of A and x gives b. Now we are going to say that A is a linear transformation matrix that transforms a vector x into a vector b (we now call b an image of a linear transformation of x).

In a sense Ax is a function where if we plug in a vector, then it spits out another vector. If we call this function T(x), then T(x)=Ax, where T is the transformation. Note that T(x) is an image of x since T(x)=b;
How to do a linear transformation
From the linear transformation definition we have seen above, we can plainly say that to perform a linear transformation or to find the image of a vector x, is just a fancy way to say "compute T(x)".So to compute a linear transformation is to find the image of a vector, and it can be any vector, therefore:
T(x) = Image of x under the transformation T
T(v) = Image of v under the transformation T
And so, if we define T: R2→R2 by T(x)=Ax. Find the image of v under T if:

So our goal is to find T(v)=Av
For that, remember our matrix multiplication guide:

And so, we perform the transformation:

Therefore the image of v is:

But what if the question gives the image and asks you to find the original vector? Let us use the same vectors as above and think how can we do the reverse engineering to obtain v, we start by working out the matrix equation below:

We use what we learned on the lesson about representing a linear system as a matrix, and write down an augmented matrix from our matrix equation above. Then in order to solve for vector v we just have to use row reduction and echelon forms!

And as you can see, we just got the linear transformation proof by reversing the process and obtaining the same vector v we started with:

Properties of Linear transformations
There are many linear transformation applications, but before start working on problems where we can use them, it is time to look into their properties. On our last lesson we talked about the image and the range of linear transformation T(x), now let us see how the operations of addition/subtraction and multiplication apply to them.Recall from last chapter the 2 properties of Ax:
- A(u+v)=Au+Av
- A(cu)=c(Au)
where uu and vv are vectors in Rn and c is a scalar.
Now the properties of linear transformations are very similar. Linear transformation preserves the operations of vector addition/subtraction and scalar multiplication. In other words, If T is linear, then:
- T(u+v)=T(u)+T(v)
- T(cu)=cT(u)
- T(⇀0)=⇀0
We can even combine property 1 and 2 to show that:
where u, v are vectors and c, d are scalars. Note that if this equation holds, then it must be linear.
What if you have more than 2 vectors and 2 scalars? What if you have p vectors and p scalars? Then we can generalize this equation and say that:
Notice that transformations of linear functions are distributive. And again if this equation holds, then it must be linear.
Example 1
Show that the transformation T defined below is not linear:
For this problem, we have to work with the matrix representation of linear transformation T(x) to prove if the third property is held:

As you can see, the linear transformation does not result in a zero vector, and therefore, it cannot be linear.
Example 2
Show that the transformation T defined below is not linear:
This particular problem gets a little bit more complicated to prove since there is an absolute value inside the matrix of linear transformation T. Thus, we will use two properties instead of just one, we start with the first property to work through, and then the third property is used in combination while working on the left hand side of the first property to finish this problem:
We start by selecting our own vectors u and v (you can choose any vectors as long as the conditions are met).

And then using property one, we compute the transformations:

Notice in the left hand side we have used the third property too, to know the transformation of a zero vector is just the zero vector itself. Thus our result is:

And since the first property is not met, the transformation is not linear.
Example 3
An affine transformation T:Rn→Rm has the form T(x)=Ax+b, where A is an m×n matrix of a linear transformation and b is a vector in Rn. Show that the transformation T is not a linear transformation when b ≠ 0.
For this problem we need to check if any of the three properties of a linear transformation do not hold. Starting by the first property, we create the next table in which you can see how the left hand side and the right hand side of property one have been applied to the affine transformation above and see if they are equal when b ≠ 0.
|
|
|
|
So as you can see, when b ≠ 0. the first property of a linear transformation is not met, and that is it, it means this transformation T is not linear.
Example 4
Define T:Rn→Rm to be a linear transformation, and let the set of vectors {v1,v2,v3} be linearly dependent. Show that the set of vectors {T(v1),T(v2),T(v3)} are also linearly dependent.This question may sound a little complicated, so let us bring back a quick review from our lesson on linear independence where we learnt that:
A set of vectors {v1,v2,v3,...,vp} is said to be linearly independent if:
So, linear independence produces a trivial solution, therefore in this case, since we are looking for a linearly dependant set of vectors, this means that we cannot have all zero solutions.
Thus, we are looking for c1T(v1)+c2T(v2)+c3T(v3)=0 where c1,c2,c3,...,cp cannot all be zeros.
In order to show that the set of vectors T(v1),T(v2),T(v3) are also linearly dependent, we will be using the three properties of linear transformations!
- T(u+v)=T(u)+T(v)
- T(cu)=cT(u)
- T(⇀0)=⇀0
Therefore:
We replace this into the third property to obtain:
Now using the first property:
And finally using the second property this becomes:
So at this point we have arrived to exactly the formula we were looking for and now, we just have to show that c1,c2,c3,...,cp are not all zeros. The trick here is that since we already know from the beginning that the vectors v1,v2,v3 are linearly dependent, by combining them as in the very first expression in equation 18 with c1,c2,c3,...,cp this makes them not all zero!, and so, we have made sure this particular characteristic applies to the whole expression found at the end of equation 18.
Hence: c1T(v1)+c2T(v2)+c3T(v3)=0 is linearly dependant.
Example 5
Define T:Rn→Rm to be a linear transformation and the set of vectors v1,...,vp are in Rn. In addition, let T(vi)=0 for i=1,2,...,p. If x is any vector in Rn, then show that T(x)=0. In other words, show that T is the zero transformation. If we have that:Computing the transformation of x:
Using the condition provided in the problem T(vi)=0, this means that:
Then:
And so, we just showed that T(x)=0!
To continue your practice on linear transformations there are a few links we would like to recommend you such as this in depth calculus III lesson, of this article on linear transformations.
This finalizes our lesson for today, we hope you enjoyed it, see you in the next one!
Recall from last chapter the 2 properties of Ax:
1. A(u+v)=Au+Av
2. A(cu)=c(Au)
where u and v are vectors in Rn and c is a scalar.
Now the properties of linear transformation are very similar. Linear transformation preserves the operations of vector addition/subtraction and scalar multiplication. In other words, If T is linear, then:
1. T(u+v)=T(u)+T(v)
2. T(cu)=cT(u)
3. T(0)=0
We can even combine property 1 and 2 to show that:
T(cu+dv)=cT(u)+dT(v)
where u, v are vectors and c, d are scalars. Note that if this equation holds, then it must be linear.
If you have more than 2 vectors and 2 scalars? What if you have p vectors and p scalars? Then we can generalize this equation and say that:
T(c1v1+c2v2+⋯+cpvp)=c1T(v1)+c2T(v2)+⋯+cpT(vp)
Again if this equation holds, then it must be linear.
1. A(u+v)=Au+Av
2. A(cu)=c(Au)
where u and v are vectors in Rn and c is a scalar.
Now the properties of linear transformation are very similar. Linear transformation preserves the operations of vector addition/subtraction and scalar multiplication. In other words, If T is linear, then:
1. T(u+v)=T(u)+T(v)
2. T(cu)=cT(u)
3. T(0)=0
We can even combine property 1 and 2 to show that:
where u, v are vectors and c, d are scalars. Note that if this equation holds, then it must be linear.
If you have more than 2 vectors and 2 scalars? What if you have p vectors and p scalars? Then we can generalize this equation and say that:
Again if this equation holds, then it must be linear.
2
videos
remaining today
remaining today
5
practice questions
remaining today
remaining today