I am told that:
$\int_a^b \sqrt{x'(t)^2 + y'(t)^2 + z'(t)^2} dt$ is the length of a path. However, I can't find online or in my textbook anywhere the proof of this or any geometric intuition for this problem.
I can't just believe the formula, can someone explain how they derived this formula.
Picture two nearby points $(x(t),y(t),z(t))$ and $(x(t+\Delta t),y(t + \Delta t),z(t + \Delta t))$ on the curve. The displacement vector from the first point to the second is $$ (x(t + \Delta t) - x(t),y(t + \Delta t) - y(t),z(t + \Delta t) - z(t)) \approx (x'(t) \Delta t, y'(t) \Delta t, z'(t) \Delta t) $$ and the length of this vector is $$ \sqrt{(x'(t) \Delta t)^2 + (y'(t) \Delta t)^2 + (z'(t) \Delta t)^2} = \sqrt{x'(t)^2 + y'(t)^2 + z'(t)^2} \Delta t. $$ Chop up the curve into tiny pieces and sum up the lengths of all the tiny displacement vectors to get (approximately) the length of the curve.