The Imaginary Unit, Iota (ii)

The real number system is insufficient to solve all algebraic equations, such as x2+1=0x^2 + 1 = 0. To address this, we define the imaginary unit, denoted by ii (iota), with the following properties:

i=1andi2=1i = \sqrt{-1} \quad \text{and} \quad i^2 = -1

What is a Complex Number?

A complex number, usually denoted by zz, is any number that can be expressed in the form a+iba + ib, where aa and bb are real numbers.

  • Real Part: The real number aa is called the real part of zz, denoted as Re(zz).
  • Imaginary Part: The real number bb is called the imaginary part of zz, denoted as Im(zz).

Equality of Complex Numbers

Two complex numbers, z1=a+ibz_1 = a+ib and z2=c+idz_2 = c+id, are equal if and only if their real parts are equal and their imaginary parts are equal.

a+ib=c+id    a=c and b=da+ib = c+id \iff a=c \text{ and } b=d

Algebra of Complex Numbers

  • Addition: (a+ib)+(c+id)=(a+c)+i(b+d)(a+ib) + (c+id) = (a+c) + i(b+d)
  • Subtraction: (a+ib)(c+id)=(ac)+i(bd)(a+ib) - (c+id) = (a-c) + i(b-d)
  • Multiplication: (a+ib)(c+id)=(acbd)+i(ad+bc)(a+ib)(c+id) = (ac-bd) + i(ad+bc)
  • Division: To divide, we multiply the numerator and denominator by the conjugate of the denominator: a+ibc+id=(a+ib)(cid)(c+id)(cid)=ac+bdc2+d2+ibcadc2+d2\frac{a+ib}{c+id} = \frac{(a+ib)(c-id)}{(c+id)(c-id)} = \frac{ac+bd}{c^2+d^2} + i\frac{bc-ad}{c^2+d^2}

Integral Powers of Iota (ii)

The powers of ii are cyclical with a period of 4 (i,1,i,1i, -1, -i, 1). To find ini^n for any integer nn, we use the remainder when nn is divided by 4. in=iri^n = i^r, where rr is the remainder.

  • A key property is that the sum of four consecutive powers of ii is zero: in+in+1+in+2+in+3=0i^n + i^{n+1} + i^{n+2} + i^{n+3} = 0.

Example 1: Simplifying Powers of Iota

Question: Find the value of i135i^{135}.

Solution: To simplify i135i^{135}, we divide 135 by 4. 135=4×33+3135 = 4 \times 33 + 3. The remainder is 3. Therefore, i135=i3=ii^{135} = i^3 = -i.

Example 2: Sum of Powers of Iota

Question: Evaluate the sum i10+i11+i12+i13i^{10} + i^{11} + i^{12} + i^{13}.

Solution: This is a sum of four consecutive powers of iota. According to the property in+in+1+in+2+in+3=0i^n + i^{n+1} + i^{n+2} + i^{n+3} = 0, the sum is 0. Alternatively, we can calculate each term: i10=i2=1i^{10}=i^2=-1, i11=i3=ii^{11}=i^3=-i, i12=i4=1i^{12}=i^4=1, i13=i1=ii^{13}=i^1=i. The sum is 1i+1+i=0-1 - i + 1 + i = 0.

Example 3: Multiplication of Complex Numbers

Question: Express the product (1i)(2+3i)(1-i)(2+3i) in the form a+iba+ib.

Solution:

(1i)(2+3i)=1(2)+1(3i)i(2)i(3i)=2+3i2i3i2(1-i)(2+3i) = 1(2) + 1(3i) - i(2) - i(3i) = 2 + 3i - 2i - 3i^2

Since i2=1i^2 = -1, this becomes:

=2+i3(1)=2+i+3=5+i= 2 + i - 3(-1) = 2 + i + 3 = 5 + i

Example 4: Equality of Complex Numbers

Question: Find the real values of x and y if (x4+2xi)(3x2+iy)=(35i)+(1+2iy)(x^4 + 2xi) - (3x^2 + iy) = (3 - 5i) + (1 + 2iy).

