Topic 3 Linear Transformations

This topic explores mapping vectors from one space to another. Key skills include finding the "standard matrix" A for a transformation T (often based on geometric descriptions or given vector mappings), determining the range (column space), and evaluating properties like injectivity (one-to-one) and surjectivity (onto).

Question 1: Standard Matrix from Geometric Transformations (Rotation & Reflection)

Source: Practice Exam 4, Question 9
Exact Question: Let T:R2R2 be the linear transformation that first rotates a point around the origin by π3 radians and then reflects it through the line x2=0. Find the standard matrix A of T.

Methodology:

  1. Objective: Construct the 2×2 standard matrix A=[T(e1)T(e2)].
  2. Process: Apply the geometric sequence to the standard basis vectors e1=[10] and e2=[01] individually.
    • Step A (Rotation): A rotation by angle θ maps (1,0) to (cosθ,sinθ) and (0,1) to (sinθ,cosθ).
    • Step B (Reflection): The line x2=0 is the x1-axis (the horizontal axis). Reflecting across the horizontal axis flips the sign of the vertical component (the y or x2 value): (x,y)(x,y).

Solution:


Question 2: Standard Matrix from Geometric Transformations (Projection & Rotation)

Source: Exam 2, Question 5
Exact Question: Let T:R2R2 be the linear transformation that first applies the orthogonal projection onto the line x2=x1 and then rotates the resulting vector π2 radians (i.e., 90 degrees) counterclockwise around the origin. Find the standard matrix A of T.

Methodology:

  1. Objective: Again, find A=[T(e1)T(e2)].
  2. Projection Formula: The projection of a vector x onto a line spanned by a vector v is projv(x)=xvvvv.
    • Find the direction vector v for the line x2=x1. A simple choice is v=[11].
  3. Rotation Logic: A 90 counterclockwise rotation maps any vector (x,y) to (y,x).

Solution:


Question 3: Standard Matrix from Non-Standard Mapping Images

Source: Exam 2, Question 9
Exact Question: Consider the linear transformation T:R2R3, which satisfies T([31])=[3115] and T([21])=[554].
a. Find the standard matrix A of T.
b. Is T injective? Motivate your answer.

Methodology:

  1. Part A: You don't know T(e1) or T(e2) directly. Because T is linear, T(c1u+c2v)=c1T(u)+c2T(v).
    • Express e1 and e2 as linear combinations of the given inputs u=[31] and v=[21] by solving augmented matrices.
    • Apply the transformation T to those combinations to get T(e1) and T(e2).
  2. Part B: A transformation T(x)=Ax is injective (one-to-one) if Ax=0 has only the trivial solution. This happens if and only if every column of A has a pivot.

Solution:
Part a:

Part b:


Question 4: Range of a Transformation

Source: Practice Exam 3, Question 3
Exact Question: Let T:R3R3 be a linear transformation with standard matrix A=[525252515254]. Is the range of T equal to R3? If not, determine a vector bR3 that is not in the range of T.

Methodology:

  1. Objective: Determine if the columns of A span R3. If they do not, find a vector b=[b1b2b3] that makes the system Ax=b inconsistent (i.e., creates a contradictory row like 0=1).
  2. Process: Set up the augmented matrix [Ab] and perform row reduction until you obtain a row of zeros on the left side. The corresponding algebraic expression on the right side will dictate the condition for b to be in the range.

Solution:


Question 5: Mapping Properties (Injectivity/Surjectivity/Bijectivity)

Source: Practice Exam 3, Question 10
Exact Question: Give an example of linear transformations T:R2R3 and S:R3R2 in such a way that T is injective, S is surjective, but ST is not bijective. Motivate your answer.

Methodology:

  1. Objective: Construct standard matrices A (for T) and B (for S) that fulfill the required rules.
    • T:R2R3 means A is 3×2. For T to be injective, A must have a pivot in every column (2 pivots total).
    • S:R3R2 means B is 2×3. For S to be surjective, B must have a pivot in every row (2 pivots total).
    • ST is represented by the matrix product BA. For it to be bijective (both injective and surjective), the resulting 2×2 matrix must be invertible (have 2 pivots). We need to arrange A and B so that BA has less than 2 pivots (rank <2).
  2. Process: Pick very simple matrices (like parts of the identity matrix) and test the product.

Solution: