Complex Numbers Operations – Add Subtract Multiply Divide | PinoyBIX

Complex numbers operations add subtract multiply divide ECE board exam infographic by PinoyBIX

DaysHoursMinSec
This offer has expired!

You already know the four forms of a complex number from Part 1 of this series. Now comes the part that actually shows up on the board exam: what do you do with them? Addition, subtraction, multiplication, division, and the conjugate method — these five operations cover the majority of complex number problems you will face in the ECE, EE, ME, CE, and ChE board exams.

This is Part 2 of the Complete Complex Numbers ECE and EE Board Exam Reviewer Series on PinoyBIX.org. The goal here is not just to show you the formulas. The goal is to make the form selection rule automatic so you never waste time choosing the wrong approach under exam pressure.


📋 BOARD EXAM RELEVANCE

  • ECE (Electronics Engineer) — Operations on complex numbers appear in Engineering Mathematics and directly in Electronics and Communications subjects. Multiplication and division in polar form are essential for phasor and impedance calculations. High frequency topic. Expect 4 to 8 items.
  • EE (Electrical Engineer) — Operations are tested heavily in Engineering Mathematics and Electrical Circuits. Division using the conjugate method appears in impedance ratio problems. High frequency topic.
  • ME (Mechanical Engineer) — Operations appear in Engineering Mathematics. Moderate frequency. Addition, subtraction, and multiplication are the most tested. Division appears occasionally.
  • CE (Civil Engineer) — Operations appear in Engineering Mathematics. Moderate frequency. Addition and subtraction dominate. Multiplication in polar form appears in structural dynamics problems.
  • ChE (Chemical Engineer) — Operations appear in Engineering Mathematics and in process control transfer function analysis. Moderate frequency. All four operations may appear.
  • GeE (Geodetic Engineer) — Basic operations appear in Engineering Mathematics. Low to moderate frequency.
  • MetE and MinE — Basic addition, subtraction, and multiplication appear in Engineering Mathematics. Low frequency.
  • Naval Architect and Marine Engineer — Operations appear in Engineering Mathematics and vibration analysis. Moderate frequency.

Bottom line: Every engineering board examinee needs to master addition, subtraction, and multiplication. ECE and EE examinees must also master division in both polar and conjugate forms with full confidence.


The One Rule That Changes Everything

Before writing a single number, you need to know which form to use. Most students skip this decision and dive straight into arithmetic. That is where the errors begin.

KEY RULE — Form Selection for Operations

  • Addition and Subtraction → use Rectangular Form z = a + jb
  • Multiplication and Division → use Polar Form z = r\angle\theta

If the numbers are not already in the correct form, convert them first. This is not optional.

Breaking this rule does not make the math impossible. It makes it significantly slower and significantly more error prone. On a timed board exam, that difference matters.


Addition of Complex Numbers

To add two complex numbers, add the real parts together and add the imaginary parts together. Both numbers must be in rectangular form before you begin.

KEY FORMULA — Addition

    \[z_1 + z_2 = (a_1 + a_2) + j(b_1 + b_2)\]

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 and fast. No conversion needed when both numbers are already in rectangular form.


Subtraction of Complex Numbers

Subtraction follows the same pattern. Subtract the real parts and subtract the imaginary parts separately. Stay in rectangular form.

KEY FORMULA — Subtraction

    \[z_1 - z_2 = (a_1 - a_2) + j(b_1 - b_2)\]

For example: if z_1 = 5 + j3 and z_2 = 2 + j7, then:

    \[z_1 - z_2 = (5 - 2) + j(3 - 7) = 3 - j4\]

Watch the sign on the imaginary part. Subtracting a positive imaginary term gives a negative imaginary result. This is where sign errors happen.


Multiplication of Complex Numbers

Multiplication is done in polar form. Multiply the magnitudes and add the angles. If the numbers are given in rectangular form, convert to polar first.

KEY FORMULA — Multiplication in Polar Form

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

Magnitudes multiply. Angles add.

You can also multiply in rectangular form using the FOIL method and substituting j^2 = -1. This works but takes significantly longer and produces more arithmetic errors. Use polar form whenever you can.

Rectangular multiplication as a reference:

    \[(a_1 + jb_1)(a_2 + jb_2) = (a_1 a_2 - b_1 b_2) + j(a_1 b_2 + a_2 b_1)\]

Note that j^2 = -1 turns the jb_1 \cdot jb_2 term into -b_1 b_2, which shifts from the imaginary to the real component. Students who forget this substitution get the real part wrong.


