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 :
- Additivity (Preservation of Vector Addition):
- Homogeneity (Preservation of Scalar Multiplication):
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. Matrix Representation of Linear Transformations
2.1 Standard Matrix of a Linear Transformation
Every linear transformation can be represented by an matrix such that:
Steps to Find the Standard Matrix :
- Apply to the standard basis vectors of .
- 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 .
Rank-Nullity Theorem: For a linear transformation ,
Example: Let be defined by: Find and :
- Solve : Row reduce: Solutions: , . Thus, , and .
- 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).
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
Assuming All Transformations Are Linear:
- Non-linear examples: , .
- Fix: Always check additivity and homogeneity.
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 .
Matrix Representation Errors:
- Forgetting to apply to all basis vectors.
- Fix: Use as columns of .
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:
- Additivity:
- 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:
- Row reduce : The system reduces to . Free variables: . General solution: Thus, , and .
- Since , .
8. Exam Tip: How to Score Full Marks
What Examiners Look For:
Definitions:
- Always state the exact definition of linear transformations, kernel, range, etc.
- Example: "A linear transformation satisfies and ."
Verification of Linearity:
- Show both additivity and homogeneity with clear algebraic steps.
- Avoid skipping steps (e.g., expanding ).
Matrix Representation:
- Always explicitly apply to the standard basis vectors.
- Write the matrix with columns as .
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.
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:
Additivity: Let and . Clearly, (e.g., ). Thus, fails additivity.
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
Let be defined by .
- Find the standard matrix of .
- Determine if is injective or surjective. Justify.
Verify whether the following transformation is linear: defined by .
Let and define by .
- Find and .
- Is invertible? Why or why not?
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:
- Khan Academy’s Linear Transformations module.
- MIT OpenCourseWare: Linear Algebra (Gilbert Strang).
- 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…