firmfunda
  maths

Complex Numbers

Welcome to the novel approach to understanding complex numbers: it completely changes the way complex numbers are thought-about and learned.

 •  Irrational numbers are numerical expressions, eg: 2+35

 »  Complex numbers are numerical expressions too.

 •  Irrational numbers do not have a standard form. They are expressed as numerical expressions, with some having many terms. eg: 2+22-3×53

 »  Similar to irrational numbers, the direct extension is to express complex numbers as numerical expressions. eg: x3=1 has 3 solutions, (13)1st, (13)2nd, (13)3rd

 »  But, Any complex number is given in a standard form a+ib, because of Euler Formula reiθ=r(cosθ+isinθ)

How so? Go through the first few lessons to get the astoundingly new perspective of complex numbers.


      maths > complex-number > complex-number-in-number-system

Complex Numbers in Number System

This page starts with a quick revision of number system hierarchy. Complex numbers are introduced as an extension of Real Numbers. Then it reviews, the representation of irrational numbers. The complex number notation is very similar to the representation of irrational numbers -- both are given as numerical expressions.

Number System Hierarchy

 »  Natural or counting numbers
    →  Counting with hands 1, 2, 3, ...

 »  whole numbers
    →  0 is included

 »  integers
    →  negatives are included.

 »  rational numbers
    →  fractions and decimals are included.

 »  real numbers
    →  irrational numbers included. numbers represented as expressions

 »  complex number : a+ib form
    →  a is the real part
    →  b is the imaginary part
    →  i=-1
    →  Complex means "consisting of many different parts"

Irrational Number Representation

 »  irrational numbers
    →  solutions of algebraic equations in real line
    →  eg: 2 is one solution of x2=2

 »  irrational numbers are represented as numerical expressions
    →  eg: 3+453 is one solution of (x-34)3=5


      maths > complex-number > complex-number-incomplete-notation

Representation of Complex Numbers (incomplete)

In this page, as initial understanding of complex numbers, quadratic equations are examined. The solutions to quadratic equations is in the form a+ib, where i=-1. Complex number in the form a+ib can be equivalently represented in the form r(cosθ+isinθ). This representation, has an advantage to understanding the generic form of complex numbers.

Complex number Representation

 »  Abstraction of complex numbers
    →  solution of algebraic equations in 2D plane
    →  eg: x3=1 has 3 solutions, (13)1st, (13)2nd, (13)3rd

 »  complex numbers are numerical expressions
    →  eg: 3+4-54 is one solution to (x-34)4=-5

 »  solution to quadratic equation in the form a+ib
    →  i=-1

Note: irrational numbers do not have a generic form. But, it is later proven that all complex numbers can be expressed in the form a+ib.

For now, only solution to quadratic equation is shown to be in the form a+ib.


Representations of Complex Numbers

 »  coordinate form a+ib

 »  polar form r(cosθ+isinθ)
abstracted from a+ib
    →  r=a2+b2
    →  cosθ=ar
    →  sinθ=br


      maths > complex-number > complex-number-euler-formula

Euler's Formula

To understand the generic form of complex numbers as a+ib, one should know Euler's Formula. This helps to convert numerical expressions of various forms to the form a+ib.

Euler's formula

 »  exponent form of complex number

 »  reiθ=r(cosθ+isinθ)
    →  e is the base of natural logarithm
    →  abstracted based on the properties of polar form r(cosθ+isinθ) The coordinate form, polar form, and exponent form help to establish a generic representation a+ib for all complex numbers.


      maths > complex-number > generic-form-complex-numbers

Generic Form of Complex Numbers

Irrational numbers are specified with the operations such as +,  ,  5 etc. Unlike irrational numbers, complex numbers have an uniform representation. This page explains this in detail.

Generic Form of Complex Numbers

 »  All complex numbers are in the form a+ib

 »  Example: Solutions of x3=-1

 →  (-13)1st=eiπ3=12+i32

 →  (-13)2nd=eiπ=-1

 →  (-13)3rd=ei5π3=12-i32


      maths > complex-number > complex-number-polar-form

