Home
Up
 

Complex numbers can be represented in different ways:
bulleti2 = j2 = -1
bullets = a + jb = r∟q
bulletconjugate of s = a - jb
bullets = r*(cosq + j*sinq)
bullet  where r = (a2 + b2) 1/2 and q = tan-1(b/a)
bullets = rejq = r*(cosq + j*sinq)
bulletas = e sLn(a)
bulletif s1 = a1 + jb1 and s2 = a2 + jb2
bullets1 + s2 = a1 + a2 + j(b1+ b2)
bullets1 - s2 = a1 - a2 + j(b1- b2)
bullets1 * s2 = a1* a2 + j(b1* b2)
bullets1 / s2 = (a1* a2 + b1* b2 + j( b1* a2 - a1* b2)) / (a22 + b22)

If we have a transfer function defined in Laplace form we can convert it to the frequency domain simply by substituting jw for each occurrence of s in the transfer function

bullet1 / (1 + s) = = 1 / ( 1 + jw)
bullet1 / (s2 + s + 1) = = 1 / (1 - w2 + jw) as s2 = ( jw)2 = -1*w2

The frequency response representation of complex numbers is a useful feature. For example sometimes we can only obtain the frequency response of a system and we need to convert this information to transfer function form to make further analysis easier.