Find the arclength curve of $r(t)=i+3t^2j+t^3k$ for $0\leq t\leq \sqrt{12}$

548 Views Asked by At

I asked a question similar to this one, but I'm still confused on how to integrate this. I have $r'(t)=\langle 0,6t,3t^2\rangle$. and so this gives you the integral from $0$ to $\sqrt{12}$ of $\sqrt{36t^2+9t^4}dt$. Step by step would be helpful, thanks!

1

There are 1 best solutions below

1
On BEST ANSWER

You've set up the calculation to do, which is good. From here it is just calculus. If you factor out the $t^2$ from the square root, we end up having to compute

$$\int_{0}^{\sqrt{12}}t\sqrt{36 + 9t^2} \mathrm{d}t.$$

Do you see a substitution you could perform?