LINEAR-ALGEBRA ยท Unit 29 ยท Video 2

The Basis Trick: Interactive Practice

IKey Formulas

Formula Name Meaning
v=c1v1+c2v2+โ‹ฏ+cnvnv = c_1 v_1 + c_2 v_2 + \dots + c_n v_n Basis decomposition Every vector is a unique combination of basis vectors
T(v)=c1T(v1)+c2T(v2)+โ‹ฏ+cnT(vn)T(v) = c_1 T(v_1) + c_2 T(v_2) + \dots + c_n T(v_n) The Basis Trick Linearity transports the decomposition through TT
T(au+bv)=aโ€‰T(u)+bโ€‰T(v)T(au + bv) = a\,T(u) + b\,T(v) Linearity Additivity + homogeneity
M=[โ€‰T(v1)โ€…โ€Šโ€…โ€ŠT(v2)โ€…โ€Šโ€…โ€Šโ€ฆโ€…โ€Šโ€…โ€ŠT(vn)โ€‰]M = [\,T(v_1)\;\;T(v_2)\;\;\dots\;\;T(v_n)\,] Matrix of TT Columns are images of basis vectors

IIVisualization 1 โ€” A Vector as Its Basis Components

A vector is c1e1+c2e2c_1 e_1 + c_2 e_2 โ€” its horizontal and vertical basis pieces added tip-to-tail.

IIIVisualization 2 โ€” The Basis Trick in Action

For the 90ยฐ rotation TT, the output T(v)=c1T(e1)+c2T(e2)T(v)=c_1T(e_1)+c_2T(e_2) rebuilds from the same coefficients on the rotated basis.

Input space

Output space โ€” apply T

IVVisualization 3 โ€” Same Arrow, Different Coordinates

Same arrow, two dictionaries: the standard basis {e1,e2}\{e_1,e_2\} and the skew basis {v1=(1,1),โ€‰v2=(1,โˆ’1)}\{v_1=(1,1),\,v_2=(1,-1)\}.

Standard basis {eโ‚, eโ‚‚}

Basis {vโ‚, vโ‚‚}

VPractice Questions

Question 1

A linear transformation TT on R2\mathbb{R}^2 satisfies T(e1)=(2,3)T(e_1) = (2, 3) and T(e2)=(โˆ’1,4)T(e_2) = (-1, 4).

Using the basis trick, what is T(v)T(v) for v=(5,2)v = (5, 2)?

โœ… Correct! You used the coefficients of vv together with the images of the basis vectors.

โŒ Not quite. Remember: T(v)=c1T(e1)+c2T(e2)T(v) = c_1 T(e_1) + c_2 T(e_2), where (c1,c2)(c_1, c_2) are the coordinates of vv.

Show solution

Solution:

Decompose vv in the standard basis: v=(5,2)=5โ€‰e1+2โ€‰e2v = (5, 2) = 5\,e_1 + 2\,e_2.

Apply the basis trick: T(v)=5โ€‰T(e1)+2โ€‰T(e2)=5(2,3)+2(โˆ’1,4)=(10,15)+(โˆ’2,8)=(8,23).T(v) = 5\,T(e_1) + 2\,T(e_2) = 5(2, 3) + 2(-1, 4) = (10, 15) + (-2, 8) = (8, 23).

Question 2

For a linear transformation T:R2โ†’R2T: \mathbb{R}^2 \to \mathbb{R}^2, the standard matrix of TT is

M=[0โˆ’110].M = \begin{bmatrix} 0 & -1 \\ 1 & 0 \end{bmatrix}.

What do the columns of MM represent?

โœ… Correct! A matrix is the record of where the basis vectors are sent.

โŒ Not quite. Recall the slogan: 'A matrix = where the basis goes.'

Show solution

Solution:

A matrix is just a table recording where the basis vectors go. The first column of MM is T(e1)T(e_1) and the second column is T(e2)T(e_2).

For this matrix:

  • T(e1)=(0,1)T(e_1) = (0, 1) โ€” first column
  • T(e2)=(โˆ’1,0)T(e_2) = (-1, 0) โ€” second column

That's the entire content of the matrix โ€” once you know where the basis goes, the basis trick fills in T(v)T(v) for every other vector.

Question 3

True or False: The coordinates (3,2)(3, 2) are an intrinsic property of a vector โ€” they describe the vector no matter what basis you use.

โœ… Correct! Coordinates are an invoice written in the currency of a chosen basis.

โŒ Not quite. Remember Visualization 3 โ€” the same arrow had two different coordinate representations.

Show solution

Solution:

False. Coordinates are not intrinsic to a vector โ€” they depend on the chosen basis.

Writing a vector as (3,2)(3, 2) silently assumes the standard basis, meaning 3โ€‰e1+2โ€‰e23\,e_1 + 2\,e_2. Switch to a different basis like v1=(1,1)v_1 = (1,1), v2=(1,โˆ’1)v_2 = (1,-1), and the same arrow gets a different coordinate label, namely (2.5,0.5)(2.5, 0.5).

The arrow itself is geometric โ€” a length and direction in space. The numbers are bookkeeping in a chosen language.

Question 4

A linear transformation TT on R2\mathbb{R}^2 sends T(e1)=(1,0)T(e_1) = (1, 0) and T(e2)=(0,0)T(e_2) = (0, 0).

Which of the following best describes TT geometrically, and what is T(v)T(v) for v=(4,7)v = (4, 7)?

โœ… Correct! Knowing T(e1)T(e_1) and T(e2)T(e_2) tells you everything: the second basis vector gets sent to zero, so the yy-component is annihilated.

โŒ Not quite. Use the basis trick: T(v)=4โ€‰T(e1)+7โ€‰T(e2)T(v) = 4\,T(e_1) + 7\,T(e_2). What happens when T(e2)T(e_2) is the zero vector?

Show solution

Solution:

Apply the basis trick. For v=(4,7)=4โ€‰e1+7โ€‰e2v = (4, 7) = 4\,e_1 + 7\,e_2: T(v)=4โ€‰T(e1)+7โ€‰T(e2)=4(1,0)+7(0,0)=(4,0).T(v) = 4\,T(e_1) + 7\,T(e_2) = 4(1, 0) + 7(0, 0) = (4, 0).

The yy-component is annihilated and the xx-component is preserved โ€” this is exactly the projection onto the x-axis. The corresponding matrix is

M=[1000],M = \begin{bmatrix} 1 & 0 \\ 0 & 0 \end{bmatrix},

whose columns are T(e1)=(1,0)T(e_1) = (1, 0) and T(e2)=(0,0)T(e_2) = (0, 0).

Solved: 0 / 4