Parametric equations allow us to express coordinates - like \(x\) and \(y\) - in terms of a third variable, often denoted as \(t\) or \(\theta\). This method is particularly useful for describing paths and curves, as it can easily incorporate more complex movement and shape patterns beyond simple linear relationships.
For circles, parametric equations use trigonometric functions to relate the circle's radius and center to points along its circumference. The basic formula for a circle centered at \((h, k)\) with radius \(r\) is:
- \(x = h + r \cos(\theta)\)
- \(y = k + r \sin(\theta)\)
Here, \(\theta\) usually ranges from 0 to \(2\pi\), tracing out the full circle as it accounts for all possible angles around the circle's center. In terms of vector-valued functions, which combine these coordinates into a single function, we can easily visualize the path that a point will take over time.