How can real and imaginary part of eix be used in complex tasks? I am aware that sine is expressed as imaginary part and cosine as real part, but I am confused when there is some sort of operation that is applied on these, how should I proceed? I suppose this comes from not knowing properties of this, should I say "operator" (Re,Im).
Here is an example of my confusion: I have sequence xn=sin3(nα), where n is integer number, and α is some given angle. Using Im function, that is same as xn=Im{einα}3
With known system function H(z), I should be able to find system response by plugging known z and multiplying with zn but trouble is that I don't know what is my z now. Is it eiα, where should I put that number 3?
I was thinking what if there is no number 3, let's say I just had to find response to sine, how should I use this Im function (is this even right term?) when calculation H(eiα), if H(z) looks something like H(z)=z(z+1)(z+2)(z+3)(z+4)
Should I apply Im function in front of fraction, or apply to every z occurrence, or something third?
Answer
Operator:
You can consider both the Imaginary part
ℑ:C−>Rℑ(z)=ℑ(x+iy)=y
as operator as well as the Real part
ℜ:C−>Rℜ(z)=ℜ(x+iy)=x
In fact, the latter is a projection operator which orthogonally projects a complex number x+iy to the x-axis. It has the property that repeated application of it gives the same result.
ℜ(ℜ(z))=ℜ(ℜ(x+iy))=ℜ(x)=x
The ℑ operator does not share this property.
Conjugation:
It's convenient to consider the easy to remember rules of complex conjugation
¯z1+z2=¯z1+¯z2¯z1−z2=¯z1−¯z2¯z1⋅z2=¯z1⋅¯z2¯(z1z2)=¯z1¯z2
together with
ℜ(z)=12(z+¯z)ℑ(z)=12i(z−¯z)
Complicated situations: If we consider H(z) in OPs example we obtain
ℑ(H(z))=12i(H(z)+¯H(z))
and by multiple application of the rules for complex conjugation
¯H(z)=¯z(z+1)(z+2)(z+3)(z+4)=¯z(¯z+1)(¯z+2)(¯z+3)(¯z+4)
Can you continue?
No comments:
Post a Comment