Before Download Flashcards
j^2 = ?
j^2 = -1
form of complex numbers (and which is real and imaginary component)
x + yj
where x & y are real numbers
x is the real component
y is the imaginary component
when is a complex number real, when is it purely imaginary
when y = 0 the number is real.
when x = 0 the number is purely imaginary
what does the conjugate of z look like (z bar)
_
z = x - yj
1/z = 1/(x+yj) = ?
1/(x+yj) = (x-yj)/(x^2 + y^2)
good shorthand so you don’t have to do the math every time
z(bar)(bar) = ?
= z
when does z(bar) = z
z(bar) = z if and only if z is a REAL number
when does z(bar) = -z
z(bar) = -z if and only if z is purely imaginary
(z+w)(bar) = ?
(bar is over whole thing)
(z+w)(bar) = z(bar) + w(bar)
(zw)(bar) = ?
(zw)(bar) = z(bar) * w(bar)
(z^k)(bar) = ?
(z^k)(bar) = z(bar)^k
for k is a REAL number, k>= 0, (k =/= 0 if z=0)
z + z(bar) = ?
z + z(bar) = 2x = 2Re(z)
Re(z) = real component of z
z - z(bar) = ?
z - z(bar) = 2yj = 2Im(z)j
Im(z) = imaginary component of z
z * z(bar) = ?
z * z(bar) = x^2 + y^2
|z| = ?
|z| = sqrt(x^2 + y^2)
its just like pythagorean theorem
|z| = 0 if and only if (?)
|z| = 0 if and only if z = 0
|z(bar)| = ?
|z(bar)| = |z|
z * z(bar) = ?
z * z(bar) = |z|^2
|zw| = ?
|z| * |w|
What is the Triangle Inequality?
|z + w| <= |z| + |w|
z = x+ yj in polar form
z = r(cosA + jsinA)
where r = |z| = sqrt(x^2 + y^2) & theta is the angle between z & y=0
the value of the angle in polar form is called what
its called an Argument of z
how do you multiply complex numbers in polar form
(works in reverse for division)
you multiply the moduli(|z|, or r) and add the arguments(theta)
if z = r(cosA + jsinA)
and w = u(cosB = jsinB)
z*w = ru(cos(B+A) + jsin(B+A))
z^n = ?
z^n = r^n(cos(nA) + jsin(nA))
if n is an integer
or you can just do the foil in regular form and you get
z^2 = x^2 - y^2 + 2xyj
how do you find complex nth routes?
Let z = r(cosA + jsinA) be nonzero, and let n be a positive integer. Than the n distinct nth roots of z are given by
w = r^(1/n)(cos((A+2piK)/n) + jsin ((A+2piK)/n))
for k = 0, 1,…, n-1.
what is z = r(cosA +jsinA) in exponential form
r*e^(j * A)
what is Eulars identity
e^(j * pi) - 1 = 0
what is the equation for a complex polynomial
a(n)/a(2) is not multiplication, its the number for a
z is a complex number
a(n) is a constant value
p(z) = a(n)z^n + a(n-1)z^(n-1) . . . + a(1)*z + a
what does the addition of complex polynomials look like
p uses A
q uses B
p(z) + q(z) = (a(n) + b(n))z^n + …… (a(1) + b(1))z +(a(0) + b(0))
the number next to a and b represent their number, not multiplication
if some complex number w is a rout of a real polynomial, what is another route
_
w , w(bar), the conjugate of w. (all mean same thing)
what is the norm of a real vector x = [x(1), x(2), . . . x(n)] in a cartesian plane with n dimensions
||x|| = sqrt(x(1)^2 + x(2)^2 . . . + x(n)^2)
what would the linear combination of the vector
[3, -5] look like as a linear combination of
e(1) = [1, 0] & e(2) = [0, 1]
[3, -2] = 3e(1) - 5e(2)
what does x have to equal for ||x|| >= 0 to be true
x = 0 (zero vector)
||c*x|| = ? c is a constant x is a vector
|c| * ||x||
when are two vectors orthogonal
if x * y = 0
the norm of a complex vector z (||z||) is equal to what
sqrt(z1 * z1(bar) + z2 * z2(bar)…… + zn * zn(bar))
n is equal to the degree of the vector
what is the standard inner product for < z , w>
z1(bar)w1 + . . . + zn (bar)wn (bar is on first term)
dot product of the complex number z & w
z * w = z1w1 + . . . + znwn
&
z * w = ||z|| * ||w|| * cos(theta)
< z, z > >= 0 if ?
z = 0
||z||^2 = ?
< z , z >
< z, w >(bar) = ?
< w, z >(note positions are swapped)
< v + w, z >
all 3 are complex vectors
< v, z > + < w, z > (z expands in)
a < z, w > = ?
a(bar) < z, w > = ?
a is a constant
a < z, w > = < z, aw >
a(bar) = < az, w >
what is the cauchy-schwarz inequality
|< z*w >| <= ||z|| * ||w|| (dot product)
cross product of real vectors a & b
a x b
a x b = [ a2b3 - b2a3,
a3b1 - b3a1,
a1b2 - b1a2]
where is the cross product specific to
cross product is specific to the real number plane in 3 dimensions
for a x b (cross product), what is the direction of the resultant vector relative to a & b
the resultant vector is orthogonal to both a & b
what is a x 0(vector) equal to
a x 0(vector) = 0(vector)
a x a (cross product) = ?
a x a = 0(vector)
-( a x b) = ? (cross product)
= b x a (positions swapped)
||a x b|| = ? cross product
= ||a|| * ||b|| * sin(theta)
Dot product uses cosine
theta is the angle between the 2 vectors
From the dot product how do you know if the vectors form an accute or obtuse angle or are orthogonal
=0: orthogonal
>0: acute (Positive)
<0: obtuse (negative)