Complex plane

LVL: FREE

MODULE: Pre-Calculus (Functions and Series)

[EXEC: MICRO_CORE]

✖️ 1. Plotting a+bia + bi on the Argand diagram (real vs. imaginary axes)

📍 Plotting Complex Numbers

  • The Argand diagram is a 2D plane where complex numbers live as points.
  • The horizontal axis (x-axis) represents the real part aa.
  • The vertical axis (y-axis) represents the imaginary part bb.
  • To plot z=a+biz = a + bi, move aa units horizontally and bb units vertically.
  • Every complex number corresponds to exactly one point on this plane.

Example: Plot z=3+2iz = 3 + 2i. Move 3 units right (real), then 2 units up (imaginary). Mark the point.

💡 Think of it like GPS coordinates: real = east/west, imaginary = north/south.

[EXEC: DEEP_COMPUTE]

1. Plotting a+bia + bi on the Argand diagram (real vs. imaginary axes)

Plotting Complex Numbers on the Argand Diagram

A complex number z=a+biz = a + bi is represented as a point in the Argand diagram (complex plane), where the horizontal axis represents the real part aa and the vertical axis represents the imaginary part bb. This geometric representation transforms algebraic operations into visual transformations.

Each complex number corresponds to exactly one point: move aa units along the real axis, then bb units parallel to the imaginary axis.

Core plotting rules:

  • The real axis is horizontal; purely real numbers (b=0b = 0) lie on this axis
  • The imaginary axis is vertical; purely imaginary numbers (a=0a = 0) lie on this axis
  • The origin represents 0+0i=00 + 0i = 0
  • Negative values of aa or bb indicate movement in the negative direction along the respective axis

This visualization enables geometric interpretation of complex arithmetic and reveals structural properties invisible in algebraic form.

Example: z=3+2iz = 3 + 2i is plotted at coordinates (3,2)(3, 2), while 14i-1 - 4i appears at (1,4)(-1, -4).

TASK_1[0 / 3]
LVL_2
STRC: TRANSFORM

What is the vertical coordinate of the point representing z=5+7iz = -5 + 7i on the Argand diagram?

DEEP_COMPUTE
ULTRA
[EXEC: MICRO_CORE]

✖️ 2. Calculating the modulus and defining the argument angle

📏 Measuring Complex Numbers

  • The modulus z|z| is the distance from the origin to the point zz.
  • Formula: z=a2+b2|z| = \sqrt{a^2 + b^2} (just the Pythagorean theorem).
  • The argument arg(z)=θ\arg(z) = \theta is the angle from the positive real axis to zz.
  • Use tanθ=ba\tan\theta = \frac{b}{a} to find the angle (watch quadrant signs).
  • Modulus is always non-negative; argument is measured counterclockwise.

Example: For z=3+4iz = 3 + 4i, modulus is z=32+42=5|z| = \sqrt{3^2 + 4^2} = 5. Argument is θ=arctan(43)53\theta = \arctan(\frac{4}{3}) \approx 53^\circ.

💡 Modulus = "how far", argument = "which direction".

[EXEC: DEEP_COMPUTE]

2. Calculating the modulus and defining the argument angle

Modulus and Argument of Complex Numbers

The modulus z|z| of a complex number z=a+biz = a + bi is its distance from the origin, computed as z=a2+b2|z| = \sqrt{a^2 + b^2}. The argument arg(z)=θ\arg(z) = \theta is the angle measured counterclockwise from the positive real axis to the line segment connecting the origin to zz.

The modulus quantifies magnitude; the argument specifies direction in the plane.

Core rules:

  • z0|z| \geq 0 for all zz, with z=0|z| = 0 if and only if z=0z = 0
  • θ\theta is typically measured in radians, with θ(π,π]\theta \in (-\pi, \pi] (principal value)
  • For z=a+biz = a + bi: tan(θ)=ba\tan(\theta) = \frac{b}{a} when a0a \neq 0
  • Quadrant matters: use arctan\arctan carefully or atan2(b,a)\text{atan2}(b, a) to determine the correct angle

