Understanding Exponential Complex Numbers

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
4 replies · 5K views
adartsesirhc
Messages
54
Reaction score
0

Homework Statement


I've never understood [tex]e^{i\theta}[/tex] very well. I know that [tex]e^{i\theta} = cos \theta + i sin \theta[/tex], but how about [tex]e^{4i}[/tex]? Would this be [tex]cos 1 + 4i sin 1[/tex] or [tex]cos 4 + i sin 4[/tex]? What's the general rule for these kinds of numbers?


Homework Equations


[tex]e^{i\theta} = cos \theta + i sin \theta[/tex]
[tex]e^{i\pi} + 1 = 0[/tex]


The Attempt at a Solution


None, really. Just wondering how to evaluate numbers like above.
 
Physics news on Phys.org
I'm not sure where you got cos(1) + 4i*sin(1) from. For e^(4i), you would simply replace theta with 4, which gives the latter of the two expressions above. I assume we're dealing with radian measure so cos(4) + i*sin(4) can be evaluated using a calculator. On the complex plane, the point would be in the third quadrant since pi < 4 < (3/2)pi.
 
adartsesirhc said:

Homework Statement


I've never understood [tex]e^{i\theta}[/tex] very well. I know that [tex]e^{i\theta} = cos \theta + i sin \theta[/tex], but how about [tex]e^{4i}[/tex]? Would this be [tex]cos 1 + 4i sin 1[/tex] or [tex]cos 4 + i sin 4[/tex]? What's the general rule for these kinds of numbers?
The "rule" is given in the formula you state: [tex]e^{i\theta}= cos(\theta)+ i sin(\theta)[/tex]. In [tex]e^{4i}[/itex], the number multiplying i is "4": [itex]\theta= 4[/itex]. [tex]e^{4i}= cos(4)+ i sin(4)[/tex].<br /> <br /> <br /> <blockquote data-attributes="" data-quote="" data-source="" class="bbCodeBlock bbCodeBlock--expandable bbCodeBlock--quote js-expandWatch"> <div class="bbCodeBlock-content"> <div class="bbCodeBlock-expandContent js-expandContent "> <h2>Homework Equations</h2><br /> [tex]e^{i\theta} = cos \theta + i sin \theta[/tex]<br /> [tex]e^{i\pi} + 1 = 0[/tex]<br /> <br /> <br /> <h2>The Attempt at a Solution</h2><br /> None, really. Just wondering how to evaluate numbers like above. </div> </div> </blockquote>[/tex]
 
Hmm... so does this mean that whatever you multiply [tex]i[/tex] by will be the argument of the sine and cosine? But my differential equations book has

[tex]e^{-ibx} = cos bx - i sin bx[/tex].

How do I know if this isn't

[tex]e^{-ibx} = e^{i(-bx)} = cos (-bx) + i sin (-bx)[/tex]?

How do I tell when it's one and when it's the other?
 
OHHHH... never mind. =]

It just hit me: both are actually the same - just apply the appropriate trig identities.