15

I teach physics to 16-year-old students who do not know calculus and the derivates. When I explain the formula for centripetal acceleration in circular uniform motion, I use this picture:

enter image description here

Here,

$$\vec{a}_{\text{av}}=\frac{\Delta \vec{v}}{\Delta t}=\frac{\vec{v}_2-\vec{v}_1}{\Delta t}$$

and

$$\vec{v}_1=(v\cos\phi){\bf \hat x}+(v\sin\phi){\bf \hat y}, \quad \vec{v}_2=(v\cos\phi){\bf \hat x}+(-v\sin\phi){\bf \hat y}.$$

Combining these equations gives

$$\vec{a}_{\text{av}}=\frac{\Delta \vec{v}}{\Delta t}=\frac{-2v\sin\phi}{\Delta t}{\bf \hat y}, \tag 1$$

which shows that the average acceleration is towards the center of the circle. Using $\Delta t=d/v=2r\phi/v$, where $d$ is the distance along the curve between points $1$ and $2$, gives

$$\vec{a}_{\text{av}}=-\frac{v^2}{r}\left(\frac{\sin \phi}{\phi}\right){\bf \hat y}.$$ As $\phi\to 0$, $\sin \phi/\phi\to 1$, so

$$\vec{a}_{\text{cp}}=-\frac{v^2}{r}{\bf \hat y}, \tag 2$$

which shows that the centripetal acceleration is towards the center of the circle.

Does there exist another simple proof of Equation $(2)$, in particular, that the centripetal acceleration is towards the center of the circle?

Sebastiano
  • 2,529
  • 4
  • 24
  • 45

10 Answers10

43

With no calculus, and for only uniform circular motion: consider the figure below.

enter image description here

On the left, we see the position vector $\vec{r}$ sweep out a circle of radius $r$, and the velocity vector $\vec{v}$ moving around with it. The tip of the position vector travels the circumference of the left-hand circle, which is $2 \pi r$, in one period $T$. Thus, $v = 2 \pi r / T$.

Now, acceleration is the rate of change of velocity, just as velocity is the rate of change of position. If we take all the velocity vectors from the left-hand diagram and re-draw them at a common origin, we see that the velocity vector must also sweep out a circle of radius $v$. The tip of the velocity vector travels the circumference of the right-hand circle, which is $2 \pi v$, in one period $T$. The acceleration vector, being "the velocity of the velocity", must by analogy have magnitude $a = 2 \pi v / T$. Thus, $$ \frac{a}{v} = \frac{2 \pi}{T} = \frac{v}{r} \quad \Rightarrow \quad a = \frac{v^2}{R}. $$ We can also see from the diagram that at any time, $\vec{a}$ is directly opposite the direction of $\vec{r}$, i.e., directly towards the center of the circle.

Credit goes to my Grade 11 physics teacher, Mr. Imhoff, who showed me this trick over 20 years ago.

  • 3
    Very kind user, I have understood your explanation. In fact if $r\perp v$, and $v\perp a_{\text{cp}}$ we have the proportion $r:v=v:a_{\text{cp}}$, hence $a_{\text{cp}}=v^2/r$. +1. – Sebastiano Dec 10 '20 at 20:05
  • 1
    @Sebastiano: I see we arrived at the same argument. Whoops! –  Dec 11 '20 at 13:49
  • @alexarvanitakis It is also important to me to be united, friendly and helpful in this community as well. Thank you for your comment and I am always available for any help I can offer. – Sebastiano Dec 11 '20 at 21:17
  • 1
    While this result is specific to circular orbits, this switch-to-velocity-space technique is also useful in understanding ellipses. For example, in this video 3blue1brown uses it to prove area is swept at a constant rate in the elliptical orbits resulting from an inverse-square force. – J.G. Dec 12 '20 at 11:38
  • @J.G. Hi :-) ..I not know that you are also here in Physics :-) and I am very happy. A biggggg huge. – Sebastiano Dec 12 '20 at 20:18
  • The exact same proof is shown in Landau's book of the "Physics For Everyone" series (Vol. 1, "Physical Bodies"). – cth Dec 13 '20 at 14:49
  • 2
    @cth: Not surprising. I didn't really expect that this proof was original to my 11th-grade physics teacher. :-) – Michael Seifert Dec 13 '20 at 14:51
