Parametrization is a method to represent a set of values, such as a curve, using parameters, usually involving trigonometric functions for circular paths. In the context of circle equations, you can express the position on the circle using the angle \(t\) formed with a reference line. Typically, parametric equations for circles use the relations:
- \(x = a + r\cos(t)\)
- \(y = b + r\sin(t)\)
In the given problem, where only the lower half of the circle is considered, the parameter \(t\) ranges from \(0\) to \(\pi\). When \(t = 0\), the point is at the leftmost side of the circle, and at \(t = \pi\), the point is at the rightmost side.
Thus, our equations become:
- \(x(t) = -2 + 6\cos(t)\)
- \(y(t) = 2 + 6\sin(t)\)
This representation allows us to easily map out the lower semicircle's path by varying \(t\) within the specified interval.