MTH168 Mathematics II

Mathematics IIUnit 516 min read

Linear Transformations: Definitions, Properties & Applications

Unit 5 of Mathematics II covers linear transformations—mappings between vector spaces that preserve vector addition and scalar multiplication—including their definitions, properties, matrix representations, and real-world applications in computer graphics, cryptography, and data science.

1. Introduction to Linear Transformations

1.1 Definition

A linear transformation (or linear map) between two vector spaces and over the same field satisfies two properties for all and :

  1. Additivity (Preservation of Vector Addition):
  2. Homogeneity (Preservation of Scalar Multiplication):
-2-1.5-1-0.50.511.52-2-1.5-1-0.50.511.52xy(1,0)(0,1)
Graph of the linear transformation T(x,y) = (2x + y, x - 3y) showing its action on basis vectors.

Example: Let be defined by . Check linearity:

  • .
  • . Thus, is linear.

1.2 Non-Examples of Linear Transformations

Transformations that do not satisfy both properties are non-linear. Examples:

  • (fails homogeneity).
  • (fails additivity).
  • (fails both).
-2-1.5-1-0.50.511.52-2-1.5-1-0.50.511.52xyT₁(x,y) = x² (non-linear)
Non-linear transformation T(x,y) = (x², y) fails homogeneity (e.g., T(2x,0) ≠ 2T(x,0)).

2. Matrix Representation of Linear Transformations

2.1 Standard Matrix of a Linear Transformation

Every linear transformation can be represented by an matrix such that:

UVWe₁, e₂, e₃T(e₁), T(e₂), T(e₃)
Standard matrix columns are T(e₁), T(e₂), ..., T(eₙ) where eᵢ are basis vectors of V.

Steps to Find the Standard Matrix :

  1. Apply to the standard basis vectors of .
  2. The columns of are the images .

Example: Let be defined by: Find the standard matrix of :

  • Thus,

2.2 Verification of Linearity via Matrix Representation

If , then:

  • .
  • . Thus, all matrix transformations are linear.

3. Properties of Linear Transformations

3.1 Kernel (Null Space) and Range (Image)

  • Kernel (Null Space): .
    • Dimension of is called the nullity of .
  • Range (Image): .
    • Dimension of is called the rank of .
UVker(T)v₃, v₄v₁, v₂
Kernel (null space) of T: vectors in V mapped to 0 in W. Here, ker(T) = span{v₁, v₂}.

Rank-Nullity Theorem: For a linear transformation ,

Example: Let be defined by: Find and :

  1. Solve : Row reduce: Solutions: , . Thus, , and .
  2. Since , . The range is all of because the two rows of are linearly independent.

3.2 One-to-One (Injective) and Onto (Surjective) Transformations

  • Injective (One-to-One): is injective if implies .
    • Equivalent to .
  • Surjective (Onto): is surjective if .
    • Equivalent to .

Example: Let be defined by .

  • Check injectivity: Solve : Solution: . Thus, , so is injective.
  • Check surjectivity: The matrix of is , which has full rank (determinant ). Thus, is surjective.

4. Applications of Linear Transformations

4.1 Computer Graphics

Linear transformations are used to:

  • Rotate objects (e.g., ).
  • Scale objects (e.g., ).
  • Translate objects (non-linear, but often approximated linearly in homogeneous coordinates).
-1-0.8-0.6-0.4-0.20.20.40.60.81-1-0.8-0.6-0.4-0.20.20.40.60.81xy(1,0)(0,1)
Rotation by 90° counterclockwise: T(1,0) = (0,1), T(0,1) = (-1,0).

Example (Rotation): Rotate a point by counterclockwise:

4.2 Cryptography

Linear transformations are used in linear congruential generators and matrix-based ciphers.

Example (Simple Substitution Cipher): Let map letters to numbers via a linear transformation (e.g., ) and apply a matrix modulo 26.

4.3 Data Science and Machine Learning

  • Principal Component Analysis (PCA): Uses linear transformations to project data onto lower-dimensional subspaces.
  • Linear Regression: Fits a linear model .

5. Comparison Table: Key Concepts

