Login
📚 Linear Algebra, Interactive Edition
Chapters ▾
⇩ Download ▾

3.2 Morphing the Identity

The previous section treated a matrix as a destination: the square is here, its image is there. But a matrix is also somewhere you can travel gradually. Fix the matrix A that sends (u,v) to (u+0.8v,0.6u+0.5v) — columns (1,0.6) and (0.8,0.5) — and blend it with the identity map using a dial s:

T s ( u , v ) = ( 1 s ) ( u , v ) + s ( u + 0.8 v , 0.6 u + 0.5 v )

At s=0 this is the identity, leaving every point in place. At s=1 it is A itself. In between it is a perfectly legitimate linear transformation in its own right — multiplying out gives Ts(u,v)=(u+0.8sv,0.6su+(10.5s)v), the matrix with columns (1,0.6s) and (0.8s,10.5s). The figure animates the whole family.

Two flat squares in the xy-plane seen from above: a faint gray unit square that never moves, and a colored copy controlled by a slider named s. At s = 0 the colored copy sits exactly on the gray square; dragging s toward 1 continuously shears and tilts it into the parallelogram that the matrix A produces, so the reader watches the identity deform into A.Explore in 3D (opens in a new tab)
The unit square carried by the interpolated map Ts, over a faint gray copy of the unit square that never moves. At s=0 the colored square sits exactly on the gray one; dragging s to 1 deforms it continuously into the image parallelogram of A.

Explore the figure

  1. At s=0, confirm the colored square coincides with the gray reference square underneath it.
  2. Drag s slowly from 0 to 1 and watch one landmark: the far corner starts at (1,1) and arrives at the sum of the columns of A, which is (1.8,1.1). Does it travel along a curve or a straight line?
  3. Watch the shape itself near the end of the slide. The parallelogram gets thin — by s=1 its two edges, the columns (1,0.6) and (0.8,0.5), point almost the same way. Compare (0.8,0.5) with 0.8·(1,0.6)=(0.8,0.48).
  4. Run s back and forth across the last stretch of the slider. Does the square ever collapse to a segment completely, the way the dependent columns did in the previous section — or does it stop just short?

Straight-line motion, and a near collapse

Why straight lines? For a fixed point 𝐩, its position at dial value s is (1s)𝐩+sA𝐩 — a weighted average of the start 𝐩 and the destination A𝐩. As s runs from 0 to 1, that weighted average slides along the segment joining the two, at constant speed. The whole square deforms coherently because every one of its points is running its own straight errand at once.

The thinning is quantitative. For a parallelogram with edge vectors (x1,y1) and (x2,y2), the area is |x1y2x2y1| — the cross-product formula from geometry. Applied to the columns of Ts, the quantity inside the absolute value is

( 1 ) ( 1 0.5 s ) ( 0.8 s ) ( 0.6 s ) = 1 0.5 s 0.48 s 2

An original work of XYZ Homework, built around interactive XYZ 3D figures. Its chapter sequence is aligned to Interactive Linear Algebra (Margalit & Rabinoff, Georgia Tech, GNU FDL); this work is original, copies nothing from it, and is not affiliated with or endorsed by its authors. License: CC-BY-NC-SA-4.0.