0

$$\int z \,dz=\dfrac{z^2}{2}$$ $$z=a+bi\implies \int (a+bi) \,dz=\int z \, dz$$ $$a(a+bi)+bi(a+bi)=(a+bi)^2=\dfrac{z^2}{2}=\dfrac{(a+bi)^2}{2}$$ $$ 2(a+bi)^2=(a+bi)^2$$ Assume $z \neq 0$: $$1=2$$ Where is the fallacy?

Teoc
  • 8,700

1 Answers1

6

In your third line you write $z^2=\displaystyle\frac{z^2}2$ out of the blue. This only happens when $z=0$, so you cannot conclude that $1=2$.

Ok, now I got what you were trying to do. When you "evaluate the integrals" you are taking $a$ and $b$ as constants. That makes no sense if $a+ib=z$ and $z$ is your integration variable.

More concretely, $$a=\frac{z+\bar z}2,\ b=\frac{z-\bar z}{2i}.$$. You cannot treat them as constants.

Martin Argerami
  • 205,756