Given two points z1 and z2 in C, draw the picture of the set

warwick

Full Member
Joined
Jan 27, 2006
Messages
311
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.
 
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.
Yes, with one slight correction which I think you meant but didn't say: 'a line connecting z1 and z2 and then a perpendicular line to the initial line, intersecting at the midpoint between z1 and z2, which would be the set A.
 
Yes, with one slight correction which I think you meant but didn't say: 'a line connecting z1 and z2 and then a perpendicular line to the initial line, intersecting at the midpoint between z1 and z2, which would be the set A.

Yes, sorry for the impreciseness. Thanks for the correction.
 
Top