Concept Definition Matrix Representation Example
Linear Transformation Preserves vector addition and scalar multiplication.
Kernel (Null Space) All vectors mapped to zero. Solutions to .
Range (Image) All possible outputs of . Column space of .
Injective One-to-one; . Square matrix with full column rank.
Surjective Onto; . Matrix with full row rank.

6. Common Mistakes and Clarifications

  1. Assuming All Transformations Are Linear:

    • Non-linear examples: , .
    • Fix: Always check additivity and homogeneity.
  2. Confusing Kernel and Range:

    • Kernel is about inputs mapped to zero; range is about outputs covered.
    • Fix: Kernel = null space of ; range = column space of .
  3. Matrix Representation Errors:

    • Forgetting to apply to all basis vectors.
    • Fix: Use as columns of .
  4. Rank-Nullity Misapplication:

    • Applying to non-linear transformations or non-vector spaces.
    • Fix: Only valid for linear maps between finite-dimensional vector spaces.

7. Worked Exam-Style Problems

Problem 1: Verify Linearity

Let be defined by: Is linear? Justify.

Solution: Check additivity and homogeneity:

  1. Additivity:
  2. Homogeneity: Thus, is linear.

Problem 2: Find the Standard Matrix

Let be defined by: Find the standard matrix of .

Solution: Apply to the standard basis vectors:

  • Thus,

Problem 3: Determine Kernel and Rank

Let have the standard matrix: Find and .

Solution:

  1. Row reduce : The system reduces to . Free variables: . General solution: Thus, , and .
  2. Since , .

8. Exam Tip: How to Score Full Marks

What Examiners Look For:

  1. Definitions:

    • Always state the exact definition of linear transformations, kernel, range, etc.
    • Example: "A linear transformation satisfies and ."
  2. Verification of Linearity:

    • Show both additivity and homogeneity with clear algebraic steps.
    • Avoid skipping steps (e.g., expanding ).
  3. Matrix Representation:

    • Always explicitly apply to the standard basis vectors.
    • Write the matrix with columns as .
  4. Kernel and Range:

    • For kernel: Solve and express the general solution in terms of free variables.
    • For range: State whether it’s all of or a subspace, and justify using rank.
  5. Applications:

    • In exam questions, connect theory to applications (e.g., "This transformation can be used in computer graphics to rotate objects").
    • Avoid vague statements; be specific (e.g., "The rotation matrix rotates vectors by counterclockwise").

Common Pitfalls to Avoid:

  • Assuming linearity without verification: Always check both properties.
  • Incorrect basis vectors: Use , not arbitrary vectors.
  • Rank-nullity misapplication: Only use it for linear transformations between finite-dimensional spaces.
  • Ignoring the field: Linear transformations are defined over a specific field (usually or ).

Sample Answer Structure for Proofs:

Question: Is linear?

Model Answer: To determine if is linear, we check the two properties of linearity:

  1. Additivity: Let and . Clearly, (e.g., ). Thus, fails additivity.

  2. Homogeneity: Let . These are not equal unless or , so fails homogeneity.

Conclusion: is not a linear transformation.


9. Summary of Key Formulas

Concept Formula
Matrix Representation , where columns of are .
Kernel .
Range .
Rank-Nullity .
Injective .
Surjective .

10. Practice Questions for Revision

  1. Let be defined by .

    • Find the standard matrix of .
    • Determine if is injective or surjective. Justify.
  2. Verify whether the following transformation is linear: defined by .

  3. Let and define by .

    • Find and .
    • Is invertible? Why or why not?
  4. Define a linear transformation that rotates vectors in by and maps them to by adding a -component of 1. Find its standard matrix.


11. Further Reading and Resources

  • Textbooks:
    • Linear Algebra and Its Applications by Gilbert Strang.
    • Introduction to Linear Algebra by Serge Lang.
  • Online Resources:
  • Practice:
    • Solve past TU/PU exam papers (focus on Units 2–5 for matrix-related questions).
    • Use Wolfram Alpha to verify matrix operations and transformations.

Based on the TU BSc CSIT syllabus for Mathematics II (MTH168), unit 5.

Discussion

Loading…