Parametrically Defined Circles and Lines

Alice White
7 min read
Listen to this study note
Study Guide Overview
This study guide covers parametric equations, focusing on circles and lines. It explains standard parametric forms, transformations (shifting, scaling, rotation), and direction vectors. The guide also includes practice questions and exam tips covering key concepts like converting between parametric and Cartesian equations.
#AP Pre-Calculus: Parametric Equations - Your Ultimate Study Guide
Hey there! Let's make sure you're totally prepped for the AP Pre-Calculus exam. We're going to break down parametric equations in a way that's easy to remember and super useful. Let's get started!
#Parametrically Defined Shapes: Circles and Lines
#What are Parametric Equations?
Parametric equations are a way to describe motion or paths using a third variable, often called 't'. Instead of directly relating x and y, we express both x and y in terms of 't'. Think of 't' as time – as 't' changes, the (x, y) point moves, tracing out a shape. ⏱️
- Parametrically Defined Circle: A circle described by equations that use a parameter (usually 't') to show movement around the circle.
- Parametrically Defined Line: A line described by equations that use a parameter (usually 't') to show movement along the line.
The key idea is that parametric equations let us describe how a shape is drawn, not just what it looks like.
#Fun with Circles
#The Unit Circle: The Foundation
Imagine a point moving counterclockwise around a circle with a radius of 1, centered at the origin (0,0). This is the unit circle, and it's our starting point.
- Standard Parametric Equations: (x(t), y(t)) = (cos(t), sin(t))
x(t) = cos(t)
: The x-coordinate of the point. It oscillates between -1 and 1. -y(t) = sin(t)
: The y-coordinate of the point. It also oscillates between -1 and 1. - Domain:0 ≤ t ≤ 2π
for one complete counterclockwise revolution. 🌀
Think of it this way: As 't' increases from 0 to 2π, the point (cos(t), sin(t)) traces the unit circle counterclockwise, starting and ending at (1, 0). Just like a clock hand moving around the clock face! ⏰
### Transforming the Unit Circle
We can modify the basic parametric equations to get circles of any size and center. ♻️
- General Parametric Equation for a Circle:
(x(t), y(t)) = (a + rcos(t), b + rsin(t))
(a, b)
: The center of the circle.r
: The radius of the circle. 1️⃣
- Rotation: To rotate the circle, we add a constant to 't':
(x(t), y(t)) = (cos(t + c), sin(t + c))
c
: The angle of rotation.
Remember, these transformations can be combined! You might see a circle that's shifted, scaled, and rotated.
#Fun with Lines
#Parametrizing a Line Segment
Now, let's talk about lines. Instead of a full line, we're often interested in a line segment between two points. ➖
-
Given two points: (x1, y1) and (x2, y2). ☂️
-
Direction Vector: The direction of the line is given by the vector (x2 - x1, y2 - y1).
-
Parametric Equations for a Line Segment:
x = x1 + k(x2 - x1)
y = y1 + k(y2 - y1)
0 ≤ k ≤ 1
: The parameter 'k' varies from 0 to 1 to trace the line segment from (x1, y1) to (x2, y2). 🫡
Think of 'k' as a slider: When k=0, you're at the start point (x1, y1). When k=1, you're at the end point (x2, y2). As k moves from 0 to 1, you move along the line. 🌈
Don't forget that the parameter 'k' (or 't') for lines is usually restricted to a specific interval (like 0 to 1) to represent a line segment, not the entire line.
#Final Exam Focus
Okay, let's focus on what's most important for the exam. Here’s what you absolutely need to know:
-
Circles:
- Standard parametric equations: (cos(t), sin(t)).
- Transformations: Shifting the center, changing the radius, and rotation.
- Be ready to combine these transformations.
-
Lines:
- Parametric equations for a line segment.
- Understanding the role of the parameter (usually 'k' or 't') in tracing the path.
- Calculating direction vectors.
-
Key Concepts:
- Understanding how the parameter affects the direction and speed of movement.
- Being able to convert between parametric and Cartesian equations (though this is less common).
Practice, practice, practice! The more you work with these equations, the more comfortable you'll become. Focus on understanding the why behind each step, not just memorizing formulas.
#Last Minute Tips
- Time Management: Don't get bogged down on one question. If you're stuck, move on and come back later.
- Common Pitfalls: Double-check your transformations, especially the signs and the order of operations.
- Challenging Questions: If you see a complex shape, try to break it down into simpler components (circles and lines).
- Stay Calm: You've got this! Take deep breaths and approach each question with confidence.
#Practice Questions
Practice Question
#Multiple Choice Questions
-
A circle is defined parametrically by x(t) = 3 + 2cos(t) and y(t) = -1 + 2sin(t). What is the center and radius of the circle? (A) Center: (3, -1), Radius: 2 (B) Center: (-3, 1), Radius: 2 (C) Center: (2, 2), Radius: 3 (D) Center: (3, -1), Radius: 4
-
A line segment is defined parametrically by x(t) = 2 + 3t and y(t) = 1 - t, where 0 ≤ t ≤ 1. What are the coordinates of the endpoints of the line segment? (A) (2, 1) and (5, 0) (B) (2, 1) and (3, 0) (C) (0, 0) and (5, 0) (D) (0, 0) and (3, 0)
-
Which of the following parametric equations represents a circle with radius 5, centered at the origin, and rotated by π/2 radians? (A) x(t) = 5cos(t + π/2), y(t) = 5sin(t + π/2) (B) x(t) = 5cos(t - π/2), y(t) = 5sin(t - π/2) (C) x(t) = 5cos(t), y(t) = 5sin(t + π/2) (D) x(t) = 5cos(t + π/2), y(t) = 5sin(t)
#Free Response Question
A particle moves in the xy-plane such that its position at time t is given by the parametric equations x(t) = 2cos(t) and y(t) = 3sin(t), for 0 ≤ t ≤ 2π.
(a) Sketch the path of the particle in the xy-plane. Indicate the direction of motion. (b) Find the coordinates of the particle when t = π/2. (c) Find an equation in x and y for the path of the particle. (Eliminate the parameter t). (d) Find the distance traveled by the particle from t=0 to t=2π.
Scoring Rubric:
(a) 2 points - 1 point for correct shape (ellipse) - 1 point for correct direction (counterclockwise)
(b) 1 point - 1 point for correct coordinates (0, 3)
(c) 2 points - 1 point for correct use of trigonometric identity - 1 point for correct equation (x²/4 + y²/9 = 1)
(d) 2 points - 1 point for recognizing that the distance is not the circumference of the ellipse - 1 point for stating the distance is the perimeter of the ellipse.
You've got this! Go ace that exam! 🚀
Explore more resources

How are we doing?
Give us your feedback and let us know how we can improve