The derivative of a function of a complex variable
Hello, I'm kinda lost with this problem: "Find a derivation of this functions:"
 z = \frac{exp(2-it)}{exp(2+it)})
 w = (3 + i)z^3exp(3z))
I really don't know where to start, the only thing that comes to my mind is to "replace"
with
. Can someone help me? I would like to solve it by myself, but I need a little help.
Thank you for your time and help.
Re: The derivative of a function of a complex variable
You can use your standard derivative rules from calculus to find these derivatives. There is no need to replace
, just treat
as a constant and use the Quotient, Product and Chain rules
Re: The derivative of a function of a complex variable
Monroe Yoder is right. As long as you have "basic" polynomial, rational, and exponential functions, it does not matter if you have "x" taking real values, or "z" taking complex values, the "rules of differentiation" are exactly the same. For example, the derivative of "
" using the product rule, is just
.
Re: The derivative of a function of a complex variable
Ok, thank you for you answers. I solved it this way:
z^2e^{3z} + 3(3 + i)z^3e^{3z} = 3e^{3z}(3 + i)(z^2 + z^3))
and


Am I right? Or did I miss something?
Thanks a lot.
Re: The derivative of a function of a complex variable