Polar notation for a complex exponential function

AI Thread Summary
The discussion centers on finding the polar notation for the expression 1 + e^(j4). The user initially struggles with the conversion and compares their findings to several potential answers, which include a mix of complex and real numbers. It is clarified that the polar form should consist of a magnitude and angle, leading to confusion regarding the provided answers. Ultimately, the correct magnitude is derived as 2cos(2), and the approach of factoring out e^(j2) is recommended for simplifying the problem. The conversation emphasizes the importance of finding both the magnitude and angle in polar notation.
Eng67
Messages
21
Reaction score
0
I am trying to find the polar notation for

1 + e^(j4)

I know that e^(jx) = cos x + jsin x
= cos(4) + jsin(4)

I can then find the magnitude and angle.

This is nowhere close to the answers below.

1) cos(2) + 1
2) e^(j2)[2cos(2)]
3) e^(-j4)sin(2)
4) e^(j2)(1+2cos(2))

Can anyone point me in the right direction?
 
Physics news on Phys.org
So you know 1+e^(j4)=(1+cos(4)) + jsin(4). What is the absolute value of this number? (some trig identities will help). This will be enough to pick the answer from those 4.

You can go another way, if you pull out an e^(j2) you get:

1+e^(j4)=e^(j2)*(e^(-j2)+e^(j2))

do you see how this helps?
 
Eng67 said:
I am trying to find the polar notation for

1 + e^(j4)

I know that e^(jx) = cos x + jsin x
= cos(4) + jsin(4)

I can then find the magnitude and angle.

This is nowhere close to the answers below.

1) cos(2) + 1
2) e^(j2)[2cos(2)]
3) e^(-j4)sin(2)
4) e^(j2)(1+2cos(2))

Can anyone point me in the right direction?

This is a bit confusing. You say you want polar form: "magnitude and angle", which are both real numbers. Yet three of the "answers" you give are complex numbers and one is a single real number. What exactly do those "answers" represent?
 
r e^{j\theta} where theta and r are real is sometimes called polar form/notation.
 
Yes, but none of the answers given are of that form.
 
e^{j\theta}r then?

What are you seeing that I'm not?
 
Thanks Shmoe! I was able to work through to a solution.

I agree with HallsofIvy That this question is confusing.
 
Yes, the question is confusing but my remarks were incorrect and didn't help! As Shmoe said originally, 1+e^(j4)=(1+cos(4)) + jsin(4) which has modulus (absolute value)
\sqrt{(1+ cos(4))^2+ sin^2(4)}= \sqrt{1+ 2cos(4)+cos^2(4)+ sin^2(4)}
= \sqrt{2+ 2 cos(4)}= \sqrt{2+ 2cos^2(2)- 2sin^2(2)}
(using the double angle formula cos(2x)= cos2(x)- sin2(x))
= \sqrt{2(1- sin^2(2))+ 2cos^2(2)}= \sqrt{4cos^2(2)}
= 2cos(2)

Does that help?
 
That was the exact answer that I came up with!

Thanks all for the replies!
 
  • #10
You should make sure you can find the angle as well, not all question will be multiple choice where the magnitude is enough to pick out the answer!

I prefer the route of my second suggestion:

1+e^(j4)=e^(j2)*(e^(-j2)+e^(j2))

And you know cos(z)=(e^(jz)+e^(-jz))/2, so you get answer 2) without having to muck about with double angle formulas that I would likely have to derive on the spot anyways.
 
Back
Top