Complex Numbers Forms and j-Operator – ECE Board Exam | PinoyBIX

Complex numbers four forms and j-operator ECE board exam reviewer infographic by PinoyBIX

DaysHoursMinSec
This offer has expired!

Most engineering students meet complex numbers in second year and think it is a pure math topic. Then third year arrives, AC circuits show up, and suddenly Z = R + jX is everywhere. That connection between the algebra and the engineering is exactly what this post builds.

This is Part 1 of the Complete Complex Numbers ECE/EE Board Exam Reviewer Series on PinoyBIX.org. We start with the foundation: what a complex number actually is, the four forms you need to know, the j-operator rules, and the Argand diagram that makes all of it visual.

If you are reviewing for the ECE or EE board exam, or currently enrolled in Engineering Mathematics, save this page. You will come back to it.


What is a Complex Number?

A complex number is any number of the form:

    \[z = a + jb\]

where a is the real part and b is the imaginary part. In engineering, we use j instead of i to avoid confusion with current i in circuit notation. Mathematicians use i. Engineers use j. On the board exam, always use j.

The entire foundation of complex numbers rests on one definition:

    \[j^2 = -1\]

That is it. One equation. Everything else — the four forms, De Moivre’s theorem, phasor analysis, impedance — follows from that single statement.

The real part and imaginary part are written as:

    \[\text{Re}(z) = a \qquad \text{Im}(z) = b\]

Note that b is the imaginary part — not jb. Students write \text{Im}(z) = jb on the board exam. That is wrong. The imaginary part is the coefficient b alone.


The Four Forms of a Complex Number

This is where most textbooks fail students. They present all four forms in one chapter and move on. What they never tell you is that each form has a specific job. Use the wrong form for the wrong operation and your solution falls apart — even if your arithmetic is perfect.

Form 1 — Rectangular Form

    \[z = a + jb\]

This is the most natural form. You plot it on the complex plane the same way you plot a point (a, b) on the Cartesian plane. Use rectangular form for addition and subtraction only.

For example: if z_1 = 3 + j4 and z_2 = 1 + j2, then:

    \[z_1 + z_2 = (3 + 1) + j(4 + 2) = 4 + j6\]

Clean, fast, zero conversion needed.

Form 2 — Polar Form

    \[z = r\angle\theta\]

Here r is the modulus (magnitude) and \theta is the argument (angle). This is the correct form for multiplication and division. When you multiply two complex numbers in polar form, you multiply the magnitudes and add the angles. When you divide, you divide the magnitudes and subtract the angles.

    \[z_1 \times z_2 = r_1 r_2 \angle(\theta_1 + \theta_2)\]

    \[\dfrac{z_1}{z_2} = \dfrac{r_1}{r_2} \angle(\theta_1 - \theta_2)\]

Two lines. That is the entire rule for polar multiplication and division.

Form 3 — Trigonometric Form

    \[z = r(\cos\theta + j\sin\theta)\]

This is the expanded version of polar form. It comes directly from the geometry of the Argand diagram. In practice, use this form for proofs and derivations. On the board exam, you will see it as an intermediate step between rectangular and exponential form.

Form 4 — Exponential Form

    \[z = re^{j\theta}\]

This is the most powerful form. It comes from Euler’s formula:

    \[e^{j\theta} = \cos\theta + j\sin\theta\]

The exponential form is used in Laplace transforms, Fourier analysis, phasor circuits, and signal processing. It is what makes the connection between complex numbers and real engineering applications explicit. If you only understand one equation from this entire series, make it this one.


The Argand Diagram — Visualizing Complex Numbers

The Argand diagram — also called the complex plane — is a coordinate system where the horizontal axis represents the real part and the vertical axis represents the imaginary part.

A complex number z = a + jb is plotted as the point (a, b) and represented as a vector from the origin to that point. From the geometry of this diagram, two quantities emerge naturally.

The modulus |z| is the length of the vector:

    \[|z| = r = \sqrt{a^2 + b^2}\]

This is the Pythagorean theorem. Nothing more. Board exams ask for this constantly and students overcomplicate it. It is always \sqrt{a^2 + b^2}.

The argument \arg(z) is the angle the vector makes with the positive real axis:

    \[\theta = \arctan\left(\dfrac{b}{a}\right)\]

