Complex Numbers Flashcards
what is the exponential form for writing a complex number
z = re^iθ
what is eulers formula
e^iθ = cosθ + isinθ
what is the modulus of e^iθ
e^iθ = 1
what is the modulus of e^2piin
1
for 2 complex numbers z1 and z2, what does |z1*z2| equal
|z1*z2| = |z1| * |z2|
what does arg(z1*z2) equal
arg(z1*z2) = arg(z1) + arg(z2)
what is the effect of multiplying a complex number by i
rotation of pi/2 ACW
what is the complex form of cosθ
cosθ = (e^iθ + e^-iθ) / 2
what is the complex form of sinθ
sinθ = (e^iθ - e^-iθ) / 2i
why does (cosθ + isinθ)^n = cosnθ + isinnθ simply speaking
because e^inθ = (e^iθ)^n
what is the basis of demoivres theorem problems
using this idea of (cosθ + isinθ)^n = cosnθ + isinnθ to write one side in terms of the other
what does the equation 4 + 2e^iθ tell you about the circle drawn
- the centre is at (4,0)
- it has a radius of 2
how would you solve z^3 = -1
- write z^3 in its complex form
- add +2ipi*k to the power
- cube root both sides
- write all the solution for each k, starting from 0, until 2pi is reached
if a = a* (a* = complex conjugate of a) what does that mean about the imaginary part of a
- the imaginary part of a = 0
- so a is a real number
if p(z) = az^n + bz^n-1 + cz^n-2 +…+ qz + r, where all the coefficients are real, what does that mean for the roots of p(z)
the roots = 0
what about if z1 is a root the equation
then the conjugate z1* is also a root
what is this basically telling us
if a polynomial equation has a complex number as a root, the conjugate of that complex number will be another root
what is the formula for coshx
coshx = (e^x + e^-x) / 2
what is the formula for sinhx
sinhx = (e^x - e^-x) / 2
comparing the complex formulas for cosx and coshx, what is the relationship between them
- cosx = coshix
- therefore cosix = coshx
comparing the complex formulas for sinx and sinhx, what is the relationship between them
- i*sinx = sinhix
- therefore sinix = i*sinhx
what is the formula for discerning ln(re^iθ)
ln(re^iθ) = ln|r| + ln(e^iθ) = lnr + (iθ + 2pini)
what is the formula for the summation of a geometric progression
Sn = a(1 - r^n) / 1 - r
where does i(t) = C*dv/dt come from
- i(t) = dQ/dt = dQ/dv * dv/dt
- dQ/dv is capacitance (C = Q/V)
- therefore i(t) = C*dv/dt
what is the formula for current in a capacitor in terms of j,w,C and V
I = jwCV
does the phase of the current in this case lag behind or lead the voltage by pi/2 rads
it leads
knowing v(t) = L*dI/dt, what is the formula for the current in an inductor in terms V,j,w and L
I = V / jwL
is the current through an inductor lagging or leading relative to the pd
its lagging
how would you know whether the current is lagging or leading
- if j is in the numerator for the current calculation, its leading
- if j is in the denominator for the current calculation, its lagging
whenever you come across 1 - j/wRC, what can you equate it to just because you can for some reason
re^-jθ
what can you rewrite the int(e^-ax * cosbx) dx to in order for it to be solvable and why
- Re[int(e^(-ax + ibx)) dx]
- because cosnθ = Re[e^inθ]