Circular Motion with time-dependent radial acceleration

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
3 replies · 2K views
TwoSeventyOne
Messages
2
Reaction score
0

Homework Statement


A particle is traveling on a circle with a radius R. The particle's radial acceleration is given as:
[itex]a_r=At^4[/itex]
At time [itex]t=0[/itex] the particle is at [itex](R,0)[/itex].

A. Find the distance that the particle has traveled as a function of time [itex]S(t)[/itex].
B. Display the particle's acceleration in polar coordinates.
C. Display the particle's acceleration in Cartesian coordinates.

Homework Equations


##a_r=\frac {v^2} {R}##
##x=rcos\theta, y=rsin\theta##

The Attempt at a Solution


I assumed at first that since the particle is moving in a uniform circular motion, I can use
[itex]a_r=\frac {v^2} {R}[/itex]
[itex]At^4=\frac {v^2} {R}[/itex]
[itex]v=\sqrt{RAt^4}[/itex]
Then I treated [itex]v[/itex] as [itex]\frac {ds} {dt}[/itex] and got
[itex]S(t)=\sqrt{RA}*\int_0^t t'^2 \, dt' = \frac{\sqrt{RA}t^3} {3}[/itex]

But then I realized that the radial acceleration changes according to time. Wouldn't that affect the solution? Also, I'm confused as to converting the acceleration from polar to Cartesian. I'm not sure if the same rules apply to acceleration and exactly what are my ##\hat r## and ##\hat \theta##.
 
on Phys.org
I see. Does that mean that there is necessarily tangential acceleration as well? If so, any hint on finding it?