1 can define x = x . 1 By adding an element 1 to the real - - PowerPoint PPT Presentation

1
SMART_READER_LITE
LIVE PREVIEW

1 can define x = x . 1 By adding an element 1 to the real - - PowerPoint PPT Presentation

Complex Numbers Idea: In the real numbers, negative numbers do not have square roots. However, if one defines an "imaginary" number 1 that has the 2 = 1 , then for any non-negative real number x , we property that 1 can


slide-1
SLIDE 1
  • 1 -

Complex Numbers

Idea: In the real numbers, negative numbers do not have square roots. However, if one defines an "imaginary" number

−1 that has the

property that

−1

2 = −1, then for any non-negative real number x, we

can define −x =

−1 ∗ x .

  • By adding an element

−1 to the real numbers (and all quantities

that can now be derived with arithmetic operations), we obtain the complex numbers.

  • All complex numbers c are of the form c = a +

−1b; where a and b

may be any real numbers; a is called the real part of c, which we denote by RE(c) and b is called the imaginary part of c, which we denote by IM(c).

  • The complex number a −

−1b is called the complex conjugate of c,

which we denote as c∗; for an array A, we also use the notation A∗ to denote the array where the ith entry is A[i]∗.

slide-2
SLIDE 2
  • 2 -

Note: A complex number can be thought of as a way to store two real numbers at once (the real and imaginary part). For example, with an audio signal that is represented in the frequency domain, the real part can store the magnitude and the imaginary part can store the phase shift.

slide-3
SLIDE 3
  • 3 -

Polar Coordinates

Instead of representing a complex number c = a +

−1b in Cartesian

coordinates by the two numbers (a,b), we can represent c in polar coordinates by the two numbers (x,d), where x is its angle from the real axis d is its distance from the origin:

slide-4
SLIDE 4
  • 4 -

Complex Exponentials

(Recall that e denotes the natural logarithm base e=2.71...) Theorem: For any real number x, e

−1x = cos(x)+

−1sin(x).

Proof: The Taylor Series for a continuously differentiable function f(x) is

f (x) = f (0)+ ′ f (0)x + ′′ f (0)x2 2! + ′′′ f (0)x3 3! ′′′′ f (0)x4 4! +L

Since the derivative of ex is ex, the derivative of sin(x) is cos(x), and the derivative of cos(x) is –sin(x), it follows that

e −1x = 1+ −1x − x2 2 − −1x3 3! + x4 4! + −1x5 5! −L cos(x) = 1− x2 2 + x4 4! − x6 6! + x8 8! −L sin(x) = x − x3 3! + x5 5! − x7 7! + x9 9! −L

slide-5
SLIDE 5
  • 5 -

(complex exponential proof continued)

and hence:

e −1x = 1+ −1x − x2 2 − −1x3 3! + x4 4! + −1x5 5! −L = 1− x2 2 + x4 4! −L       + −1x − −1x3 3! + −1x5 5! −       = 1− x2 2 + x4 4! −L       + −1 x − x3 3! + x5 5! −       = cos(x) + −1sin(x)

slide-6
SLIDE 6
  • 6 -

(complex exponentials continued)

Intuition:

  • e −1x is a point on the unit diameter complex circle centered at the
  • rigin of the complex plane at angle x with real component cos(x)

and imaginary component sin(x). Idea:

  • Complex exponentials are a nice way to represent a point on the

complex plane (to multiply two complex exponentials, we can just add the exponents).

  • Complex numbers are a nice way to store magnitude and phase

information for points in the frequency domain of a digitally sampled analog signal.