[Common Math 1 Part 12] Complex Number Operations and Conjugates

한국어 버전

In the previous post, we began with the reason complex numbers are needed at all. Now it is time to organize them as a working calculation system.

Systematically organize addition, subtraction, multiplication, and division for complex numbers, and understand why conjugates matter.

Let us fix the flow first.

  • A complex number is written in the form a+bia+bi.
  • The calculations follow ordinary algebra, and then we use i2=1i^2=-1.
  • Division is where things start to feel awkward because ii remains in the denominator.
  • The key tool that resolves that awkwardness is the complex conjugate.

1. What to Notice Before Calculating

We usually write a complex number as

a+bi(a,b are real numbers)a+bi \qquad (a, b \text{ are real numbers})

Here,

  • aa is the real part
  • bb is the coefficient of the imaginary part

Strictly speaking, the imaginary term is bibi, and bb is its real coefficient. In beginner courses, however, bb is often informally called the imaginary part as well.

For example,

  • the real part of 3+2i3+2i is 33, and its imaginary coefficient is 22
  • the real part of 14i-1-4i is 1-1, and its imaginary coefficient is 4-4

This form matters because after every calculation, we usually want to rewrite the answer again in the standard form a+bia+bi.

1-1. What Does It Mean for Two Complex Numbers to Be Equal?

If

a+biandc+dia+bi \qquad \text{and} \qquad c+di

are equal, then both parts must match:

a=c,b=d.a=c, \qquad b=d.

So the real parts must be equal, and the imaginary coefficients must also be equal.

For example, suppose

x+2i=5+2i.x+2i=5+2i.

Then comparing parts immediately gives

x=5.x=5.

Now compare that with

x+2i=53i.x+2i=5-3i.

Then we would need

x=5,2=3,x=5, \qquad 2=-3,

and the second statement is impossible. So there is no real value of xx that satisfies this equation.

This viewpoint becomes useful later when we organize equations.


2. Addition and Subtraction

Addition and subtraction are the simplest operations. We combine real parts with real parts and imaginary parts with imaginary parts.

(a+bi)+(c+di)=(a+c)+(b+d)i(a+bi)+(c+di)=(a+c)+(b+d)i (a+bi)(c+di)=(ac)+(bd)i(a+bi)-(c+di)=(a-c)+(b-d)i

For example,

(3+4i)+(25i)=5i(3+4i)+(2-5i)=5-i (12i)(3+i)=43i(1-2i)-(-3+i)=4-3i

The rule is simply to collect the real part and the imaginary coefficient separately. The more interesting ideas usually appear in multiplication and division.


3. Multiplication Works Like Polynomial Expansion

For multiplication, we do not need a completely new rule. We expand as usual and then use i2=1i^2=-1.

(a+bi)(c+di)=ac+adi+bci+bdi2(a+bi)(c+di)=ac+adi+bci+bd i^2

Applying i2=1i^2=-1 gives

(a+bi)(c+di)=(acbd)+(ad+bc)i.(a+bi)(c+di)=(ac-bd)+(ad+bc)i.

3-1. A Concrete Example

Let us compute

(2+3i)(14i).(2+3i)(1-4i).

First expand:

28i+3i12i2.2-8i+3i-12i^2.

Combine like terms:

25i12i2.2-5i-12i^2.

Since i2=1i^2=-1,

25i+12=145i.2-5i+12=14-5i.

Therefore,

(2+3i)(14i)=145i.(2+3i)(1-4i)=14-5i.

4. What Is a Conjugate?

For the complex number a+bia+bi, the number

abia-bi

is called its conjugate.

So we keep the real part the same and change only the sign of the imaginary part.

For example,

  • the conjugate of 3+2i3+2i is 32i3-2i
  • the conjugate of 15i-1-5i is 1+5i-1+5i

If we write a complex number as zz, its conjugate is often written as z\overline{z}.

At first this may look like a small sign change, but it becomes a decisive tool in division.

