Fiveable

📈AP Pre-Calculus Unit 4 Review

QR code for AP Pre-Calculus practice questions

4.4 Parametrically Defined Circles and Lines

4.4 Parametrically Defined Circles and Lines

Written by the Fiveable Content Team • Last updated June 2026
Verified for the 2027 exam
Verified for the 2027 examWritten by the Fiveable Content Team • Last updated June 2026
📈AP Pre-Calculus
Unit & Topic Study Guides
Pep mascot

Parametric circles and lines let you describe motion in the plane using a single parameter tt. A counterclockwise trip around the unit circle is (x(t),y(t))=(cost,sint)(x(t), y(t)) = (\cos t, \sin t) for 0t2π0 \le t \le 2\pi, and you can shift, scale, and adjust this to make any circle.

Why This Matters for the AP Precalculus Exam

Unit 4 topics, including this one, are not assessed on the AP Precalculus exam. The exam covers Units 1, 2, and 3. Still, this topic is worth learning if your class includes it, because it builds the kind of component-based thinking used in calculus and in science fields where you analyze horizontal and vertical motion separately.

This topic strengthens skills you will use throughout AP Precalculus: recognizing the same curve across multiple representations, choosing a parametrization that fits a situation, and explaining why a setup produces the motion you want. Using technology to set viewing windows and parameter restrictions for parametric graphs is also good practice for the kind of calculator work this course expects.

Key Takeaways

  • A full counterclockwise revolution around the unit circle starting and ending at (1,0)(1,0) is (x(t),y(t))=(cost,sint)(x(t), y(t)) = (\cos t, \sin t) with domain 0t2π0 \le t \le 2\pi.
  • Transforming (cost,sint)(\cos t, \sin t) by shifting the center and scaling the radius models any circular path in the plane.
  • For a circle centered at (h,k)(h, k) with radius rr, use (x(t),y(t))=(h+rcost,k+rsint)(x(t), y(t)) = (h + r\cos t, k + r\sin t).
  • A line segment from (x1,y1)(x_1, y_1) to (x2,y2)(x_2, y_2) can be parametrized using an initial position and rates of change for xx and yy with respect to tt.
  • The same curve can be parametrized in more than one way and traversed in different directions.
  • Restricting the domain of tt controls where the path starts and ends.

Parametric Circles

A complete counterclockwise revolution around the unit circle that starts and ends at (1,0)(1,0) and is centered at the origin is modeled by

(x(t),y(t))=(cost,sint)(x(t), y(t)) = (\cos t, \sin t)

with domain 0t2π0 \le t \le 2\pi.

The equation x(t)=costx(t) = \cos t gives the x-coordinate of the point as it moves counterclockwise. The value of cost\cos t ranges from 1-1 to 11, with cos0=1\cos 0 = 1 and cos2π=1\cos 2\pi = 1, which matches the start and end point (1,0)(1, 0) on the x-axis.

The equation y(t)=sinty(t) = \sin t gives the y-coordinate. The value of sint\sin t ranges from 1-1 to 11, with sin0=0\sin 0 = 0 and sin2π=0\sin 2\pi = 0, which also matches the point (1,0)(1, 0).

Setting the domain to 0t2π0 \le t \le 2\pi guarantees the point traces exactly one complete revolution, starting at (1,0)(1, 0) and returning to (1,0)(1, 0).

Transformations

The function (x(t),y(t))=(cost,sint)(x(t), y(t)) = (\cos t, \sin t) is the standard parametrization of the unit circle centered at the origin. By transforming it, you can model any circular path in the plane.

To model a circle centered at (h,k)(h, k) with radius rr, use

(x(t),y(t))=(h+rcost,k+rsint)(x(t), y(t)) = (h + r\cos t, k + r\sin t)

This shifts the center from the origin to (h,k)(h, k) and scales the radius from 11 to rr.

You can also shift the starting angle by replacing tt with t+ct + c:

(x(t),y(t))=(cos(t+c),sin(t+c))(x(t), y(t)) = (\cos(t + c), \sin(t + c))

where cc changes where the point begins on the circle. Combining these transformations lets you model more complex circular paths, including different starting points and centers.

Parametric Lines

A linear path along the line segment from (x1,y1)(x_1, y_1) to (x2,y2)(x_2, y_2) can be parametrized in many ways. One useful method uses an initial position (x1,y1)(x_1, y_1) and rates of change for xx and yy with respect to tt.

Start with the direction from the first point to the second:

(x2x1, y2y1)(x_2 - x_1,\ y_2 - y_1)

Then every point on the segment can be written as

(x1+t(x2x1), y1+t(y2y1))(x_1 + t(x_2 - x_1),\ y_1 + t(y_2 - y_1))

