MATH 415 Lecture 1

From Notes
Jump to navigation Jump to search

« previous | Tuesday, August 27, 2013 | next »

Begin Exam 1 content


Complex Numbers

  • z
  • z=a+bi
    • z=a
    • z=b

Plot complex numbers on a Cartesian coordinate plane: x-axis is real, y-axis is imaginary

Magnitude of complex number:

|z|=d=a2+b2

Polar Coordinate Form

a=|z|+cosθ b=|z|+sinθ 0θ<2π

Thus

z=|z|(cosθ+isinθ)

It's worth noting Euler's formula: eiθ=cosθ+isinθ, so

z=|z|eiθ


Multiplication of Complex Numbers

|z1z2|=|z1||z2|

z1z2=|z1|eiθ1|z2|eiθ2=|z1z2|ei(θ1+θ2)


Complex Conjugate

z1z2=a+bic+di=a+bic+diabicdi=(a+bi)(cdi)c2+d2


Algebra on Circles

Unit circle defined as

U={z|z|=1}

So all points on the circle satisfy z=eiθ

Notice U is closed on multiplication: z1z2U for all z1,z2U


Isomorphism

Also, every complex number z on the circle corresponds exactly to a unique angle θ (one-to-one bijection). Furthermore, if z1 corresponds to θ1 and z2 corresponds to θ2, then the product z1z2 corresponds to the sum θ1+2πθ2 (see section below)

This isomorphism applies to the sets U and [0,2π)

Modular addition

θ[0,2π)=2π

We define +c as the modular operation:

x+cy={x+yx+y<cx+ycx+ycx,y[0,c)


For example,

3π2+2π5π4=11π42π=3π4


Roots of Unity

Un={zzn=1}n

We define the root of unity ζ to be an nth of a circle:

ζ=cos(2πn)+isin(2πn)

The set UnU consists of the points 1=ζ0, ζ=ζ1, ζ2, etc. (or cos(2πmn)+isin(2πmn) for integers 0m<n1

These points define an n-gon subset of the unit circle, so the cardinality of Un (denoted |Un|) is m.

For example, U4 for n=4 consists of the points {1,i,1,i}

Notice that the set Un has a one-to-one correspondence to n, so there is this isomorphism between Un and n


Binary Operations

A Binary operation * on a set S is a function mapping S×S onto S: *((a,b))=a*bS for all (a,b)S2

Addition, subtraction, mutiplication, division, etc. are all binary operations over the real numbers.

Example from linear algebra:

  • Let Mn() be square matrices of size n×n over the real numbers. These matrices can be added and multiplied.
  • However, let Mm×n() be matrices of size m×n over real numbers, where mn. These matrices may be added, but multiplication is not defined (only over matrices of size n×k.

Given (S,*) [1] and HS

We say H is closed under * if for all a,bH we have a*bH.


Composition

Given function F: we can perform all standard arithmetic operations (including division if F is non-zero. We add to this a special composition operation:

F1F2=F1(F2(x))


Properties

  • * is commutative if a*b=b*a for all a,bS.
    • addition and multiplication are both commutative in , , , and
    • but multiplication of (square) matrices is not commutative
  • * is associative if (a*b)*c=a*(b*c) for all a,bS
    • All arithmetic operations including composition of functions are associative [2]


Tables

Only applicable to finite sets (e.g. S)

Rows and columns of table labeled with elements of S. cell in ith row and jth column has value i*j.


Footnotes

  1. where S is a set and * is a binary operation over S
  2. check for yourself