I need help with this problem. I'm calculating the length of the smooth simple arc of the portion of the parabola $y^2=16x$ which lies between the lines $x=0$ and $x=4$.
So I first parametrized the function like this: $t=x\Rightarrow y=\pm\sqrt{16t}$, thus $f(t)=(t, \pm\sqrt{16t})$. I first started with the positive square root. I calculated the derivative and the norm of the derivative: $f'(t)=(1,\frac{2}{\sqrt{t}})$ and $\Vert f'(t)\Vert=\sqrt{1^2+(\frac{2}{\sqrt{t}})^2}=\sqrt{\frac{t+4}{t}}$. After that, I used the formula of the length:$$l(t)=\int_{0}^{4} \sqrt{\frac{t+4}{t}}dt$$ the problem is that I don't know how to integrate that. Please help me.
Try $t = u^2$. Following that, try $u=2\sinh x$.
More detailed solution:
Substitute $t = u^2$, note that $\mathrm{d}t = 2u\ \mathrm{d}u$:
$\displaystyle \int \sqrt{\frac{t+4}{t}}\ \mathrm{d}t = \int \sqrt{\frac{u^2+4}{u^2}}\cdot 2u\ \mathrm{d}u = 2\int\sqrt{u^2+4}\ \mathrm{d}u$
Second substitution, $u = 2\sinh x$, note that $\mathrm{d}u = 2\cosh x \ \mathrm{d}x$:
$\displaystyle 2\int\sqrt{u^2+4}\ \mathrm{d}u = 2\int \sqrt{4(\sinh^2 x + 1)}\cdot 2 \cosh x \ \mathrm{d}x = 4\int 2\cosh^2x \ \mathrm{d}x = 4\int (\cosh 2x + 1) \ \mathrm{d}x =4(\frac 12 \sinh 2x + x) + c = 2\sinh 2x + 4x + c$
and you can either work out the new bounds (easier) or try to express that in terms of the original variables (a little harder, but with the application of identities like $\displaystyle \sinh 2x = 2\sinh x \cosh x = 2\sinh x \sqrt{1+ \sinh^2 x}$, not that difficult.