where tt varies from 00 to 11. Writing this as separate equations gives

x=x1+t(x2x1)x = x_1 + t(x_2 - x_1)

y=y1+t(y2y1)y = y_1 + t(y_2 - y_1)

At t=0t = 0 you are at (x1,y1)(x_1, y_1), and at t=1t = 1 you are at (x2,y2)(x_2, y_2). Because there are many valid parametrizations, you can choose one that fits the direction, speed, or time range you need.

How to Use This on the AP Precalculus Exam

Unit 4 is not tested on the AP Precalculus exam, so treat the steps below as practice for class assessments and for building calculus-ready reasoning.

Problem Solving

  • To write a circle, identify the center (h,k)(h, k) and radius rr, then plug into (h+rcost,k+rsint)(h + r\cos t, k + r\sin t).
  • To write a line segment, pick the starting point, compute the direction (x2x1,y2y1)(x_2 - x_1, y_2 - y_1), and use tt on [0,1][0, 1] to move from one endpoint to the other.
  • Check direction by testing a few tt values in order of increasing tt and seeing whether the point moves the way you expect.
  • Use the domain of tt to set start and end points, since restricting tt creates start and end points on the graph.

Common Trap

  • Forgetting that (cost,sint)(\cos t, \sin t) moves counterclockwise. If you need clockwise motion, you must adjust the parametrization, not just the domain.
  • Mixing up the center shift and radius scale. The center adds to the trig term; the radius multiplies it.

Common Misconceptions

  • A parametric circle is not just an equation in xx and yy. The parameter tt also tells you direction and where the motion starts and ends.
  • Changing the domain of tt does not change the shape of the circle or line. It changes how much of the path is traced and where it begins and ends.
  • The same curve can have many correct parametrizations. Two different sets of parametric equations can draw the same circle or segment while moving at different speeds or in different directions.
  • Replacing tt with t+ct + c shifts the starting angle, not the size or center of the circle.
  • For a line segment, tt on [0,1][0, 1] keeps you between the endpoints. Values outside that range extend along the same line beyond the segment.

Vocabulary

The following words are mentioned explicitly in the College Board Course and Exam Description for this topic.

Term

Definition

circular path

A curve traced in the plane that forms a circle, defined by parametric equations.

counterclockwise revolution

Motion around a circle in the counterclockwise direction, completing a full 360-degree rotation.

line segment

The portion of a line between two endpoints, characterized by a starting point and an ending point.

linear path

A straight line segment connecting two points in the coordinate plane.

parametric function

A function that expresses the coordinates of a point as functions of a parameter, typically time t, written as f(t) = (x(t), y(t)).

parametrically

Expressed using parametric equations where x and y coordinates are defined as functions of a parameter, typically time (t).

rate of change

The measure of how quickly a function's output changes relative to changes in its input.

transformation

Changes applied to a parent function such as translations, reflections, stretches, or compressions.

unit circle

A circle with radius 1 centered at the origin, used to define trigonometric functions where a point on the circle has coordinates (cos θ, sin θ).

Frequently Asked Questions

What is a parametric circle in AP Precalculus?

A parametric circle uses x(t) and y(t) to describe a point moving around a circle. The unit circle can be written as (x(t), y(t)) = (cos t, sin t).

How do you parametrize a circle with center and radius?

For center (h, k) and radius r, use x(t) = h + r cos t and y(t) = k + r sin t.

What domain gives one full trip around the unit circle?

The domain 0 <= t <= 2pi traces one complete counterclockwise revolution around the unit circle, starting and ending at (1, 0).

How do you parametrize a line segment?

For endpoints (x1, y1) and (x2, y2), use x = x1 + t(x2 - x1) and y = y1 + t(y2 - y1) with 0 <= t <= 1.

What does the parameter t control?

The parameter t controls where the point is on the path, the direction of motion, and how much of the curve or segment is traced.

Is AP Precalculus Unit 4 tested on the AP exam?

No. AP Precalculus Unit 4 is not assessed on the AP exam, but it is useful class content for parametric and calculus-ready thinking.

Pep mascot
Upgrade your Fiveable account to print any study guide

Download study guides as beautiful PDFs See example

Print or share PDFs with your students

Always prints our latest, updated content

Mark up and annotate as you study

Click below to go to billing portal → update your plan → choose Yearly→ and select "Fiveable Share Plan". Only pay the difference

Plan is open to all students, teachers, parents, etc
Pep mascot
Upgrade your Fiveable account to export vocabulary

Download study guides as beautiful PDFs See example

Print or share PDFs with your students

Always prints our latest, updated content

Mark up and annotate as you study

Plan is open to all students, teachers, parents, etc
report an error
description

screenshots help us find and fix the issue faster (optional)

add screenshot