Circular Motion Power: Why Isn't Work Done Equal to Zero?

AI Thread Summary
The discussion centers on the calculation of power delivered to a particle moving in a circular path with varying centripetal acceleration. Participants explore why work done is not zero despite the circular motion, emphasizing the importance of tangential acceleration. The derived power expression is debated, with some contributors arriving at different results, specifically questioning the integration of centripetal acceleration to find velocity. Clarifications are made that centripetal force does not perform work, as it does not change the speed of the particle, while tangential forces are responsible for the increase in speed. Ultimately, the consensus is that the correct power expression is derived from the tangential component of acceleration and velocity.
hqjb
Messages
38
Reaction score
0
1. Homework Statement [/b]

A particle of mass m is moving in a circular path of constant radius r such
that its centripetal acceleration a varies with time t as a = k^2rt^2, where k is a
constant. Show that the power delivered to the particle by the forces acting on
it is mk^4r^2t^5/3

Homework Equations


The Attempt at a Solution



Why isn't work done, hence power = 0 since it's moving in a circle and resultant force is centripetal?

Edit : Assuming there's a tangential component,

I take
a_c = k^2rt^2 = v_{tan}^2/r
v_{tan} = √k^2r^2t^2 = krt
a_{tan} = dv/dt = kr
P = Fv = ma_{tan}v_{tan} = krt * kr * m ≠ mk^4r^2t^5/3
 
Last edited:
Physics news on Phys.org
I have got the answer you have mentioned but i am not sure what could be the reason that my answer is correct. I am sitting on my computer desk and following your thread but no one is yet replying, so i think i will post my solution and see if i could receive any feedback. I know its your thread hqjb, i hope you don't mind. :smile:

