Skip to main content
United StatesPrecalculusSyllabus dot point

How do you write parametric equations for a circle or a line, and how do the parameters control them?

Topic 4.4 Parametrically Defined Circles and Lines: write and interpret parametric equations for circles and lines, controlling radius, center, direction and starting point.

A focused answer to AP Precalculus Topic 4.4, covering the standard parametric forms for lines and circles, how radius, center, direction and starting point appear in the equations, and how to read or build them.

Generated by Claude Opus 4.89 min answer

Reviewed by: AI editorial process; not yet individually human-reviewed

Have a quick question? Jump to the Q&A page

Jump to a section
  1. What this topic is asking
  2. Parametric lines
  3. Parametric circles
  4. Controlling direction and starting point
  5. Try this

What this topic is asking

The College Board (Topic 4.4) wants you to write and interpret parametric equations for circles and lines. For a line, the parameter moves you from a starting point along a direction; for a circle, the parameter is an angle sweeping around the center. You control the radius, center, direction and starting point through the constants in the equations.

Parametric lines

The constants split cleanly: the constant terms give the starting point, and the coefficients of tt give the direction and speed. This is exactly the constant-rate motion model of Topic 4.2.

Parametric circles

So a circle is the unit circle scaled by rr and shifted by (h,k)(h, k), with tt playing the role of the angle from Topic 3.2.

Controlling direction and starting point

A point worth stating once is how to change the direction and start of a parametric circle. Swapping to x=h+rsintx = h + r\sin t, y=k+rcosty = k + r\cos t starts at the top and sweeps clockwise; negating the angle, x=h+rcostx = h + r\cos t, y=krsinty = k - r\sin t, reverses the orientation to clockwise from the right. Scaling the parameter, as in cos(2t)\cos(2t), makes the point go around twice as fast (covering the circle in half the parameter range). Because the same circle can be parametrised in all these ways, always check both the starting point (t=0t = 0) and the direction (which way an early increase in tt moves the point) when matching equations to a described motion.

A second point worth keeping is how the line and circle forms differ in what the parameter does. For a line, the parameter enters linearly in both components, so equal steps in tt move equal distances along the line, at constant speed forever; the line never closes. For a circle, the parameter enters through sine and cosine, so the point moves around a closed loop and returns to its start every 2π2\pi; equal steps in tt sweep equal angles, not equal arc lengths in any straight sense. This is why a line is parametrised by a direction vector while a circle is parametrised by an angle: the two forms answer different questions, "how far along the line" versus "how far around the loop". Recognizing which question a context asks tells you immediately whether to reach for the linear form or the trigonometric one.

Try this

Q1. Parametrise a circle of radius 11 centered at (0,0)(0, 0). [1 point]

  • Cue. x(t)=costx(t) = \cos t, y(t)=sinty(t) = \sin t: the unit circle itself.

Q2. Write a line through (0,5)(0, 5) with direction (2,1)(2, -1). [1 point]

  • Cue. x(t)=2tx(t) = 2t, y(t)=5ty(t) = 5 - t.

Exam-style practice questions

Practice questions written in the style of College Board exam questions on this dot point, with worked answer explainers. The year tag is the paper they imitate, not the source.

AP 2025 (style)1 marksSection I, Part A (multiple choice, no calculator). Which parametric equations trace a circle of radius 33 centered at the origin? (A) x=3cost, y=3sintx = 3\cos t,\ y = 3\sin t (B) x=3t, y=3tx = 3t,\ y = 3t (C) x=3+cost, y=3+sintx = 3 + \cos t,\ y = 3 + \sin t (D) x=cos(3t), y=sin(3t)x = \cos(3t),\ y = \sin(3t)
Show worked answer →

The correct answer is (A), x=3cost, y=3sintx = 3\cos t,\ y = 3\sin t.

For a circle of radius rr centered at the origin, the standard parametrisation is x=rcostx = r\cos t, y=rsinty = r\sin t, since then x2+y2=r2(cos2t+sin2t)=r2x^2 + y^2 = r^2(\cos^2 t + \sin^2 t) = r^2. Here r=3r = 3. Choice (C) is a circle of radius 11 centered at (3,3)(3, 3), and (D) is the unit circle traced three times as fast.

AP 2025 (style)4 marksSection II (free response, no calculator). (a) Write parametric equations for the line through (1,2)(1, 2) in the direction that increases xx by 33 and yy by 44 per unit of tt. (b) Write parametric equations for a circle of radius 55 centered at (2,1)(2, -1).
Show worked answer →

A 4-point question on building parametric lines and circles.

(a) Line (2 points): start at (1,2)(1, 2) and add the direction times tt: x(t)=1+3tx(t) = 1 + 3t, y(t)=2+4ty(t) = 2 + 4t.
(b) Circle (2 points): a circle of radius 55 about center (2,1)(2, -1) is x(t)=2+5costx(t) = 2 + 5\cos t, y(t)=1+5sinty(t) = -1 + 5\sin t, since the center shifts the standard circle and the radius scales it.

Related dot points

Sources & how we know this