Differentiating an exponential with a complex exponent

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
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
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:
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