Together, (r,θ)(r, \theta) with r=zr = |z| provide polar coordinates for zz.

Example: For z=3+4iz = 3 + 4i, z=9+16=5|z| = \sqrt{9 + 16} = 5 and arg(z)=arctan(4/3)0.927\arg(z) = \arctan(4/3) \approx 0.927 radians.

TASK_1[0 / 3]
LVL_2
STRC: TRANSFORM

Find the modulus of the complex number z=5+12iz = 5 + 12i.

DEEP_COMPUTE
ULTRA
[EXEC: MICRO_CORE]

✖️ 3. Previewing the polar form of complex numbers

🎯 Polar Form of Complex Numbers

  • Instead of a+bia + bi, write z=r(cosθ+isinθ)z = r(\cos\theta + i\sin\theta) where r=zr = |z| and θ=arg(z)\theta = \arg(z).
  • This form uses distance and angle instead of horizontal and vertical components.
  • The real part becomes a=rcosθa = r\cos\theta and imaginary part becomes b=rsinθb = r\sin\theta.
  • Polar form makes multiplication and division much easier (angles add/subtract).
  • Shorthand notation: z=rcisθz = r\text{cis}\theta (cis means "cosine plus i sine").

Example: z=2(cos60+isin60)z = 2(\cos 60^\circ + i\sin 60^\circ) means modulus 2 at angle 60 degrees, which equals 1+i31 + i\sqrt{3}.

💡 Polar form = "speak in distance and rotation" instead of "left-right, up-down".

[EXEC: DEEP_COMPUTE]

3. Previewing the polar form of complex numbers

Polar Form of Complex Numbers

Any nonzero complex number zz can be expressed in polar form as z=r(cosθ+isinθ)z = r(\cos\theta + i\sin\theta), where r=zr = |z| is the modulus and θ=arg(z)\theta = \arg(z) is the argument. This representation separates magnitude from direction.

Polar form simplifies multiplication and division: magnitudes multiply/divide while arguments add/subtract.

Core conversion rules:

  • From rectangular: r=a2+b2r = \sqrt{a^2 + b^2} and θ=arg(a+bi)\theta = \arg(a + bi)
  • To rectangular: a=rcosθa = r\cos\theta and b=rsinθb = r\sin\theta
  • Euler's formula (preview): eiθ=cosθ+isinθe^{i\theta} = \cos\theta + i\sin\theta leads to z=reiθz = re^{i\theta}
  • The argument is multi-valued: θ+2πk\theta + 2\pi k for any integer kk represents the same complex number

This form is essential for exponentiation, roots, and oscillatory phenomena.

Example: z=1+iz = 1 + i has r=2r = \sqrt{2} and θ=π/4\theta = \pi/4, so z=2(cos(π/4)+isin(π/4))z = \sqrt{2}(\cos(\pi/4) + i\sin(\pi/4)).

TASK_1[0 / 3]
LVL_2
STRC: TRANSFORM

Convert the complex number z=4(cos(π/2)+isin(π/2))z = 4(\cos(\pi/2) + i\sin(\pi/2)) into rectangular form a+bia + bi.

DEEP_COMPUTE
ULTRA
SYSTEM_WARN: MCQ_OPTIONS_MISSING_IN_DB
[EXEC: MICRO_CORE]

✖️ 4. Geometric interpretation of complex addition and complex conjugates

🔷 Visualizing Addition and Conjugates

  • Complex addition follows the parallelogram rule: place vectors tip-to-tail or complete the parallelogram.
  • To add z1+z2z_1 + z_2, draw both as arrows from origin, then form a parallelogram.
  • The complex conjugate z=abi\overline{z} = a - bi is the reflection of zz across the real axis.
  • Conjugates have the same modulus but opposite argument sign.
  • Multiplying zz=a2+b2=z2z \cdot \overline{z} = a^2 + b^2 = |z|^2 always gives a real number.

Example: If z=2+3iz = 2 + 3i, then z=23i\overline{z} = 2 - 3i. They mirror across the horizontal axis.

💡 Addition = vector arrows; conjugate = flip over the real axis like a mirror.

