Logo
Published on

Graphing Regions and Curves in the Complex Plane

Authors
  • avatar
    Name
    Vu Hung
    Twitter

Problem Statement

One of the most visual and rewarding topics in HSC Extension 2 is graphing complex loci. An equation involving a complex variable zz does not just represent a single number; it represents a curve or a region in the complex plane.

By interpreting equations geometrically using the modulus (distance) and the argument (angle), we can easily graph lines, rays, circles, and intersecting regions. Often, deep knowledge of classical circle geometry theorems (like the angle in a semicircle) is required to sketch these curves accurately.

Consider a complex number z=x+iyz = x + iy. We are given two conditions that zz must satisfy simultaneously:

  1. z2i3|z - 2i| \le 3
  2. 0arg(z+12i)π40 \le \arg(z + 1 - 2i) \le \frac{\pi}{4}

(a) Describe the geometric meaning of condition 1 and sketch the region it represents on an Argand diagram.

(b) Describe the geometric meaning of condition 2 and sketch the region it represents on the same Argand diagram.

(c) Find the exact Cartesian coordinates (x,y)(x, y) of the point(s) of intersection between the boundaries of these two regions in the first quadrant.


Hints

  • Part (a): The form z(a+ib)R|z - (a+ib)| \le R represents a solid disc (a circle and its interior). Identify the centre point a+iba+ib and the radius RR.
  • Part (b): The argument arg(zz0)\arg(z - z_0) represents the angle formed by a ray starting from the point z0z_0 relative to the positive real horizontal axis. Rewrite the condition as arg(z(1+2i))\arg(z - (-1 + 2i)). This represents a wedge-shaped region between two rays.
  • Part (c): To find the intersection of the boundaries, you must convert the boundary equations into Cartesian form.
    • Boundary 1 is the circle z2i=3|z - 2i| = 3. Convert this to x2+(y2)2=9x^2 + (y-2)^2 = 9.
    • Boundary 2 is the ray arg(z+12i)=π4\arg(z + 1 - 2i) = \frac{\pi}{4}. Convert this to a Cartesian line by taking the tangent of both sides: y2x+1=tan(π4)=1\frac{y-2}{x+1} = \tan(\frac{\pi}{4}) = 1, with the restriction x>1x > -1. Solve these equations simultaneously.

Solutions

Part (a): The Circular Region

  1. The condition is z2i3|z - 2i| \le 3.
  2. Rewrite this in the standard locus form: z(0+2i)3|z - (0 + 2i)| \le 3.
  3. Geometrically, this represents all points zz whose distance from the centre point (0,2i)(0, 2i) is less than or equal to 3.
  4. This is a closed circular disc with centre at C(0,2)C(0, 2) and a radius of R=3R = 3.
  5. Sketching: Draw a circle centred at (0,2)(0, 2) passing through (0,5)(0, 5) and (0,1)(0, -1). Shade the inside.

Part (b): The Angular Wedge

  1. The condition is 0arg(z+12i)π40 \le \arg(z + 1 - 2i) \le \frac{\pi}{4}.
  2. Rewrite the term inside the argument to identify the starting point: arg(z(1+2i))\arg(z - (-1 + 2i)).
  3. The origin of these rays is the point P(1,2i)P(-1, 2i).
  4. The region is bounded by two rays starting from P(1,2)P(-1, 2):
    • A ray with an angle of 00 (horizontal, pointing to the right).
    • A ray with an angle of π4\frac{\pi}{4} (a 4545^\circ angle pointing up and right).
  5. Sketching: From (1,2)(-1, 2), draw a horizontal dashed line to the right. Then draw a solid ray at a 4545^\circ angle. Shade the wedge between them.

Part (c): Finding the Intersection

  1. We want the intersection of the boundaries in the first quadrant.
    • Boundary of the circle: x+iy2i=3    x2+(y2)2=9|x + iy - 2i| = 3 \implies x^2 + (y-2)^2 = 9 (Equation 1)
    • Boundary of the upper ray: arg(x+1+i(y2))=π4\arg(x+1 + i(y-2)) = \frac{\pi}{4}. This means tan1(y2x+1)=π4\tan^{-1} \left( \frac{y-2}{x+1} \right) = \frac{\pi}{4}. y2x+1=tan(π4)=1\frac{y-2}{x+1} = \tan(\frac{\pi}{4}) = 1. Therefore, y2=x+1    y=x+3y - 2 = x + 1 \implies y = x + 3 (Equation 2). (Note: Since it's a ray pointing right, we also have the restriction x>1x > -1).
  2. Substitute Equation 2 into Equation 1: x2+((x+3)2)2=9x^2 + ((x + 3) - 2)^2 = 9 x2+(x+1)2=9x^2 + (x + 1)^2 = 9
  3. Expand and solve for xx: x2+x2+2x+1=9x^2 + x^2 + 2x + 1 = 9 2x2+2x8=02x^2 + 2x - 8 = 0 x2+x4=0x^2 + x - 4 = 0
  4. Use the quadratic formula: x=1±124(1)(4)2=1±172x = \frac{-1 \pm \sqrt{1^2 - 4(1)(-4)}}{2} = \frac{-1 \pm \sqrt{17}}{2}
  5. Since we are looking for the intersection in the first quadrant, xx must be positive. Therefore, we take the positive root: x=1+172x = \frac{-1 + \sqrt{17}}{2}
  6. Find the corresponding yy value using y=x+3y = x + 3: y=1+172+3=1+17+62=5+172y = \frac{-1 + \sqrt{17}}{2} + 3 = \frac{-1 + \sqrt{17} + 6}{2} = \frac{5 + \sqrt{17}}{2}
  7. The exact Cartesian coordinates of the intersection point are (1+172,5+172)\left( \frac{-1 + \sqrt{17}}{2}, \frac{5 + \sqrt{17}}{2} \right).

Takeaways

  • Geometric Translation: Complex loci problems are essentially translation exercises. You are translating algebraic statements (za=r|z-a|=r, arg(zb)=θ\arg(z-b)=\theta) into geometric shapes (circles, rays).
  • Cartesian Fallback: If you ever get stuck interpreting a complex locus, replace zz with x+iyx + iy and expand algebraically. This will inevitably yield a standard non-linear Cartesian equation (like a circle or a parabola) that you already know how to graph.
  • Circle Geometry: More advanced loci (like arg(zazb)=θ\arg(\frac{z-a}{z-b}) = \theta) directly rely on circle geometry theorems, specifically the theorem that angles subtended by the same arc at the circumference are equal, which forms circular arcs on the Argand plane.

Further Readings


Connect with me

Graphing complex loci is one of the most aesthetically pleasing parts of the syllabus! To see more examples of these beautiful graphs, head over to Vu's Maths Hub for my complete Extension 2 booklets. I draw these out step-by-step on my YouTube channel. Follow me on Instagram to see some cool mathematical visualisations, and subscribe to my Substack for deeper theoretical dives.