Here is where students lose points. The formula \arctan(b/a) gives you the reference angle only. You must check which quadrant the complex number falls in and adjust accordingly.

Quadrant a b Adjustment to \theta
I + + None — \theta = \arctan(b/a)
II - + \theta = 180° - \arctan|b/a|
III - - \theta = 180° + \arctan|b/a|
IV + - \theta = 360° - \arctan|b/a|

Skip the quadrant check and you will get the angle wrong. It happens constantly on the board exam.


Conversion Between Forms

You will need to convert between rectangular and polar forms constantly. These four formulas are non-negotiable — commit them to memory now.

Rectangular to Polar:

    \[r = \sqrt{a^2 + b^2}\]

    \[\theta = \arctan\left(\dfrac{b}{a}\right) \quad \text{(adjust for quadrant)}\]

Polar to Rectangular:

    \[a = r\cos\theta\]

    \[b = r\sin\theta\]

For example: convert z = 5\angle 53.13° to rectangular form.

    \[a = 5\cos(53.13°) = 5(0.6) = 3\]

    \[b = 5\sin(53.13°) = 5(0.8) = 4\]

    \[z = 3 + j4\]

That 3-4-5 triangle appears on the board exam more than any other example. Recognize it on sight.


Powers of j — The Repeating Cycle

The powers of j follow a cycle of four. Know this table cold.

Power Value
j^1 j
j^2 -1
j^3 -j
j^4 1
j^5 j (cycle repeats)

The shortcut: divide the exponent by 4 and check the remainder.

    \[j^{27}: \quad 27 \div 4 = 6 \text{ remainder } 3 \quad \Rightarrow \quad j^{27} = j^3 = -j\]

    \[j^{100}: \quad 100 \div 4 = 25 \text{ remainder } 0 \quad \Rightarrow \quad j^{100} = j^4 = 1\]

No calculator needed. This shortcut works for any integer exponent in under 10 seconds.


Board Exam Quick Tips

  1. The form you use determines whether your solution is fast or painful. Rectangular for add and subtract. Polar for multiply and divide. Memorize which is which before you sit the exam.
  2. \text{Im}(z) = b, not jb. The imaginary part is the coefficient alone. Writing jb as the imaginary part is a common error that costs marks in theory questions.
  3. Always check the quadrant after computing \arctan(b/a). Your calculator gives you the reference angle. It does not know which quadrant you are in. You have to check manually every time.
  4. Euler’s formula e^{j\theta} = \cos\theta + j\sin\theta is not optional. It connects Form 3 and Form 4. It appears in Laplace, Fourier, and phasor problems. If you are weak on this, everything that follows becomes harder.
  5. The j-power shortcut is a guaranteed time-saver. Divide the exponent by 4 and take the remainder. You will see this type of question on the board exam. With the shortcut, it takes 10 seconds.

Practice Problems

Try these before looking at the answers. Work them by hand.

Problem 1. Express z = 4\angle 120° in rectangular form.

Problem 2. Find |z| and \arg(z) if z = -3 + j4.

Problem 3. Evaluate j^{55}.

Problem 4. Convert z = 6 + j8 to polar form.

Problem 5. If z = 2e^{j\pi/3}, write z in rectangular form.


Answers

Problem 1.

    \[a = 4\cos(120°) = 4(-0.5) = -2\]

    \[b = 4\sin(120°) = 4(0.866) = 3.46\]

    \[z = -2 + j3.46\]

Problem 2.

    \[|z| = \sqrt{(-3)^2 + 4^2} = \sqrt{9 + 16} = \sqrt{25} = 5\]

z is in Quadrant II since a < 0 and b > 0:

    \[\theta = 180° - \arctan\left(\dfrac{4}{3}\right) = 180° - 53.13° = 126.87°\]

Problem 3.

    \[55 \div 4 = 13 \text{ remainder } 3 \quad \Rightarrow \quad j^{55} = j^3 = -j\]

Problem 4.

    \[r = \sqrt{6^2 + 8^2} = \sqrt{36 + 64} = \sqrt{100} = 10\]

    \[\theta = \arctan\left(\dfrac{8}{6}\right) = \arctan(1.333) = 53.13°\]

    \[z = 10\angle 53.13°\]