Division of Complex Numbers

Division is done in polar form. Divide the magnitudes and subtract the angles. Denominator angle is always subtracted from numerator angle — not the other way around.

KEY FORMULA — Division in Polar Form

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

Magnitudes divide. Angles subtract. Always numerator angle minus denominator angle.

When the numbers are in rectangular form and you cannot convert to polar easily, use the conjugate method instead.

KEY FORMULA — Division Using the Conjugate Method

    \[\dfrac{z_1}{z_2} = \dfrac{a_1 + jb_1}{a_2 + jb_2} \cdot \dfrac{a_2 - jb_2}{a_2 - jb_2} = \dfrac{(a_1 + jb_1)(a_2 - jb_2)}{a_2^2 + b_2^2}\]

Multiply numerator and denominator by the conjugate of the denominator. The denominator becomes the real number a_2^2 + b_2^2.


The Complex Conjugate

The complex conjugate of z = a + jb is written as z^* or \bar{z} and is formed by flipping the sign of the imaginary part.

KEY FORMULA — Complex Conjugate

    \[\text{If } z = a + jb \text{, then } z^* = a - jb\]

    \[z \cdot z^* = a^2 + b^2 = |z|^2\]

The product of a complex number and its conjugate is always a real number equal to the square of the modulus.

The conjugate has three main uses. First, it rationalizes the denominator in rectangular division. Second, it appears in power calculations in AC circuits as S = V \cdot I^*. Third, it is used to extract the real and imaginary parts of complex expressions in signal processing problems.


Worked Problems — Board Exam Type Questions

The following 10 problems represent actual ECE, EE, ME, CE, and ChE board exam question types on complex number operations. Work each problem completely before reading the solution.


Problem 1 — ECE Board Exam Type

Add z_1 = 4 + j3 and z_2 = -2 + j5.

Given: z_1 = 4 + j3, z_2 = -2 + j5

Find: z_1 + z_2

Solution:

Step 1: Add the real parts.

    \[a = 4 + (-2) = 2\]

Step 2: Add the imaginary parts.

    \[b = 3 + 5 = 8\]

Step 3: Write the result.

    \[z_1 + z_2 = 2 + j8\]

✓ ANSWER: z_1 + z_2 = 2 + j8

Examiner note: Addition of a negative real part (-2) and a positive real part (4) gives 2. Students sometimes write 4 + 2 = 6 by ignoring the negative sign. Read the sign of each component carefully before adding.


Problem 2 — EE Board Exam Type

Subtract z_2 = 3 - j7 from z_1 = 1 + j4.

Given: z_1 = 1 + j4, z_2 = 3 - j7

Find: z_1 - z_2

Solution:

Step 1: Subtract the real parts.

    \[a = 1 - 3 = -2\]

Step 2: Subtract the imaginary parts. Note that subtracting -j7 gives +j7.

    \[b = 4 - (-7) = 4 + 7 = 11\]

Step 3: Write the result.

    \[z_1 - z_2 = -2 + j11\]

✓ ANSWER: z_1 - z_2 = -2 + j11

Examiner note: Subtracting a negative imaginary part flips the sign. 4 - (-7) = 11, not 4 - 7 = -3. Double-check the sign of the imaginary part of the number being subtracted before computing.


Problem 3 — ECE Board Exam Type

Multiply z_1 = 3\angle 25° and z_2 = 4\angle 40°.

Given: z_1 = 3\angle 25°, z_2 = 4\angle 40°

Find: z_1 \times z_2

Solution:

Step 1: Both numbers are already in polar form. Apply the multiplication rule directly.

Step 2: Multiply the magnitudes.

    \[r = r_1 \times r_2 = 3 \times 4 = 12\]

Step 3: Add the angles.

    \[\theta = \theta_1 + \theta_2 = 25° + 40° = 65°\]

Step 4: Write the result.

    \[z_1 \times z_2 = 12\angle 65°\]

✓ ANSWER: z_1 \times z_2 = 12\angle 65°

Examiner note: When both numbers are already in polar form, multiplication takes two arithmetic steps. No conversion needed. This is why the form selection rule exists — it eliminates unnecessary work.


Problem 4 — ME Board Exam Type

Divide z_1 = 15\angle 80° by z_2 = 3\angle 35°.

Given: z_1 = 15\angle 80°, z_2 = 3\angle 35°

Find: \dfrac{z_1}{z_2}

Solution:

Step 1: Both numbers are in polar form. Apply the division rule directly.

