Parametric Equations

0.0(0)
Studied by 0 people
call kaiCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/23

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 8:50 AM on 5/29/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

24 Terms

1
New cards

What is a parameter?

An independent variable (usually t) that both x and y depend on. It drives the curve but doesn't appear in the final equation after elimination.

2
New cards

What are parametric equations?

A pair of equations x = x(t) and y = y(t) that together describe a curve by expressing both coordinates in terms of a third variable t.

3
New cards

What is a parametric curve?

The set of all points (x(t), y(t)) traced out as t varies over a given interval. Also called a plane curve.

4
New cards

What is orientation?

The direction a point travels along the curve as t increases. Shown by arrows on the graph.

5
New cards

What does "eliminating the parameter" mean?

Removing t entirely to get a direct relationship between x and y only, such as y = 2x − 7 or x²/9 + y²/9 = 1.

6
New cards

How do you eliminate the parameter from algebraic equations?

Solve one equation for t, then substitute that expression into the other equation.

7
New cards

Which equation should you solve for t first?

Whichever looks simpler to isolate t from. There is no strict rule — just pick the easier one.

8
New cards

How do you eliminate the parameter from trig equations?

Do NOT solve for t. Instead isolate cos t and sin t separately, then substitute into the identity cos²t + sin²t = 1.

9
New cards

Why don't you solve for t in trig problems?

Because solving for t would require inverse trig (like arccos) which gets messy. The Pythagorean identity lets you skip t entirely.

10
New cards

What is the Pythagorean trig identity used in parametric equations?

cos²t + sin²t = 1. After isolating cos t and sin t from x and y, substitute both into this identity to eliminate t.

11
New cards

What are the parametric equations for a circle of radius r centered at the origin?

x(t) = r cos t, y(t) = r sin t, where 0 ≤ t ≤ 2π.

12
New cards

What is the rectangular form of a circle with radius r?

x² + y² = r². You get this by eliminating the parameter from x = r cos t, y = r sin t.

13
New cards

What are the parametric equations for an ellipse?

x(t) = a cos t, y(t) = b sin t, where a and b are the two semi-axes.

14
New cards

What is the rectangular form of an ellipse?

x²/a² + y²/b² = 1. The semi-major axis is the larger of a and b, and the semi-minor axis is the smaller.

15
New cards

Where do the semi-axis values a and b come from in the ellipse equation?

Square root the denominators. From x²/25 + y²/4 = 1, take √25 = 5 and √4 = 2.

16
New cards

What is the semi-major axis?

The longer radius of an ellipse — whichever of a or b is larger. The ellipse stretches furthest in that direction.

17
New cards

What is parameterizing a curve?

Starting from a single equation like y = f(x) and writing it as two parametric equations x(t) and y(t).

18
New cards

v]What is the simplest way to parameterize y = f(x)?

Let x(t) = t, then replace every x in the equation with t to get y(t) = f(t).

19
New cards

Is there only one correct parameterization of a curve?

No — there are infinitely many valid parameterizations. You have total freedom in choosing x(t) as long as its range covers the original domain.

20
New cards

What is a cycloid?

The path traced by a point on the rim of a rolling wheel. Its parametric equations are x(t) = a(t − sin t), y(t) = a(1 − cos t), where a is the wheel's radius and t is the angle rotated.

21
New cards

What is the difference between a cycloid and a hypocycloid?

A cycloid is traced by a point on a wheel rolling along a flat surface. A hypocycloid is traced by a point on a small circle rolling inside a larger circle.

22
New cards

What shape do you get when both x(t) and y(t) are linear in t?

A straight line.

23
New cards

Common mistake — what goes wrong when you write x/25 + y/4 = 1 instead of x²/25 + y²/4 = 1?

You forgot to square after substituting. (x/5)² = x²/25, not x/25. Always square the entire expression.

24
New cards

Common mistake — when parameterizing with x(t) = 2t, what is (2t)²?

4t², not 2t². You must square both the coefficient and the variable — squaring only t is a common error.