Fact: Every matrix transformation is a linear transformation, and vice versa.

Similar documents
Span and Linear Independence

Span & Linear Independence (Pop Quiz)

Linear Equations in Linear Algebra

Section 1.8/1.9. Linear Transformations

MATH 2331 Linear Algebra. Section 1.1 Systems of Linear Equations. Finding the solution to a set of two equations in two variables: Example 1: Solve:

Sept. 3, 2013 Math 3312 sec 003 Fall 2013

Announcements Monday, September 25

Linear transformations

Announcements September 19

1. TRUE or FALSE. 2. Find the complete solution set to the system:

Section 2.2: The Inverse of a Matrix

Math 3C Lecture 20. John Douglas Moore

Announcements Wednesday, September 27

Study Guide for Linear Algebra Exam 2

Matrix of Linear Xformations

Linear Equation: a 1 x 1 + a 2 x a n x n = b. x 1, x 2,..., x n : variables or unknowns

Linear Algebra (wi1403lr) Lecture no.4

Solutions to Midterm 2 Practice Problems Written by Victoria Kala Last updated 11/10/2015

Properties of Linear Transformations from R n to R m

Linear Independence x

We showed that adding a vector to a basis produces a linearly dependent set of vectors; more is true.

1 Last time: multiplying vectors matrices

Linear Algebra Exam 1 Spring 2007

Linear equations in linear algebra

Linear Algebra Quiz 4. Problem 1 (Linear Transformations): 4 POINTS Show all Work! Consider the tranformation T : R 3 R 3 given by:

Review for Chapter 1. Selected Topics

Chapter 1: Linear Equations

Math 4A Notes. Written by Victoria Kala Last updated June 11, 2017

Chapter 1: Linear Equations

Math 54 HW 4 solutions

Designing Information Devices and Systems I Discussion 2A

MTH501- Linear Algebra MCQS MIDTERM EXAMINATION ~ LIBRIANSMINE ~

1111: Linear Algebra I

Matrix of Linear Xformations

Multiple Choice Questions

Math Linear Algebra Final Exam Review Sheet

Midterm 1 Review. Written by Victoria Kala SH 6432u Office Hours: R 12:30 1:30 pm Last updated 10/10/2015

Lecture 3: Linear Algebra Review, Part II

Solutions to Math 51 First Exam April 21, 2011

Criteria for Determining If A Subset is a Subspace

Math 54 Homework 3 Solutions 9/

Inverses of Square Matrices

Properties of Transformations

Row Space, Column Space, and Nullspace

Solution: By inspection, the standard matrix of T is: A = Where, Ae 1 = 3. , and Ae 3 = 4. , Ae 2 =

Linear Algebra, Summer 2011, pt. 2

( v 1 + v 2 ) + (3 v 1 ) = 4 v 1 + v 2. and ( 2 v 2 ) + ( v 1 + v 3 ) = v 1 2 v 2 + v 3, for instance.

MAT 242 CHAPTER 4: SUBSPACES OF R n

Linear Algebra March 16, 2019

MTH 464: Computational Linear Algebra

Topic 14 Notes Jeremy Orloff

The geometry of least squares

CONCEPTS FOR ADVANCED MATHEMATICS, C2 (4752) AS

Study guide for Exam 1. by William H. Meeks III October 26, 2012

Fundamentals of Linear Algebra. Marcel B. Finan Arkansas Tech University c All Rights Reserved

All of my class notes can be found at

Math 51, Homework-2 Solutions

Kevin James. MTHSC 3110 Section 4.3 Linear Independence in Vector Sp

Lecture 9: Vector Algebra

March 27 Math 3260 sec. 56 Spring 2018

Linear Models Review

Math 4377/6308 Advanced Linear Algebra

Math 416, Spring 2010 More on Algebraic and Geometric Properties January 21, 2010 MORE ON ALGEBRAIC AND GEOMETRIC PROPERTIES

Elementary Linear Algebra

Eigenvalues and Eigenvectors

Linear Algebra MATH20F Midterm 1

Introduction to Matrix Algebra

Objective: Introduction of vector spaces, subspaces, and bases. Linear Algebra: Section

CSL361 Problem set 4: Basic linear algebra

(arrows denote positive direction)

Solutions to Math 51 Midterm 1 July 6, 2016

Chapter 2 Notes, Linear Algebra 5e Lay

MA 242 LINEAR ALGEBRA C1, Solutions to First Midterm Exam

NOTES ON LINEAR ALGEBRA CLASS HANDOUT

2. Every linear system with the same number of equations as unknowns has a unique solution.