Step 2: Divide the magnitudes.

    \[r = \dfrac{r_1}{r_2} = \dfrac{15}{3} = 5\]

Step 3: Subtract the angles. Numerator angle minus denominator angle.

    \[\theta = \theta_1 - \theta_2 = 80° - 35° = 45°\]

Step 4: Write the result.

    \[\dfrac{z_1}{z_2} = 5\angle 45°\]

✓ ANSWER: \dfrac{z_1}{z_2} = 5\angle 45°

Examiner note: The order of subtraction matters. It is always \theta_1 - \theta_2, meaning numerator angle minus denominator angle. Reversing this gives -45° instead of 45°, which is the wrong answer. This error appears frequently in board exam answer sheets.


Problem 5 — CE Board Exam Type

Multiply z_1 = 2 + j3 and z_2 = 1 - j2 using rectangular form.

Given: z_1 = 2 + j3, z_2 = 1 - j2

Find: z_1 \times z_2 in rectangular form.

Solution:

Step 1: Apply the FOIL method.

    \[(2 + j3)(1 - j2) = 2(1) + 2(-j2) + j3(1) + j3(-j2)\]

Step 2: Expand each term.

    \[= 2 - j4 + j3 - j^2 6\]

Step 3: Substitute j^2 = -1.

    \[= 2 - j4 + j3 - (-1)(6) = 2 - j4 + j3 + 6\]

Step 4: Collect real and imaginary parts.

    \[= (2 + 6) + j(-4 + 3) = 8 - j1\]

✓ ANSWER: z_1 \times z_2 = 8 - j1

Examiner note: The critical step is substituting j^2 = -1 after expanding. The term j^2 \cdot 6 becomes +6, not -6. Students who forget the substitution keep j^2 in the expression and get an incorrect result. Always substitute j^2 = -1 before collecting terms.


Problem 6 — ECE Board Exam Type

Divide z_1 = 4 + j2 by z_2 = 3 + j1 using the conjugate method.

Given: z_1 = 4 + j2, z_2 = 3 + j1

Find: \dfrac{z_1}{z_2} in rectangular form.

Solution:

Step 1: Identify the conjugate of the denominator.

    \[z_2^* = 3 - j1\]

Step 2: Multiply numerator and denominator by z_2^*.

    \[\dfrac{4 + j2}{3 + j1} \cdot \dfrac{3 - j1}{3 - j1}\]

Step 3: Expand the numerator using FOIL.

    \[(4 + j2)(3 - j1) = 12 - j4 + j6 - j^2 2 = 12 + j2 + 2 = 14 + j2\]

Step 4: Compute the denominator using a^2 + b^2.

    \[3^2 + 1^2 = 9 + 1 = 10\]

Step 5: Divide each part of the numerator by the denominator.

    \[\dfrac{14 + j2}{10} = \dfrac{14}{10} + j\dfrac{2}{10} = 1.4 + j0.2\]

✓ ANSWER: \dfrac{z_1}{z_2} = 1.4 + j0.2

Examiner note: The conjugate method always produces a real number denominator equal to a^2 + b^2. If your denominator still contains j after multiplying by the conjugate, you made an error in the expansion. Go back and check the FOIL step.


Problem 7 — ChE Board Exam Type

Given z_1 = 2\angle 30° and z_2 = 5\angle 60°, find z_1 \times z_2 and express the result in rectangular form.

Given: z_1 = 2\angle 30°, z_2 = 5\angle 60°

Find: z_1 \times z_2 in rectangular form a + jb

Solution:

Step 1: Multiply in polar form first.

    \[z_1 \times z_2 = (2 \times 5)\angle(30° + 60°) = 10\angle 90°\]

Step 2: Convert 10\angle 90° to rectangular form.

    \[a = 10\cos 90° = 10(0) = 0\]

    \[b = 10\sin 90° = 10(1) = 10\]

Step 3: Write the rectangular form.

    \[z_1 \times z_2 = 0 + j10 = j10\]

✓ ANSWER: z_1 \times z_2 = j10

Examiner note: A result of \angle 90° always gives a pure imaginary number with zero real part. A result of \angle 0° always gives a pure real number with zero imaginary part. These are quick sanity checks you can apply without converting.


Problem 8 — EE Board Exam Type

Find the conjugate of z = -4 + j6 and verify that z \cdot z^* equals |z|^2.

Given: z = -4 + j6

Find: z^* and verify z \cdot z^* = |z|^2

Solution:

