Parametrically Defined Circles and Lines
In this lesson, students, you will learn how circles and lines can be described using parameters instead of a single equation for $x$ and $y$. This is a powerful idea because it connects algebra, geometry, and motion π. By the end, you should be able to explain what a parametrically defined circle or line is, use parameter equations to describe motion, and connect these ideas to vectors and matrices in AP Precalculus.
Introduction: Why Use Parameters?
A parameter is a variable that helps describe how a point changes over time or through a rule. Instead of writing one equation that directly connects $x$ and $y$, we use a third variable, often $t$, to describe both coordinates.
For example, a point moving across a plane might have coordinates $x(t)$ and $y(t)$. As $t$ changes, the point moves. This is useful in real life ππ―. Think of a drone flying in a circle, a game character moving along a path, or a clock hand sweeping around a face.
The main goals in this lesson are to:
- explain the meaning of parametrically defined circles and lines,
- use parameter equations to describe and analyze motion,
- connect parameter equations to vectors and matrices,
- and understand how these ideas fit into the larger study of functions involving parameters.
Parametric Equations: The Big Idea
A parametric equation gives each coordinate as a function of the same parameter. A point is written as $\bigl(x(t), y(t)\bigr)$.
A simple line can be described by
$$x(t)=x_0+at, \qquad y(t)=y_0+bt,$$
where $\bigl(x_0,y_0\bigr)$ is a starting point and $\langle a,b\rangle$ is a direction vector. As $t$ increases, the point moves in a straight line.
A circle can be described by
$$x(t)=h+r\cos t, \qquad y(t)=k+r\sin t,$$
where $\bigl(h,k\bigr)$ is the center and $r$ is the radius. As $t$ changes, the point traces the circle once over an interval of length $2\pi$.
These formulas are examples of functions involving parameters because the output depends on the parameter $t$. The parameter itself is not the $x$- or $y$-coordinate. It is more like a control value that tells the point where to go.
Parametrically Defined Circles
A standard circle centered at the origin with radius $r$ is described by
$$x(t)=r\cos t, \qquad y(t)=r\sin t.$$
This works because of the identity
$$\cos^2 t+\sin^2 t=1.$$
If we square both parametric equations, we get
$$x^2(t)=r^2\cos^2 t, \qquad y^2(t)=r^2\sin^2 t,$$
so
$$x^2(t)+y^2(t)=r^2\bigl(\cos^2 t+\sin^2 t\bigr)=r^2.$$
That is the equation of a circle centered at the origin. β
If the center is not at the origin, the equations shift to
$$x(t)=h+r\cos t, \qquad y(t)=k+r\sin t.$$
This gives the circle
$$(x-h)^2+(y-k)^2=r^2.$$
Example 1: A Circle at the Origin
Suppose
$$x(t)=4\cos t, \qquad y(t)=4\sin t.$$
Here the radius is $4$ and the center is $(0,0)$.
At $t=0$:
$$x(0)=4\cos 0=4, \qquad y(0)=4\sin 0=0.$$
So the point starts at $(4,0)$. As $t$ increases, the point moves counterclockwise around the circle.
Example 2: A Shifted Circle
Suppose
$$x(t)=2+3\cos t, \qquad y(t)=-1+3\sin t.$$
The center is $(2,-1)$ and the radius is $3$.
At $t=\frac{\pi}{2}$:
$$x\left(\frac{\pi}{2}\right)=2+3\cos\left(\frac{\pi}{2}\right)=2,$$
$$y\left(\frac{\pi}{2}\right)=-1+3\sin\left(\frac{\pi}{2}\right)=2.$$
So the point is $(2,2)$, which is the top of the circle. π
Parametrically Defined Lines
A line can also be described with a parameter. If a point starts at $\bigl(x_0,y_0\bigr)$ and moves in the direction of the vector $\langle a,b\rangle$, then
$$x(t)=x_0+at, \qquad y(t)=y_0+bt.$$
This is called a vector form of a line in the plane. It is closely related to slope, because the direction vector shows how much $x$ and $y$ change together.
Example 3: A Line Through a Point
Suppose a point starts at $(1,2)$ and moves with direction vector $\langle 3,-1\rangle$.
Then
$$x(t)=1+3t, \qquad y(t)=2-t.$$
If $t=0$, the point is $(1,2)$.
If $t=1$, the point is $(4,1)$.
If $t=-1$, the point is $(-2,3)$.
These points all lie on the same line.
To connect this to slope, notice that the change in $x$ is $3$ and the change in $y$ is $-1$. So the slope is
$$m=\frac{-1}{3}.$$
That matches the lineβs direction.
Example 4: Horizontal and Vertical Lines
A horizontal line can be written as
$$x(t)=5, \qquad y(t)=2+t.$$
Here $x$ never changes, so the line stays at $x=5$.
A vertical line can be written as
$$x(t)=-3+t, \qquad y(t)=7.$$
Here $y$ never changes, so the line stays at $y=7$.
These are useful examples because they show that parametric equations can describe lines even when slope form does not work well, such as for vertical lines.
Connections to Vectors and Matrices
Parametric lines and circles are connected to vectors because both use ordered pairs and direction.
A line can be written as
$$\mathbf{r}(t)=\mathbf{r}_0+t\mathbf{v},$$
where $\mathbf{r}_0$ is a position vector and $\mathbf{v}$ is a direction vector.
For example,
$$\mathbf{r}(t)=\begin{pmatrix}1\\2\end{pmatrix}+t\begin{pmatrix}3\\-1\end{pmatrix}$$
means the same thing as
$$x(t)=1+3t, \qquad y(t)=2-t.$$
Circles can also be viewed as vector-valued functions:
$$\mathbf{r}(t)=\begin{pmatrix}h+r\cos t\k+r\sin t\end{pmatrix}.$$
This describes a moving point whose coordinates depend on $t$.
Matrices can be used to transform these shapes. For example, a matrix can stretch, rotate, or reflect a circle or line. In AP Precalculus, this helps connect parametric graphs to transformations of geometric figures. A circle centered at the origin remains a circle under rotation, but a matrix can turn it into an ellipse or another shape if the transformation changes lengths differently in different directions.
How to Work with Parametric Equations
When studying a parametric equation, ask these questions:
- What is the parameter?
- What happens when $t$ increases?
- What shape does the point trace?
- Where does the point start?
- What direction does it move?
For circles, the parameter often represents angle. For lines, the parameter often represents time or step size.
Example 5: Finding a Point from a Parameter
Given
$$x(t)=6-2t, \qquad y(t)=1+5t,$$
find the point when $t=2$.
Substitute $t=2$:
$$x(2)=6-2(2)=2,$$
$$y(2)=1+5(2)=11.$$
So the point is $(2,11)$.
Example 6: Identifying a Circle
Given
$$x(t)=7+2\cos t, \qquad y(t)=4+2\sin t,$$
identify the center and radius.
The center is $(7,4)$ and the radius is $2$.
The point starts at
$$(7+2,4)=(9,4)$$
when $t=0$.
This starting point is to the right of the center, and the motion is counterclockwise.
Why This Matters in AP Precalculus
Parametrically defined circles and lines are part of the larger study of functions involving parameters, vectors, and matrices. Even though this topic is not assessed on the AP Exam, it strengthens core mathematical reasoning.
You should be able to explain that:
- parameters can describe motion,
- circles often use sine and cosine,
- lines often use a point and a direction vector,
- and vector notation gives a compact way to write the same ideas.
These ideas also help with modeling real situations, such as tracking an object on a screen, describing a moving machine part, or planning movement in robotics π€.
Conclusion
Parametrically defined circles and lines show how a single parameter can control motion in the coordinate plane. A circle can be traced using $\cos t$ and $\sin t$, while a line can be traced using a point and a direction vector. These representations connect algebra, trigonometry, vectors, and matrices in a clear and useful way. students, by understanding these forms, you build a stronger foundation for studying how different mathematical systems describe the same shape from different viewpoints.
Study Notes
- A parametric equation writes coordinates as functions of a parameter, often $t$.
- A point is often written as $\bigl(x(t),y(t)\bigr)$.
- A circle centered at the origin with radius $r$ can be written as $x(t)=r\cos t$ and $y(t)=r\sin t$.
- A shifted circle can be written as $x(t)=h+r\cos t$ and $y(t)=k+r\sin t$.
- The corresponding Cartesian equation of a circle is $\bigl(x-h\bigr)^2+\bigl(y-k\bigr)^2=r^2$.
- A line can be written as $x(t)=x_0+at$ and $y(t)=y_0+bt$.
- The vector form of a line is $\mathbf{r}(t)=\mathbf{r}_0+t\mathbf{v}$.
- Circles traced with parameters move counterclockwise when $t$ increases.
- Lines can represent motion in any direction, including horizontal and vertical lines.
- Parametric equations connect to vectors because both describe position and direction.
- Matrices can transform parametric graphs by rotating, stretching, reflecting, or shearing them.
- These ideas help explain how functions with parameters model motion and geometry.
