If it is given that component of acceleration perpendicular to the velocity of a body has a constant, non-zero magnitude, how can we mathematically prove that the trajectory of the body will be circular?
I have basic knowledge of calculus, vectors and co-ordinate geometry. I can prove that the trajectory of a body in projectile motion is parabolic. I tried to follow a similar method to get an equation of circle but couldn't succeed. I tried forming parametric equations of x and y in terms of time t (the way we proceed when proving the parabolic path of a projectile) but could not reach the conclusion.
Edit: I have edited the question in order to improve it. However I still can not share my work on this question as I had asked the question almost 6 months ago and now I can not find where I tried solving it. Sincerely sorry for that.
Ok let's try. I think that there are a lot of way to do so and I will try one (maybe not the faster way, but should be clean enough). To understand the motion we need just two dimensions, so we work on a plane. We take a point and define its velocity →v=(vx,vy) and say that it is subject to a constant (in module) acceleration that is orthogonal to →v, say →a=(ax,ay). Let's fix an origin so that we can write vx=vcosθvy=vsinθ
where
θ is an angle with respect to some origin point. Since
→a must be orthogonal, than it is in the form
ax=−asinθay=acosθ
so that
→v⋅→a=0 (you can also exchange the signs, is the same). To find the trajectory we write the equations of motion of the components which are
dvxdt=axdvydt=ay
Before starting doing derivatives, we can simplify the calculation proving that under our assumptions the module of the velocity
v is constant. Indeed
dv2dt=ddt(v2x+v2y)=2(vxdvxdt+vydvydt)=2(vxax+vyay)=2→v⋅→a=0
so we proved that
a perpendicular acceleration cannot vary the module of the velocity but only rotate it. Now we substitute the expression of the components in the equations of motion, obtaining
dvxdt=−vsinθdθdt=−asinθdvydt=vcosθdθdt=acosθ
so
dθdt=av
where the parameter on the right is a constant. Integrating
θ(t)=atv+ϕ
where it is nice to define
ω=a/v and
ϕ=θ(0) which is just the initial angle at
t=0. Then, putting it into the definitions of the velocities we have
vx=vcos(ωt+ϕ)vy=vsin(ωt+ϕ)
Last step: integrate the positions. The coordinates are
dxdt=vxdydt=vy
and it is easy to integrate them obtaining
x=x0+vωsin(ωt+ϕ)y=y0−vωcos(ωt+ϕ)
where
x0 and
y0 can be imposed by setting initial conditions. Notice that here you can recover the "standard" cosine-sine assignments just by adding a phase
π/2 to
ϕ. Now, finally, we can recognize that this is a circular motion. Indeed, summing the square of the previous equations one finds that
(x−x0)2+(y−y0)2=(vω)2
which
is the circle equation with center in
(x0,y0) and radius
R=|v/ω|.
No comments:
Post a Comment