Monash University · FACULTY OF MATHEMATICS

MTH2021 · Linear Algebra with Applications

- one subject, every graph, every model, every mark
Mathematics14 Chapters7-page Bible
Our own words - no uploaded lecturer files
Updated for this semester
Chapter 6 of 13 · MTH2021

Coordinates, Change of Basis & Direct Sums

Week 5 turns a basis into a coordinate system: relative to a basis B, every vector has a unique coordinate vector [v]_B, and the change-of-basis matrix P converts coordinates between two bases via [v]_{B'} = P[v]_B. It also introduces the direct sum V ⊕ W. These computations appear in Quiz 5 and Test 2 (Weeks 3–7), and change-of-basis reasoning underpins the matrix-of-a-map and diagonalisation chapters that follow.

In this chapter

What this chapter covers

  • 01Unique expansion of v in a basis B; the coordinate vector [v]_B ∈ ℝⁿ
  • 02Coordinates in polynomial and matrix spaces, e.g. [a₀ + a₁x + a₂x²] in {1, x, x²}
  • 03Change-of-basis matrix P_{B'←B} whose columns are the old basis vectors' coordinates in the new basis
  • 04The transformation law [v]_{B'} = P_{B'←B} [v]_B
  • 05P_{B'←B} is invertible and (P_{B'←B})⁻¹ = P_{B←B'}
  • 06Sum of subspaces V + W = {v + w}; it is a direct sum V ⊕ W when V ∩ W = {0}
  • 07Uniqueness: the sum is direct ⇔ every element writes uniquely as v + w
  • 08Dimension of a direct sum: dim(V ⊕ W) = dim(V) + dim(W)
Worked example · free

Coordinate vector and change of basis in ℝ²

Q [4 marks]. Let B = {(1, 1), (1, −1)} be a basis of ℝ². (a) Find the coordinate vector [v]_B of v = (3, 1). (b) Write the change-of-basis matrix P_{E←B} from B to the standard basis E and use it to recover v. (4 marks)
  • +1(a) Solve a(1,1) + b(1,−1) = (3,1). Componentwise: a + b = 3 and a − b = 1. Adding gives 2a = 4 ⇒ a = 2; then b = 3 − 2 = 1.
  • +1(a) So [v]_B = (2, 1): v = 2·(1,1) + 1·(1,−1). Check: 2(1,1) + (1,−1) = (2+1, 2−1) = (3, 1) ✓.
  • +1(b) The change-of-basis matrix from B to the standard basis has the B-vectors as its columns: P_{E←B} = [[1, 1],[1, −1]] (column 1 = (1,1), column 2 = (1,−1)).
  • +1(b) Recover v from its B-coordinates: v = P_{E←B} [v]_B = [[1,1],[1,−1]]·(2,1)ᵀ = (1·2 + 1·1, 1·2 + (−1)·1)ᵀ = (3, 1)ᵀ ✓. (Going the other way uses (P_{E←B})⁻¹ = P_{B←E}.)
(a) [v]_B = (2, 1). (b) P_{E←B} = [[1, 1],[1, −1]], and P_{E←B}·(2, 1)ᵀ = (3, 1)ᵀ = v, confirming the coordinates.
Sia tip — The change-of-basis matrix into the standard basis is just the basis vectors written as columns — no computation needed. To go the other way (standard → B) you invert it. Keep the arrow notation straight: P_{E←B} maps B-coordinates to E-coordinates, so it multiplies [v]_B on the left.
Glossary

Key terms

Coordinate vector [v]_B
The unique tuple (c₁, …, cₙ) of scalars with v = c₁v₁ + … + cₙvₙ for a basis B = {v₁, …, vₙ}; it lives in ℝⁿ and identifies V with ℝⁿ.
Change-of-basis matrix P_{B'←B}
The matrix whose columns are the coordinate vectors of the old basis B written in the new basis B'; it satisfies [v]_{B'} = P_{B'←B}[v]_B.
Transformation law
[v]_{B'} = P_{B'←B}[v]_B: multiplying a vector's B-coordinates by the change-of-basis matrix gives its B'-coordinates.
Inverse change of basis
P_{B'←B} is invertible and (P_{B'←B})⁻¹ = P_{B←B'}, so you can always convert coordinates back the other way.
Sum of subspaces
V + W = {v + w : v ∈ V, w ∈ W}, the smallest subspace containing both V and W.
Direct sum V ⊕ W
A sum in which V ∩ W = {0}; equivalently every element of V + W writes uniquely as v + w, and dim(V ⊕ W) = dim(V) + dim(W).
FAQ

Coordinates, Change of Basis & Direct Sums FAQ

What is a coordinate vector, really?

Once you fix a basis B = {v₁, …, vₙ}, every vector v has one and only one expansion v = c₁v₁ + … + cₙvₙ, and the coefficients (c₁, …, cₙ) are its coordinate vector [v]_B. This turns abstract vectors — polynomials, matrices, anything — into ordinary columns in ℝⁿ, which is why the whole computational machinery transfers.

How do I build a change-of-basis matrix?

The columns of P_{B'←B} are the coordinate vectors, in the new basis B', of the old basis vectors. When the new basis is the standard basis, those coordinates are just the old basis vectors themselves, so P is simply the basis vectors written as columns. Then [v]_{B'} = P[v]_B.

Which way does the change-of-basis matrix go?

Read the arrow: P_{B'←B} takes B-coordinates and returns B'-coordinates, so it multiplies [v]_B. To reverse direction use its inverse, since (P_{B'←B})⁻¹ = P_{B←B'}. Mixing up the direction is the most common slip, so always write the subscripts.

When is a sum of subspaces a direct sum?

When the two subspaces meet only at 0 (V ∩ W = {0}). That is equivalent to every vector in V + W having a unique decomposition v + w, and it gives the clean dimension formula dim(V ⊕ W) = dim(V) + dim(W). Direct sums reappear in the Fundamental Theorem of Linear Algebra (ℝⁿ = row(A) ⊕ ker(A)).

Where is this assessed?

Coordinate vectors and change of basis are examined in Quiz 5 and Test 2 (Weeks 3–7). They also underpin the matrix-of-a-linear-map and diagonalisation chapters, so getting the P notation right now pays off directly in the final.

Study strategy

Exam move

Practise the two-step drill: solve a small linear system to get [v]_B, and build P by stacking basis vectors (or their coordinates) as columns. Always write the arrow subscripts P_{B'←B} so you multiply on the correct side, and rehearse inverting P to go the other way. Coordinates and change of basis are examined in Quiz 5 and Test 2 (Weeks 3–7) and set up diagonalisation later. When the direction confuses you, ask Sia to trace which coordinates go in and which come out.

Working through Coordinates, Change of Basis & Direct Sums in MTH2021? Sia is AskSia’s AI Mathematics tutor — ask any MTH2021 Coordinates, Change of Basis & Direct Sums question and get a clear, step-by-step explanation grounded in how MTH2021 is taught and assessed. Read this chapter free, then take your hardest questions to Sia.

A+Everything unlocked
Unlocks this Bible + all 14 of your Monash University subjects - and 1,000+ Bibles across every Australian university.
Sia - your MTH2021 tutor, unlimited, worked the way the exam marks it
The full 7-page Bible + practice bank with worked solutions
Chrome extension - sync your LMS so Sia knows your deadlines
Bilingual EN / Chinese on every Bible and every Sia answer
$25/ month
30-day money-back · cancel in one tap · how it works
MTH2021 · Linear Algebra with Applications - independent study guide on the AskSia Library. More Monash University subjects · Microeconomics across all universities
Unlock the full MTH2021 Bible + 14 Monash University subjects解锁完整 MTH2021 Bible + Monash University 14 门科目
$25/mo