Fiveable

๐Ÿงš๐Ÿฝโ€โ™€๏ธAbstract Linear Algebra I Unit 3 Review

QR code for Abstract Linear Algebra I practice questions

3.1 Definition and Properties of Linear Transformations

3.1 Definition and Properties of Linear Transformations

Written by the Fiveable Content Team โ€ข Last updated August 2025
Written by the Fiveable Content Team โ€ข Last updated August 2025
๐Ÿงš๐Ÿฝโ€โ™€๏ธAbstract Linear Algebra I
Unit & Topic Study Guides

Linear transformations are functions between vector spaces that preserve addition and scalar multiplication. They're crucial in understanding how vectors behave under different operations, forming the backbone of linear algebra and its applications in various fields.

This section dives into the definition, properties, and examples of linear transformations. We'll learn how to identify and compose them, exploring their unique characteristics and how they relate to other concepts in linear algebra.

Linear Transformations: Definition and Properties

Definition and Key Concepts

  • A linear transformation (also known as a linear map or linear operator) is a function TT from one vector space VV to another vector space WW that preserves the operations of vector addition and scalar multiplication
  • For any vectors uu and vv in VV and any scalar cc, a linear transformation TT satisfies two properties: T(u+v)=T(u)+T(v)T(u + v) = T(u) + T(v) (additivity) and T(cu)=cT(u)T(cu) = cT(u) (homogeneity)
  • The domain of a linear transformation is the vector space VV, and the codomain is the vector space WW
  • The image of TT, denoted Im(T)Im(T) or T(V)T(V), is the subset of WW consisting of all vectors that are outputs of TT
  • The kernel (or null space) of a linear transformation TT, denoted Ker(T)Ker(T) or Null(T)Null(T), is the set of all vectors vv in VV such that T(v)=0T(v) = 0, where 00 is the zero vector in WW
  • A linear transformation maps the zero vector of VV to the zero vector of WW, i.e., T(0)=0T(0) = 0

Properties and Uniqueness

  • Additivity: For any vectors uu and vv in the domain VV, T(u+v)=T(u)+T(v)T(u + v) = T(u) + T(v) preserves vector addition
  • Homogeneity: For any vector uu in VV and any scalar cc, T(cu)=cT(u)T(cu) = cT(u) preserves scalar multiplication
  • Preservation of the zero vector: T(0)=0T(0) = 0, where 00 on the left is the zero vector in VV and 00 on the right is the zero vector in WW
  • Uniqueness: A linear transformation is uniquely determined by its action on a basis of the domain vector space VV
Definition and Key Concepts, Vectors in Three Dimensions ยท Calculus

Identifying Linear Transformations

Verifying Linearity

  • To prove that a function TT is a linear transformation, verify that it satisfies the additivity and homogeneity properties for any vectors uu and vv in the domain VV and any scalar cc
  • To show that a function is not a linear transformation, find a counterexample where either the additivity or homogeneity property fails to hold
  • Common non-linear functions include absolute value, quadratic ((x,y)โ†ฆ(x2,y2)(x, y) \mapsto (x^2, y^2)), exponential ((x,y)โ†ฆ(ex,ey)(x, y) \mapsto (e^x, e^y)), and logarithmic ((x,y)โ†ฆ(lnโกx,lnโกy)(x, y) \mapsto (\ln x, \ln y)) functions
  • When working with functions between vector spaces of matrices or polynomials, the additivity and homogeneity properties must hold for matrix addition and multiplication or polynomial addition and multiplication, respectively
Definition and Key Concepts, Linear algebra - Wikipedia

Examples of Linear Transformations

  • The identity transformation I:Vโ†’VI: V \to V, defined by I(v)=vI(v) = v for all vv in VV, is a linear transformation
  • The zero transformation Z:Vโ†’WZ: V \to W, defined by Z(v)=0Z(v) = 0 for all vv in VV, where 00 is the zero vector in WW, is a linear transformation
  • The projection onto the xx-axis Px:R2โ†’RP_x: \mathbb{R}^2 \to \mathbb{R}, defined by Px(x,y)=xP_x(x, y) = x, is a linear transformation
  • The rotation by an angle ฮธ\theta in R2\mathbb{R}^2, defined by Rฮธ(x,y)=(xcosโกฮธโˆ’ysinโกฮธ,xsinโกฮธ+ycosโกฮธ)R_\theta(x, y) = (x \cos \theta - y \sin \theta, x \sin \theta + y \cos \theta), is a linear transformation

Composing Linear Transformations

Composition and Linearity

  • The composition of two linear transformations is a new linear transformation
  • If T:Vโ†’WT: V \to W and S:Wโ†’US: W \to U are linear transformations, then their composition Sโˆ˜T:Vโ†’US \circ T: V \to U, defined by (Sโˆ˜T)(v)=S(T(v))(S \circ T)(v) = S(T(v)), is also a linear transformation
  • To prove that the composition of two linear transformations is linear, let uu and vv be vectors in VV and cc be a scalar
    1. Show that (Sโˆ˜T)(u+v)=(Sโˆ˜T)(u)+(Sโˆ˜T)(v)(S \circ T)(u + v) = (S \circ T)(u) + (S \circ T)(v) by using the linearity of SS and TT separately
    2. Show that (Sโˆ˜T)(cu)=c(Sโˆ˜T)(u)(S \circ T)(cu) = c(S \circ T)(u) by using the linearity of SS and TT separately

Properties of Composition

  • The composition of linear transformations is associative: (Tโˆ˜S)โˆ˜R=Tโˆ˜(Sโˆ˜R)(T \circ S) \circ R = T \circ (S \circ R) for linear transformations RR, SS, and TT
  • For any linear transformation T:Vโ†’WT: V \to W, Tโˆ˜I=TT \circ I = T and Iโˆ˜T=TI \circ T = T, where II is the identity transformation on the appropriate vector space (VV or WW)
  • The composition of a linear transformation with the zero transformation results in the zero transformation: Tโˆ˜Z=ZT \circ Z = Z and Zโˆ˜T=ZZ \circ T = Z, where ZZ is the zero transformation on the appropriate vector space