Just for a change, an FP3 topic. I’ve been struggling to tutor complex mappings properly (mainly because I’ve been too lazy to look them up), but have finally seen - I think - how to solve them with minimal headache.

A typical question gives you a mapping from the (complex) z-plane to the w-plane of w=ziz, and asks what happens to a given line in one plane or the other.

My recipe for approaching this boils down to three steps:

  1. Cross-multiply to get rid of the ugly fraction
  2. Multiply out the brackets to get a real equation and a complex equation
  3. Use the equation of the line to eliminate something you don’t want
  4. Eliminate the other variable you don’t want, leaving you with a relation between two variables

Sounds complicated? Let’s see what happens to y=x. First, I multiply up the z:

wz=z+i, or (u+vi)(x+yi)=x+(y+1)i

Then expand:

(uxvy)+(vx+uy)i)=x+(y+1)i, giving two equations:

uxvy=x (1) and; vx+uy=y+1 (2)

Since y=x, substituting into (1) and dividing by x gives: uv=1; the substitution gives you a straight line.

Another? How about x+y+1=0? I have good news: we can start from (1) and (2) rather than working it all out again. We also know y=(1x), so:

ux+v(1+x)=x vxu(1+x)=x

Group the xs together and divide:

x(u+v1)=v x(vu+1)=u

u+v1vu+1=vu

Cross-multiply:

u(u+v1)=v(vu+1) u2+uvu=v2+vuv u2+v2u+v=0

… so we get a circle.