Parametric equations, series, and other BC-only concepts tested on AP Calculus BC.
41 cards · basic cards · AI-written, checked twice. Edit anything.
- If x = f(t) and y = g(t), what is dy/dx in terms of t?
- dy/dx = (dy/dt) / (dx/dt)
- What is the formula for the second derivative d²y/dx² for a parametric curve?
- d²y/dx² = (d/dt(dy/dx)) / (dx/dt)
- Write the formula for arc length of a parametric curve from t=a to t=b.
- L = ∫[a to b] √((dx/dt)² + (dy/dt)²) dt
- What is a vector-valued function?
- A function r(t) = ⟨f(t), g(t), h(t)⟩ that outputs vectors for each input t.
- What is the derivative of a vector-valued function r(t) = ⟨f(t), g(t)⟩?
- r'(t) = ⟨f'(t), g'(t)⟩
- In polar coordinates, how is the area of a region between two rays and a curve r = f(θ) calculated?
- A = (1/2) ∫[α to β] r² dθ
- What is the formula for arc length in polar coordinates from θ=α to θ=β?
- L = ∫[α to β] √(r² + (dr/dθ)²) dθ
- What does the Divergence Test (Nth Term Test) for series say?
- If lim(n→∞) aₙ ≠ 0, then the series ∑aₙ diverges. If lim(n→∞) aₙ = 0, the test is inconclusive.
- State the Ratio Test for series.
- If lim(n→∞) |aₙ₊₁/aₙ| = L, then the series converges if L < 1, diverges if L > 1, and is inconclusive if L = 1.
- State the Root Test for series.
- If lim(n→∞) (|aₙ|)^(1/n) = L, then the series converges if L < 1, diverges if L > 1, and is inconclusive if L = 1.
- State the Integral Test for series.
- If f is positive, continuous, decreasing on [1, ∞), then ∑aₙ and ∫[1,∞) f(x) dx both converge or both diverge.
- State the Limit Comparison Test for series.
- If lim(n→∞) aₙ/bₙ = c > 0 (finite), then ∑aₙ and ∑bₙ either both converge or both diverge.
- What is the Alternating Series Test?
- If aₙ ≥ 0, aₙ₊₁ ≤ aₙ (decreasing), and lim(n→∞) aₙ = 0, then ∑(-1)ⁿaₙ converges.
- What is absolute convergence?
- A series ∑aₙ converges absolutely if ∑|aₙ| converges.
- What is conditional convergence?
- A series converges conditionally if ∑aₙ converges but ∑|aₙ| diverges.