Take λ=α−iβ (pick this sign by convention) with eigenvector v=x+iy (where x,y are real vectors). Then Av=λv.
Let's expand it. A(x+iy)=(α−iβ)(x+iy).
Ax+iAy=(αx+βy)+i(αy−βx)
Matching real and imaginary parts (both x,y real, A real, so Ax,Ay real):
Ax=αx+βy,Ay=−βx+αy.
Now read those two equations as columns. Build the real matrix P=(xy) (columns x and y). Then
AP=P(αβ−βα).
Check: AP has columns Ax and Ay. P(αβ−βα) has columns αx+βy and −βx+αy. ✓ matches above.
So A=PCP−1 with
WHY this factoring works: Every matrix of the form (αβ−βα) factors as scale × pure rotation, because α=rcosθ,β=rsinθ. So in the coordinate frame given by P (basis vectors x,y), A acts as "rotate by θ, then magnify by r."
Same A=(11−11), λ=1−i. Solve (A−λI)v=0:
A−λI=(i1−1i).
Row 1: iv1−v2=0⇒v2=iv1. Take v1=1: v=(1i).
Why pick the eigenvector for λ=α−iβ? Convention so that C comes out with +β in the lower-left; the other conjugate just gives the mirror.
Split: v=x(10)+iy(01), so P=(1001)=I.
Then C=P−1AP=A=(11−11)=2(cos45°sin45°−sin45°cos45°). ✓ Already in rotation-scaling form (makes sense — A was symmetric in that special pattern).
Common mistake Steel-manned errors
Mistake 1: "Complex eigenvalues mean no real eigenvectors, so A isn't diagonalizable / is useless over R."Why it feels right: over R there really is no eigen-line. Fix: over C it IS diagonalizable; over R you get the next best thing — block form (αβ−βα), the rotation-scaling. Fully usable.
Mistake 2: Mixing up which is rotation vs scaling. Students write r=α, θ=β. Why it feels right:α,β are right there. Fix:r=α2+β2=∣λ∣ (modulus = scale), θ=argλ (angle = rotation). α,β are Cartesian coords of λ, not polar.
Mistake 3: Sign of θ / spiral direction. Choosing eigenvalue α+iβ vs α−iβ flips the sign of β in C, reversing rotation sense. Fix: it's only a relabeling of the basis (x↔y orientation); pick one convention (λ=α−iβ) and stay consistent.
Mistake 4: Thinking r>1 always means "grows." True for iterating An (discrete). For the ODE v˙=Av, growth is governed by Re(λ)=α, not r. Fix: discrete map → use ∣λ∣; continuous flow → use Reλ.
Recall Feynman: explain to a 12-year-old
Imagine spinning a record player. Every dot on the record moves in a circle — none of them stays pointing in the same direction. A "stretch matrix" would push dots straight out along fixed lines, but a "spinner" has no fixed line at all. When math tries to find a fixed direction for a spinner, it can't find a real one, so it answers with "imaginary" numbers. Those imaginary numbers secretly carry two pieces of news: how fast it spins (the angle) and how much it grows or shrinks each turn (the size). So a complex eigenvalue is just a spin-and-zoom instruction in disguise.
Dekho, jab ek real 2×2 matrix ke eigenvalues complex aate hain, to ghabrao mat — ye matrix actually plane ko ghuma (rotate) raha hai, aur saath mein thoda bada/chhota (scale) kar raha hai. Soch ke dekho: agar koi matrix sirf ghuma raha hai (jaise record player), to koi bhi arrow apni direction mein same nahi rehta — sab ghoom jaate hain. Isliye koi real eigen-direction milti hi nahi, aur algebra apna jawab "imaginary" numbers ke through deti hai.
Complex eigenvalue λ=α±iβ ko ek point ki tarah plane par socho. Iska modulusr=∣λ∣=α2+β2 batata hai ki har step mein kitna scale ho raha hai, aur argument (angle) θ=argλ batata hai ki kitne degree rotate ho raha hai. Yaad rakhne ka mantra: MAS — Modulus = Amount of Scaling, Argument = Spin.
Algebra ka trick simple hai: Av=λv likho jahan v=x+iy (real part x, imaginary part y). Real aur imaginary parts ko alag-alag match karo, to do real equations milti hain, aur matrix A ban jaata hai PCP−1, jahan C=(αβ−βα)=r(rotation matrix). Matlab P wale naye coordinate frame mein A ka kaam bas "ghumao aur zoom karo" hai.
Ek common confusion: agar r>1 to discrete iteration An mein spiral bahar jaati hai (outward), r<1 to andar (inward). Lekin agar continuous system v˙=Av ho, to growth Re(λ)=α se decide hoti hai, r se nahi. Ye difference exam mein bahut kaam aata hai!