Is the answer zero?

101 Views Asked by At

My question for my exam on linear algebra was to evaluate the integral $\displaystyle \oint \operatorname{im}(z^2)dz$ , where integration is done under area bounded by vertices $0$, $1$, $i$ in the complex plane.

Since $\operatorname{im}(z^2)=2xy$, is the answer $0$?

*EDIT:- I am posting a picture of the question below enter image description here

5

There are 5 best solutions below

2
On BEST ANSWER

On the paths $[0,1]$ and $[i,0]$, the function is $0$, hence its path integral is too.

On $[1,i]$ we have to compute it. This path is parametrised by $\begin{cases}x=1-t\\y=t\end{cases}(0\le t\le 1)$, so we just have to compute $$\int_{[1,i]}\operatorname{im}z^2\,\mathrm d z=\int_0^{1}\!2t(1-t)\, (-1+i)\,\mathrm d t=(-1+i)\biggl[t^2-\frac{2t^3}3\biggr]_0^1=\frac{-1+i}3.$$

5
On

No. It is $\int _0^{1}\int_0^{x} 2xy \, dy\, dx=1/4$.

1
On

I guess that here we are talking about the complex line integral of $\mbox{Im}(z^2)$ around the triangle of vertices $0$, $1$, $i$ in the complex plane (counterclockwise?).

Hence, since $\mbox{Im}(z^2)=2xy\not=0$ just on the the segment $S$ from $1$ to $i$, it follows that $$\begin{align*} \int_{C}\mbox{Im}(z^2)dz&=\int_{C}2xyd(x+iy)=2\int_{S}xydx+2i\int_{S}xydy \\&=2\int_{x=1}^0x(1-x)dx+2i\int_{y=0}^1(1-y)ydy\\&=2(-1+i)\int_{t=0}^1(t-t^2)dt=\frac{-1+i}{3}.\end{align*}$$

0
On

The phrasing in your question is a little awkward since the question asks for $\oint$, which is a line integral, and states that "where integration is done under area," which sounds like an area integral.

Breaking the triangle into its three edges, we can construct the paths: \begin{align} \gamma_1(t)&=t\\ \gamma_2(t)&=(1-t)+ti\\ \gamma_3(t)&=(1-t)i. \end{align}

Then $\gamma_1$ is the path from $0$ to $1$, $\gamma_2$ is the path from $1$ to $i$, and $\gamma_3$ is the path from $i$ to $0$ (each path has domain $[0,1]$).

Then, since \begin{align} \gamma_1'(t)&=1\\ \gamma_2'(t)&=-1+i\\ \gamma_3'(t)&=-i, \end{align} we can substitute these into a line integral to get \begin{align} \oint\Im(z^2)dz&=\int_0^1 \Im(t^2)\cdot 1dt\\&+\int_0^1 \Im(((1-t)+ti)^2)\cdot(-1+i)dt+\int_0^1\Im(((1-t)i)^2)\cdot(-1)dt \end{align} In the first and third integrals, the argument to $\Im$ is real, so the integrand in these cases is $0$. This leaves the second integral: $$ \int_0^1 \Im(((1-t)+ti)^2)\cdot(-1+i)dt=(-1+i)\int_0^1\Im((1-2t)+2t(1-t)i)dt. $$ We can simplify this to $$ (-1+i)\int_0^12t(1-t)dt=2(-1+i)\left.\left(\frac{t^2}{2}-\frac{t^3}{3}\right)\right|_0^1=2(-1+i)\frac{1}{6}=\frac{1}{3}(-1+i). $$

0
On

It is general complex integration. Realy strange question for a linear algebra exam !! This answer is right.