PDA

View Full Version : Using the Complex Exponential


dcl
Jun5-04, 01:40 AM
How would one use the complex exponential to find something like this:

\frac{{d^{10} }}{{dx^{10} }}e^x \cos (x\sqrt 3 )
I'm guessing we'd have to convert the cos into terms of e^{i\theta } but the only thing I can think of doing then is going through each of the derivatives. Im guessing there is another way?

thanks in advance.

cookiemonster
Jun5-04, 01:47 AM
e^{i \theta} = \cos{\theta} + i\sin{\theta}

so

\cos{\theta} = \frac{e^{i \theta} + e^{-i \theta}}{2}

Then each successive derivative just adds a power to the coefficient of e.

cookiemonster

dcl
Jun5-04, 02:29 AM
Ahhh, fair enough :)
Thought it was going to be tedious, but isnt nearly that bad..