Skip to main content

Section 3.1 Linear Transformations (AT1)

Subsection 3.1.1 Warm Up

Activity 3.1.1.

(a)
What is our definition for a set S of vectors to be linearly independent?
(b)
What specific calculation would you perform to test is a set S of Euclidean vectors is linearly independent?

Activity 3.1.2.

(a)
What is our definition for a set S of vectors in Rn to span Rn ?
(b)
What specific calculation would you perform to test is a set S of Euclidean vectors spans all of Rn ?

Subsection 3.1.2 Class Activities

Definition 3.1.3.

A linear transformation (also called a linear map) is a map between vector spaces that preserves the vector space operations. More precisely, if V and W are vector spaces, a map T:VW is called a linear transformation if
  1. T(v+w)=T(v)+T(w) for any v,wV, and
  2. T(cv)=cT(v) for any cR, and vV.
In other words, a map is linear when vector space operations can be applied before or after the transformation without affecting the result.

Definition 3.1.4.

Given a linear transformation T:VW, V is called the domain of T and W is called the co-domain of T.
Figure 19. A linear transformation with a domain of R3 and a co-domain of R2

Observation 3.1.5.

One example of a linear transformation R3R2 is the projection of three-dimesional data onto a two-dimensional screen, as is necessary for computer animiation in film or video games.
Figure 20. A projection of a 3D teapot onto a 2D screen

Activity 3.1.6.

Let T:R3R2 be given by
T([xyz])=[xz3y].
(a)
Compute the result of adding vectors before a T transformation:
T([xyz]+[uvw])=T([x+uy+vz+w])
  1. [xu+zw3y3v]
  2. [x+uzw3y+3v]
  3. [x+u3y+3vz+w]
  4. [xu3y3vzw]
(b)
Compute the result of adding vectors after a T transformation:
T([xyz])+T([uvw])=[xz3y]+[uw3v]
  1. [xu+zw3y3v]
  2. [x+uzw3y+3v]
  3. [x+u3y+3vz+w]
  4. [xu3y3vzw]
(c)
Is T a linear transformation?
  1. Yes.
  2. No.
  3. More work is necessary to know.
(d)
Compute the result of scalar multiplcation before a T transformation:
T(c[xyz])=T([cxcycz])
  1. [cxcz3cy]
  2. [cx+cz3cy]
  3. [x+c3y+cz+c]
  4. [xc3yczc]
(e)
Compute the result of scalar multiplcation after a T transformation:
cT([xyz])=c[xz3y]
  1. [cxcz3cy]
  2. [cx+cz3cy]
  3. [x+c3y+cz+c]
  4. [xc3yczc]
(f)
Is T a linear transformation?
  1. Yes.
  2. No.
  3. More work is necessary to know.

Activity 3.1.7.

Let S:R2R4 be given by
S([xy])=[x+yx2y+3y2x]
(a)
Compute
S([01]+[23])=S([24])
  1. [6470]
  2. [3015]
  3. [3175]
  4. [64101]
(b)
Compute
S([01])+S([23])=[0+1021+3120]+[2+3223+3322]
  1. [6470]
  2. [3015]
  3. [3175]
  4. [64101]
(c)
Is S a linear transformation?
  1. Yes.
  2. No.
  3. More work is necessary to know.

Activity 3.1.8.

Fill in the ?s, assuming T:R3R3 is linear:
T([000])=T(?[111])=?T([111])=[???]

Remark 3.1.9.

In summary, any one of the following is enough to prove that T:VW is not a linear transformation:
  • Find specific values for v,wV such that T(v+w)T(v)+T(w).
  • Find specific values for vV and cR such that T(cv)cT(v).
  • Show T(0)0.
If you cannot do any of these, then T can be proven to be a linear transformation by doing both of the following:
  1. For all v,wV (not just specific values), T(v+w)=T(v)+T(w).
  2. For all vV and cR (not just specific values), T(cv)=cT(v).
(Note the similarities between this process and showing that a subset of a vector space is or is not a subspace: Remark 2.3.11.)

Activity 3.1.10.

(a)
Consider the following maps of Euclidean vectors P:R3R3 and Q:R3R3 defined by
P([xyz])=[2x3y3z3x+4y+4z3x+4y+5z]andQ([xyz])=[x4y+9zy2z8y23xz].
Which do you suspect?
  1. P is linear, but Q is not.
  2. Q is linear, but P is not.
  3. Both maps are linear.
  4. Neither map is linear.
(b)
Consider the following map of Euclidean vectors S:R2R2
S([xy])=[x+2y9xy].
Prove that S is not a linear transformation.
(c)
Consider the following map of Euclidean vectors T:R2R2
T([xy])=[8x6y6x4y].
Prove that T is a linear transformation.

Subsection 3.1.3 Individual Practice

Activity 3.1.11.

Let f(x)=x31. Then, f:RR is a function with domain and codomain equal to R. Is f(x) is a linear transformation?

Activity 3.1.12.

(a)
Is it the case that rotating u+v about the origin by π2=90 is the same as first rotating each of u,v and then adding them together?
(b)
Is it the case that rotating 5u about the origin by π2=90 is the same as first rotating u by π2=90 and then scaling by 5?
(c)
Based on this, do you suspect that the transformation R:R2R2 given by rotating vectors about the origin through an angle of π2=90 is linear? Do you think there is anything special about the angle π2=90?

Activity 3.1.13.

In Activity 2.2.1, we made an analogy between vectors and linear combinations with ingredients and recipes. Let us think of cooking as a transformation of ingredients. In this analogy, would it be appropriate for us to consider "cooking" to be a linear transformation or not? Describe your reasoning.

Subsection 3.1.4 Videos

Figure 21. Video: Showing a transformation is linear
Figure 22. Video: Showing a transformation is not linear

Exercises 3.1.5 Exercises

Subsection 3.1.6 Mathematical Writing Explorations

Exploration 3.1.14.

If V,W are vectors spaces, with associated zero vectors 0V and 0W, and T:VW is a linear transformation, does T(0V)=0W? Prove this is true, or find a counterexample.

Exploration 3.1.15.

Assume f:VW is a linear transformation between vector spaces. Let vV with additive inverse v1. Prove that f(v1)=[f(v)]1.

Subsection 3.1.7 Sample Problem and Solution

Sample problem Example B.1.12.