Linear Algebra, Interactive EditionXYZ Homework Edition

⇩ 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 AA that sends (u,v)(u, v) to (u+0.8v,0.6u+0.5v)(u + 0.8v, \; 0.6u + 0.5v) — columns (1,0.6)(1, 0.6) and (0.8,0.5)(0.8, 0.5) — and blend it with the identity map using a dial ss:

T s ( u , v ) = ( 1 s ) ( u , v ) + s ( u + 0.8 v , 0.6 u + 0.5 v ) T_s(u, v) = (1 - s)(u, v) + s\,(u + 0.8v, \; 0.6u + 0.5v)

At s=0s = 0 this is the identity, leaving every point in place. At s=1s = 1 it is AA 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)T_s(u, v) = (u + 0.8s\,v, \; 0.6s\,u + (1 - 0.5s)v), the matrix with columns (1,0.6s)(1, 0.6s) and (0.8s,10.5s)(0.8s, 1 - 0.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 TsT_s, over a faint gray copy of the unit square that never moves. At s=0s = 0 the colored square sits exactly on the gray one; dragging ss to 11 deforms it continuously into the image parallelogram of AA.

Explore the figure

  1. At s=0s = 0, confirm the colored square coincides with the gray reference square underneath it.
  2. Drag ss slowly from 00 to 11 and watch one landmark: the far corner starts at (1,1)(1, 1) and arrives at the sum of the columns of AA, which is (1.8,1.1)(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=1s = 1 its two edges, the columns (1,0.6)(1, 0.6) and (0.8,0.5)(0.8, 0.5), point almost the same way. Compare (0.8,0.5)(0.8, 0.5) with 0.8·(1,0.6)=(0.8,0.48)0.8 \cdot (1, 0.6) = (0.8, 0.48).
  4. Run ss 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 𝐩\mathbf{p}, its position at dial value ss is (1s)𝐩+sA𝐩(1 - s)\mathbf{p} + s\,A\mathbf{p} — a weighted average of the start 𝐩\mathbf{p} and the destination A𝐩A\mathbf{p}. As ss runs from 00 to 11, 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)(x_1, y_1) and (x2,y2)(x_2, y_2), the area is |x1y2x2y1||x_1 y_2 - x_2 y_1| — the cross-product formula from geometry. Applied to the columns of TsT_s, 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 (1)(1 - 0.5s) - (0.8s)(0.6s) = 1 - 0.5s - 0.48s^2

112·s1225·s21 - \frac{1}{2} \cdot s - \frac{12}{25} \cdot s^{2}
Area along the morph ✓ Computed · mojocas 0.1.0 ✓ Agrees with the text Area along the morph, computed exactly by mojocas 0.1.0, and confirmed to agree with the result stated in the text.

The area quantity for the whole family at once: a computer algebra system expands the cross-product formula on the columns of TsT_s and returns 112s1225s21 - \tfrac{1}{2}s - \tfrac{12}{25}s^2 — the same polynomial as above, with 12=0.5\tfrac{1}{2} = 0.5 and 1225=0.48\tfrac{12}{25} = 0.48 in fraction form.

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.

These eBooks are a prerelease and are not yet certified conformant with WCAG 2.1 AA or ADA Title II. Every page is built against an automated accessibility gate, and the published editions will meet ADA Title II requirements when they release in late September 2026. If something is unusable, please tell us.