Properties of Complex Numbers โ€“ Part 2

In this section, we explore the identity and inverse properties of complex numbers. These are core ideas that reinforce how operations behave โ€” ensuring that there's always a way to "do nothing" (identity) or "undo" an operation (inverse).

Additive Identity

The additive identity is the number that, when added to any other number, leaves it unchanged. For complex numbers, this is 0+0i0 + 0i. A complex number with both its real and imaginary part equal to 0.

Prove That z+0=zz + 0 = z (Additive Identity)

SKIP

z+0=zz + 0 = z

LHS=z+0LHS = z + 0

=(a+bi)+(0+0i) = (a + bi) + (0 + 0i)

=(a+0)+(b+0)i= (a + 0) + (b + 0)i

=a+bi= a + bi

=z=RHS= z = RHS

Multiplicative Identity

The multiplicative identity is the number that, when multiplied with any other number, leaves it unchanged. For complex numbers, this is simply 1+0i1 + 0i. A complex number with 1 as its real part and 0 as its imaginary part. Be vigilant that the multiplicative identity for complex numbers is not 1+1i1 + 1i.

Prove That zโ‹…1=zz \cdot 1 = z (Multiplicative Identity)

SKIP

zโ‹…1=zz \cdot 1 = z

LHS=zโ‹…1LHS = z \cdot 1

=(a+bi)โ‹…(1+0i) = (a + bi) \cdot (1 + 0i)

=a(1+0i)+bi(1+0i)= a(1 + 0i) + bi(1 + 0i)

=a+0i+bi+0i2= a + 0i + bi + 0i^2

=a+bi= a + bi

=z=RHS= z = RHS

Additive Inverse

The additive inverse of a number is what you add to it to get zero. For a complex number z=a+biz = a + bi, the inverse is โˆ’z=โˆ’(aโˆ’bi)=โˆ’aโˆ’bi-z = -(a - bi) = -a - bi.

Prove That z+(โˆ’z)=0z + (-z) = 0 (Additive Inverse)

SKIP

Let z=a+biz = a + bi

SKIP

z+(โˆ’z)=0z + (-z) = 0

LHS=z+(โˆ’z)LHS = z + (-z)

=(a+bi)+(โˆ’(a+bi))= (a + bi) + (-(a + bi))

=(a+bi)+(โˆ’aโˆ’bi)= (a + bi) + (-a - bi)

=a+bi+(โˆ’a)+(โˆ’b)i= a + bi +(-a) + (-b)i

=(a+(โˆ’a))+(b+(โˆ’b))i= (a + (-a)) + (b + (-b))i

=0+0i= 0 + 0i

=0=RHS= 0 = RHS

Multiplicative Inverse

The multiplicative inverse of a number what you multiply to it get the multiplictive identity, which is 1. For real numbers, the multiplicative inverse is simply the reciprocal of the number. The multiplicative inverse of 22 is 12\dfrac{1}{2}. In general, the multiplicative inverse of aa is 1a\dfrac{1}{a} with the exception that zero does not have a multiplicative inverse.

In the same vein, the multiplicative inverse of a complex number zz is 1z\dfrac{1}{z}.

If z=a+biz = a + bi, then its multiplicative inverse is given by 1a+bi\dfrac{1}{a+bi}. However this fraction is not a good representation of a complex number. Square roots and iota in the denominators are ugly and have to be resolved through division which will be covered in the future lessons.


End of Lesson

ย Previous
Properties of Complex Numbers I
Next
Conjugates of Complex Numbers