Arc length differential same as function differential for vector valued function?

155 Views Asked by At

I'm learning how to calculate curvature and one of the steps is to calculate $$\frac{dT}{ds}$$

$T$ is the tangent vector to the curve and $ds$ is arc length. But here in this video, he uses says we can calculate this by finding:

$$\frac{||\frac{dT}{dt}||}{||\frac{d\vec{s}}{dt}||}$$ So why can we use $ds$ and $d\vec{s}$ both the same in this context? One is describing arc length, and one is describing the differential vector. I'm thinking they're supposed to be the same but I'd like geometric intuition, because different speeds at which this function is parameterized changes the derivative of the vector valued function. For example, if the function was modified to trace the curve twice as fast, $\frac{d\vec{s}}{dt}$ would be larger, so I don't quite see how it could trace out arc length.

1

There are 1 best solutions below

2
On BEST ANSWER

In this context $ds=\sqrt{(dx)^2+(dy)^2}=\sqrt{x'^2+y'^2}dt=\Vert s'(t)\Vert dt$. He talks in the video about "tiny changes", he is using the idea of differential ($ds$, $dt$) to make calculations.