Introduction: Mapping the Path

Welcome to Topic 4.4! In the previous chapters, we looked at parametric functions in a general sense—how an independent variable \( t \) (the parameter) can control both \( x \) and \( y \). Now, we are going to look at two of the most common shapes in geometry: lines and circles.

Think of parametric equations as a "set of instructions" for an object moving through space. Instead of just seeing a static shape on a graph, these equations tell us where the object is and when it gets there. While this unit isn't on the official AP Exam, mastering these concepts is a major "level up" for Calculus and Physics!


1. Parametric Equations of a Line

In your earlier math classes, you probably wrote lines in slope-intercept form: \( y = mx + b \). In the parametric world, we define the \( x \)-coordinate and the \( y \)-coordinate separately based on time \( t \).

The General Form

A line passing through the point \( (x_0, y_0) \) can be represented by:

\( x(t) = x_0 + at \)

\( y(t) = y_0 + bt \)

Where:

  • \( (x_0, y_0) \) is the starting point (where the object is when \( t = 0 \)).
  • \( a \) is the horizontal rate of change (how fast \( x \) changes relative to \( t \)).
  • \( b \) is the vertical rate of change (how fast \( y \) changes relative to \( t \)).

How it Relates to Slope

If you remember that slope is "rise over run" (\( \frac{\Delta y}{\Delta x} \)), you can see the connection here. For every "step" of \( t \), \( x \) moves by \( a \) and \( y \) moves by \( b \). Therefore, the slope (\( m \)) of the line is:

\( m = \frac{b}{a} \)

Example: If \( x(t) = 2 + 3t \) and \( y(t) = -1 + 4t \), the line starts at \( (2, -1) \) and has a slope of \( \frac{4}{3} \).

Quick Tip: If the problem asks for a line segment instead of a whole line, they will give you a restricted interval for \( t \), such as \( 0 \le t \le 1 \).


2. Parametric Equations of a Circle

Circles are where trigonometry meets coordinate geometry! We use our knowledge of the Unit Circle from Unit 3 to build these equations.

The General Form

A circle with a center at \( (h, k) \) and a radius \( r \) is defined by:

\( x(t) = h + r \cos(t) \)

\( y(t) = k + r \sin(t) \)

Where:

  • \( (h, k) \) is the center of the circle.
  • \( r \) is the radius (the distance from the center to the edge).
  • \( t \) usually represents the angle in radians.

Why does this work?

Recall the Pythagorean Identity: \( \cos^2(t) + \sin^2(t) = 1 \). If we rearrange our circle equations to isolate the trig functions:

\( \frac{x - h}{r} = \cos(t) \) and \( \frac{y - k}{r} = \sin(t) \)

Squaring both and adding them gives us the standard equation of a circle: \( (x - h)^2 + (y - k)^2 = r^2 \). Magic!

Key Directions:
  • If \( t \) goes from \( 0 \) to \( 2\pi \), the circle is traced counter-clockwise.
  • If you swap sine and cosine, or add negative signs, you can change the starting point or the direction of the rotation. (For now, focus on the standard form above!)

Did you know? In computer graphics and video games, parametric circles are used to make characters walk in a circular path or to create rotating loading icons!


3. Step-by-Step: Writing Equations from a Description

Don't worry if this seems tricky at first. Just follow these steps to build your equations.

Writing a Line

  1. Identify the initial point \( (x_0, y_0) \). This goes at the front of your equations.
  2. Identify the rates of change \( a \) and \( b \). If you are given two points, calculate \( \Delta x \) and \( \Delta y \) between them.
  3. Plug them into the formula: \( x = x_0 + at \), \( y = y_0 + bt \).

Writing a Circle

  1. Find the center \( (h, k) \).
  2. Find the radius \( r \).
  3. Plug them into the formula: \( x = h + r \cos(t) \), \( y = k + r \sin(t) \).
  4. Specify the interval for \( t \) (usually \( 0 \le t \le 2\pi \) for a full circle).

4. Common Pitfalls to Avoid

1. Mixing up \( h \) and \( k \): Remember that \( h \) is always the horizontal shift (with \( x \)) and \( k \) is the vertical shift (with \( y \)).

2. Forgetting the Radius: Students often forget to multiply \( \sin \) and \( \cos \) by \( r \). Without \( r \), you just have a unit circle centered at \( (h, k) \).

3. Slope Confusion: For lines, the slope is \( \frac{b}{a} \), NOT \( \frac{a}{b} \). Always put the \( y \)-coefficient on top!


Key Takeaways Summary

  • Lines: Use the form \( x(t) = x_0 + at \) and \( y(t) = y_0 + bt \). The slope is \( \frac{b}{a} \).
  • Circles: Use the form \( x(t) = h + r \cos(t) \) and \( y(t) = k + r \sin(t) \).
  • \( t \) as a Controller: The parameter \( t \) acts as the "clock" that determines when the point arrives at specific coordinates.
  • Unit 4 Note: Since this is not on the AP exam, focus on understanding the visual connection between the formulas and the graphs.

Note: For more on how these functions change over time, see Chapter 4.3: Parametric Functions and Rates of Change. For information on more complex shapes, see Chapter 4.6: Conic Sections.