Skip to main content

Section 3.1 Linear Transformations (AT1)

Subsection 3.1.1 Class Activities

Definition 3.1.1.

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.2.

Given a linear transformation T:VW, V is called the domain of T and W is called the co-domain of T.

Figure 23. A linear transformation with a domain of R3 and a co-domain of R2

Example 3.1.3.

Let T:R3R2 be given by

T([xyz])=[xz3y].

To show that T is a linear transformation, we must verify that T(v+w)=T(v)+T(w) by computing

T([xyz]+[uvw])=T([x+uy+vz+w])=[(x+u)(z+w)3(y+v)]

and

T([xyz])+T([uvw])=[xz3y]+[uw3v]=[(x+u)(z+w)3(y+v)],

and we must verify that T(cv)=cT(v) by computing

T(c[xyz])=T([cxcycz])=[cxcz3cy] and cT([xyz])=c[xz3y]=[cxcz3cy].

Therefore T is a linear transformation.

Example 3.1.4.

Let S:R2R4 be given by

S([xy])=[x+yx2y+3y2x]

To show that S is not linear, we only need to find one counterexample.

S([01]+[23])=S([24])=[6470]
S([01])+S([23])=[1040]+[5461]=[64101]

Since the resulting vectors are different, S is not a linear transformation.

Activity 3.1.6.

Let D:PP be the derivative map defined by D(f(x))=f(x) for each polynomial fP. We recall from calculus that

D(f(x)+g(x))=f(x)+g(x),
and
D(cf(x))=cf(x).

Which of the following can we conclude from these calculus rules?

  1. P is not a vector space

  2. D is a linear map

  3. D is not a linear map

Activity 3.1.7.

Let the polynomial maps S:P4P3 and T:P4P3 be defined by

S(f(x))=2f(x)f(x)T(f(x))=f(x)+x3.

Compute S(x4+x), S(x4)+S(x), T(x4+x), and T(x4)+T(x). Based on these computations, can you conclude that either S or T is definitely not a linear transformation?

Observation 3.1.9.

Showing T:VW is not a linear transformation can be done by finding an example for any one of the following.

  • Show T(z)z (where z is the additive identity of V and W).

  • Find v,wV such that T(v+w)T(v)+T(w).

  • Find vV and cR such that T(cv)cT(v).

Otherwise, T can be shown to be linear by proving the following in general.

  • For all v,wV, T(v+w)=T(v)+T(w).

  • For all vV and cR, 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.

Activity 3.1.10.

Continue to consider S:P4P3 defined by

S(f(x))=2f(x)f(x).
(a)

Verify that

S(f(x)+g(x))=2f(x)+2g(x)f(x)g(x)

is equal to S(f(x))+S(g(x)) for all polynomials f,gP4.

(b)

Verify that S(cf(x)) is equal to cS(f(x)) for all real numbers c and polynomials fP4.

(c)

Is S linear?

Activity 3.1.11.

Let polynomial maps S:PP and T:PP be defined by

S(f(x))=(f(x))2T(f(x))=3xf(x2)
(a)

Note that S(0)=0 and T(0)=0. So instead, show that S(x+1)S(x)+S(1) to verify that S is not linear.

(b)

Prove that T is linear by verifying that T(f(x)+g(x))=T(f(x))+T(g(x)) and T(cf(x))=cT(f(x)).

Subsection 3.1.2 Videos

Figure 24. Video: Showing a transformation is linear
Figure 25. Video: Showing a transformation is not linear

Subsection 3.1.3 Slideshow

Slideshow of activities available at https://teambasedinquirylearning.github.io/linear-algebra/2022/AT1.slides.html.

Exercises 3.1.4 Exercises

Exercises available at https://teambasedinquirylearning.github.io/linear-algebra/2022/exercises/#/bank/AT1/.

Subsection 3.1.5 Mathematical Writing Explorations

Exploration 3.1.12.

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.13.

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.6 Sample Problem and Solution

Sample problem Example B.1.14.

You have attempted 1 of 1 activities on this page.