How to find the derivative of $e^{z}$ , where $z$ is a complex number. Any proof ?
I tried it by using the definition. But it seems difficult.
How to find the derivative of $e^{z}$ , where $z$ is a complex number. Any proof ?
I tried it by using the definition. But it seems difficult.
Assuming that $e^z$ is defined as $e^z = e^{x+iy} = e^x(\cos y + i \sin y)$, you can check that Cauchy-Riemann's equations are satisfied:
$$ u = e^x \cos y, \qquad v = e^x \sin y $$ so $$ u'_x = e^x \cos y = v'_y \qquad u'_y = -e^x \sin y = -v'_x. $$ Hence (since $u$ and $v$ are clearly $C^1$), $e^z$ is complex differentiable everywhere, and (also from Cauchy-Riemann) the derivative is given by $$ u'_x + iv'_x = e^x\cos y + i e^x\sin y = e^z $$ as expected.