Referos
- 10
- 0
Homework Statement
Consider the complex number z=rcos\theta + irsin\theta, where r=|z|, \theta=arg(z) (r is constant, \theta is a variable). Show that \frac{dz}{d\theta}=iz, then solve this differential equation to show that z=re^{i\theta}.
Homework Equations
z=rcos\theta + irsin\theta
z=re^{i\theta}
r=|z|
\theta=arg(z)
The Attempt at a Solution
I had no problem showing that \frac{dz}{d\theta}=iz. My problem was with the second part; I thought it was pretty straightforward, but it simply didn't work.
\frac{dz}{d\theta}=iz
\frac{d\theta}{dz}=\frac{1}{iz}
i\int\frac{d\theta}{dz}dz=\int\frac{1}{z}dz
i\theta=ln|z|+C
i\theta-C=lnr
e^{i\theta-C}=r
e^{-C}\times e^{i\theta} = r
Which is impossible! For this to be Euler's formula, e^{-C} needs to be equal to r, which I suppose is okay because e, C and r are constants. But the problem is the r in the right-hand side of the equation. The only way I see for it to be z instead of r would be if \int\frac{1}{z}dz=lnz rather than \int\frac{1}{z}dz=ln|z|. But this is cannot be, or can it?
Thanks.