Mathematics IIUnit 115 min read
Vector Spaces, Linear Independence & Transformations
Unit 1 of Mathematics II covers foundational concepts of linear algebra: vector spaces, subspaces, linear independence, span, basis, dimension, and linear transformations—essential for solving systems and understanding abstract structures.
1. Introduction to Vector Spaces
1.1 Definition of a Vector Space
A vector space over a field (typically or ) is a set equipped with two operations:
- Vector addition:
- Scalar multiplication:
Axioms (must hold for all and ):
| Axiom | Condition |
|---|---|
| Closure under addition | |
| Associativity | |
| Commutativity | |
| Additive identity | s.t. |
| Additive inverse | s.t. |
| Closure under scalar multiplication | |
| Distributivity (scalar) | |
| Distributivity (field) | |
| Compatibility | |
| Multiplicative identity |
Example:
- (all -tuples of real numbers) is a vector space over .
- (all polynomials of degree ) is a vector space over .
1.2 Subspaces
A subspace of a vector space is a subset of that is itself a vector space under the operations of .
Theorem: is a subspace if and only if:
- (non-empty),
- Closed under addition: ,
- Closed under scalar multiplication: .
Example (from past exams): Let . Show is a subspace of . Proof:
- .
- Let . Then .
- Let . Then . ⇒ is a subspace.
Common Subspaces:
| Subspace | Description |
|---|---|
| Null space (kernel) | for matrix . |
| Column space | . |
| Row space | . |
| Line | for a vector . |
| Plane | for linearly independent . |
2. Linear Independence and Span
2.1 Linear Independence
A set of vectors in is linearly independent if the only solution to: is . Otherwise, they are linearly dependent.
Example (from past exams): Are linearly independent? Solution: Form the matrix and compute its determinant: Since the determinant is non-zero, the vectors are linearly independent.
Alternative Method (Row Reduction): Convert to reduced row echelon form (RREF). If the RREF has a pivot in every column, the vectors are independent.
2.2 Span and Basis
- Span: The set of all linear combinations of vectors is their span, denoted .
- Basis: A set is a basis for if:
- is linearly independent,
- .
Example: Show that is a basis for . Solution:
- Linear Independence: Form the matrix and check determinant (non-zero ⇒ independent).
- Span: Since has dimension 3 and we have 3 independent vectors, they span . ⇒ Basis.
Dimension: The number of vectors in a basis for , denoted .
3. Linear Transformations
3.1 Definition
A function between vector spaces is a linear transformation if for all and :
- (additivity),
- (homogeneity).
Example (from past exams): Is linear? Solution: Check the two conditions:
- .
- . ⇒ Linear.
Non-Example: is not linear (fails additivity: ).
3.2 Matrix Representation of Linear Transformations
Every linear transformation can be represented by an matrix such that: Example: Let , . Find . Solution:
3.3 Kernel and Range
- Kernel (Null Space): .
- Range (Image): .
Theorem: For , (Rank-Nullity Theorem).
4. Homogeneous and Non-Homogeneous Systems
4.1 Homogeneous Systems
A system is homogeneous. It always has at least the trivial solution .
Nontrivial Solutions Exist If: The system has infinitely many solutions, which occurs when (i.e., is singular).
Example (from past exams): Solve , . Solution: The second equation is a multiple of the first (). Thus, the system reduces to: Express in terms of and : The general solution is:
4.2 Non-Homogeneous Systems
A system is non-homogeneous. It is:
- Consistent if it has at least one solution,
- Inconsistent if no solution exists (e.g., ).
Example (from past exams): Is , , consistent? Solution: Convert to augmented matrix and row reduce: After row operations (swap R1 and R3, then eliminate): Back-substitution gives a unique solution . ⇒ Consistent.
5. Augmented Matrices and Gaussian Elimination
5.1 Augmented Matrix
For a system , the augmented matrix is .
Example (from past exams): Find the general solution for: Solution:
- Row Reduction (Gaussian Elimination):
- :
- :
- Back-Substitution:
- From : .
- From : .
- From : .
- Substitute and solve for and .
General Solution: The system has a unique solution (no free variables in RREF).
6. Key Comparisons
| Concept | Linear Independence | Linear Dependence |
|---|---|---|
| Definition | Only trivial solution to . | Non-trivial solutions exist. |
| Geometric Interpretation | Vectors do not lie on the same hyperplane. | At least one vector is a linear combination of others. |
| Basis Implication | Can form a basis if they span the space. | Cannot form a basis. |
| System Type | Homogeneous | Non-Homogeneous |
|---|---|---|
| Form | () | |
| Solution | Always has . | May have no solution, one solution, or infinitely many. |
| Nontrivial Solutions | Exist if . | N/A (depends on consistency). |
7. Applications
- Computer Graphics: Linear transformations (rotation, scaling) are used to manipulate 3D models.
- Machine Learning: Vector spaces represent data points; linear independence ensures features are unique.
- Engineering: Solving circuit equations or structural analysis using matrix methods.
- Economics: Input-output models in economics rely on linear systems.
8. Exam Tips
What Examiners Look For:
- Definitions: Always state definitions precisely (e.g., "A vector space over is a set...").
- Proofs for Subspaces: Show closure under addition, scalar multiplication, and non-emptiness.
- Linear Independence: Use either:
- Determinant method (for square matrices),
- Row reduction to RREF and check for free variables,
- Direct substitution (for small systems).
- Linear Transformations: Verify both additivity and homogeneity.
- Homogeneous Systems: Recall that nontrivial solutions exist only if the determinant is zero.
- Augmented Matrices: Always perform row operations correctly and interpret the RREF properly (unique solution, no solution, or free variables).
- Basis Questions: To show a set is a basis, prove both linear independence and spanning.
Common Mistakes to Avoid:
- Assuming all vectors are independent: Always check!
- Ignoring the zero vector: is linearly dependent.
- Incorrect row operations: Forgetting to perform the same operation on all rows.
- Misapplying definitions: E.g., confusing span and linear independence.
- Arithmetic errors: Double-check calculations, especially in determinants.
Quick Revision Checklist:
| Topic | Key Points to Remember |
|---|---|
| Vector Space Axioms | 10 axioms must hold; is a standard example. |
| Subspace Test | Check , closed under addition, and scalar multiplication. |
| Linear Independence | Only trivial solution to . |
| Basis | Minimal spanning set; number of vectors = dimension of the space. |
| Linear Transformation | Must satisfy and . |
| Homogeneous Systems | Nontrivial solutions ⇔ . |
| Augmented Matrix | Row reduce to RREF to determine consistency and solutions. |
Practice Problems (Solve These!)
- Show that is a subspace of .
- Determine if is linearly independent.
- Let be defined by . Show is linear and find its matrix representation.
- Solve the homogeneous system:
- Is the transformation linear? Justify.
Final Note
Mastering this unit is critical for the rest of linear algebra. Focus on:
- Understanding definitions (they form the backbone of proofs).
- Practicing row reduction (essential for solving systems).
- Visualizing linear independence (geometrically in and ).
Good luck with your exams! 🚀
Based on the TU BSc CSIT syllabus for Mathematics II (MTH168), unit 1.
Discussion
Loading…