4

Let's consider a small time slice $\Delta t$ of the circular motion.

enter image description here
(image from PhysClips - Circular motion)

The position vector rotates by an angle $\Delta\theta$, thus changing from $\vec{r}(t)$ to $\vec{r}(t+\Delta t)=\vec{r}(t)+\Delta\vec{r}$.
When the angle $\Delta\theta$ is small, then $\Delta\vec{r}$ is nearly perpendicular to $\vec{r}$. Then we have $$\Delta\theta=\frac{|\Delta\vec{r}|}{r} \tag{1}$$

Likewise the velocity vector rotates by the same angle $\Delta\theta$, thus changing from $\vec{v}(t)$ to $\vec{v}(t+\Delta t)=\vec{v}(t)+\Delta\vec{v}$.
Again, when the angle $\Delta\theta$ is small, then $\Delta\vec{v}$ is nearly perpendicular to $\vec{v}$. Then we have $$\Delta\theta=\frac{|\Delta\vec{v}|}{v} \tag{2}$$

By equating (1) and (2) we get $$\frac{|\Delta\vec{v}|}{v} = \frac{|\Delta\vec{r}|}{r} \tag{3}$$

By the definition of acceleration we have $\Delta\vec{v}=\vec{a}\ \Delta t$, and by the definition of velocity we have $\Delta\vec{r}=\vec{v}\ \Delta t$. When we insert these into (3) we get $$\frac{|\vec{a}\ \Delta t|}{v} = \frac{|\vec{v}\ \Delta t|}{r}. \tag{4}$$

Here we can cancel $\Delta t$, write $a$ for $|\vec{a}|$, and $v$ for $|\vec{v}|$. $$\frac{a}{v} = \frac{v}{r}$$

Finally we bring $v$ from the left to the right side and get $$a = \frac{v^2}{r}$$ which is formula of the centripetal acceleration.

  • Very kind Thomas Fritsch the scalar notation it is very easy :-), but using the vectorial notation for $a$ to make it understand that the centripetal vector acceleration points to the inside how do I do? i.e. to have $-\frac{v^2}{r}{\bf \hat y}$? Thank you vey much and adding score. – Sebastiano Dec 10 '20 at 21:44
  • 1
    @Sebastiano The image shows, $\Delta\vec{v}$ has the opposite direction of $\vec{r}$. Therefore also $\vec{a}=\frac{\Delta\vec{v}}{\Delta t}$ is opposite to $\vec{r}$. – Thomas Fritsch Dec 10 '20 at 21:59
  • Ah ok. I have understood. You take the verse of the $\Delta \bf v$ that of $\bf r$ that it has the verse into the center of the circle. Ok!. – Sebastiano Dec 10 '20 at 22:03
3

Yes!

The position of particle moving in circle can be written as:

$$ \vec{r(t)} =R \left[ \cos( \theta) \vec{i} + \sin( \theta) \vec{j} \right] \tag{1}$$

Differentiate,

$$ \vec{v(t) } = \omega R\left[ \cos(\theta) \vec{j} - \sin(\theta) \vec{i} \right] \tag{2}$$ Where $$ \frac{ d \theta}{dt} = \omega$. Differentiating again,

$$ \vec{a(t)} = - \omega^2 R \vec{r(t) } \tag{3}$$

Take the magnitude of equations (1),(2) and (3):

