4

Given the complex contour integral $\int_\alpha |z|\,|\mbox{d}z|$, with $\alpha(t)=\mbox{e}^{it}$, $0\leq t\leq 2\pi$. What does $|\mbox{d}z|$ mean? My guess is: $$\frac{|\mbox{d}z|}{|\mbox{d}t|}= \frac{|\mbox{de}^{it}|}{|\mbox{d}t|}=\left|\frac{\mbox{de}^{it}}{\mbox{d}t}\right|=|i\mbox{e}^{it}|=1 \implies |\mbox{d}z|=|\mbox{d}t|.$$ Is this correct? Thanks in advance.

1 Answers1

6

Yeah, that's right. You're making the substitution $z=\alpha(t)$ and so $\mathrm{d}z=\alpha'(t)~\mathrm{d}t=\mathrm{i}\mathrm{e}^{\mathrm{i}t}~\mathrm{d}t$.

As you say: $|\mathrm{d}z|=|\alpha'(t)~\mathrm{d}t|=|\mathrm{i}\mathrm{e}^{\mathrm{i}t}~\mathrm{d}t|=|\mathrm{i}\mathrm{e}^{\mathrm{i}t}|~|\mathrm{d}t|=1~|\mathrm{d}t|=|\mathrm{d}t|$

Since $t$ is real and $t$ increases from $0$ to $2\pi$ you also have $|\mathrm{d}t|=\mathrm{d}t$.

Had $t$ decreased from $0$ to $-2\pi$ then your would have had $|\mathrm{d}t|=-\mathrm{d}t$.

Informally $|\mathrm{d}z|$ is not interested in the direction in which $z$ is changing, but only the size of the increments of $z$. Your integral is measuring arc-length, so you don't care about where the curve goes, but only how far it goes. You don't care about $\mathrm{d}z$, but only $|\mathrm{d}z|$.

Fly by Night
  • 32,272