Argand Plane and Polar Form

Complex number a+ib is equivalently an ordered pair (a,b) which can be abstracted to represent a 2D plane called Argand Plane or Complex Plane.

Complex Plane

 »  Real line extended to complex plane
    →  Argand Plane  »  Complex plane for a+ib

    →  real part a on real-axis or real-line

    →  imaginary part b on imaginary-axis

    →  coordinate equivalent (a,b)

Modulus

 »  distance from origin (0,0) is modulus r  »  |a+ib| =r=a2+b2
by Pythagorean Theorem

Argument

 »  Angle with positive real-axis  »  θ=tan-1(ba)

 »  Arguments =2nπ+θ where n=0,1,2,...

 »  Principal argument =θ where 0θ<2π

Polar form

a+ib=r(cosθ+isinθ)=reiθ


      maths > complex-number > modeling-sine-waves-complex-arithmetic

Complex Number Arithmetics & modeling sine waves

This page brings up the question, what are the applications of complex numbers and outlines those application scenarios. This page provides proofs, illustration, and explanation to how complex number is used to model sine waves and elements interacting with sine waves.

Basis of Complex Number Arithmetic

 »  Modeling sine waves
    →  same frequency ω

    →  different amplitude r

    →  different phase ϕ  »  amplitude and phase

    →  sin1.1x is shown in blue

    →  2.5sin(1.1x+0.7) is shown in orange
2.5 amplitude is the size change.
0.7 phase is the horizontal shift.


Modeling sine waves

 »  Algebraic explanation
    →  rsin(ωx+ϕ)

substitute sin(A+B) formula
    →  =r(cosϕsinωx+sinϕcosωx)

substitute cosωx=isinωx
    →  =r(cosϕ+isinϕ)sinωx

substitute coordinate form of complex number
    →  =(a+ib)sinωx

considering that ω is a constant, sinωx can be taken off the expression.
    →  =a+ib

 »  Geometrical explanation
    →  rsin(ωx+ϕ)
A sine wave with an amplitude and phase can be equivalently represented as sum of a sine wave and a cosine wave of different amplitudes and 0 phase.       2.5sin(1.1x+.7)
      =2.5cos(.7)sin(1.1x)
      +2.5sin(0.7)cos(1.1x)

 »  Sine waves of same frequency is modeled with complex number a+ib
    →  Complex addition as per sine wave addition
    →  Complex multiplication as per sine wave interaction.


      maths > complex-number > understanding-complex-arithmetic-and-equivalence

Understanding Complex Arithmetic and equivalence

Complex number arithmetic like addition, multiplication, etc are nothing but extension of real number arithmetic. Complex Arithmetic as Numerical Expression

 »  Real Number arithmetic

    →  Addition with closure, commutative, associative, identity, inverse properties

    →  Multiplication with closure, commutative, associative, distributive, identity, inverse properties

    →  subtraction and division as inverse of addition and multiplication respectively

    →  PEMDAS / BODMAS Precedence rule

 »  Complex number arithmetic
    →  extension of real arithmetic with additional number i
    →  i is handled like a variable
    →  i2=-1 maps i to a real number

When Two Complex numbers are Equal?

 »  if two complex numbers a+ib and c+id are equal then

    →  a=c and

    →  b=d


      maths > complex-number > complex-number-addition-subtraction

Addition and Subtraction of Complex numbers

Complex Number Addition

 »  (a+ib)+(c+id)
by associative, commutative, distributive laws of real numbers and by considering i as a variable
    →  =(a+c)+i(b+d)

Complex Number Subtraction

 »  (a+ib)-(c+id)
by associative, commutative, distributive laws of real numbers and by considering i as a variable
    →  =(a-c)+i(b-d)


      maths > complex-number > complex-number-multiplication-conjugate-division

Multiplication, Conjugate, & Division in Complex numbers

