Acceleration in arbitrary trajectory (differential geometry)

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
2 replies · 2K views
Zatman
Messages
85
Reaction score
0

Homework Statement


Show that for any trajectory r(t) the acceleration can be written as:

[itex]\mathbf{a}(t)=\frac{dv}{dt}\hat{T}(t)+\frac{v^2}{\rho}\hat{N}(t)[/itex]

where v is the speed, T is a unit vector tangential to r and N is a unit vector perpendicular to T, at time t. rho is the radius of curvature.

2. The attempt at a solution

[itex]\mathbf{a}=\frac{d\mathbf{v}}{dt}=\frac{d}{dt}(v\hat{T})[/itex]

[itex]=\frac{dv}{dt}\hat{T}+v\frac{d\hat{T}}{dt}[/itex]

Since we can write

[itex]\frac{1}{\rho}\hat{N}=\frac{d\hat{T}}{dt}[/itex]

This gives

[itex]\mathbf{a}=\frac{dv}{dt}\hat{T}+\frac{v}{\rho}\hat{N}[/itex]

I can't see where to get the other 'v' from, in the second term.
 
Physics news on Phys.org
Zatman said:

Homework Statement


Show that for any trajectory r(t) the acceleration can be written as:

[itex]\mathbf{a}(t)=\frac{dv}{dt}\hat{T}(t)+\frac{v^2}{\rho}\hat{N}(t)[/itex]

where v is the speed, T is a unit vector tangential to r and N is a unit vector perpendicular to T, at time t. rho is the radius of curvature.

2. The attempt at a solution

[itex]\mathbf{a}=\frac{d\mathbf{v}}{dt}=\frac{d}{dt}(v\hat{T})[/itex]

[itex]=\frac{dv}{dt}\hat{T}+v\frac{d\hat{T}}{dt}[/itex]

##v\frac{d\hat{T}}{dt}= v \frac{d\hat T}{ds}\frac{ds}{dt}= v^2\frac{d\hat T}{ds}##. But the curvature ##\kappa## is ##\kappa = \left|\frac{d\hat T}{ds}\right|## so ##
v^2\frac{d\hat T}{ds} = v^2\kappa \hat N(t) = \frac{v^2}{\rho}\hat N(t)##.
 
  • Like
Likes   Reactions: 1 person
Got it, thanks.

Missed that it is the derivative of [itex]\hat{T}[/itex] with respect to arc length that measures curvature.