Introduction
When you first encounter complex numbers, the most common representation is the rectangular (or Cartesian) form (a+bi), where (a) is the real part and (b) is the imaginary part. On top of that, this article walks you through the essential concepts, common pitfalls, and step‑by‑step methods for deciding whether two given expressions represent the same complex number. Think about it: the challenge in many textbook problems—and in everyday calculations—is to recognise which pair of expressions actually denotes the same complex number. Yet the same complex number can appear in many different guises: as a point on the Argand diagram, in polar form (r(\cos\theta+i\sin\theta)), or even as a pair of ordered coordinates ((a,b)). By the end, you’ll be able to spot equivalence instantly, whether the pairs are written in algebraic, polar, exponential, or coordinate notation.
1. Basic Forms of a Complex Number
1.1 Rectangular (Algebraic) Form
[ z = a + bi \qquad (a,b \in \mathbb{R}) ]
Real part: (\operatorname{Re}(z)=a)
Imaginary part: (\operatorname{Im}(z)=b)
1.2 Polar (Trigonometric) Form
[ z = r\bigl(\cos\theta + i\sin\theta\bigr) \qquad \begin{cases} r = |z| = \sqrt{a^{2}+b^{2}}\[2mm] \theta = \arg(z) = \tan^{-1}!\left(\dfrac{b}{a}\right) \end{cases} ]
1.3 Exponential Form (Euler’s Formula)
[ z = re^{i\theta} ]
All three notations describe the same point in the complex plane; they are merely different languages for the same object Most people skip this — try not to..
2. When Two Pairs Are Equivalent
A “pair” can refer to:
- Two rectangular expressions: ((a+bi,;c+di))
- A rectangular expression and a polar pair: ((a+bi,; (r,\theta)))
- Two polar pairs: (((r_{1},\theta_{1}),;(r_{2},\theta_{2})))
- Ordered coordinate pairs: (((a,b),;(c,d)))
The pair represents the same complex number when the underlying complex value is identical, i.e., when both have the same real part and the same imaginary part (or, equivalently, the same modulus and argument up to the periodicity of (2\pi)) Less friction, more output..
2.1 Equality in Rectangular Form
[ a+bi = c+di \iff a=c \text{ and } b=d ]
2.2 Equality in Polar Form
[ r_{1}e^{i\theta_{1}} = r_{2}e^{i\theta_{2}} \iff \begin{cases} r_{1}=r_{2} \ \theta_{1}= \theta_{2}+2k\pi,; k\in\mathbb{Z} \end{cases} ]
The modulus must match exactly; the argument may differ by any integer multiple of (2\pi) because the complex exponential is periodic Nothing fancy..
2.3 Mixed Forms
To compare a rectangular expression with a polar pair, convert one of them to the other’s format. The most reliable method is to compute modulus and argument from the rectangular form and then compare.
3. Step‑by‑Step Procedure for Determining Equivalence
Below is a practical checklist you can apply to any pair of expressions.
- Identify the format of each element (rectangular, polar, exponential, coordinate).
- Standardise both to the same format—usually rectangular because it directly displays real and imaginary parts.
- For polar/exponential:
[ r(\cos\theta+i\sin\theta) = r\cos\theta + ir\sin\theta ] - For coordinates ((a,b)): treat as (a+bi).
- For polar/exponential:
- Simplify any algebraic operations (addition, subtraction, multiplication, division) that appear inside the expressions.
- Compare the resulting real parts and imaginary parts.
- If the forms are polar, compare moduli and reduce arguments to a common interval (e.g., ([0,2\pi))) before checking the (2\pi k) condition.
- Conclude: if both real and imaginary parts match (or modulus and argument satisfy the periodic condition), the pair represents the same complex number; otherwise, they differ.
4. Illustrative Examples
Example 1 – Simple Rectangular Equality
Pair: ((3+4i,; 3+4i))
Both are already in rectangular form.
Real parts: 3 = 3, Imaginary parts: 4 = 4 → Same complex number.
Example 2 – Rectangular vs. Polar
Pair: ((2-2i,; (2\sqrt{2},; -\tfrac{\pi}{4})))
- Convert polar to rectangular:
[ r\cos\theta = 2\sqrt{2}\cos!\left(-\frac{\pi}{4}\right)=2\sqrt{2}\cdot\frac{\sqrt{2}}{2}=2 ]
[ r\sin\theta = 2\sqrt{2}\sin!\left(-\frac{\pi}{4}\right)=2\sqrt{2}\cdot\left(-\frac{\sqrt{2}}{2}\right)=-2 ]
So polar form equals (2-2i). - Compare with the rectangular element (2-2i) → Identical.
Example 3 – Two Polar Pairs with Different Angles
Pair: (((5,; \frac{3\pi}{4}),; (5,; -\frac{5\pi}{4})))
Moduli are equal (5). Reduce arguments to a common range:
[ -\frac{5\pi}{4} = -\frac{5\pi}{4}+2\pi = \frac{3\pi}{4} ]
Since (\frac{3\pi}{4} = \frac{3\pi}{4} + 2k\pi) with (k=0), the arguments match modulo (2\pi). → Same complex number.
Example 4 – Coordinate Pairs
Pair: ((( -1,, 0 ),; ( \cos\pi,; \sin\pi )))
Interpret the second pair as a point on the unit circle: (\cos\pi = -1), (\sin\pi = 0). Both pairs correspond to (-1+0i). → Same.
Example 5 – A Tricky Non‑Equal Pair
Pair: ((1+ i,; ( \sqrt{2},; \frac{\pi}{2} )))
Convert polar to rectangular:
[ \sqrt{2}\cos\frac{\pi}{2}=0,\qquad \sqrt{2}\sin\frac{\pi}{2}= \sqrt{2} ]
Resulting complex number is (0+\sqrt{2},i), which is not equal to (1+i). Hence the pair does not represent the same complex number And that's really what it comes down to..
5. Common Mistakes and How to Avoid Them
| Mistake | Why It Happens | Correct Approach |
|---|---|---|
| Ignoring the (2\pi) periodicity | Assuming angles must be exactly equal | Always reduce angles modulo (2\pi) before comparison |
| Mismatching signs of the imaginary part | Forgetting that (\sin(-\theta) = -\sin\theta) | Write polar → rectangular conversion carefully, keeping sign information |
| Confusing modulus with absolute value of the real part | Treating ( | a |
| Leaving radicals unsimplified | Believing (\sqrt{2}\cos\frac{\pi}{4}=1) without verification | Compute numerically or use known exact values ((\cos\frac{\pi}{4}= \frac{\sqrt{2}}{2})) |
| Overlooking negative radius | Some textbooks allow (r<0) with angle shifted by (\pi) | If a radius is negative, change it to positive and add (\pi) to the angle before comparing |
6. Frequently Asked Questions
Q1: Can two different polar pairs with different radii ever represent the same complex number?
A: No. The modulus (r) is the distance from the origin; two numbers with different distances cannot coincide. Only the angle may differ by multiples of (2\pi).
Q2: What if the argument is given in degrees in one pair and radians in the other?
A: Convert one system to the other (e.g., (180^{\circ}= \pi) rad) before applying the (2\pi) (or (360^{\circ})) equivalence rule.
Q3: Is ((-3,-4)) the same as (5e^{i\theta}) for some (\theta)?
A: Compute the modulus: (\sqrt{(-3)^{2}+(-4)^{2}} = 5). The argument satisfies (\tan\theta = \frac{-4}{-3}= \frac{4}{3}) and lies in the third quadrant, so (\theta = \pi + \tan^{-1}!\left(\frac{4}{3}\right)). Hence the polar form is (5e^{i(\pi+\tan^{-1}(4/3))}). They are equivalent.
Q4: When dealing with symbolic angles (like (\theta) and (\theta+2\pi)), can I treat them as equal?
A: Yes, because the exponential function is periodic: (e^{i(\theta+2\pi)} = e^{i\theta}). Therefore any pair differing only by an integer multiple of (2\pi) represents the same complex number Turns out it matters..
Q5: How do I handle complex conjugates?
The conjugate of (a+bi) is (a-bi). On the flip side, in polar form, the conjugate changes the sign of the argument: (re^{i\theta} \rightarrow re^{-i\theta}). Conjugates are not the same complex number unless the imaginary part is zero.
7. Practical Applications
- Electrical Engineering – Impedance often appears as (Z = R + iX) or (Z = |Z|e^{i\phi}). Knowing when two representations are identical simplifies circuit analysis.
- Signal Processing – Phasors are polar forms of complex amplitudes; converting between time‑domain (rectangular) and frequency‑domain (polar) representations relies on the equivalence rules discussed.
- Computer Graphics – Rotations in the complex plane use multiplication by (e^{i\theta}). Recognising that adding (2\pi) to (\theta) yields the same rotation avoids redundant calculations.
- Mathematical Proofs – Many proofs about roots of unity, De Moivre’s theorem, or complex integration require you to assert that two seemingly different expressions are actually the same complex number.
8. Summary Checklist
- Identify the notation of each element.
- Convert both to a common form (preferably rectangular).
- Simplify any trigonometric or algebraic expressions.
- Compare real parts and imaginary parts or modulus and argument (mod (2\pi)).
- Confirm equality and note any required angle adjustments.
By systematically applying this checklist, you will reliably determine whether any given pair of expressions denotes the same complex number.
Conclusion
Complex numbers are versatile; they can be written as ordered pairs, algebraic sums, trigonometric expressions, or exponentials. Worth adding: the key to mastering them lies in recognising that all these forms are simply different views of a single point in the complex plane. But whether you are solving a textbook problem, analysing an AC circuit, or programming a graphics engine, the ability to verify that two pairs represent the same complex number is indispensable. Keep the equivalence rules—exact real and imaginary parts, matching moduli, and arguments differing by integer multiples of (2\pi)—at the forefront of your mind, and you’ll manage the complex plane with confidence and precision.