MATH 167: APPLIED LINEAR ALGEBRA Chapter 2

Math 51, Homework-2. Section numbers are from the course textbook.

Chapter 2: Matrix Algebra

Lecture 03. Math 22 Summer 2017 Section 2 June 26, 2017

(c)

MATH10212 Linear Algebra B Homework Week 4

Chapter 1: Systems of Linear Equations

Abstract Vector Spaces and Concrete Examples

Math 308 Discussion Problems #4 Chapter 4 (after 4.3)

Worksheet for Lecture 15 (due October 23) Section 4.3 Linearly Independent Sets; Bases

Equality: Two matrices A and B are equal, i.e., A = B if A and B have the same order and the entries of A and B are the same.

Orthogonality and Least Squares

Review Notes for Linear Algebra True or False Last Updated: February 22, 2010

MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question.

Linear Algebra Math 221

Functions Functions and Modeling A UTeach/TNT Course

Worksheet for Lecture 15 (due October 23) Section 4.3 Linearly Independent Sets; Bases

Review Solutions for Exam 1

Vector Spaces 4.3 LINEARLY INDEPENDENT SETS; BASES Pearson Education, Inc.

6.1. Inner Product, Length and Orthogonality

This last statement about dimension is only one part of a more fundamental fact.

Kevin James. MTHSC 3110 Section 2.2 Inverses of Matrices

Motion in Three Dimensions

Chapter 3. Vector spaces

Vector Spaces 4.4 Spanning and Independence

Transcription:

Linear Transformations Definition: A transformation (or mapping) T is linear if: (i) T (u + v) = T (u) + T (v) for all u, v in the domain of T ; (ii) T (cu) = ct (u) for all scalars c and all u in the domain of T Fact: Every matrix transformation is a linear transformation, and vice versa Therefore, if you can find a matrix to implement the transformation, it is a linear transformation Fact: If T is a linear transformation, then T () = and T (cu + dv) = ct (u) + dt (v) for all vectors u, v in the domain of T and all scalars c, d In general, T (c v + + c p v p ) = c T (v ) + + c p T (v p ) which is known as a superposition principle Example: Show that T (x, x 2, x 3 ) = (3x, 3, x 2 + x 3 ) is not a linear transformation Solution: Note that the given transformation can be written as T x x 2 = 3x 3 x 3 x 2 + x 3 If c is any scalar, then T (cx) = T cx cx 2 = 3cx 3 ct (x) cx 3 cx 2 + cx 3 since c cannot be factored out Thus, T is not a linear transformation

