Given two points z1 and z2 in C, draw the picture of the set
A = {z | |z - z1| = |z - z2|}.
I know that this is an easy problem; I just want to make sure that I'm interpreting it correctly. This is the set of all z in the complex plane such that each element is simultaneously equidistant from z1 and z2.
I can draw a line connecting z1 and z2 and then a perpendicular line to the initial line which would be the set A.
A = {z | |z - z1| = |z - z2|}.
I know that this is an easy problem; I just want to make sure that I'm interpreting it correctly. This is the set of all z in the complex plane such that each element is simultaneously equidistant from z1 and z2.
I can draw a line connecting z1 and z2 and then a perpendicular line to the initial line which would be the set A.