Circular motion parametrization in calculus is not just restricted to defining direction but also the extent of the motion. Whether a particle completes one rotation or multiple rotations around the circle can be determined by the range of the parameter 't'.
Single vs. Multiple Rotations
For a single rotation, the range of 't' spans from 0 to \(2\pi\) radians, which equates to one full circle. When a particle traverses the path twice, the range of 't' extends to \(4\pi\) radians. It’s similar to the hands of a clock completing one full cycle (from 12 back to 12) or two full cycles.
Here’s how we summarize the parametrizations based on the number of rotations:
- For once clockwise: \(x=a\cos t\), \(y=-a\sin t\) for \(t\in [0, 2\pi]\)
- For once counterclockwise: \(x=a\cos t\), \(y=a\sin t\) for \(t\in [0, 2\pi]\)
- For twice clockwise: \(x=a\cos t\), \(y=-a\sin t\) for \(t\in [0, 4\pi]\)
- For twice counterclockwise: \(x=a\cos t\), \(y=a\sin t\) for \(t\in [0, 4\pi]\)
Understanding these parametrizations not only helps in visualizing particle motion but also lays the groundwork for solving more complex problems in calculus and physics.