Step 1: Write the conjugate by flipping the sign of the imaginary part.

    \[z^* = -4 - j6\]

Step 2: Compute z \cdot z^*.

    \[z \cdot z^* = (-4 + j6)(-4 - j6)\]

Step 3: Apply (a + jb)(a - jb) = a^2 + b^2.

    \[z \cdot z^* = (-4)^2 + (6)^2 = 16 + 36 = 52\]

Step 4: Verify using the modulus formula.

    \[|z|^2 = \sqrt{(-4)^2 + 6^2}^2 = 16 + 36 = 52 \quad \checkmark\]

✓ ANSWER: z^* = -4 - j6 and z \cdot z^* = 52 = |z|^2

Examiner note: The verification step z \cdot z^* = |z|^2 is a self-checking tool you can use on the board exam whenever you compute a conjugate product. If the result is not equal to a^2 + b^2, there is an error in your expansion.


Problem 9 — ECE Board Exam Type

Simplify \dfrac{j}{1 + j} and express the result in rectangular form.

Given: \dfrac{j}{1 + j}

Find: Result in a + jb form.

Solution:

Step 1: Identify the conjugate of the denominator. The denominator is 1 + j, so the conjugate is 1 - j.

Step 2: Multiply numerator and denominator by the conjugate.

    \[\dfrac{j}{1 + j} \cdot \dfrac{1 - j}{1 - j}\]

Step 3: Expand the numerator.

    \[j(1 - j) = j - j^2 = j - (-1) = 1 + j\]

Step 4: Compute the denominator using a^2 + b^2.

    \[1^2 + 1^2 = 2\]

Step 5: Divide.

    \[\dfrac{1 + j}{2} = \dfrac{1}{2} + j\dfrac{1}{2} = 0.5 + j0.5\]

✓ ANSWER: \dfrac{j}{1 + j} = 0.5 + j0.5

Examiner note: The numerator here is j alone, not a full complex number. The conjugate method still applies exactly the same way. Multiply j(1 - j) carefully and remember that -j^2 = -(-1) = +1.


Problem 10 — ECE Board Exam Type

Given z_1 = 3 + j4 and z_2 = 4 - j3, find \dfrac{z_1}{z_2} in polar form.

Given: z_1 = 3 + j4, z_2 = 4 - j3

Find: \dfrac{z_1}{z_2} in polar form r\angle\theta

Solution:

Step 1: Convert z_1 to polar form.

    \[r_1 = \sqrt{3^2 + 4^2} = \sqrt{25} = 5\]

    \[\theta_1 = \arctan\!\left(\dfrac{4}{3}\right) = 53.13° \quad \text{(Quadrant I)}\]

    \[z_1 = 5\angle 53.13°\]

Step 2: Convert z_2 to polar form. Since a > 0 and b < 0, the number is in Quadrant IV.

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

    \[\theta_2 = -\arctan\!\left(\dfrac{3}{4}\right) = -36.87° \quad \text{(Quadrant IV, negative angle)}\]

    \[z_2 = 5\angle{-36.87°}\]

Step 3: Apply the division rule.

    \[\dfrac{z_1}{z_2} = \dfrac{5}{5}\angle(53.13° - (-36.87°)) = 1\angle 90°\]

✓ ANSWER: \dfrac{z_1}{z_2} = 1\angle 90°

Examiner note: This result tells you that dividing z_1 by z_2 produces a unit vector pointing straight up along the imaginary axis. In rectangular form, 1\angle 90° = 0 + j1 = j. The answer j is a valid and complete rectangular form result. Some board exam choices present it this way.


Common Mistakes and Examiner Traps

These are the most consistent error patterns in board exam solutions for complex number operations.

