Unit 7 · Topic 4.1 · Optional
Parametric Functions
Use one independent parameter to generate two dependent coordinates, organize the resulting points in a table, and trace a plane curve in parameter order.
Learning Goals
- Interpret \(x(t)\) and \(y(t)\) as coordinate functions of one parameter.
- Evaluate a parametric function and build a numerical table.
- Sketch a curve in increasing-\(t\) order with correct orientation.
- Use a restricted parameter domain to identify start and end points.
- Relate a parametric representation to a rectangular equation without losing its restrictions.
1. One Input Generates a Point
A parametric function in the coordinate plane has two component equations:
Together they define the ordered-pair output
The independent variable \(t\) is the parameter. For each allowed \(t\), both component functions are evaluated at the same input to produce one point in \(\mathbb R^2\).
2. Identify the Roles of the Variables
| Symbol | Role |
|---|---|
| \(t\) | Independent parameter |
| \(x(t)\) | Horizontal coordinate generated by \(t\) |
| \(y(t)\) | Vertical coordinate generated by \(t\) |
| \((x(t),y(t))\) | Point on the plane curve |
The parameter may represent time, but it can also be any variable used to order points along a curve.
3. Evaluate Both Components
Let \(x(t)=t-1\) and \(y(t)=t^2-4\). At \(t=2\),
so \(\mathbf f(2)=(1,0)\). Do not pair component values produced by different parameter inputs.
4. Build a Table in Increasing-\(t\) Order
For \(-2\le t\le3\), evaluate both formulas at each selected input:
| \(t\) | \(x(t)=t-1\) | \(y(t)=t^2-4\) | Point |
|---|---|---|---|
| \(-2\) | \(-3\) | \(0\) | \((-3,0)\) |
| \(-1\) | \(-2\) | \(-3\) | \((-2,-3)\) |
| \(0\) | \(-1\) | \(-4\) | \((-1,-4)\) |
| \(1\) | \(0\) | \(-3\) | \((0,-3)\) |
| \(2\) | \(1\) | \(0\) | \((1,0)\) |
| \(3\) | \(2\) | \(5\) | \((2,5)\) |
5. Plot and Connect in Parameter Order
Plot the \((x,y)\) pairs, connect neighboring points smoothly, and add arrows in the direction of increasing \(t\). Here the curve moves from left to right through the vertex \((-1,-4)\).
6. The Parameter Domain Selects the Curve Segment
The restriction \(-2\le t\le3\) gives
These are the start and end points. The parametric graph contains only the portion reached as \(t\) moves across the stated domain, including both endpoints because the inequalities are closed.
7. Orientation Is Part of the Representation
The rectangular image shows where the curve lies. The parameter additionally records the order in which its points are generated.
When \(t\) increases from \(-2\) to \(3\), \(x=t-1\) increases, so this example is traced from left to right. Reversing the parameter can trace the same geometric path in the opposite direction.
8. Eliminate the Parameter
Solving \(x=t-1\) gives \(t=x+1\). Substitute into the y-component:
The rectangular equation identifies an upward-opening parabola with vertex \((-1,-4)\). Because \(-2\le t\le3\), the corresponding rectangular restriction is \(-3\le x\le2\).
9. What Elimination Can Hide
A rectangular equation may identify the geometric curve but omit information carried by the parameter.
- The starting and ending parameter values
- The direction in which the curve is traced
- Whether a point is visited more than once
- How parameter inputs are assigned to positions
Always carry the parameter-domain restriction into the final description.
10. One Curve Can Have Many Parametrizations
| Parametrization | Domain | Result |
|---|---|---|
| \(x=t,\ y=t^2\) | \(-2\le t\le2\) | \(y=x^2\), left to right |
| \(x=-t,\ y=t^2\) | \(-2\le t\le2\) | \(y=x^2\), right to left |
| \(x=2t,\ y=4t^2\) | \(-1\le t\le1\) | \(y=x^2\), left to right with a different parameter scale |
Equivalent geometric images need not be identical parametric functions because the same \(t\)-value may produce different points or order them differently.
11. A Parametric Curve Need Not Be \(y\) as a Function of \(x\)
Let
Eliminating \(t\) gives \(x=y^2\), a sideways parabola. Most positive x-values correspond to two y-values, so the curve fails the vertical-line test, yet the parametric function is valid because each \(t\) still produces exactly one ordered pair.
12. Different Inputs Can Reach the Same Point
For \(x=t^2-1\) and \(y=t^3-t\),
The two parameter inputs reach the same location. A graphing table should retain the \(t\)-column so repeated visits and their order are not lost.
13. Create a Simple Parametrization
A rectangular function \(y=g(x)\) can be written parametrically by choosing
For example, \(y=2x+3\) on \(-1\le x\le4\) becomes
This choice traces the segment from \((-1,1)\) to \((4,11)\) as \(t\) increases.
14. Use Technology Purposefully
- Select parametric graphing mode.
- Enter \(x(t)\) and \(y(t)\) as a matched pair.
- Set the exact \(t\)-minimum and \(t\)-maximum.
- Choose a sufficiently small \(t\)-step.
- Use TRACE to compare displayed points with a table.
- Confirm the start point, end point, and orientation.
15. AP Workflow and Common Errors
- Identify the parameter and its domain.
- Evaluate both components at the same selected inputs.
- Record the ordered pairs in increasing-\(t\) order.
- Plot the points and mark start and end points.
- Connect the points smoothly and add orientation arrows.
- Eliminate the parameter when a rectangular equation is useful.
- Preserve every restriction when describing the resulting curve.
- Do not treat \(t\) as an additional coordinate axis.
- Do not pair \(x(t_1)\) with \(y(t_2)\).
- Do not connect points in left-to-right order unless that matches increasing \(t\).
- Do not graph the entire rectangular curve when the parameter domain is restricted.
- Do not assume every parametric curve must pass the vertical-line test.
Key Takeaways
- Represent planar relations by defining x and y separately as functions of a parameter.
- Core relationship: \(x=f(t),\quad y=g(t)\)
- Error check: A parametric relation need not pass the vertical-line test to be valid.
- For \(x=2t-1,\ y=t^2+2\), find the point generated by \(t=-2\).
- Make a table for \(x=t+1,\ y=3-t\) on \(-1\le t\le2\), then state its start and end points.
- Eliminate \(t\) from \(x=t-2,\ y=t^2\) and include the x-domain corresponding to \(0\le t\le3\).
- Compare the orientation of \(x=t,\ y=t^2\) with \(x=-t,\ y=t^2\) on \([-2,2]\).
- Explain what information can be lost when a parametric representation is replaced by a rectangular equation.