Trajectory of a point moving with acceleration perpendicular to velocity
(Just some basic high-school physics stuff; to assure myself I can still do some elementary things. :P Essentially, showing that if a particle moves with acceleration perpendicular to velocity, or velocity perpendicular to position, then it traces out a circle. Stop reading here if this is obvious.)
Suppose a point moves in the plane such that its acceleration is always perpendicular to its velocity, and of the same magnitude. What is its path like?
To set up notation: let’s say the point’s position at time is
, its velocity is
, and its acceleration is
.
The result of rotating a point by 90° is
. (E.g. see figure below)
So the fact that acceleration is at right angles to velocity means that , or, to write everything in terms of the velocity,
where we can get rid of by substituting the second equation (in the form
) into the first:
or in other words
By some theory about ordinary differential equations, which I don’t know (please help!) (but see the very related example you saw in high school, of simple harmonic motion), the solutions to this equation are and
and any linear combination of those: the solution in general is
where and
is the angle such that
and
. And the fact that
gives
. So
. Note that
is indeed perpendicular to
as we wanted.
The actual trajectory can be got by integrating
to get and
. This trajectory is a point moving on a circle centered at point
and of radius
, with speed
or unit angular speed. Note that velocity is also perpendicular to the point’s position wrt the centre of the circle, as velocity is tangential to the circle, as it should be.
With a suitable change of coordinates (translate the origin to , then rotate the axes by
, then scale everything so that
), this is the familiar paremetrization
of the circle.
Note: Just as we derived from assuming that the acceleration is perpendicular to velocity, we can, by assuming that velocity is perpendicular to position, identically derive
, i.e. that the point moves on a circle.
I tried to solve this problem independent of a coordinate system. I used a tensor, but it turns out you don’t really need one:
Let
be an orthogonal tensor that rotates its argument(operand?) by 90 degrees, so that
and
. Then
by your definition.
Also,
, so
. This can be written as
, so
has constant magnitude.
Finally,
can be integrated to give
because
is not time dependent. Choosing our origin carefully so that
, We get
, the same as the relation between
and
. The same step as above gives
, so
has constant magnitude as well.
In two dimensions,
tells us that it moves in a circle about the origin,
tells us that the circular motion is uniform.
Incidentally, I think setting
where unlike above,
is not zero, describes a (linear) spiral instead. (Not sure, just spitballing.) An interesting question is what the spirals look like when
is not a constant.
About the solution of the ODE, the best I could do was note that it’s linear/homogeneous, so
must be a solution for some
. Solving the resulting polynomial gives
, which are sines/cosines. This simply shifts the problem one link up the chain of reasoning, but there’s my engineering education for you.
(global-set-key (kbd “C-`”) ‘underbar)
Karthik
Mon, 2013-04-08 at 14:22:44
Ah, jeez. I don’t know why I thought the comments would handle TeX input.
Karthik
Mon, 2013-04-08 at 14:23:39
WordPress.com uses $ latex ... $ syntax (without the space between $ and latex) instead of $ ... $ syntax… I’ve edited your comment; now to read it. :-)
(The two expressions with \underbar{r_0} gave “Formula does not parse” errors, so I’ve changed them to \underbar{r0} (ugly-looking, but still better than raw))
S
Mon, 2013-04-08 at 15:06:10
Thanks, that’s useful to know. Does WP have Latex support (in this form) built in or have you installed a plugin of some sort?
I see now some Emacs gunk also made its way into the comment. The perils of composing blog comments in the scratch buffer, it seems. :-)
Karthik
Mon, 2013-04-08 at 15:40:48
I don’t know if it’s built-in with WordPress proper, but it does come with the default WordPress.com setup. Documented here (it’s somewhat limited, but will do).
(Also one can’t install one’s own plugins on blogs hosted on WordPress.com, at least not with a free account.)
(Also Trevisan has written LaTeX2WP to make things easier.)
S
Mon, 2013-04-08 at 15:51:24
Read it — thanks, that’s clean. Yes, this makes sense, and roughly this sort of reasoning went into the previous post on sin and cos, which is ultimately unsurprising (both are about circles).
About the ODE: are you saying that because it’s a linear/homogeneous differential equation, the solution must be of the form
? I don’t know (or if I did, I don’t remember — I don’t even remember if I did know!) why this should be so. This is the k=1 case in this, but the argument in that article that “In order for the sum of multiple derivatives of a function to sum up to zero, the derivatives must cancel each other out and the only way for them to do so is for the derivatives to have the same form as the initial function” seems unsatisfying to me.
S
Mon, 2013-04-08 at 15:25:03
The ODE: If it’s linear, homogeneous and has constant coefficients, then the solution can be expressed using
. I don’t remember how I know this either! Wikipedia’s explanation is about the best I’ve found in the past.
I do believe there’s a theorem that says an
order linear homogeneous ODE (variable coefficients) has an
dimensional solution space, so the
independent exponentials do form a basis.
Karthik
Mon, 2013-04-08 at 15:54:35
[…] writing a series of posts leading up to an understanding of the exponential function (here, here, here), but it seems to have got abandoned. Consider this one a contribution to that […]
The idea of logarithms, and the first appearance of e | The Lumber Room
Wed, 2013-11-27 at 10:52:58