Differentiating an exponential with a complex exponent

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
7 replies · 2K views
Zacarias Nason
Messages
67
Reaction score
4
Hello, folks. I'm trying to figure out how to take the partial derivative of something with a complex exponential, like
[tex]\frac{\partial}{\partial x} e^{i(\alpha x + \beta t)}[/tex]
But I'm not really sure how to do so. I get that since I'm taking the partial w.r.t. x, I can treat t as a constant term and thus pretend it's something like
[tex]\frac{\partial}{\partial x} e^{i(\alpha x +\beta)}[/tex]
But then my confusion comes from me not being able to separate the exponent into some suitable form like
[tex]e^{\alpha + \beta i}[/tex]
I guess I could separate it into two separate ones, like
[tex]e^{i\alpha x}e^{i\beta}[/tex]

How should I deal with this, any pushes in the right direction?
 
Physics news on Phys.org
You should apply the chain rule of differentiation to ##e^{f(x)}##.
 
  • Like
Likes   Reactions: Zacarias Nason
Thanks, let me take a shot.

[tex]\frac{\partial}{\partial x}e^{i(\alpha x +\beta t)} = e^{i (\alpha x + \beta t)} \cdot \frac{\partial}{\partial x}[i(\alpha x + \beta t)]= i \alpha e^{i (\alpha x + \beta t)}[/tex]
 
  • Like
Likes   Reactions: fresh_42
Is this correct, I guess? I got the same thing by the product rule.

Edit: it must be, because when I applied this bit to the larger problem I was working on I got it right! Thanks so much!
 
Last edited:
Zacarias Nason said:
Is this correct, I guess? I got the same thing by the product rule.
Yes, except you lost the ##t## in your product rule. It's going to zero (in one term) as it is viewed as a constant by partial differentiation but you must not just drop it before and then again pull it out of the hat again.
 
Uh oh, I don't get what you just said, let me work it out again both ways and see where I'm making the mistake.
 
Zacarias Nason said:
[tex]\frac{\partial}{\partial x} e^{i(\alpha x + \beta t)}[/tex]
But I'm not really sure how to do so. I get that since I'm taking the partial w.r.t. x, I can treat t as a constant term and thus pretend it's something like
[tex]\frac{\partial}{\partial x} e^{i(\alpha x +\beta)}[/tex]
##t## has gone.
And you said you got the same result by product and by chain rule, so there is a ##t## again of the exponent in the result.
 
  • Like
Likes   Reactions: Zacarias Nason