I integrated the expression for centripetal acceleration with respect to time and found v=\frac{k^2rt^3}{3}, (now i don't know which velocity is this. :confused:)

P=Fv
P=macv
P=m*k^2rt^2*\frac{k^2rt^3}{3}
P=\frac{mk^4r^2t^5}{3}

But still i don't have any reasoning to why is this correct?
 
Last edited:
a=k2rt2
v=k2rt3/3

E=1/2mv2=1/2m(k2rt3/3)2

P=dE/dt=(6/18)m(k4r2t5)
 
Last edited:
azizlwl said:
a=k2rt2
v=k2rt3/3

E=1/2mv2=1/2m(k2rt3/3)2

P=dE/dt=(6/18)m(k4r2t5)

I get both of your workings, but I'm not sure why both of you used the radial component of velocity? (integrating centripetal acc = centripetal vel. right?)

Shouldn't only tangential component count in doing work?
 
I'm looking for the instantaneous velocity from instantaneous acceleration,irrespective of direction.
Energy is scalar.
 
I think that:
v^{2}=v^{2}_{c}+^{2}_{t}
But v_{t}=krt
And v_{c}=\frac{k^{2}.r.t^{3}}{3}
W=1/2.m.v^{2}
P=dW/dt=...
 
takudo_1912 said:
I think that:
v^{2}=v^{2}_{c}+^{2}_{t}
But v_{t}=krt
And v_{c}=\frac{k^{2}.r.t^{3}}{3}
W=1/2.m.v^{2}
P=dW/dt=...

I get my original answer + everyone else's answer in this case :

k^2r^2tm + (k^4r^2t^5m)/3
 
hqjb said:
I get my original answer + everyone else's answer in this case :

k^2r^2tm + (k^4r^2t^5m)/3
I think this was the correct answer :-s
 
Okay after thinking about it again, I think by definition circular motion means there is no "radial velocity". My bad for that mistake. But can anyone tell me what you get when you integrate radial acceleration? What about the v^2/r formula then(My notes says that it works for non-uniform circular motion)?
 
  • #10
hqjb said:
I take
a_c = k^2rt^2 = v_{tan}^2/r
v_{tan} = √k^2r^2t^2 = krt
a_{tan} = dv/dt = kr
P = Fv = ma_{tan}v_{tan} = krt * kr * m ≠ mk^4r^2t^5/3

Your result looks fine. The centripetal acceleration is v2/r, even in case of non-uniform circular motion. There is no work done by the centripetal force if the particle moves along a circle. But there should be some tangential force to ensure increase of speed. The tangential force multiplied by the velocity (which is tangential of course) gives the power.

ehild
 
  • #11
My understanding is when a body moves at
a=Ct2 where C=k2r
The velocity will be
v=Ct3/3

KE=1/2mv2
 
Last edited:
  • #12
The particle moves along a circle with constant radius r

The velocity is tangent to the path.
The tangent of the circle is perpendicular to its radius : there is no "radial velocity".

There is radial acceleration: it is called "centripetal acceleration". There can be also tangential acceleration.
The centripetal force does not do any work.
The integral of the centripetal acceleration is neither velocity nor speed.
Think of the uniform circular motion. The centripetal acceleration is constant. Does the speed increase linearly with time?

ehild
 
  • #13
ehild,

Your result looks fine. The centripetal acceleration is v2/r, even in case of non-uniform circular motion.

I don't think so. Let ω be constant and vector R = cosωt*i + sinωt*j. Then velocity vector V = dR/dt = -ω*sinωt*i + ω*cosωt*j , where V and R are at right angles to each other. So the acceleration vector is A = dV/dt = -ω^2(cosω*t*i + sinωt*j) = -ω^2*R, which is a vector in the opposite direction of R and whose magnitude is |V|^2/|R|. This derivation requires that ω be constant (uniform). Besides, the problem statement says that the centripetal acceleration is k^2*r*t^2.

Ratch
 
Last edited:
  • #14
Last edited by a moderator:
  • #16
@ehild: Can i get some feedback on my solution? That would be very helpful. The solution is posted on page 1, post #2. :smile:
 
  • #17
Pranav-Arora said:
@ehild: Can i get some feedback on my solution? That would be very helpful. The solution is posted on page 1, post #2. :smile:

Pranav, think of the uniform circular motion. The centripetal acceleration is constant. Do you get anything reasonable if you integrate it with respect time? Is it the velocity or speed or anything? Is the speed of the uniform circular motion a linear function of time instead of being constant?

Read my post #13.

ehild
 
  • #18
Ratch said:
The same thing as the diagram your link shows. Specifically, A = the vector sum of Ac and At.

Ratch

We totally agree then. The acceleration is the vector sum of Ac and At. Ac is the centripetal acceleration. Its magnitude is v2/r.

ehild
 
  • #19
ehild said:
Is the speed of the uniform circular motion a linear function of time instead of being constant?
ehild
The speed is constant in uniform circular motion. The centripetal acceleration is constant in uniform circular motion but here the centripetal acceleration is varying with time.
I really have no idea what we get if we integrate the centripetal acceleration.
 
  • #20
Hello hqjb and others,
I think the solution pasted in the attempt is correct.Circular motion uniform or non uniform “indeed requires the centripetal acceleration to be equal to(V^2/R)”.Let us prove it through calculus and polars.(2Dimensional avoiding the usage of axis of rotation)
We know that vector r of any point on the circle with O as origin at an elevation from say the horizontal (the diagram can be drawn easily) and with unit vectors as i and j is given as
R=R(cos(θ)i+sin(θ)j)
We define two other unit vectors e(r) and e(t) ,with the first pointing away from the center towards the radius and the second in the direction of the advancing tangent.
e( r )= cos(θ )i+sin(θ )j
e( t )= -sin(θ )i+cos(θ )j
e’( r )= e(t)*θ’(Differentiation w.r.t any variable)
Similarly
e’( t)=-e( r )* θ’
As such r=r*e( r ) ...$
V=rω*e(t)+r’e(r) ………………$$
/* Unless radius is changing w.r.t time velocity is always tangential as r’=0 */so
V=rω*e(t) ………………………$$$
(ω is angular velocity)
So that
a=-r(ω^2)e(r) +rαe(t) ………………$$$$ (radius taken constant once again)(alternatively use complex numbers for the same result)
In short only given that radius is constant the centripetal acceleration is ((v^2)/r) no matter what (we used v=rω in the radial portion of the last equation which arrives from our velocity vector expression)For other curvilinear trajectories the centripetal acceleration is defined by the general term “normal component of acceleration”The same equation works with only the r in the denominator being radius of curvature of the curve at that point .
So
(1) Integrating centripetal acceleration in any case of circular motion is not an act that brings forth any velocity.
(2) One need not worry about radial component of velocity here as it reduces to zero given the fact that radius is constant.
(3) Something is wrong with the question, it yields fine with the acceleration being defined plainly but is incorrect as regards circular motion and centripetal acceleration.
Apologies in advance for straying the discussion off topic if I did so.Correct me if I am wrong.
Regards
Yukoel
 
Last edited:
  • #21
Nice post, Yukoel!:smile:

ehild
 
  • #22
Pranav-Arora said:
The speed is constant in uniform circular motion. The centripetal acceleration is constant in uniform circular motion but here the centripetal acceleration is varying with time.

You integrated the centripetal acceleration to get the velocity thinking (I guess) that "velocity is integral of acceleration". You could do the same with constant centripetal acceleration could you not? And do you get anything that has sense?
See an example: a ball moves along a horizontal circle with radius R=1 with 2 m/s speed. So the centripetal acceleration is 4 m/s2. Integrate with respect to time: it is ∫adt=4t+const. What kind of speed is it? It is not the speed of the ball, as it is 2 m/s. It is not "radial velocity" as the radius is constant. Is it anything?

Pranav-Arora said:
I really have no idea what we get if we integrate the centripetal acceleration.

You have integrated the centripetal acceleration, so you need to know the reason why you did it. :biggrin:

You got the integral of the centripetal acceleration. It is not related to the velocity.

ehild
 
  • #23
ehild said:
Nice post, Yukoel!:smile:

ehild
Thanks ehild :smile:
regards
Yukoel
 
  • #24
ehild said:
You integrated the centripetal acceleration to get the velocity thinking (I guess) that "velocity is integral of acceleration". You could do the same with constant centripetal acceleration could you not? And do you get anything that has sense?
See an example: a ball moves along a horizontal circle with radius R=1 with 2 m/s speed. So the centripetal acceleration is 4 m/s2. Integrate with respect to time: it is ∫adt=4t+const. What kind of speed is it? It is not the speed of the ball, as it is 2 m/s. It is not "radial velocity" as the radius is constant. Is it anything?
Thanks for the explanation ehild! :smile:

Integrating centripetal acceleration really doesn't make any sense.

ehild said:
You have integrated the centripetal acceleration, so you need to know the reason why you did it. :biggrin:

You got the integral of the centripetal acceleration. It is not related to the velocity.
ehild

For finding out the answer as posted by OP, i tried integrating centripetal acceleration and by luck, i was able to get that answer. So the claimed answer is wrong (i guess)?.
 
  • #25
Pranav-Arora said:
For finding out the answer as posted by OP, i tried integrating centripetal acceleration and by luck, i was able to get that answer. So the claimed answer is wrong (i guess)?.

I guess it is wrong. And I also guess they followed the same logic, that "velocity is integral of acceleration". It is true for the vectors and for the Descartes components, but not for the centripetal acceleration.

Well, getting the same answer as in the book is not always a "luck":biggrin:

ehild
 
Last edited:
  • #26
Shouldn't the answer be Power=m*k^2*r^2*t?
 
  • #27
ehild said:
...Descartes components...
ehild

Never heard of it, any link would help. :smile:
 
  • #28
schaefera said:
Shouldn't the answer be Power=m*k^2*r^2*t?

It is. That is the solution obtained and showed by the OP.


ehild
 
  • #29
The goal of the problem was incorrect then, as stated in the original post?
 
  • #30
So is the power given by dE/dt or by Fv, because the value of these two seem to differ (dE/dt=k^2r^2t, but Fv is the value in the original post).
 
  • #31
They are the same. The OP gave a correct derivation of Fv =m k2r2t. This also equals dE/dt.

The confusion is due to the fact that the statement of the problem implied that the answer for the power should be something different than mk2r2t.
 
  • #32
No, you cannot get the tangential velocity by integrating the centripetal acceleration in this problem. Your derivation in post #35 is valid only for constant ω.

In general, integrating the total acceleration vector with respect to time will get you the total velocity vector. And that's what you did for the case of constant ω.

But the mistake that some here are making is trying to get the tangential speed by integrating only the magnitude of the centripetal acceleration. That's not valid.

Moderator note: This post refers back to a deleted post, so don't let that confuse you. I restored this post because TSny's identification of the conceptual mistake being made is spot on.[/color]
 
Last edited by a moderator:
  • #33
If this thread looks a bit disjointed it is because some incorrect posts and responses to them have been removed.

The OP is correct, the answer in the book is not.
 
  • #34
One last note, my solution. For circular motion, uniform or not,
\begin{align}<br /> \vec r &amp;= r\hat r \\<br /> \vec v &amp;= r\omega\hat{\theta}\\<br /> \vec a &amp;= -r\omega^2\hat r + r\dot{\omega}\hat\theta<br /> \end{align}
Note that velocity is tangential; that's always the case for circular motion, uniform or not. A couple of other common features for circular motion are centripetal acceleration and power. Centripetal acceleration is always r\omega^2. Power is given by \vec F\cdot \vec v = m\vec a \cdot \vec v = mr^2\omega\dot{\omega} for circular motion. Here we are given that centripetal acceleration is rk^2t^2, making \omega = \pm kt. With this result, the power becomes P=mr^2k^2t.
 
  • #35
D H said:
One last note, my solution. For circular motion, uniform or not,
\begin{align}<br /> \vec r &amp;= r\hat r \\<br /> \vec v &amp;= r\omega\hat{\theta}\\<br /> \vec a &amp;= -r\omega^2\hat r + r\dot{\omega}\hat\theta<br /> \end{align}
Note that velocity is tangential; that's always the case for circular motion, uniform or not. A couple of other common features for circular motion are centripetal acceleration and power. Centripetal acceleration is always r\omega^2. Power is given by \vec F\cdot \vec v = m\vec a \cdot \vec v = mr^2\omega\dot{\omega} for circular motion. Here we are given that centripetal acceleration is rk^2t^2, making \omega = \pm kt. With this result, the power becomes P=mr^2k^2t.

May I add.
For an object moving in a curved path in a plane.
\begin{align}<br /> \vec a &amp;= (\ddot r- r\omega^2)\hat r + (r\dot{\omega}+2\dot r \omega)\hat\theta<br /> \end{align}

I love Physics ...muah..
 
  • #36
Tny,

No, you cannot get the tangential velocity by integrating the centripetal acceleration in this problem. Your derivation in post #35 is valid only for constant ω.

You are going against a well known principle of vector analysis. See the snippet below from a book on vectors. It shows that the derivative of a vector r(t) is the tangential velocity vector of the curve r(t), regardless of its path or magnitude. And, as the snippet shows, differentiating twice gives the acceleration vector. If this is true as the snippet avers, then integrating the acceleration vector gives you the back the tangential vector.

So integrating the acceleration vector was valid in the problem, and I got the correct answer doing so. I used a constant tangential velocity and acceleration in my example to easily illustrate that principle, but it still holds for a variable velocity.

Ratch
 

Attachments

  • Schwan.jpg
    Schwan.jpg
    24 KB · Views: 337
  • #37
Ratch,

All I said was that integrating the acceleration vector always yields the velocity vector. Yes, the velocity vector is always tangent to the trajectory.

But, in general, it is not correct to integrate just the magnitude of the acceleration vector to get the magnitude of the velocity. Moreover, for circular motion, it's not correct to integrate the magnitude of the centripetal component of acceleration to get the magnitude of the velocity.
 
  • #38
Ratch, as azizlwl has written in the post above yours, the acceleration vector is
\vec{a} = ( \ddot{r} - r \omega^2 ) \hat{r} + ( r \dot{\omega} + 2 \dot{r} \omega ) \hat{\theta}
And the centripetal acceleration is r \omega^2 So you can see that in general, the integral of the centripetal acceleration will not give the velocity.
 
  • #39
TSny,


From your post #32.
No, you cannot get the tangential velocity by integrating the centripetal acceleration in this problem.

From your last post.
All I said was that integrating the acceleration vector always yields the velocity vector.

So which is it?

But, in general, it is not correct to integrate just the magnitude of the acceleration vector to get the magnitude of the velocity. Moreover, for circular motion, it's not correct to integrate the magnitude of the centripetal component of acceleration to get the magnitude of the velocity.

I could have integrated the acceleration vector to get the tangential velocity vector, and then found the magnitude of that vector. The result would have been the same as integrating the magnitude of the acceleration vector. The magnitude of the tangential velocity is needed for 1/2*m*v^2. Notice that the answer I got is the same as what the problem says it is.

Ratch
 
Last edited:
  • #40
BruceW,

Ratch, as azizlwl has written in the post above yours, the acceleration vector is
a⃗=(r¨−rω2)rˆ+(rω˙+2r˙ω)θˆ

The problem statement gives the acceleration as a function of k2rt2. Where is "t" in the above vector equation?

And the centripetal acceleration is rω2 So you can see that in general, the integral of the centripetal acceleration will not give the velocity.

For this problem, the centripetal acceleration is not r*ω^2. The problem statement specifically says it is k^2*r*t^2

Ratch
 
  • #41
Ratch, centripetal acceleration is a scalar quantity. It is the component of the acceleration toward the center of curvature. The only time you can treat the scalar centripetal acceleration as an acceleration vector is when this is the only component of acceleration. That isn't the case for nonuniform circular motion. There is always a nonzero tangential acceleration in this case. Integrating centripetal acceleration is not valid in the case of nonuniform circular motion.
Ratch said:
The problem statement gives the acceleration as a function of k2rt2. Where is "t" in the above vector equation?
It's implicit in the angular velocity. It is a function of time.
For this problem, the centripetal acceleration is not r*ω^2. The problem statement specifically says it is k^2*r*t^2
Centripetal acceleration is always r\omega^2 for circular motion about the origin. Always. Google the term "Frenet–Serret formulas".

The expressions I wrote in post #34 are valid for circular motion about the origin, uniform or nonuniform. The expressions azizlwl wrote in post #36 are, with one exception, valid for any kind of planar motion. (That one exception is if and when the trajectory hits the origin; the unit vectors \hat r and \hat{\theta} are undefined at this point.)

We are given that centripetal acceleration is rk^2t^2 in this problem. Since centripetal acceleration must always be r\omega^2, one can equate the two expressions, yielding \omega^2 = (kt)^2. This in turn means that angular velocity must be either \omega = kt or \omega = -kt.
 
  • #42
Ratch,

I said, "No, you cannot get the tangential velocity by integrating the centripetal acceleration in this problem."

I also said, "integrating the acceleration vector always yields the velocity vector."

[In the second statement "acceleration vector" denotes (as usual) the "complete" acceleration vector which would include both the centripetal and tangential components of acceleration.]

There is no inconsistency in the two statements. In this problem, the centripetal acceleration alone does not equal the "total" acceleration because there is also a tangential component of acceleration in this problem. You must integrate the complete acceleration vector in order to get the velocity vector.

You seem to be implying that in this problem you can get the velocity vector by just integrating part of the acceleration vector (namely, the centripetal acceleration alone) and leaving out the tangential acceleration. But the tangential component of acceleration is essential. It is responsible for changing the magnitude of the velocity.
 
  • #43
D H,

Ratch, centripetal acceleration is a scalar quantity.

Never, any acceleration has a direction and a magnitude. That makes it a spatial vector.

The only time you can treat the scalar centripetal acceleration as an acceleration vector is when this is the only component of acceleration.

That makes not sense because acceleration is never scalar. It always has a direction.

That isn't the case for nonuniform circular motion. There is always a nonzero tangential acceleration in this case. Integrating centripetal acceleration is not valid in the case of nonuniform circular motion.

The book snippet I posted shows that acceleration can be calculated no matter what the tangential velocity. For a circle with a constant r, the center of curvature never changes either.

Centripetal acceleration is always rω2 for circular motion about the origin. Always. Google the term "Frenet–Serret formulas".

Agreed, I am familar with those formulas.

We are given that centripetal acceleration is rk2t2 in this problem. Since centripetal acceleration must always be rω2, one can equate the two expressions, yielding ω2=(kt)2. This in turn means that angular velocity must be either ω=kt or

I understand your derivation which doesn't agree with mine. I am working to resolve this dichotomy.

Ratch
 
  • #44
TSy,

I said, "No, you cannot get the tangential velocity by integrating the centripetal acceleration in this problem."

I also said, "integrating the acceleration vector always yields the velocity vector."

Thank you for the clarification.

There is no inconsistency in the two statements. In this problem, the centripetal acceleration alone does not equal the "total" acceleration because there is also a tangential component of acceleration in this problem. You must integrate the complete acceleration vector in order to get the velocity vector.

You seem to be implying that in this problem you can get the velocity vector by just integrating part of the acceleration vector (namely, the centripetal acceleration alone) and leaving out the tangential acceleration. But the tangential component of acceleration is essential. It is responsible for changing the magnitude of the velocity.

You might be onto something. At first thought, I kind of agree with you, but I am going to have to think about it some more.

Ratch
 
  • #45
azizlwl said:
May I add.
For an object moving in a curved path in a plane.
\begin{align}<br /> \vec a &amp;= (\ddot r- r\omega^2)\hat r + (r\dot{\omega}+2\dot r \omega)\hat\theta<br /> \end{align}

I love Physics ...muah..

adding more

\begin{align}<br /> \vec v &amp;= (\dot r)\hat r + (r\omega)\hat\theta<br /> \end{align}

\begin{align}<br /> \hat r &amp;= i Cos\theta +j Sin\theta<br /> \end{align}
\begin{align}<br /> \hat \theta &amp;= - i Sin \theta +j Cos\theta<br /> \end{align}
 
Last edited:
  • #46
Ratch said:
I could have integrated the acceleration vector to get the tangential velocity vector, and then found the magnitude of that vector. The result would have been the same as integrating the magnitude of the acceleration vector.

Ratch

That is utterly wrong. The magnitude of an integral is not the same as the integral of the magnitude.

ehild
 
  • #47
hjgb, which book is this problem from??
 
  • #48
micromass said:
hjgb, which book is this problem from??

1000 Solved Problems in Classical Physics Ahmad A. Kamal.

Sorry for the confusion guys, think the question is wrong, not the first time in this book :\
 
  • #49
micromass said:
hjgb, which book is this problem from??

Hello micromass ,
As far as I know this problem appeared in the entrance test for the undergraduate entrance examination in the country India conducted by the Indian Institute of technology back in the year 1994 if my memory serves me correctly.The answer to (i suppose it was set in an objective format) is the same as shown in the attempt by hqjb.I still need an Indian to confirm it though.
That aside I suppose the thread below discusses the same problem.
https://www.physicsforums.com/showthread.php?t=257765
regards
Yukoel
 
  • #50
hqjb said:
1000 Solved Problems in Classical Physics Ahmad A. Kamal.

Sorry for the confusion guys, think the question is wrong, not the first time in this book :\

http://img402.imageshack.us/img402/2748/soklan.jpg

The answer from the book.
http://img151.imageshack.us/img151/1207/salahq.jpg
 
Last edited by a moderator:
Back
Top