Library/Algebra/Complex numbers/Complex plane/Geometry of the complex plane

Geometry of the complex plane

Overview
Important

The complex plane is a way to represent complex numbers as points on a flat surface. Each complex number z=a+biz = a + bi corresponds to the point (a,b)(a, b), where aa is the real part and bb is the imaginary part. The geometry of the complex plane lets us visualize operations like addition, subtraction, and multiplication as movements or transformations of points.

Important properties

  • Addition of complex numbers corresponds to vector addition in the plane.

  • The modulus z|z| of a complex number z=a+biz = a + bi is its distance from the origin: z=a2+b2|z| = \sqrt{a^2 + b^2}.

  • The argument arg(z)\arg(z) is the angle the line from the origin to (a,b)(a, b) makes with the positive real axis.

  • Multiplying by a real number scales the distance from the origin.

  • Multiplying by ii rotates a point by 90 degrees counterclockwise.