Complex Function: Real & Imaginary Parts, Square, Reciprocal & Absolute Value

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
1 reply · 4K views
UrbanXrisis
Messages
1,192
Reaction score
1
I am to find the imaginary part, real part, square, reciprocal, and absolut value of the complex function:

[tex]y(x,t)=ie^{i(kx-\omega t)}[/tex]
[tex]y(x,t)=i\left( cos(kx- \omega t)+ i sin(kx- \omega t) \right)[/tex]
[tex]y(x,t)=icos(kx- \omega t)-sin(kx- \omega t)[/tex]

the imaginary part is [tex]cos(kx- \omega t)[/tex]

the real part is [tex]-sin(kx- \omega t)[/tex]

the square is:
[tex]-cos^2(kx- \omega t)-2icos(kx- \omega t)sin(kx- \omega t)+sin^2(kx- \omega t)[/tex]
[tex]=-cos^2(kx- \omega t)-isin(2kx-2 \omega t)+sin^2(kx- \omega t)[/tex]
[tex]=-\frac{1}{2}(1+cos(2(kx- \omega t))-isin(2((kx- \omega t))+\frac{1}{2}(1-cos(2(kx- \omega t))[/tex]
[tex]=-cos(2(kx- \omega t))-isin(2((kx- \omega t))[/tex]

the reciprocal is:
[tex]\frac{1}{ie^{i(kx- \omega t)}}[/tex]
[tex]=-ie^{-i(kx- \omega t)}[/tex]
[tex]=-icos(kx- \omega t)-sin(kx- \omega t)[/tex]

absolute value: (not to sure about this...)
[tex]=|icos(kx- \omega t)-sin(kx- \omega t)|[/tex]
[tex]cos^2(kx- \omega t)+sin^2(kx- \omega t)[/tex]
=1?

do these look okay?
 
Last edited:
Physics news on Phys.org
We usually talk about the norm of a complex number, not its absolute value.

You're only missing a square root: |x+iy| = [itex]\sqrt{x^2+y^2}[/itex], but it does not affect the answer.

The rest looks good to me.