You are on page 1of 4

ECE 359 Spring 2003

Handout # 2 January 23, 2003

MATH REVIEW
COMPLEX VARIABLES
A complex number z is expressed as
z = x + jy,
where x and y are real numbers, and j is the square root of −1 (i.e., j 2 = −1 and 1/ j = − j)
The real part of z is denoted by Re(z) and the imaginary part by Im(z). That is,

x = Re(z) and y = Im(z)

The complex conjugate of z is denoted by z∗ , and z∗ = x − jy. Clearly,


z + z∗ z − z∗
Re(z) = Im(z) =
2 2j

The magnitude of z is denoted by |z|, and the angle (or phase) of z is denoted by 6 z.
y  
Im(z)
p q
2 2 2 2 −1 −1
|z| = x + y = [Re(z)] + [Im(z)] 6 z = tan = tan
x Re(z)
With this understanding, z can be expressed in terms of |z| and 6 z in the following way.

z = |z| (cos(6 z) + j sin(6 z)) (1)

Exercise: Prove that Equation (1) is true.

Example: z = 4 + 7 j
Re(z) = 4 Im(z) = 7

p
|z| = 42 + 72 = 8.062 6 z = tan−1 (7/4) = 1.05 radians

Complex Exponential Function: For any real number a, the complex exponential function of a is defined
by
e ja = cos a + j sin a
Plugging the above in Equation (1), we get
6 z
z = |z| e j
This is called the polar form of the complex number z.
The complex exponential function has properties similar to the real exponential function that you are very
familiar with. For example,
e ja e ja d ja
Z
e j(a+b) = e ja e jb e j(a−b) = e ja da = e = je ja
e jb j da

V.
c Veeravalli, 2003 1
All other operations using the complex exponential function such as integration by parts, chain rule, etc.
work exactly like those on the real exponential function with the understanding that we need to keep track
of the “ j” in the expressions.

Operations on Complex Numbers


Let z1 and z2 be any two complex numbers. Then
Addition and Subtraction:

z1 + z2 = Re(z1 ) + Re(z2 ) + j[Im(z1 ) + Im(z2 )]

z1 − z2 = Re(z1 ) − Re(z2 ) + j[Im(z1 ) − Im(z2 )]

Multiplication and Division:


Examples:
(2 + 3 j)(4 + j) = 8 + 2 j + 12 j + 3 j 2 = 5 + 14 j (remember j 2 = −1)

2 + 3 j (2 + 3 j)(4 − j) 11 + 10 j
= =
4+ j (4 + j)(4 − j) 17

Multiplication and Division are easier in polar form:


6 z 1 +6 z 2 )
z1 z2 = |z1 | |z2 | e j(

z1 |z1 | j(6 z 1 −6 z 2 )
= e
z2 |z2 |

Exponentiation: (also easier in polar form)

√  4 √
(1 + j 3)4 = 2e jπ/3 = 24 e j4π/3 = 16(cos(4π/3) + j sin(4π/3)) = −8 − 8 3 j

Roots: (also easier in polar form)


Example: Find all the cube roots of 8

1/3
81/3 = 8e j0 = 81/3 e j(0+2πk/3) , k = 0, 1, 2 = 2, 2e j2π/3 , 2e j4π/3

TRIGONOMETRIC IDENTITIES

cos(−x) = cos(x) sin(−x) = − sin(x) cos2 (x) + sin2 (x) = 1

V.
c Veeravalli, 2003 2
cos(x + y) = cos x cos y − sin x sin y sin(x + y) = sin x cos y + sin y cos x

cos(2x) = cos2 x − sin2 x = 2 cos2 x − 1 = 1 − 2 sin2 x sin(2x) = 2 sin x cos x

1 + cos(2x) 1 − cos(2x)
cos2 x = sin2 x =
2 2

   
cos(x + y) + cos(x − y) x+y x−y
cos x cos y = sin x + sin y = 2 sin cos
2 2 2
   
cos(x − y) − cos(x + y) x+y x−y
sin x sin y = sin x − sin y = 2 cos sin
2 2 2
   
sin(x + y) + sin(x − y) x+y x−y
sin x cos y = cos x + cos y = 2 cos cos
2 2 2
   
sin(x + y) − sin(x − y) x+y x−y
sin y cos x = cos x − cos y = −2 sin sin
2 2 2

e jx + e− jx e jx − e− jx
cos x = sin x =
2 2j

p
A cos(x) + B sin(x) = A2 + B2 cos(x − tan−1 (B/A))

LOGARITHMS
Definition: The log function is the inverse of the exponential function.

ax = b ⇔ loga b = x

where a is the base of the log function. Commonly used bases are 10 and e (for natural log or the ln function).
If a base is not specified it is usually taken to be 10.

Properties:

End point conditions: loga a = 1 loga (0) = −∞ (a > 1) loga (1) = 0 loga (negative num) = undefined

ln(b) log(b) logc b


Base conversion: loga b = = =
ln(a) log(a) logc a

Multiplication and Division: loga (xy) = loga x + loga y loga (x/y) = loga x − loga y

V.
c Veeravalli, 2003 3
Exponents in logs: loga (br ) = r loga b

x
Inverse operations: aloga x = x loga ax = x 2x = eln(2 ) = ex ln 2 , etc.

SEQUENCES AND SERIES


f (n) (a)
Taylor Series: f (x) = ∑ n!
(x − a)n , where f (n) (a) is the n-th derivative of f evaluated at a.
n=0

Examples

1
= ∑ xn = 1 + x + x2 + · · · for |x| < 1
1 − x n=0


xn x2 x3
ex = ∑ = 1 + x + + +···
n=0 n! 2! 3!


(−1)n x2n x2 x4 x6
cos(x) = ∑ = 1− + − +···
n=0 (2n)! 2! 4! 6!

Other Infinite Series


 x n
Euler’s Definition of e: lim 1 + = ex
n→∞ n

n
a(1 − rn+1 )
Finite Geometric Series: a ∑ ri = a + ar + ar2 + · · · + arn =
i=0 1−r


a
Infinite Geometric Series: a ∑ ri = a + ar + ar2 + · · · = , if |r| < 1
i=0 1−r

n
n(n + 1)
Sum of Numbers: ∑i = 2
i=1

n
n(n + 1)(2n + 1)
Sum of Squares: ∑ i2 = 6
i=1

V.
c Veeravalli, 2003 4

You might also like