Complex Numbers - Forms and Parts

dotNet
Messages
2
Reaction score
0
Hi, I have a complex number and understand that the rectangular form of the number is represented by

s = σ + jω, where σ is the real part and jω is imaginary.

I am having trouble locating them in the number below:
20koboi.png


I know that "2" is a real number, and the numerator is imaginary along with j*2*pi*k. Since the numerator is dividing both the elements at the bottom, does this number have a real and imaginary part? (This is where I am a little confused).

My guess would be that σ = 2 and the rest is imaginary.

If I could figure out what parts are real and imaginary, I can go on to find the rectangular form and the polar form.

Thanks
 
Physics news on Phys.org
dotNet said:
Hi, I have a complex number and understand that the rectangular form of the number is represented by

s = σ + jω, where σ is the real part and jω is imaginary.

I am having trouble locating them in the number below:
20koboi.png


I know that "2" is a real number, and the numerator is imaginary along with j*2*pi*k. Since the numerator is dividing both the elements at the bottom, does this number have a real and imaginary part? (This is where I am a little confused).

My guess would be that σ = 2 and the rest is imaginary.

If I could figure out what parts are real and imaginary, I can go on to find the rectangular form and the polar form.

Thanks

Euler's relation e^ix = cos(x) + i*sin(x) vastly simplifies the exponential in the numerator. Cos and sin have period 2pi so the numerator is -1. Then multiply numerator and denominator by the conjugate of the denominator (assuming k is real). That leaves you with a real number in the denominator and a complex number in the numerator whose real and imaginary parts can be readily evaluated.

By the way, multiplying numerator and denominator by the conjugate of the denominator is the standard thing to do with this kind of problem.
 
Last edited:
dotNet said:
Hi, I have a complex number and understand that the rectangular form of the number is represented by

s = σ + jω, where σ is the real part and jω is imaginary.

I am having trouble locating them in the number below:
20koboi.png


I know that "2" is a real number, and the numerator is imaginary along with j*2*pi*k.
No, the numerator is NOT imaginary. In fact it is real- it is e^{j3\pi}= cos(3\pi)+ jsin(3\pi)= -1.
Since the numerator is dividing both the elements at the bottom, does this number have a real and imaginary part? (This is where I am a little confused).

My guess would be that σ = 2 and the rest is imaginary.

If I could figure out what parts are real and imaginary, I can go on to find the rectangular form and the polar form.

Thanks
 
Last edited by a moderator:
Just try a look into www.wolframalpha.com and enter

Exp[3 Pi I] / (2 + 2 Pi k I)

what is the Mathematica version of your formula
 
as others have suggested, evaluate the numerator at the specific angle (3pi), and then multiply the resulting fraction by:

\frac{2 - j2\pi k}{2 - j2\pi k} (= 1)

to make the denominator real.
 
Back
Top