$$\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?
Asked
Active
Viewed 61 times
0
-
$2(a+bi)^2\not=(a+bi)^2$, I believe... – Conor O'Brien Dec 09 '14 at 04:20
-
3Where are you getting your third line from? – Akiva Weinberger Dec 09 '14 at 04:20
-
How did you conclude that $a(a+bi)+bi(a+bi)$ has something to do with evaluating the integrals? – Jonas Meyer Dec 09 '14 at 04:22
-
Evaluating the first one gives a(z)+bi(z), substituting z=(a+bi) gives that line. – Teoc Dec 09 '14 at 04:23
-
2@MathNoob: You are treating $z$ as constant and not constant simultaneously. – Jonas Meyer Dec 09 '14 at 04:25
-
1The first line is wrong to begin with. You have omitted the arbitrary additive constant. Then the conclusion in the second line is wrong. You can't replace a dummy variable with a constant because then there is nothing to integrate; that's likely the error you are looking for. – MPW Dec 09 '14 at 04:32
1 Answers
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
-
Evaluating the integral $\int (a+bi) dz$ gives $a(z)+bi(z)=z(a+bi)=z^2$ Evaluating the second gives z^2/2. – Teoc Dec 09 '14 at 04:24
-
4No it doesn't. If $a$ and $b$ do not depend on $z$, then you cannot write $z=a+ib$. – Martin Argerami Dec 09 '14 at 04:26