Example: Show that T (x, x 2, x 3 ) = (x +x 2, 3x 2 2x 3 ) is a linear transformation by finding a matrix A that implements the mapping Solution: To show that T is a linear transformation, it suffices to show that we can write the mapping as T (x) = Ax x + x T (x) = 2 3x 2 2x 3 = x + x 2 + x 3 3 2 = x x 3 2 2 }{{} x 3 A }{{} x Since there exists a matrix A such that T (x) = Ax for all vectors x in R 3, T is a linear transformation Note that you can approach this problem by verifying that both properties of a linear transformation are satisfied However, in many cases, the computation can be rather lengthy Sometimes, it is much easier to determine the standard matrix of the transformation Example: Let x = x, v = x 2 x 3 [ [ [ 2, v ] 2 =, and v 3] 3 = and let T : R 2] 3 R 2 be a linear transformation that maps x into x v + x 2 v 2 + x 3 v 3 Find a matrix A so that T (x) = Ax for any x Solution: The transformation that we are setting up is simply T (x) = v v 2 v 3 x, ie 2 T (x) = x x 3 2 2 x 3 Definition: The j th column of the identity matrix is denoted by e j For example, if I = is the 3 3 identity matrix, then e =, e 2 =, e 3 =

Theorem: Let T : R n R m be a linear transformation Then there exists a unique matrix A such that T (x) = Ax for all x in R n In fact, A is an m n matrix whose j th column is the vector T (e j ): A = [ T (e ) T (e n ) ] Example: Suppose that T : R 2 R 2 such that T (e ) = the standard matrix for T and T (e 2 ) = [ ] Find Solution: By the above theorem, we have A = [ T (e ) T (e 2 ) ] = Example: Find the standard matrix of T : R 2 R 2 that reflects points through the horizontal (x ) axis, then reflects through the line x 2 = x Solution: Let x be any vector in R 2 Note that x is a linear combination of the vectors e and e 2, ie, x = x e + x 2 e 2 For convenience, let s express x as an ordered pair x, x 2 There are two things that we must do (in the following order): First, we need to reflect x about the x -axis Then, we need to rotate the resultant vector about the line x 2 = x The vector that we obtain is the vector that we will call b (See Figure ) Figure : Sequence of reflections from x to b

Reflecting x about the x -axis yields a vector of the form x, x 2 (which is the green vector in Figure ) Reflecting this vector about the line x 2 = x yields a vector of the form b = x 2, x (we simply interchange the coordinates) Therefore, the transformation is () x x2 T = x 2 x Now that we have T, we can use it to find the columns of the standard matrix A Note that ([ [ ([ T (e ) = T = and T (e ]) ] 2 ) = T = ]) Hence, A = [ T (e ) T (e 2 ) ] = The standard matrix A in this case is an example of a rotation matrix This particular matrix rotates any vector in R 2 by 9 In Figure, the angle between x and b is 9 Dilation and Contraction Operators If k is a nonnegative scalar, then the transformation defined by T (x) = kx on R 2 or R 3 is called a contraction with factor k if k and a dilation with factor k if k > The geometric effect of a contraction is to compress each vector by a factor of k, and the effect of a dilation is to stretch each vector by a factor of k (See Figure 2) A contraction compresses R 2 or R 3 uniformly toward the origin from all directions, and a dilation stretches R 2 or R 3 uniformly away from the origin in all directions Figure 2: A contraction when k (left) and a dilation when k > (right)

Rotation Operators An operator that rotates each vector in R 2 through a fixed angle θ is called a rotation operator on R 2 Let s look at an example Example: Define T : R 2 R 2 by x T (x) = x 2 }{{}}{{} A x Note that the matrix A is the same matrix that we found [ in the previous example Let s play around with this transformation If we plug in x =, we obtain ] ( [ ) T = ] [ ] Notice what the transformation did to the input vector It appears that the standard matrix rotated the input vector by 9 to yield the output[ vector Is this a coincidence? Let s plug in a different vector and see what happens If x =, then ] ( [ ) T = ] The angle between the input vector and output vector is 9 Let s look at the standard matrix A and determine why it rotates any vector by 9 Note that cos(9 ) sin(9 ) A = = sin(9 ) cos(9 ) Should we be convinced that if we wish to rotate any vector by an angle θ that the matrix cos θ sin θ sin θ cos θ will do just that? Let s verify this To find equations relating x and b = T (x), let φ be the angle from the positive x -axis to x, and let r be the common length of x and b (See Figure 3) Then from basic trigonometry, we have and x = r cos φ, x 2 = r sin φ () b = r cos(θ + φ), b 2 = r sin(θ + φ) (2)

Figure 3: Geometric effect of the rotation operator on R 2 Using trigonometric identities on (2) yields Then from the equations in (), we have b = r cos θ cos φ r sin θ sin φ b 2 = r sin θ cos φ + r cos θ sin φ b = x cos θ x 2 sin θ b 2 = x sin θ + x 2 cos θ (3) which we can express in matrix-vector form as cos θ sin θ x = sin θ cos θ Note that the equations in (3) are linear, so T is a linear transformation Furthermore, it follows from these equations that the standard matrix for T is cos θ sin θ A = sin θ cos θ We have now established the fact that any vector in R 2 is rotated by an angle θ whenever the rotation matrix A acts on it by matrix-vector multiplication x 2 [ b b 2 ]

Definition: A mapping T : R n R m is said to be onto R m if each b in R m is the image of at least one x in R n Recall that the range of T is generally a subset of the codomain R m T is onto if and only if the range of T is exactly the same set as the codomain Definition: A mapping T : R n R m is said to be one-to-one if each b in R m is the image of at most one x in R n How do we determine if a linear transformation is one-to-one and/or onto? This question brings us to the following theorem Theorem: Let T : R n R m be a linear transformation and let A be the standard matrix for T Then a T maps R n onto R m if and only if the columns of A span R m b T is one-to-one if and only if the columns of A are linearly independent Example: Let T be a linear transformation whose standard matrix is A = 2 3 4 2 6 (a) Does T map R 4 onto R 3? Solution: Since the matrix is already in echelon form, we can simply check if each row has a pivot Since every row does have a pivot, the columns of A span R 3 Thus, by the above theorem, T maps R 4 onto R 3 (b) Is T a one-to-one mapping? Solution: Since not every column of A is a pivot column, the columns of A are linearly dependent Thus, by the above theorem, T is not one-to-one Note that another way that we could establish linear dependence of the columns of A is to use the fact that the number of columns exceeds the number of rows