❌ Common Mistake ✅ Correct Approach
Adding complex numbers in polar form directly. Attempting r_1\angle\theta_1 + r_2\angle\theta_2 without converting to rectangular form first. Convert both numbers to rectangular form a + jb first. Add real parts and imaginary parts separately. Convert back to polar only if the final answer requires it.
Adding angles when dividing. Writing \dfrac{z_1}{z_2} = \dfrac{r_1}{r_2}\angle(\theta_1 + \theta_2) instead of subtracting the angles. Division in polar form subtracts angles: \dfrac{z_1}{z_2} = \dfrac{r_1}{r_2}\angle(\theta_1 - \theta_2). The angle of the denominator is always subtracted from the angle of the numerator.
Forgetting to substitute j^2 = -1 when multiplying in rectangular form. Leaving j^2 in the expression or writing j^2 = +1. After expanding using FOIL, immediately substitute j^2 = -1 before collecting like terms. The term j^2 \cdot k becomes -k and moves from the imaginary component to the real component.
Using the wrong conjugate in division. Multiplying by the conjugate of the numerator instead of the conjugate of the denominator. The conjugate you multiply by is always the conjugate of the denominator. The purpose is to eliminate j from the bottom of the fraction. Conjugating the numerator achieves nothing useful.
Leaving j in the denominator of a final answer. Writing \dfrac{3}{j} or \dfrac{2 + j3}{1 - j2} as a final result. Always rationalize the denominator before writing the final answer. A complex number in the denominator is not in standard form. Multiply top and bottom by the conjugate of the denominator to clear it.
Subtracting the numerator angle from the denominator angle instead of the reverse. Computing \theta_2 - \theta_1 instead of \theta_1 - \theta_2. The rule is always numerator angle minus denominator angle: \theta_1 - \theta_2. If the result is negative, that is a valid negative angle. Do not flip the order to make it positive.
Multiplying in polar form when the problem asks for rectangular form, without converting the final answer. Stopping at r\angle\theta when the problem asks for a + jb. Read the problem statement carefully. If the final answer must be in rectangular form, convert your polar result using a = r\cos\theta and b = r\sin\theta before writing the answer.

Board Exam Quick Tips

  1. Decide the form before touching a number. Read the operation first. Addition or subtraction means rectangular. Multiplication or division means polar. Make this decision automatic before the board exam.
  2. The conjugate of a + jb is a - jb. Only the sign of the imaginary part changes. The real part stays exactly the same. Changing the real part is a common error that invalidates the entire rationalization.
  3. After multiplying in rectangular form, always substitute j^2 = -1 before collecting terms. This is a separate step, not something to do mentally. Write it explicitly in your solution to avoid the most common sign error in complex number multiplication.
  4. For division in polar form, the angle subtraction is \theta_1 - \theta_2. Say it out loud if needed: numerator angle minus denominator angle. Write it in that order every time. The board exam exploits this consistently by placing the wrong-order result among the choices.
  5. When a problem gives mixed forms — one number in rectangular, one in polar — convert both to the same form before operating. Match the form to the operation: rectangular for addition and subtraction, polar for multiplication and division. Never mix forms mid-calculation.

Frequently Asked Questions

Q1. Can I always use rectangular form for multiplication instead of polar form?

Yes, you can. The FOIL method works for rectangular multiplication and gives the correct answer. The reason polar form is strongly recommended is speed and accuracy. Polar multiplication takes two arithmetic steps. Rectangular multiplication takes five to seven steps and introduces more opportunities for sign errors. On a timed board exam, this difference is significant.

Q2. What happens when the result of division in polar form has a negative angle?

A negative angle is valid and correct. For example, 5\angle{-30°} means the vector points 30° below the positive real axis, which places it in Quadrant IV. You can leave it as a negative angle or convert to a positive equivalent by adding 360°: -30° + 360° = 330°. Both represent the same complex number. Check which form your answer choices use.

Q3. Why does the conjugate method work for division?

Multiplying any complex number by its own conjugate always produces a real number: (a + jb)(a - jb) = a^2 + b^2. When you multiply both the numerator and denominator by the conjugate of the denominator, you are multiplying the fraction by 1 — so its value does not change — but the denominator becomes a real number, which makes the division straightforward.

Q4. Is it possible to have a complex number in the denominator in the final answer?

No, not in standard form. A complex number written as a + jb requires both a and b to be real numbers. If j appears in the denominator of either component, the number is not in standard rectangular form. Always rationalize using the conjugate before writing the final answer.

Q5. How do I multiply three or more complex numbers together?

Convert all of them to polar form first. Then multiply all the magnitudes together and add all the angles together. For example, z_1 \times z_2 \times z_3 = r_1 r_2 r_3 \angle(\theta_1 + \theta_2 + \theta_3). This scales directly to any number of factors. In rectangular form, you would need to multiply two at a time, which becomes increasingly tedious.


What is Next

Now that all four operations and the conjugate method are clear, the next topic is the one that produces the most incomplete answers on the board exam. Part 3 of this series covers De Moivre’s theorem — how to raise a complex number to any integer power and how to find all nth roots, not just the principal one.

→ Continue to Part 3 — De Moivre’s Theorem: Powers and Roots of Complex Numbers

→ Back to the Complete Complex Numbers ECE and EE 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