Problem 5.

    \[z = 2e^{j\pi/3} = 2\left(\cos 60° + j\sin 60°\right) = 2(0.5 + j0.866)\]

    \[z = 1 + j1.732\]


Frequently Asked Questions

Q1. Why do engineers use j instead of i for the imaginary unit?

In electrical engineering, the letter i is reserved for instantaneous current. Using i for \sqrt{-1} in the same equation creates ambiguity. So engineers adopted j. It is the same mathematical object — just a different symbol. On the ECE and EE board exams in the Philippines, always use j.

Q2. What is the difference between polar form and trigonometric form?

They represent the same complex number. Polar form z = r\angle\theta is the shorthand notation. Trigonometric form z = r(\cos\theta + j\sin\theta) is the expanded version that shows the actual components. Polar is faster to write. Trigonometric is easier to use when deriving De Moivre’s theorem or expanding into real and imaginary parts.

Q3. Can the modulus |z| ever be negative?

No. The modulus is a distance — always zero or positive. It is computed as \sqrt{a^2 + b^2}, which is always non-negative. If you get a negative modulus, you made an arithmetic error somewhere.

Q4. How do I know if my argument angle is correct?

Plot the complex number roughly on the Argand diagram — even a quick sketch. Check which quadrant it falls in. Your computed angle must match that quadrant. If the number is in Quadrant III but your angle is between 0° and 90°, something went wrong in the arctan step.

Q5. Is Euler’s formula given in the board exam or do I have to memorize it?

Memorize it. e^{j\theta} = \cos\theta + j\sin\theta is not always provided in the given data. It appears in problems about exponential form, phasors, and Laplace transforms — and it is expected knowledge, not supplied information.


What’s Next

Now that you have the four forms locked in, the next step is learning what to do with them. Part 2 of this series covers all operations on complex numbers — addition, subtraction, multiplication, division, and the conjugate method — with the exact form-selection rules and worked examples you need for the board exam.

→ Continue to Operations on Complex Numbers – Add, Subtract, Multiply, Divide

→ Back to the Complete Complex Numbers ECE Board Exam Reviewer Series


Published by PinoyBIX.org — Engineering Education for Every Filipino Student. Electronics · Mathematics · Board Exam Review · Free for Everyone.

Please do Subscribe on YouTube!

P inoyBIX educates thousands of reviewers and students a day in preparation for their board examinations. Also provides professionals with materials for their lectures and practice exams. Help me go forward with the same spirit.

“Will you subscribe today via YOUTUBE?”

Subscribe
What You Also Get: FREE ACCESS & DOWNLOAD via GDRIVE

TIRED OF ADS?

  • Become Premium Member and experienced complete ads-free content browsing.
  • Full Content Access to Premium Solutions Exclusive for Premium members
  • Access to PINOYBIX FREEBIES folder
  • Download Reviewers and Learning Materials Free
  • Download Content: You can see download/print button at the bottom of each post.

PINOYBIX FREEBIES FOR PREMIUM MEMBERSHIP:

  • CIVIL ENGINEERING REVIEWER
  • CIVIL SERVICE EXAM REVIEWER
  • CRIMINOLOGY REVIEWER
  • ELECTRONICS ENGINEERING REVIEWER (ECE/ECT)
  • ELECTRICAL ENGINEERING & RME REVIEWER
  • FIRE OFFICER EXAMINATION REVIEWER
  • LET REVIEWER
  • MASTER PLUMBER REVIEWER
  • MECHANICAL ENGINEERING REVIEWER
  • NAPOLCOM REVIEWER
  • Additional upload reviewers and learning materials are also FREE

FOR A LIMITED TIME

If you subscribe for PREMIUM today!

You will receive an additional 1 month of Premium Membership FREE.

For Bronze Membership an additional 2 months of Premium Membership FREE.

For Silver Membership an additional 3 months of Premium Membership FREE.

For Gold Membership an additional 5 months of Premium Membership FREE.

Join the PinoyBIX community.

DaysHoursMinSec
This offer has expired!

Add Comment

THE ULTIMATE ONLINE REVIEW HUB: PINOYBIX . © 2014-2026 All Rights Reserved | DMCA.com Protection Status