4-1. Why Is the Conjugate Useful?

Look at

(a+bi)(abi).(a+bi)(a-bi).

Expanding gives

a2abi+abib2i2.a^2-abi+abi-b^2i^2.

The middle terms cancel, and since i2=1i^2=-1, we get

a2+b2.a^2+b^2.

So

(a+bi)(abi)=a2+b2.(a+bi)(a-bi)=a^2+b^2.

The important point is that the result is a real number. When the denominator is complex, multiplying by its conjugate turns that denominator into a real number. That is exactly why conjugates are used in division.


5. Division Uses the Conjugate to Clean Up the Denominator

Division of complex numbers is also possible, but we usually want the answer back in the form a+bia+bi.

For example, consider

1+2i3+i.\frac{1+2i}{3+i}.

If we leave it as it is, the denominator still contains ii. It is much cleaner to turn the denominator into a real number.

To do that, multiply the numerator and denominator by the conjugate of 3+i3+i, which is 3i3-i:

1+2i3+i3i3i.\frac{1+2i}{3+i} \cdot \frac{3-i}{3-i}.

Then the denominator becomes

(3+i)(3i)=32+12=10,(3+i)(3-i)=3^2+1^2=10,

and the numerator is

(1+2i)(3i)=3i+6i2i2,(1+2i)(3-i)=3-i+6i-2i^2,

so first we combine like terms:

3+5i2i2,3+5i-2i^2,

and then apply i2=1i^2=-1:

3+5i2(1)=3+5i+2=5+5i.3+5i-2(-1)=3+5i+2=5+5i.

Therefore,

1+2i3+i=5+5i10=12+12i.\frac{1+2i}{3+i}=\frac{5+5i}{10}=\frac{1}{2}+\frac{1}{2}i.

5-1. Why Can We Multiply Top and Bottom by the Same Number?

Because

3i3i=1,\frac{3-i}{3-i}=1,

the value does not change. Of course, this works only when the denominator is not 0.

In complex numbers, being equal to 0 means both the real part and the imaginary coefficient are 0. That is not the case for 3i3-i.

5-2. The Key Idea Matters More Than the Formula

The main idea to remember is this:

Multiply by the conjugate of the denominator so the denominator becomes a real number.

That principle matters more than memorizing a ready-made formula.

Written once as a general pattern,

a+bic+di=(a+bi)(cdi)(c+di)(cdi),\frac{a+bi}{c+di}=\frac{(a+bi)(c-di)}{(c+di)(c-di)},

and since

(c+di)(cdi)=c2+d2,(c+di)(c-di)=c^2+d^2,

the denominator becomes real.


6. Common Mistakes

The rules are simple, so many errors come from small sign mistakes.

6-1. Treating i2=1i^2=-1 as if i=1i=-1

i2=1i^2=-1 does not mean i=1i=-1. So 2i2=2-2i^2=2, but 2i-2i does not suddenly become 22.

6-2. Changing the Real Part in the Conjugate

The conjugate of a+bia+bi is abia-bi. It is not abi-a-bi.

6-3. Multiplying Only the Denominator in Division

If we multiply only the denominator by the conjugate, we change the value. We must multiply both numerator and denominator by the same nonzero complex number.


7. Key Takeaways

  • After each calculation, rewrite the result in the form a+bia+bi.
  • In addition and subtraction, combine real parts and imaginary parts separately.
  • In multiplication, expand as usual and then use i2=1i^2=-1.
  • The conjugate of a+bia+bi is abia-bi.
  • The product (a+bi)(abi)=a2+b2(a+bi)(a-bi)=a^2+b^2 is real.
  • That is why complex division uses the conjugate of the denominator.

In the next post, we will use this wider number system to organize the roots of quadratic equations more generally and to understand the role of the quadratic formula.

One-line conclusion:

A conjugate is not a decorative pairing. It is the key tool that turns complex division into a clean real denominator.

💬 댓글

이 글에 대한 의견을 남겨주세요