AP Calculus BC - Stuff you MUST Know Cold

0.0(0)
studied byStudied by 2 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/33

flashcard set

Earn XP

Description and Tags

AP Calculus BC flashcards for exam review.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

34 Terms

1
New cards

L'Hopital's Rule

If lim (x->a) f(x) = 0 and lim (x->a) g(x) = 0, or lim (x->a) f(x) = ∞ and lim (x->a) g(x) = ∞, then lim (x->a) f(x)/g(x) = lim (x->a) f'(x)/g'(x).

2
New cards

Definition of Derivative

f'(x) = lim (h->0) [f(x+h) - f(x)] / h

3
New cards

Average Rate of Change

For points (a, f(a)) and (b, f(b)), the average rate of change of f(x) on [a, b] is [f(b) - f(a)] / [b - a].

4
New cards

Critical Point

A point where dy/dx = 0 or dy/dx is undefined.

5
New cards

Local Minimum

dy/dx goes from (-, 0, +) or (-, undefined, +), or d^2y/dx^2 > 0.

6
New cards

Local Maximum

dy/dx goes from (+, 0, -) or (+, undefined, -), or d^2y/dx^2 < 0.

7
New cards

Point of Inflection

Concavity changes; d^2y/dx^2 goes from (+, 0, -), (-, 0, +), (+, undefined, -), or (-, undefined, +).

8
New cards

Mean Value Theorem

If f(x) is continuous on [a, b] and differentiable on (a, b), there exists c in (a, b) such that f'(c) = [f(b) - f(a)] / [b - a].

9
New cards

Rolle's Theorem

If f(x) is continuous on [a, b] and differentiable on (a, b), and f(a) = f(b), then there exists c in (a, b) such that f'(c) = 0.

10
New cards

Chain Rule

d/dx [f(u)] = f'(u) * du/dx

11
New cards

Product Rule

d/dx (uv) = u(dv/dx) + v(du/dx)

12
New cards

Quotient Rule

d/dx (u/v) = [v(du/dx) - u(dv/dx)] / v^2

13
New cards

Average Value

The average value of f(x) on [a, b] is (1/(b-a)) * integral from a to b of f(x) dx. Also, (1/(b-a)) * integral from a to b of f(x) dx = f(c)

14
New cards

Fundamental Theorem of Calculus

The integral from a to b of f(x) dx = F(b) - F(a) where F'(x) = f(x).

15
New cards

Second Fundamental Theorem of Calculus

d/dx [integral from a to g(x) of f(t) dt] = f(g(x)) * g'(x)

16
New cards

Euler's Method

xnew = xold + ∆x; ynew = yold + (dy/dx)(xold, yold) * ∆x

17
New cards

Logistic Growth

P(t) = L / [1 + Ce^(-kt)], where L is carrying capacity and maximum growth rate occurs when P = L/2.

18
New cards

Area Inside a Polar Curve Leaf

Area = (1/2) * integral from θ1 to θ2 of r(θ)^2 dθ, where r(θ1) = r(θ2) = 0.

19
New cards

Slope of a Polar Curve

dy/dx = [dr/dθ * sin(θ) + r * cos(θ)] / [dr/dθ * cos(θ) - r * sin(θ)]

20
New cards

Integration by Parts

∫udv = uv - ∫vdu

21
New cards

Disk Method (Volume)

V = π∫[R(x)]^2 dx

22
New cards

Washer Method (Volume)

V = π∫([R(x)]^2 - [r(x)]^2) dx

23
New cards

Shell Method (Volume)

V = 2π∫r(x)h(x) dx

24
New cards

Volume of Known Cross Sections

V = ∫A(x) dx (perpendicular to x-axis) or V = ∫A(y) dy (perpendicular to y-axis)

25
New cards

Velocity

Velocity = d(position)/dt

26
New cards

Acceleration

Acceleration = d(velocity)/dt

27
New cards

Speed

|v(t)| = sqrt((x'(t))^2 + (y'(t))^2)

28
New cards

Distance Traveled

∫sqrt((x'(t))^2 + (y'(t))^2) dt

29
New cards

Taylor Series

f(x) ≈ f(c) + f'(c)(x-c) + f''(c)(x-c)^2/2! + f'''(c)(x-c)^3/3! + … + f^n(c)(x-c)^n/n!

30
New cards

Lagrange Error Bound

|f(x) - Pn(x)| ≤ [max|f^(n+1)(z)| * |x-c|^(n+1)] / (n+1)!, for all z between x and c

31
New cards

Alternating Series Error Bound

|S - SN| ≤ aN+1

32
New cards

Ratio Test

If lim (n->∞) |a(n+1)/a(n)| < 1, the series converges. If > 1, diverges. If = 1, test is inconclusive.

33
New cards

Arc Length (Function)

L = ∫sqrt(1 + (f'(x))^2) dx

34
New cards

Arc Length (Polar)

L = ∫sqrt(r(θ)^2 + (r'(θ))^2) dθ