Lines in the Complex Plane

What is the equation of a straight line in the complex plane? There are many different forms, but I want to look at some of the simplest ones.

If you know the slope mR and intercept bR of the line, you can write an equation in parametric form z=x+i(mx+b), where xR and zC.

Another simple form is the equation |zz1|=|zz2|, where z1z2. This gives you the locus of points in the complex plane that are equidistant from z1 and z2, which is a straight line. This form is less practically useful, since we don’t usually describe lines in this way.

What if you don’t know the slope and intercept of the line, but you do know two points on the line? You could use the two points to calculate the slope and intercept, and plug into the above parametric equation, but there is a nicer form. To see this, first note that if a point z is collinear with two other points z1 and z2, then zz1=λ(zz2),λR. One way to see this is to view the complex numbers as vectors. Then zz1 needs to point in the same direction as zz2, modulo 180 degrees. Note that λ depends on z.

Rearranging, we get zz1zz2=λ, or Im(zz1zz2)=0, since λ is real. This can also be written as Im((zz1)¯(zz2))=0.

We can get another form by writing z2=z1+z3, where z3=z2z1. Then zz1zz1z3=λ. Cross-multiplying and gathering everything on one side allows us to write this as (zz1)(λ1)λz3=0, or zz1z3=λλ1. This gives another equation for a line Im(zz1z3)=0,orIm((zz1)¯z3)=0. This is the form given in this document by William Kahan. Also, the method of arriving at this form allows us to see that the previous form can be written as Im(zz2z1)=0 or equivalently Im((z2z1)¯z)=0.

This final form can be further massaged. Since z2z1=z3, we can write Im(z3¯z)=12i(z3¯z¯z3z)=0, or z3¯z=¯z3z. or z2|z|2=z23|z3|2. Hopefully by now you can see that there are many many equivalent ways to write these expressions.

Another form can be obtained by starting with the fact that z+¯z=dR defines a vertical line at x=d/2. Then since complex multiplication is equivalent to rotation (along with dilation), we can rotate all points in the line by θ by taking zz0z, where z0=reiθ. The equation of the line becomes zz0+¯zz0=rd=D. This form is referenced in this discussion on Mathematics Stack Exchange. An example might be useful. Assume you are given the two points z1=0+0i and z2=1+i. Then z3=z2z1 can be written z3=2eiπ/4. The initial equation for a vertical line at x=0 is z+¯z=0. We want to rotate the plane by π/4 so that the line ends up with the same angle as z3. Since r is arbitrary, choose r=2, so z0=1+i, which gives (1+i)z+(1i)¯z=0, which reduces to 2(xy)=0,ory=x. Note that in general you want to rotate by π/2arg(z3).

What interesting equations for lines in the complex plane do you know? What interpretations (geometric or algebraic) do they have?

Avatar
Landon Lehman
Data Scientist

My research interests include data science, statistics, physics, and applied math.