How do equations and inequalities in z describe lines, circles and regions on the Argand diagram?
Sketch curves and regions in the complex plane defined by modulus and argument conditions.
Loci from modulus and argument conditions, circles, perpendicular bisectors, rays and shaded regions on the Argand diagram, with worked examples for TCE Mathematics Specialised Unit 3.
Reviewed by: AI editorial process; not yet individually human-reviewed
Have a quick question? Jump to the Q&A page
What this dot point is asking
This dot point asks you to turn algebraic statements about a complex variable into pictures, and to sketch the set of all points satisfying them. The key translation, developed on the Argand diagram, is that is the distance from to the fixed point , and is the direction from to .
Circles from a modulus condition
The equation says the distance from to the fixed point is constant and equal to . That is exactly the definition of a circle of radius centred at . If , writing gives
the familiar Cartesian circle. The corresponding region is the closed disc, and is everything outside the circle.
Perpendicular bisectors from equal distances
The equation says is equidistant from the two fixed points and . The set of such points is the perpendicular bisector of the segment joining and . The inequality is the half-plane of points closer to .
Rays from an argument condition
The equation fixes the direction from the point to . The locus is a ray (half-line) starting at , pointing at angle to the positive real axis. The starting point itself is excluded, because is undefined. A condition like describes a wedge-shaped region between two rays.
Combining conditions
Many questions intersect two loci, for example a circle and a ray, or shade the overlap of two regions. Sketch each condition separately in light pencil, then identify the common set. Note carefully whether each boundary is included (use a solid line for or ) or excluded (a dashed line for strict inequality), and whether endpoints of rays are open circles.
Why this matters
Loci questions reward the student who thinks geometrically first and reaches for algebra only to confirm. Knowing the three core shapes (circle, perpendicular bisector, ray) on sight lets you sketch quickly and spend your time on the intersections and boundary details that earn the final marks.
Exam-style practice questions
Practice questions written in the style of TASC exam questions on this dot point, with worked answer explainers. The year tag is the paper they imitate, not the source.
2023 TASC4 marksShow that the set of points such that |z + 1| = sqrt(2)|z - i| is a circle. State the position of its centre and its radius.Show worked answer →
Put z = x + iy. Then |z + 1|^2 = (x + 1)^2 + y^2 and |z - i|^2 = x^2 + (y - 1)^2.
Square the given equation to remove the moduli: (x + 1)^2 + y^2 = 2[x^2 + (y - 1)^2].
Expand: x^2 + 2x + 1 + y^2 = 2x^2 + 2y^2 - 4y + 2. Bring everything to one side: x^2 - 2x + y^2 - 4y + 1 = 0.
Complete the square: (x - 1)^2 - 1 + (y - 2)^2 - 4 + 1 = 0, so (x - 1)^2 + (y - 2)^2 = 4. This is a circle with centre (1, 2) and radius 2. Markers reward squaring to clear the moduli and completing the square to read off the centre and radius.
2023 TASC4 marksShow on an Argand diagram the set of points given by {z : |z + 1| >= sqrt(2)|z - i|} intersect {z : Re(z) <= 0}. Include the co-ordinates of any significant points.Show worked answer →
Square the first condition: (x + 1)^2 + y^2 >= 2[x^2 + (y - 1)^2], which rearranges to x^2 - 2x + y^2 - 4y + 1 <= 0, i.e. (x - 1)^2 + (y - 2)^2 <= 4. So the first set is the closed disk centred (1, 2) with radius 2.
The second condition Re(z) <= 0 is the closed half-plane x <= 0.
The required region is the overlap: the part of the disk lying to the left of (and on) the imaginary axis. Find where the circle meets x = 0: setting x = 0 in x^2 - 2x + y^2 - 4y + 1 = 0 gives y^2 - 4y + 1 = 0, so y = 2 +/- sqrt(3). The significant points are (0, 2 + sqrt(3)) and (0, 2 - sqrt(3)). Shade the small circular segment of the disk with x <= 0 between these two points, including the boundary arc and the chord on the imaginary axis.