Let $C$ be the curve $x=e^t\cos(t)$, $y=e^t\sin(t)$, $z=t$ between $t=0$ and $t=2\pi$. I want to find the length of the curve.
First we write the vector $r$ as $r(t) = e^t\cos(t)\cdot \hat{i} +e^t\sin(t)\cdot \hat{j} + t\cdot \hat{k}$. The length of it is equal to
$$\displaystyle\int_0^{2\pi}|dr/dt|dt=\displaystyle\int_0^{2\pi}\sqrt{2e^{2t}+1}dt$$
I am setting $v^2 = 2e^{2t}+1 $ so I get $2e^{2t}dt=vdv$ and my integral becomes
$$\displaystyle\int\cfrac{v^2}{v^2-1}$$
After calculations, I get a wrong answer. How can I calculate the given integral?
$$L=\int_0^{2\pi}\sqrt{2e^{2t}+1}dt$$ $$t\to \frac{\ln(u-1/2)}{2}$$ $$L=\int_{3/2}^{e^{4\pi}+1/2}\frac{\sqrt{2u}}{2u-1}du$$ $$u\to v^2$$ $$L=\int_{\sqrt{3/2}}^{\sqrt{e^{4\pi}+1/2}}\frac{\sqrt{2u}}{2u-1}du$$ $$L=\int_{\sqrt{3/2}}^{\sqrt{e^{4\pi}+1/2}}\frac{2v^2\sqrt{2}}{2v^2-1}dv$$ $$L=\sqrt{2}\int_{\sqrt{3/2}}^{\sqrt{e^{4\pi}+1/2}}\frac{2v^2}{2v^2-1}dv$$ $$L=\sqrt{2}\int_{\sqrt{3/2}}^{\sqrt{e^{4\pi}+1/2}}\bigg(1+\frac{1}{2v^2-1}\bigg)dv$$ $$L=\sqrt{2}\int_{\sqrt{3/2}}^{\sqrt{e^{4\pi}+1/2}}\bigg(1+\frac{1}{2v^2-1}\bigg)dv$$ $$L=\sqrt{2}\int_{\sqrt{3/2}}^{\sqrt{e^{4\pi}+1/2}}\bigg(1+\frac{1}{2\sqrt2 v-2}-\frac{1}{2\sqrt2 v+2}\bigg)dv$$ $$L=\sqrt{2}\int_{\sqrt{3/2}}^{\sqrt{e^{4\pi}+1/2}}\bigg(v+\frac{1}{2\sqrt2 v-2}-\frac{1}{2\sqrt2 v+2}\bigg)dv$$ Yuck, I'll let you take it from here.
The reason you got the wrong answer is that you dropped some constants along the way, like the $\sqrt 2$.