MTH168 Mathematics II

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:
-2-1.5-1-0.50.511.52-2-1.5-1-0.50.511.52xy(1,1)T(1,1)
Linear transformation T: ℝ² → ℝ² mapping (1,1) to (3,2).
UABu, v, wa·u, a·v, a·w
Vector addition (left) and scalar multiplication (right) in a vector space V.

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 .

Uℝ³H = { [s; t; 0] | s,t ∈ ℝ }All vectors with z=0Vectors with z≠0
Subspace H of ℝ³ (all vectors in the xy-plane).

Theorem: is a subspace if and only if:

  1. (non-empty),
  2. Closed under addition: ,
  3. Closed under scalar multiplication: .

Example (from past exams): Let . Show is a subspace of . Proof:

  1. .
  2. Let . Then .
  3. 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.

-1-0.8-0.6-0.4-0.20.20.40.60.81-3-2-1123xyv₁v₂v₃0
Linearly dependent vectors (all collinear through origin).

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:
    1. is linearly independent,
    2. .
UABv₁, v₂v₃span{v₁,v₂}
Basis {v₁,v₂,v₃} spans ℝ³ (all vectors in the plane).

Example: Show that is a basis for . Solution:

  1. Linear Independence: Form the matrix and check determinant (non-zero ⇒ independent).
  2. 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 :

  1. (additivity),
  2. (homogeneity).

Example (from past exams): Is linear? Solution: Check the two conditions:

  1. .
  2. . ⇒ 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:

  1. Row Reduction (Gaussian Elimination):
    • :
    • :
  2. 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

  1. Computer Graphics: Linear transformations (rotation, scaling) are used to manipulate 3D models.
  2. Machine Learning: Vector spaces represent data points; linear independence ensures features are unique.
  3. Engineering: Solving circuit equations or structural analysis using matrix methods.
  4. Economics: Input-output models in economics rely on linear systems.

8. Exam Tips

What Examiners Look For:

  1. Definitions: Always state definitions precisely (e.g., "A vector space over is a set...").
  2. Proofs for Subspaces: Show closure under addition, scalar multiplication, and non-emptiness.
  3. Linear Independence: Use either:
    • Determinant method (for square matrices),
    • Row reduction to RREF and check for free variables,
    • Direct substitution (for small systems).
  4. Linear Transformations: Verify both additivity and homogeneity.
  5. Homogeneous Systems: Recall that nontrivial solutions exist only if the determinant is zero.
  6. Augmented Matrices: Always perform row operations correctly and interpret the RREF properly (unique solution, no solution, or free variables).
  7. 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!)

  1. Show that is a subspace of .
  2. Determine if is linearly independent.
  3. Let be defined by . Show is linear and find its matrix representation.
  4. Solve the homogeneous system:
  5. 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…