AP Calculus BC Unit 9 Notes: Learning Parametric Curves from First Principles

0.0(0)
Studied by 2 people
0%Unit 9 Mastery
0%Exam Mastery
Build your Mastery score
multiple choiceAP Practice
Supplemental Materials
call kaiCall Kai
Card Sorting

1/24

Last updated 3:08 PM on 3/12/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

25 Terms

1
New cards

Parametric curve

A curve described by giving both coordinates as functions of a parameter (usually t): x = x(t), y = y(t).

2
New cards

Parameter (t)

A third variable that determines where you are on a parametric curve and can represent time, direction of travel, and speed along the curve.

3
New cards

Parameterization

A specific choice of functions x(t) and y(t) that traces a curve as t varies; different parameterizations can trace the same geometric curve with different directions or speeds.

4
New cards

Vertical line test (in relation to parametrics)

A test for whether y is a function of x; parametric equations are useful for curves that fail this test (loops, sideways curves).

5
New cards

Orientation (direction) of a parametric curve

The direction the curve is traced as t increases; the same curve can be traced forward or backward depending on the parameterization.

6
New cards

Eliminating the parameter

Algebraically removing t to get a relation between x and y (often to identify the curve’s shape), which typically loses direction and timing information.

7
New cards

Unit circle parameterization

The parametric form x = cos t, y = sin t, which eliminates to x^2 + y^2 = 1.

8
New cards

Information lost when eliminating t

Which point corresponds to a given t, the direction of travel, and how fast the point moves along the curve.

9
New cards

Parametric derivative (first derivative)

The slope along a parametric curve: dy/dx = (dy/dt)/(dx/dt), provided dx/dt ≠ 0.

10
New cards

Chain Rule (parametric context)

The idea behind dy/dx = (dy/dt)/(dx/dt): slope is a ratio of rates of change with respect to t.

11
New cards

Condition for dy/dx to exist (parametric)

dx/dt must be nonzero; otherwise dy/dx is undefined at that parameter value.

12
New cards

Tangent line to a parametric curve

A line touching the curve at t = a with slope m = (dy/dx)|_{t=a} through the point (x(a), y(a)).

13
New cards

Point-slope form (for parametric tangent lines)

The tangent line equation at t = a: y − y(a) = m(x − x(a)), where m = (dy/dx)|_{t=a}.

14
New cards

Normal line

A line perpendicular to the tangent line; if the tangent slope is m ≠ 0, the normal slope is −1/m.

15
New cards

Horizontal tangent (parametric test)

Occurs when dy/dt = 0 and dx/dt ≠ 0, making dy/dx = 0.

16
New cards

Vertical tangent (parametric test)

Occurs when dx/dt = 0 and dy/dt ≠ 0, making dy/dx undefined.

17
New cards

Cusp / corner / stopping point warning

If dx/dt = 0 and dy/dt = 0 at the same t, you cannot conclude a vertical tangent; the point may be a cusp, corner, or momentary stop.

18
New cards

Second derivative (parametric form)

d^2y/dx^2 measures how dy/dx changes with x and is computed by d^2y/dx^2 = (d/dt(dy/dx)) / (dx/dt).

19
New cards

Concavity (parametric interpretation)

Determined by the sign of d^2y/dx^2: positive means concave up, negative means concave down (locally, as x changes).

20
New cards

Where d^2y/dx^2 may be undefined

At parameter values where dx/dt = 0, because the formula for d^2y/dx^2 requires dividing by dx/dt.

21
New cards

Arc length (parametric curve)

The distance traveled along the curve from t = a to t = b: L = ∫[a,b] sqrt((dx/dt)^2 + (dy/dt)^2) dt.

22
New cards

Differential arc length (ds)

A small piece of distance along the curve: ds = sqrt((dx)^2 + (dy)^2).

23
New cards

Speed along a parametric curve (ds/dt)

The magnitude of velocity: ds/dt = sqrt((dx/dt)^2 + (dy/dt)^2).

24
New cards

Arc length vs straight-line distance (chord length)

Arc length is total distance along the curve (integral of speed), not the endpoint distance sqrt((x(b)−x(a))^2 + (y(b)−y(a))^2).

25
New cards

Absolute value issue in arc length simplification

When simplifying sqrt(t^2), you must use |t|; dropping the absolute value can be wrong on intervals that include negative t.