Complex number multiplication

 »  (a+ib)×(c+id)
by associative, commutative, distributive laws of real numbers, considering i as a variable, and applying i2=-1
    →  =(ac-bd)+i(cb+ad)

Complex Number Conjugate

 »  Conjuage of a+ib
Conjugate means "coupled or related". Conjugate of a complex number makes the number real by addition or multiplication.

    →  =a+ib¯
    →  =a-ib

Complex Number Division

 »  (a+ib)÷(c+id)
by multiplicative identity, multiplicative inverse, distributive properties.

    →  =a+ibc+id×c-idc-id

    →  =(a+ib)×(c-id)c2+d2


      maths > complex-number > complex-number-exponents-roots

Exponent and Root of Complex Numbers

Exponent of Complex Numbers

 »  Play with the forms of the complex number

    →  component form a+ib

    →  polar form r(cosθ+isinθ)

    →  exponent form reiθ

 »  Convert to the standard form of complex numbers a+ib

    →  eg: (a+ib)c+id: convert (a+ib) to polar form reiθ

    →  eg: rid : convert r to elnr

Power of i

 »  To calculate in

Remember i4=1 and i2=-1. Quickly derive the following using this. No need to memorize

    →  express n in the form n=4p+2q+r, where p,q,r natural numbers.

    →  in=(-1)q×ir


      maths > complex-number > complex-arithmetic-properties-addition

Properties of Complex Addition

Properties of complex number arithmetic is almost same as real number arithmetic as Complex number arithmetic is nothing but extension of real number arithmetic.

Understanding Properties of Complex Arithmetic
 »  The properties of real number arithmetic is extended to include i=-1 as a number that cannot be added or multiplied to other real-numbers.Properties of Complex numbers extend on properties of Real numbers.

 »  Complex Addition is closed.
    →  z1+z2

 »  Complex Addition is commutative.
    →  z1+z2=z2+z1

 »  Complex Addition is associative.
    →  z1+(z2+z3)=(z1+z2)+z3

 »  Complex Additive identity is 0.
    →  z1+0=z1

 »  Complex Additive inverse of z is -z
    →  z1+(-z1)=0

 »  Complex modulus of sum is less than or equal to sum of moduluses
    →  |z1+z2||z1|+|z2|


      maths > complex-number > complex-arithmetic-properties-multiplication

Properties of Complex Multiplication

 »  Complex Multiplication is closed.
    →  z1×z2

 »  Complex Multiplication is commutative.
    →  z1×z2=z2×z1

 »  Complex Multiplication is associative.
    →  z1×(z2×z3)=(z1×z2)×z3

 »  Complex Multiplicative identity is 1.
    →  z1×1=z1

 »  Complex Multiplicative inverse of z is 1z.
    →  z×1z=1

 »  Complex Multiplication is distributive over complex addition.
    →  z1×(z2+z3)=z1×z2+z1×z3

 »  Modulus of product is product of modulus.
    →  |z1×z2|=|z1|×|z2|

 »  argument of product is sum of arguments of multiplicand and multiplier.
    →  arg(z1×z2)=arg(z1)+arg(z2)


      maths > complex-number > complex-arithmetic-properties-conjugate

Properties of complex conjugate

Properties of complex conjugate is discussed in detail.

 »  Complex conjugate

    →  distributes into addition, multiplication, and power
    →  z1+z2¯=z1¯+z2¯
    →  z1×z2¯=z1¯×z2¯
    →  zn¯=(z¯)n

    →  modulus of the conjugate equals the modulus of the number
    →  |z¯|=|z|

    →  argument of the conjugate is negative of the argument of the number
    →  arg(z¯)=-arg(z)


      maths > complex-number > complex-number-algebraic-identities

Algebraic Identities for Complex numbers

The algebraic identities of complex number is same as that for real numbers.

Complex Algebraic Identities

 »  All identities of real-numbers holds

    →  (a+b)2=a2+2ab+b2

    →  (a-b)2, etc.