franky2727
- 131
- 0
how do i integrate (1+Z)/(2-2Z)
franky2727 said:substitute 2-2Z for u? but then I've still got something over something else and still don't get what method to use :S
HallsofIvy said:And if you use the fact that \frac{1+z}{2-2z}= -\frac{1}{2}\left(1+ \frac{1}{1-z}\right) you have
\int \frac{1+z}{2- 2z}dz= -\frac{1}{2}\int (1+ \frac{1}{z-1}dz= -\frac{1}{2}(z+ ln|z-1|)+ C
That seems simpler to me.
HallsofIvy said:And if you use the fact that \frac{1+z}{2-2z}= -\frac{1}{2}\left(1+ \frac{1}{1-z}\right)
That seems simpler to me.
d_leet said:That's false though... Just check z=0 the left side gives 1/2, but the right side gives -(1/2)(2)=-1...