The Core Idea: Parametrically Defined Circles and Lines
In mathematics, we often describe curves using a single equation relating and , such as or . Parametric equations offer a different and powerful perspective. Instead of defining a curve based on the relationship between its horizontal and vertical coordinates, we introduce a third variable, called a parameter, often denoted by . Both the and coordinates are defined independently as functions of this parameter . This approach, and , is particularly useful for modeling motion, where can represent time.
This topic focuses on how to use this parametric framework to describe two fundamental geometric shapes: lines and circles. For a line, the parametric equations will show a starting point and a constant rate of change in the and directions. For a circle, the equations will use trigonometric functions, sine and cosine, to trace a path of constant distance from a central point. By defining a specific interval for the parameter , we can describe not just a full line or circle, but also specific line segments or circular arcs, allowing us to model paths with clear starting and ending points.
Key Formulas
Parametric Form of a Line
The path of an object moving along a straight line can be described by the following pair of parametric equations:
: This represents the initial position of the object at time .
: This is the constant rate of change of the horizontal position () with respect to the parameter .
: This is the constant rate of change of the vertical position () with respect to the parameter .
The pair of values can be thought of as a direction vector that determines the slope and direction of the line.
Parametric Form of a Circle
A circle with center `(h, k)and radius $r can be described by the following pair of parametric equations:
: This is the center of the circle.
: This is the radius of the circle ().
: The parameter typically represents the angle in radians. As increases from to , the point traces the circle one full time, usually in a counter-clockwise direction.
Understanding The Parameter Interval
A critical feature of parametric equations is the ability to define the domain of the parameter . This allows us to trace specific portions of a curve rather than the entire infinite line or complete circle. This is known as restricting the parameter.
For example, consider a line defined by and .
If there is no restriction on , the equations describe the entire line.
If the parameter is restricted to the interval , the equations describe a line segment.
The starting point (at ) is .
The ending point (at ) is .
Similarly, for a circle defined by and :
If the parameter is defined on the interval , the equations describe the full circle.
If the parameter is restricted to , the equations describe a semicircle.
The starting point (at ) is .
The ending point (at ) is .
This ability to define segments and arcs makes parametric equations essential for modeling real-world paths that have a specific start and end.
Core Concepts & Rules
Parametric equations for a line define and as linear functions of the parameter .
In the linear form and , the point is the position of the object when the parameter .
The coefficients and in the linear form determine the direction of the line's path.
Parametric equations for a circle involve the trigonometric functions and .
In the circular form and , the point is the center of the circle and is its radius.
Restricting the domain of the parameter to a closed interval, such as , results in tracing only a segment of the curve, such as a line segment or a circular arc.
Step-by-Step Example 1: Writing Parametric Equations for a Line Segment
Problem: A particle starts at the point when and moves along a straight line to the point at . Write the parametric equations that describe this motion.
Step 1: Identify the initial position .
The problem states that the particle is at when . Therefore, we have:
Step 2: Determine the direction components and .
The general form is and . We know the position at is . We can plug these values in to solve for and .
For the x-coordinate:
For the y-coordinate:
Step 3: Write the final parametric equations.
Now that we have and , we can write the equations:
Step 4: State the parameter interval.
The motion occurs from to . Therefore, the full description includes the interval:
Step-by-Step Example 2: Analyzing a Parametrically Defined Circular Arc
Problem: The path of a particle is described by the parametric equations and , for the interval . Identify the shape of the path, its key features, and its starting and ending points.
Step 1: Identify the shape and its key features.
The equations are in the form and . This indicates the path is a portion of a circle.
By comparing terms, we can identify the center
(h, k).The center is .
By comparing terms, we can identify the radius .
The radius is 3.
The path lies on a circle centered at with a radius of 3.
Step 2: Determine the starting point of the path.
The path starts at the minimum value of the parameter interval, . We evaluate and at this value.
The starting point is .
Step 3: Determine the ending point of the path.
The path ends at the maximum value of the parameter interval, . We evaluate and at this value.
The ending point is .
Step 4: Synthesize the description.
The particle travels along a semicircular arc of a circle centered at with a radius of 3. The path begins at the point (the top of the circle) and moves counter-clockwise to the point (the bottom of the circle).
Using Your Calculator
A graphing calculator is an essential tool for visualizing parametrically defined curves and verifying your analytical work.
To graph a parametric curve (e.g., the circle from Example 2):
Set the Mode:
Press the
[MODE]button.Navigate down to the line that reads
FUNCTION(orFUNC).Use the arrow keys to highlight
PARAMETRIC(orPAR) and press[ENTER].
Enter the Equations:
Press the
[Y=]button. You will now see input fields for pairs of equations: , , etc.In , enter the equation for :
In , enter the equation for :
The button will produce a when in parametric mode.
Set the Window:
Press the
[WINDOW]button. This is the most critical step for parametric graphing.and : Set these to the start and end of your parameter interval. For Example 2, set and .
: This controls the resolution of the graph. A smaller value gives a smoother curve but takes longer to draw. A good starting point is .
, , , : Set these to define the viewing window. For a circle with center `(4, -1)and radius 3, the x-values will range from $4-3=1 to , and y-values from to . A good window would be , , , . You can now use the left and right arrow keys to move a cursor along the curve. Notice how the values of , , and are displayed. As you press the right arrow, T` increases, and you can observe the direction of motion from the starting point to the ending point. ## AP Exam Quick Hit ### Common Question Types - **Identifying Features from Equations:** You will be given a set of parametric equations, like $x(t) = -5 + 2t and , and asked to identify the initial position at or describe the object's path.
Example: "For the path defined by and , what are the center and radius of the circular path?"
Writing Equations from a Description: You will be given a geometric description of a path and asked to write the corresponding parametric equations.
- Example: "Write a set of parametric equations for a line that passes through the point at and the point at ."
Analyzing Restricted Intervals: You will be given parametric equations with a specific interval for and asked to find the coordinates of the start and end points of the path.
- Example: "A particle's motion is given by and for . What are the initial and terminal coordinates of the particle?" (Note: While this example uses a parabola, the principle applies directly to lines and circles).
Common Mistakes
Confusing Center and Radius: In the circle equation , students might mistakenly identify as the radius or as part of the center's coordinates. Always match the formula structure carefully.
Sign Errors with the Center: For an equation like , the center's x-coordinate is . A common mistake is to associate the minus sign with the center and incorrectly state .
Incorrectly Calculating Direction Components: When finding the equations for a line segment from to over a time interval , the direction components are and . A frequent error is to forget to divide by the change in time, .
Ignoring the Parameter Interval: When asked to describe a path, students often describe the full line or circle, forgetting that a restricted interval like means the path is only a segment or an arc. Always check for an interval.
Mixing Up Sine and Cosine: Swapping the sine and cosine functions in the circle equations (e.g., , ) is a valid parameterization, but it changes the starting point (at ) and the direction of motion. Be sure to use the standard form unless specified otherwise.