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

0.0(0)
Studied by 0 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)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)x = \text{cos}(t), y = \text{sin}(t), which eliminates to x2+y2=1x^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: dydx=dydt/dxdt\frac{dy}{dx} = \frac{dy}{dt} / \frac{dx}{dt}, provided dxdt0\frac{dx}{dt} \neq 0.

10
New cards

Chain Rule (parametric context)

The idea behind dydx=dydt/dxdt\frac{dy}{dx} = \frac{dy}{dt} / \frac{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=dydxt=am = \frac{dy}{dx}|_{t=a} through the point (x(a),y(a))(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\neq 0, the normal slope is 1m-\frac{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 dxdt=0\frac{dx}{dt} = 0 and dydt0\frac{dy}{dt} \neq 0, making dydx\frac{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)

d2ydx2\frac{d^2y}{dx^2} measures how dydx\frac{dy}{dx} changes with x and is computed by ddt(dydx)/dxdt\frac{d}{dt} \bigg( \frac{dy}{dx} \bigg) / \frac{dx}{dt}.

19
New cards

Concavity (parametric interpretation)

Determined by the sign of d2ydx2\frac{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 = \bigg( \bigint_{a}^{b} \text{sqrt}\big((\frac{dx}{dt})^2 + (\frac{dy}{dt})^2\big) dt \bigg).

22
New cards

Differential arc length (ds)

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

23
New cards

Speed along a parametric curve (ds/dt)

The magnitude of velocity: dsdt=sqrt((dxdt)2+(dydt)2)\frac{ds}{dt} = \text{sqrt}\big( \big( \frac{dx}{dt} \big)^2 + \big( \frac{dy}{dt} \big)^2 \big).

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)\text{sqrt}\big((x(b)−x(a))^2 + (y(b)−y(a))^2\big).

25
New cards

Absolute value issue in arc length simplification

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