$$| \vec{r(t)} |= R \tag{1'}$$ $$ |\vec{v(t)} | = R \omega \tag{2'}$$ $$ |\vec{a(t) } |= R \omega^2 \tag{3'}$$

Simplfying,

$$ |\vec{a(t)} | = \frac{ | \vec{v^2}|}{|\vec{r}|}$$

  • 1
    This proof assumes constant angular acceleration $\omega$, such that tangential acceleration is 0 which implies $a_N = |a|$. Consider showing this for the general case where $\theta = \theta (t)$. – user256872 Dec 10 '20 at 19:09
  • Appreciative of your effort. I can't use derivatives. But I voted positively for your response. – Sebastiano Dec 10 '20 at 20:20
  • 2
    A neat variation (not suitable for 16-year-olds!) on this method is to consider a point moving in a circle with constant angular velocity on the complex plane. Then $z=Re^{i\omega t}$. So $\dot z = i\omega Re^{i\omega t}$ and $\ddot z = -\omega^2 Re^{i\omega t}=-\omega^2 z.$ – Philip Wood Dec 13 '20 at 10:56
3

There is a way to arrive at the magnitude of the centripetal acceleration that takes full advantage of various symmetries of the setup.

In cases where the velocity is constant we have the following oppertunity to simplify: instead of using differential expressions we can use sizable lengths of distance with sizable durations.

In the case of circular motion the magnitude of the velocity is constant, and the direction changes at a constant rate.

Under those special conditions it is sufficient to express velocity as follows:

$$ v = \frac{\Delta r}{\Delta t} \qquad (1) $$

In the above expression $\Delta r$ stands for 'the accumulated change of position'.
(I'm adding the word 'accumulated' because after a complete revolution there is of course no net change of position. But what matters is that there is a process of continous change of postion.)

I will used the capital letter 'T' for the duration of a complete revolution.

Over the duration of a complete revolution the distance traveled is $2\pi r$

Therefore:

$$ v = \frac{2 \pi r}{T} \qquad (2) $$

The next step capitalizes on the following abstract symmetry:

Velocity is the time derivative of position.
Acceleration is the time derivative of velocity.

That is a repeated pattern. It's one level up, but the pattern is identical

The magnitude of the acceleration is constant, and the direction changes at a constant rate. Therefore using infintisimals isn't necessary, the following is sufficient:

$$ a = \frac{\Delta v}{\Delta t} \qquad (3)$$

Over the duration of a complete revolution the accumulated change of the velocity vector follows the same pattern as the accumulated change of position vector.

Therefore:

$$ a = \frac{2 \pi v}{T} \qquad (4) $$

Using (2) to eliminate 'T' from (4);

$$ a = 2 \pi v \frac{v}{2\pi r} \qquad (5) $$

$$ a = \frac{v^2}{r} \qquad (6) $$


Just to be clear: I recognize of course that this will be a hard sell to high school students. Thinking of the set of all velocities as a geometric space is quite an abstraction.

I imagine an animation could do a lot here. This animation would first show revolution of the postion vector, and then the animation takes the origin of the velocity vector as a stationary point, and then shows a revolution of the velocity vector.

Cleonis
  • 20,795
  • In the meantime thank you for your explanation and big effort. But I'm interesting to a vectorial proof. However +1 and thank you very much for your precious time for me. – Sebastiano Dec 10 '20 at 19:56
  • 2
    @Sebastiano Well, I believe this derivation is actually truly vectorial, in the sense that the reasoning is geometric. Think of instantaneous change of the radial vector as a infinitisimally short vector perpendicular to the radial vector. Accumulate that around the circumference of the circle. While I was writing my answer Michael Seifert posted his answer, so he was first. Our two answers are the same, but Michael's answer has diagrams; that is more vivid. – Cleonis Dec 10 '20 at 20:06
  • But I have upvoted also if into your answer there is no the drawing :-). The big problem for me it is that the students of 16 years in general they don't study and I have trouble proving a simple relationship. They don't even know what an angle to the center is :-( – Sebastiano Dec 10 '20 at 20:15
3

Here's an attempt.

First for the magnitude $|\vec{a}|$: use dimensional analysis. For uniform circular motion the only independent quantities are $|\vec{v}|,m,r$. Therefore we must have $|\vec{a}|=C |\vec{v}|^2/r$ for some constant $C$.

For the direction of the acceleration vector: you can take $\vec{a}$ and project to its parallel component along $\vec{v}$ and its component perpendicular to $\vec{v}$. The parallel component will increase/decrease $|\vec{v}|$, if the parallel component is nonzero. However, for uniform circular motion, this cannot be the case. Therefore, $\vec{a}$ is perpendicular to $\vec{v}$.

Then there are two alternatives: either it always points towards the circle centre, or it always points away from the circle centre. I believe the students should intuitively understand that the last possibility is ridiculous. So now they understand uniform circular motion, notwithstanding the constant number $C$ which you cannot determine from this argument.

2

enter image description here I think this is easy to understand:

with $~\Delta v=v\,\Delta\varphi$

$$a=\frac{\Delta v}{\Delta t}=v\,\frac{\Delta\varphi}{\Delta t}=v\,\omega$$

and $$ v=\frac{\Delta s}{\Delta t}= \frac{R\,\Delta\varphi}{\Delta t}=R\,\omega$$ where $~\frac{\Delta\varphi}{\Delta t}=\omega=~$constant and $\Delta s~$ is the line element on the circle.

thus :

$$a=R\,\omega^2=\frac{v^2}{R}$$

Eli
  • 11,878
  • Thank you very much again. I like vote up...as now...but I not can use the derivates (see the final part of my question). – Sebastiano Dec 11 '20 at 12:33
  • 1
    @Sebastiano I change $d\mapsto \Delta$ so there is no derivatives – Eli Dec 11 '20 at 12:56
2

A very simple derivation that requires no calculus is the following. We use the fact that there is a perfect mathematical analogy in which the velocity vector is to the radius vector as the acceleration is to the velocity. Writing $r$, $v$, and $a$ for the magnitudes, the analogy allows us to infer that if $v=2\pi r/T$, then $a=2\pi v/T$. Eliminating $T$ then gives $a=v^2/r$.

2

This derivation is based on one of c1659 by Christiaan Huygens. I include it for interest rather than because I think it the best way to teach centripetal acceleration to high school students!

Suppose a particle is whirled in a circle on a thread. At time $t=0$ the particle is at point T, the thread breaks and the particle carries on in a straight line at speed $v$. Huygenscentrip

At time $t$ the particle has travelled $vt$ from T. It is now a distance $y'$ from the point on the circle where it would have been if the thread hadn't broken.

If $t$ is small, then $\ \ \ \ \ \ \ vt \approx x$

and $\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ y' \approx y$

But using Pythagoras's theorem (or the intersecting chords theorem) we can show that for $y<<r$, $$x^2 \approx 2ry$$ As $t$ approaches zero, all these approximations become exact, so $$y' = \frac12 \frac{v^2}{r} t^2$$ But the displacement of a particle starting from rest and experiencing an acceleration $a$ is given by $$s= \frac12 a\ t^2$$ We see then, that our particle's acceleration, had the thread not broken, would have magnitude $v^2/r$ and (remembering that $t$ is approaching zero) would be directed towards the centre of the circle!

Philip Wood
  • 35,641
  • Thank you very much for your precious answer, but I am not use the derivates :-(...my students of 16 years old, yet, I am able to use the derivates. +1. – Sebastiano Dec 11 '20 at 12:32
  • 1
    I agree; I wouldn't use this derivation with 16-year-olds. In any case, I think that it's rather messy. I find it interesting because it reaches the result in a most unexpected way. It is also possibly the earliest derivation. My other answer offers a derivation that is much more suitable for 16-year-olds. – Philip Wood Dec 11 '20 at 18:45
  • 1
    @ Sebastiano No derivatives involved, though. Indeed no calculus notation used at all! – Philip Wood Dec 13 '20 at 16:49
2

Your students might like this approach. It uses Newton's technique of modelling a smooth change as a series of sharp, sudden changes.

Consider a particle bouncing around the inside of a cylinder, following a path that is a regular polygon. enter image description here

The change of velocity at each bounce, for example at C, is clearly $$\Delta v=2v\ \cos \theta\ \ \ \text{towards the circle centre}$$ The time, $\Delta t$, between bounces is $$\Delta t = \frac{\text{CD}}{v}=\frac{2r\ \cos \theta}{v}$$

If we make the side length of the polygon smaller and smaller (by making $\theta$ approach $\pi /2$) then any small arc contains a large number $n$ of bounces and the same number of intervals $\Delta t$, so the mean rate of change of velocity is $$a=\frac{n\Delta v}{n\Delta t}=\frac{v^2}{r}.$$ In the limit the polygon approaches a circle, and the mean acceleration becomes the instantaneous acceleration.

This method is essentially a variation on the classic derivation in the question. It avoids explicit use of $\lim \limits_ {\theta \to 0} \frac{\sin \theta}{\theta}=1$. Instead, the taking of this limit is hidden in the demand to consider smaller and smaller lengths of side of the polygon, so the polygon becomes a circle.

Philip Wood
  • 35,641
  • +1 also for this approach....I have done the new image of my question for you :-)....Is it better before or mine of now? – Sebastiano Dec 11 '20 at 21:04
  • Thank you. To be honest, I hadn't noticed a difference in the images. But that's probably because I'm not very observant! – Philip Wood Dec 11 '20 at 21:18
  • Aahahahah LOL :-)...see my previous edit.....and you can observe the bit of the differences. Before there was not your name....and the date. This is original. – Sebastiano Dec 11 '20 at 21:22
  • Sorry! I had seen my name and the date! I hadn't realised that that was the difference you meant! – Philip Wood Dec 11 '20 at 21:31
  • There are little differences with the my first image....This is very closer than the original of my textbook. – Sebastiano Dec 11 '20 at 21:33
  • @Sebastiano This method is essentially a variation on the classic derivation that you give in your question. It avoids explicit use of the limit $\frac{\sin \theta}{\theta}$ approaches 1 as $\theta$ approaches 0. Instead the taking of this limit is hidden in the demand to consider smaller and smaller lengths of side of the polygon, so the polygon becomes a circle. – Philip Wood Dec 13 '20 at 10:24
  • Very kind Philip Wood, can you put this comment, please, into your answer. Often I see the answers and after I not remember to join the answer with the comment. Thank you again, also now. – Sebastiano Dec 13 '20 at 11:27
  • 1
    @Sebastiano I've done as you suggested. I've also tightened up the reasoning, as I know that the more thinking students would worry about $\Delta t$ being the time between bounces rather than the time for $\Delta v$ to occur. – Philip Wood Dec 13 '20 at 14:44
  • Thank you very much...again :-)...Thankkkkkkkkkkkkkkks. – Sebastiano Dec 13 '20 at 19:33
1

You should be careful about using the concept of limits for students that haven't taken calculus. Without that background, any derivation based on limits comes down to hand waving, and getting students used to relying on hand waving is dangerous. It encourages them to engage in hand waving themselves, and discourages them from developing the proper conceptual understanding when they later learn the framework in which to have that understanding.

If this is a physics class, then you can use physics concepts to motivate these results. but you should keep in mind that without the math background, this is motivation, not proof.

If this is uniform circular motion, then by symmetry the speed (absolute value of velocity) and kinetic energy are constant. This means that the centripetal force is doing no work, hence it must at all times be perpendicular to the velocity.

As far as the magnitude of the acceleration, it is probably easier to explain in terms of $\omega$ rather than $v$: the magnitude of the velocity is $\omega r$, and its direction is rotating at the rate of $\omega$, hence it is changing at a rate of $\omega^2r$. I would not pretend for this to be a rigorous proof; I would tell my students "Here's something that helps explain where this formula come from. When you get to calculus, you'll be able to rigorously prove it."

  • +1 surely. In differents or many Italian textbooks all to write the symbol of $\lim$ to explain the instantaney velocity per the acceleration, ...I think that the students of this time not want think but to have just the formulas without to understand the importance. – Sebastiano Dec 12 '20 at 20:21