Step 1: Recognize that any point on a circle of radius r can be written using sine and cosine. Here r = 3.
Step 2: Let t be the parameter representing the angle measured from the positive x-axis. Write x and y in terms of t.
x=3cost,y=3sint,0≤t<2π
Step 3: Verify: substitute back into the original equation.
(3cost)2+(3sint)2=9cos2t+9sin2t=9
Answer: A valid parametrization of the circle is x = 3cos t, y = 3sin t for 0 ≤ t < 2π.
Why It Matters
Parametrization lets you trace a path along a curve with a single variable, which is essential for computing arc length, line integrals, and animations. It also allows you to describe curves that cannot be written as a single function y = f(x), such as circles or figure-eights.
Common Mistakes
Mistake: Thinking there is only one correct parametrization for a given curve.
Correction: Most curves have infinitely many valid parametrizations. For example, x = 2 + t, y = −t and x = t, y = 2 − t both parametrize the line x + y = 2. Different parametrizations may trace the curve at different speeds or in different directions.