The Dance of Vectors
Unraveling Uniform Circular Motion
Imagine a particle gracefully tracing a path in the xy-plane. We are given its position vector as a function of time:
r(t)=cos(ωt)i^+sin(ωt)j^
At first glance, this might just look like a mix of trigonometric functions, but it holds a beautiful geometric secret. If we look at the x and y components, we have x=cos(ωt) and y=sin(ωt). If we square both components and add them together, we get x2+y2=cos2(ωt)+sin2(ωt)=1. This is the mathematical signature of a circle with a radius of 1! The particle is performing a uniform circular motion.
Finding the Velocity Vector
To understand how the particle is moving, we need to find its velocity. In kinematics, velocity is simply the rate of change of position. So, we differentiate the position vector r(t) with respect to time t.
v(t)=dtdr=dtd[cos(ωt)i^+sin(ωt)j^]
Using the chain rule, the derivative of cos(ωt) is −ωsin(ωt), and the derivative of sin(ωt) is ωcos(ωt).
v(t)=−ωsin(ωt)i^+ωcos(ωt)j^
Now, is there a special relationship between the velocity and the position? Let's take their dot product.
v⋅r=(−ωsinωt)(cosωt)+(ωcosωt)(sinωt)
Notice how the two terms are identical but have opposite signs. They perfectly cancel out to give zero! A dot product of zero mathematically proves that the velocity vector is always perpendicular to the position vector. Physically, this means the velocity is always tangential to the circular path.
Uncovering the Acceleration
Next, let's find the acceleration by differentiating the velocity vector with respect to time.
a(t)=dtdv=dtd[−ωsin(ωt)i^+ωcos(ωt)j^]
Differentiating again, another ω pops out from the chain rule.
a(t)=−ω2cos(ωt)i^−ω2sin(ωt)j^
Let's factor out the common term, −ω2.
a(t)=−ω2[cos(ωt)i^+sin(ωt)j^]
Look closely at the terms inside the bracket. It is exactly our original position vector r(t)!
The Physical Meaning
This final equation is profound. The position vector r points radially outwards from the origin to the particle. The negative sign in our acceleration equation indicates that the acceleration vector points in the exact opposite direction—radially inwards, straight towards the origin.
This is the classic definition of centripetal acceleration. It doesn't speed up or slow down the particle; it purely acts as a turning force, constantly pulling the particle towards the center to keep it on its circular path.
Therefore, we have beautifully proven that the velocity is perpendicular to the position vector, and the acceleration is directed towards the origin.