[EXEC: DEEP_COMPUTE]

4. Geometric interpretation of complex addition and complex conjugates

Geometric Operations: Addition and Conjugation

Complex addition (a+bi)+(c+di)=(a+c)+(b+d)i(a + bi) + (c + di) = (a+c) + (b+d)i follows the parallelogram rule: the sum is the diagonal of the parallelogram formed by the two complex numbers as adjacent sides from the origin. The complex conjugate z=abi\overline{z} = a - bi is the reflection of z=a+biz = a + bi across the real axis.

These geometric interpretations reveal structural symmetries in the complex plane.

Core geometric rules:

  • Addition corresponds to vector addition: place vectors tip-to-tail or use the parallelogram
  • Conjugation preserves modulus: z=z|\overline{z}| = |z|
  • Conjugation negates argument: arg(z)=arg(z)\arg(\overline{z}) = -\arg(z)
  • zz=a2+b2=z2z \cdot \overline{z} = a^2 + b^2 = |z|^2 (always real and non-negative)

Conjugation is crucial for division and finding real/imaginary parts.

Example: (2+3i)+(1i)=3+2i(2 + 3i) + (1 - i) = 3 + 2i forms a parallelogram; 2+3i=23i\overline{2 + 3i} = 2 - 3i reflects across the real axis.

TASK_1[0 / 3]
LVL_2
STRC: TRANSFORM

Let z=3+4iz = 3 + 4i. Calculate the product of zz and its complex conjugate.

DEEP_COMPUTE
ULTRA
[EXEC: MICRO_CORE]

✖️ 5. Applications: Phasors and quantum state vectors

⚡ Phasors and Quantum States

  • In signal processing, complex numbers represent phasors (rotating vectors for AC waves).
  • The modulus represents amplitude and the argument represents phase shift.
  • In quantum mechanics, state vectors are complex numbers on the Bloch sphere.
  • The complex plane lets engineers add waves by adding vectors instead of trigonometry.
  • Rotating a phasor means changing frequency or time evolution.

Example: A voltage V=5(cos30+isin30)V = 5(\cos 30^\circ + i\sin 30^\circ) has amplitude 5 volts and phase 30 degrees ahead.

💡 Complex plane = the "control panel" for waves and quantum spins.

[EXEC: DEEP_COMPUTE]

5. Applications: Phasors and quantum state vectors

Applications in Signal Processing and Quantum Mechanics

In signal processing, sinusoidal signals are represented as phasors: complex numbers z=Aei(ωt+ϕ)z = Ae^{i(\omega t + \phi)} where AA is amplitude, ω\omega is angular frequency, and ϕ\phi is phase. The complex plane encodes both magnitude and phase, simplifying AC circuit analysis. In quantum mechanics, state vectors are complex-valued, with the complex plane representing probability amplitudes whose squared moduli give probabilities.

Complex representation transforms differential equations into algebraic manipulations.

Core application principles:

  • Phasors: Real signal is Re(Aei(ωt+ϕ))=Acos(ωt+ϕ)\text{Re}(Ae^{i(\omega t + \phi)}) = A\cos(\omega t + \phi)
  • Phase differences correspond to argument differences in the complex plane
  • Quantum states: Superposition ψ=α0+β1|\psi\rangle = \alpha|0\rangle + \beta|1\rangle with α,βC\alpha, \beta \in \mathbb{C} and α2+β2=1|\alpha|^2 + |\beta|^2 = 1
  • Rotation in the complex plane models time evolution and interference

Example: A 5-volt AC signal with phase π/3\pi/3 is represented as phasor 5eiπ/35e^{i\pi/3}.

TASK_1[0 / 3]
LVL_2
MOD: TRANSLATE

A 12-volt AC signal has a phase of π/4\pi/4. What is the amplitude AA of its phasor representation Aeiπ/4A e^{i \pi/4}?

DEEP_COMPUTE
ULTRA

AWAITING_CONFIRMATION

CONFIRM KNOWLEDGE ACQUISITION TO UPDATE SYSTEM ANALYTICS.