Solution: First, group the real and imaginary parts on both sides. LHS: (x43x2)+i(2xy)(x^4 - 3x^2) + i(2x - y) RHS: (3+1)+i(5+2y)=4+i(5+2y)(3+1) + i(-5 + 2y) = 4 + i(-5+2y) Equating real parts: x43x2=4    x43x24=0x^4 - 3x^2 = 4 \implies x^4 - 3x^2 - 4 = 0. Let u=x2u=x^2, so u23u4=0    (u4)(u+1)=0u^2-3u-4=0 \implies (u-4)(u+1)=0. Thus x2=4x^2=4 or x2=1x^2=-1. Since x is real, x2=4    x=±2x^2=4 \implies x = \pm 2. Equating imaginary parts: 2xy=5+2y    2x+5=3y2x - y = -5 + 2y \implies 2x + 5 = 3y. If x=2x=2, then 2(2)+5=3y    9=3y    y=32(2)+5 = 3y \implies 9=3y \implies y=3. If x=2x=-2, then 2(2)+5=3y    1=3y    y=1/32(-2)+5 = 3y \implies 1=3y \implies y=1/3. The solutions are (x=2, y=3) and (x=-2, y=1/3).

Example 5: Finding a Multiplicative Inverse

Question: Find the multiplicative inverse of z=43iz = 4 - 3i.

Solution: The multiplicative inverse is z1=1/zz^{-1} = 1/z. We calculate this by multiplying the numerator and denominator by the conjugate of z.

z1=143i=1(4+3i)(43i)(4+3i)=4+3i42(3i)2=4+3i169i2=4+3i16+9=4+3i25z^{-1} = \frac{1}{4-3i} = \frac{1(4+3i)}{(4-3i)(4+3i)} = \frac{4+3i}{4^2 - (3i)^2} = \frac{4+3i}{16 - 9i^2} = \frac{4+3i}{16+9} = \frac{4+3i}{25}

So, the inverse is 425+i325\frac{4}{25} + i\frac{3}{25}.

Example 6: Simplifying a Complex Fraction

Question: Express 5+i23i\frac{5+i}{2-3i} in the form a+iba+ib.

Solution: We multiply the numerator and denominator by the conjugate of the denominator, which is 2+3i2+3i.

5+i23i=(5+i)(2+3i)(23i)(2+3i)=10+15i+2i+3i222+32=10+17i313=7+17i13\frac{5+i}{2-3i} = \frac{(5+i)(2+3i)}{(2-3i)(2+3i)} = \frac{10+15i+2i+3i^2}{2^2+3^2} = \frac{10+17i-3}{13} = \frac{7+17i}{13}

The result is 713+i1713\frac{7}{13} + i\frac{17}{13}.

Example 7: Square Root of a Complex Number

Question: Find the square root of 7+24i7 + 24i.

Solution: Let 7+24i=x+iy\sqrt{7+24i} = x+iy. Squaring both sides: 7+24i=(x+iy)2=(x2y2)+i(2xy)7+24i = (x+iy)^2 = (x^2-y^2) + i(2xy). Equating real and imaginary parts: 1) x2y2=7x^2 - y^2 = 7 2) 2xy=24    xy=122xy = 24 \implies xy = 12 We also use the identity (x2+y2)2=(x2y2)2+(2xy)2(x^2+y^2)^2 = (x^2-y^2)^2 + (2xy)^2. (x2+y2)2=72+242=49+576=625(x^2+y^2)^2 = 7^2 + 24^2 = 49 + 576 = 625. So, x2+y2=25x^2+y^2 = 25 (since it must be positive). Now we have: x2+y2=25x^2+y^2=25 x2y2=7x^2-y^2=7 Adding these two equations gives 2x2=32    x2=16    x=±42x^2=32 \implies x^2=16 \implies x = \pm 4. Subtracting gives 2y2=18    y2=9    y=±32y^2=18 \implies y^2=9 \implies y = \pm 3. Since xy=12xy=12 is positive, x and y must have the same sign. So the roots are (x=4,y=3)(x=4, y=3) and (x=4,y=3)(x=-4, y=-3). The square roots are 4+3i4+3i and 43i-4-3i.