This page assumes you have seen nothing. Before you can read the parent note Complex eigenvalues — rotation-scaling interpretation, every squiggle it uses must first be built from the ground up. We do that here, one symbol at a time, each resting on the one before.
The picture: a matrix is a movement machine. You put an arrow in, a moved arrow comes out. Do this to every arrow in the plane and the whole plane gets warped — stretched, squished, sheared, flipped, or spun.
Two numbers summarise a 2×2 machine at a glance (full detail in Trace and Determinant):
The picture: arrows you can slide together and stretch. In the parent note, x and y are not coordinates — they are two whole real arrows that we glue together to build a complex eigenvector. Keep that straight: here x,yname arrows, not axis-positions.
Nonzero matters: the zero arrow (00) has no direction, so it can never be an eigenvector. Every eigenvector definition secretly says "some nonzerov."
The picture below: an eigenvector lies on a line the machine leaves in place (points may slide along that line, but the line itself doesn't tilt). λ says how far along.
Why subtract? The equation Av=λv rearranges to Av−λv=0, i.e. (A−λI)v=0: the machine A−λIcrushes the arrow v to zero. A machine can crush a nonzero arrow only if it flattens area to nothing — that is, only if its determinant is 0.
The symbol det(⋯)=0 is therefore the sentence: "for which stretch amounts λ does the machine flatten some arrow to nothing?" Those λ are the eigenvalues.
The Cartesian pair (α,β) has a twin description in terms of distance and angle. This is the punchline of the whole topic, so build it carefully on a right triangle.
Drop the point λ=α+iβ and connect it to the origin. This makes a right triangle: horizontal leg α, vertical leg β, and the arrow itself as the sloped side (the hypotenuse).
Why tan, and why atan2? On the triangle, the angle's steepness is captured by
tanθ=adjacentopposite=αβ.
To recoverθ from α,β we want to undo tan. The plain inverse arctan(β/α) can't tell apart a point and its opposite (both give the same ratio), so it silently fails in half the plane. The fixed-up tool atan2(β,α) takes the two separate signs of β and α and returns the correct angle in all four quadrants: