AP Calculus BC Unit 9 Study Guide: Parametric Equations, Polar Coordinates, and Vector-Valued Functions

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

1/49

encourage image

There's no tags or description

Looks like no tags are added yet.

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

No analytics yet

Send a link to your students to track their progress

50 Terms

1
New cards

Parametric equation

A way to describe a curve by writing both coordinates as functions of a parameter: x=f(t), y=g(t).

2
New cards

Parameter

An independent variable (often t, sometimes time) used to generate points (x(t), y(t)) on a curve.

3
New cards

Dependent variables (parametric)

In parametric form, x and y are dependent because they both depend on the parameter t.

4
New cards

Independent variable (parametric)

In parametric equations, the parameter t is the independent variable.

5
New cards

Direction of tracing

The direction a curve is drawn as the parameter increases; it is part of the parametric description.

6
New cards

Eliminating the parameter

Solving for t from one parametric equation and substituting into the other to get a Cartesian relationship between x and y.

7
New cards

Information lost when eliminating the parameter

Eliminating t may hide which portion is traced, the direction of motion, and whether the curve is traced multiple times.

8
New cards

Standard circle parametric form

x=a cos(t), y=a sin(t), which traces the circle x^2+y^2=a^2 (typically counterclockwise as t increases).

9
New cards

Frequency change (e.g., cos(2t), sin(2t))

Replacing t by kt in trig parametrics changes how fast the angle runs and can cause the curve to be traced multiple times.

10
New cards

Multiple tracing

When a parametric curve passes over the same points more than once for a given parameter interval (e.g., x=3cos(2t), y=3sin(2t) traces the circle twice for 0≤t≤2π).

11
New cards

Parametric slope (dy/dx)

For x=x(t), y=y(t), the slope is dy/dx = (dy/dt)/(dx/dt), provided dx/dt ≠ 0.

12
New cards

Horizontal tangent (parametric)

Occurs at t=a when dy/dt(a)=0 and dx/dt(a)≠0.

13
New cards

Vertical tangent (parametric)

Occurs at t=a when dx/dt(a)=0 and dy/dt(a)≠0 (dy/dx is undefined/infinite).

14
New cards

Cusp/corner behavior (parametric)

A potential sharp point or non-smooth behavior that can occur when dx/dt=0 and dy/dt=0 at the same parameter value (needs further analysis).

15
New cards

Tangent line (parametric)

At t=a, compute point (x(a),y(a)) and slope m=(y'(a))/(x'(a)), then use y−y(a)=m(x−x(a)).

16
New cards

Normal line

A line perpendicular to the tangent line; if tangent slope is m (nonzero), normal slope is −1/m.

17
New cards

Second derivative for parametric curves

d^2y/dx^2 = [d/dt(dy/dx)] / (dx/dt).

18
New cards

Concavity (parametric)

Determined by the sign of d^2y/dx^2; it measures how the slope dy/dx changes as x changes.

19
New cards

Signed area

Area computed by an integral that can be negative depending on orientation (e.g., if x decreases, dx/dt<0).

20
New cards

Area under a parametric curve

On t from a to b, A = ∫_a^b y(t)·(dx/dt) dt (this is ∫ y dx written in terms of t).

21
New cards

Geometric area vs. signed area

Signed area may be negative; if a problem asks for “area,” you usually report a positive value (may require absolute value or splitting intervals).

22
New cards

Arc length (parametric)

For t from a to b, L=∫_a^b √[(dx/dt)^2+(dy/dt)^2] dt.

23
New cards

Differential arc length element (ds)

For a small dt, ds ≈ √[(dx/dt)^2+(dy/dt)^2] dt.

24
New cards

Polar coordinates

A coordinate system using (r, θ), where r is the (directed) distance from the origin and θ is the angle from the positive x-axis.

25
New cards

Polar equation

An equation of a curve in polar form, typically r=f(θ).

26
New cards

Polar-to-Cartesian conversion

Convert (r,θ) to (x,y) using x=r cos(θ) and y=r sin(θ).

27
New cards

Cartesian-to-polar conversion

Relates r and (x,y) by r^2 = x^2 + y^2.

28
New cards

Equivalent polar representations

The same point can be written as (r,θ) or (r,θ+2π) (and other angle shifts by 2πk).

29
New cards

Negative r equivalence

(−r, θ) represents the same point as (r, θ+π); negative r “flips” the point across the origin.

30
New cards

Circle in polar form (r=a)

The equation r=a represents a circle of radius a centered at the origin.

31
New cards

Shifted circle form (r=2a cosθ)

A common polar circle form; for example r=4cosθ converts to (x−2)^2+y^2=4 (circle centered at (2,0) with radius 2).

32
New cards

Rose curve

A polar curve of the form r=a cos(nθ) or r=a sin(nθ), producing a petal-like “rose” shape.

33
New cards

Cardioid

A heart-shaped polar curve commonly of the form r=a±b cosθ or r=a±b sinθ (e.g., r=1+cosθ).

34
New cards

Limacon

A polar curve family often written r=a±b cosθ or r=a±b sinθ; depending on parameters it may have an inner loop or dimple.

35
New cards

Polar graphing interpretation of r

For each θ, r tells how far from the origin to plot the point (with negative r reversing direction by π).

36
New cards

Polar symmetry tests

Helpful checks: f(−θ)=f(θ) (symmetry about polar axis); f(π−θ)=f(θ) (symmetry about θ=π/2); f(θ+π)=−f(θ) (symmetry about the pole).

37
New cards

Slope of a polar curve (dy/dx)

Treat θ as the parameter: dy/dx=(dy/dθ)/(dx/dθ), where x=r cosθ and y=r sinθ.

38
New cards

dx/dθ for a polar curve

If r=f(θ), then dx/dθ = (dr/dθ)cosθ − r sinθ.

39
New cards

dy/dθ for a polar curve

If r=f(θ), then dy/dθ = (dr/dθ)sinθ + r cosθ.

40
New cards

Horizontal/vertical tangents in polar

Horizontal tangent when dy/dθ=0 and dx/dθ≠0; vertical tangent when dx/dθ=0 and dy/dθ≠0.

41
New cards

Area enclosed by a polar curve

From θ=α to β, A= (1/2)∫_α^β r^2 dθ.

42
New cards

Area between two polar curves

If outer radius is R(θ) and inner is r(θ), then A=(1/2)∫_α^β (R(θ)^2−r(θ)^2) dθ (outer minus inner).

43
New cards

Arc length in polar form

From θ=α to β, L=∫_α^β √[r^2+(dr/dθ)^2] dθ.

44
New cards

Vector-valued function

A function that outputs a vector; in the plane it often has the form r(t)=⟨x(t),y(t)⟩.

45
New cards

Position vector r(t)

The vector ⟨x(t),y(t)⟩ giving the location of a particle at time/parameter t.

46
New cards

Velocity vector v(t)

The derivative of position: v(t)=r′(t)=⟨x′(t),y′(t)⟩.

47
New cards

Speed

The magnitude of velocity (a nonnegative scalar): |v(t)|=√[(x′(t))^2+(y′(t))^2].

48
New cards

Acceleration vector a(t)

The derivative of velocity: a(t)=v′(t)=r″(t).

49
New cards

Displacement

The net change in position from t=a to t=b: r(b)−r(a), equivalently ∫_a^b v(t) dt.

50
New cards

Total distance traveled

The total length of the path from t=a to t=b: ∫_a^b |v(t)| dt (not the same as displacement).

Explore top notes

note
The Great Gatsby
Updated 747d ago
0.0(0)
note
KOREAN - IMPORTANT VOCABULARY
Updated 1253d ago
0.0(0)
note
123
Updated 840d ago
0.0(0)
note
124.pdf
Updated 931d ago
0.0(0)
note
Biology - Evolution
Updated 1475d ago
0.0(0)
note
The Great Gatsby
Updated 747d ago
0.0(0)
note
KOREAN - IMPORTANT VOCABULARY
Updated 1253d ago
0.0(0)
note
123
Updated 840d ago
0.0(0)
note
124.pdf
Updated 931d ago
0.0(0)
note
Biology - Evolution
Updated 1475d ago
0.0(0)

Explore top flashcards

flashcards
hjkl;
30
Updated 1008d ago
0.0(0)
flashcards
faf
40
Updated 956d ago
0.0(0)
flashcards
hjkl;
30
Updated 1008d ago
0.0(0)
flashcards
faf
40
Updated 956d ago
0.0(0)