I am taking Calculus 3 and I am learning about the unit tangent vector T. I know that dT/dt does not always have constant length. My question is under what additional conditions does dT/dt have constant length. I have an idea of 4 additional conditions, of which I'll kind of prove below.
Let's assume a 2D example for simplicity. r = x i + y j dr/dt = dx/dt i + dy/dt j ||dr/dt|| = sqrt( (dx/dt)^2 + (dy/dt)^2) = Let's call this speed T = dr/dt / speed = (dx/dt / speed) i + (dy/dt / speed) j Also I will be using x' for dx/dt and x'' for d2x/dt2 dT/dt = (x''*(speed^2) - x'*(x'*x'' + y'*y''))/(speed^3) i + (y''*(speed^2) - y'*(x'*x'' + y'*y''))/(speed^3) j So our first condition will be that speed or ||dr/dt|| is constant.
Let's factor speed out of dT/dt and only focus on the numerators of the x and y components. (x''*(speed^2))^2 + (y''*(speed^2))^2 should be constant if 2 conditions apply:
One speed is constant. We already assumed this with our first condition
Two also (x'')^2 + (y'')^2 is constant.
(x'*(x'*x'' + y'*y''))^2 + (y'*(x'*x'' + y'*y''))^2 should be constant if 2 conditions apply:
One (x')^2 + (y')^2 is constant. We already assumed this when we assumed speed is constant
Two x'*x'' + y'*y'' is constant. This is a new condition.
All together, we get the following conclusion: If we have unit tangent vector T, then dT/dt has constant length if and only if
One speed or (x')^2 + (y')^2 is constant
Two (x'')^2 + (y'')^2 is constant
Three x'*x'' + y'*y'' is constant
Can someone please tell me if this is right? And also provide an intuitive explanation for why these 3 conditions must hold? Thank you for taking the time to read this.
I will use a bit of mechanics here... Acceleration of point is a sum of two components:
$$\vec{a}=\frac{d\vec v}{dt}=\vec{a_t}+\vec{a_n}$$
$$\vec{a_t}=\frac{dv}{dt}\vec{u_t}$$
$$\vec{a_n}=\frac{v^2}{R_k}\vec{u_n}$$
$\vec{u_t},\vec{u_n}$ are unit vectors, first is tangent to trajectory, the second is perpendicular to it. $R_k$ is the radius of the trajectory at the given point.
In your problem $\vec{T}$ is actually velocity $\vec{v}$ of a point along some trajectory in space.
Because $\vec{v}$ has constant length, $dv/dt=0$ which means that $\vec{a_t}=0$. This leaves only the second component so the intensitiy of it is:
$$a=a_n=\frac{v^2}{R_k}$$
You know that $v$ is constant and you want $a$ to be constant. The only possibility is to have constant $R_k$ as well. And the only curve that has constant $R_k$ is a circle or a part of it!