AP Calclus BC review

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

1/58

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 6:35 PM on 4/6/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

59 Terms

1
New cards

Derivative of sin(u)

d/dx(sin u) = cos(u) * u'

2
New cards

Derivative of cos(u)

d/dx(cos u) = -sin(u) * u'

3
New cards

Derivative of tan(u)

d/dx(tan u) = sec²(u) * u'

4
New cards

Derivative of sec(u)

d/dx(sec u) = sec(u)tan(u) * u'

5
New cards

Derivative of csc(u)

d/dx(csc u) = -csc(u)cot(u) * u'

6
New cards

Derivative of cot(u)

d/dx(cot u) = -csc²(u) * u'

7
New cards

Derivative of ln(u)

d/dx(ln u) = (1/u) * u'

8
New cards

Derivative of e^u

d/dx(e^u) = e^u * u'

9
New cards

Product Rule

d/dx(uv) = uv' + vu'

10
New cards

Quotient Rule

d/dx(u/v) = (vu' - uv') / v²

11
New cards

Mean Value Theorem (MVT) Requirements

f(x) is continuous on [a, b] and differentiable on (a, b).

12
New cards

Mean Value Theorem (MVT) Formula

There exists a 'c' in (a, b) such that f'(c) = [f(b) - f(a)] / (b - a).

13
New cards

Extreme Value Theorem (EVT)

If f(x) is continuous on a closed interval [a, b], then f(x) must have both an absolute maximum and an absolute minimum on that interval.

14
New cards

Critical Point

f'(x) = 0 or undefined.

15
New cards

Point of Inflection

f''(x) = 0 or undefined AND concavity changes.

16
New cards

Integration by Parts Formula

∫ u dv = uv - ∫ v du (Use LIATE to choose u).

17
New cards

Taylor Series Expansion

f(x) ≈ f(c) + f'(c)(x-c) + f''(c)/2! * (x-c)² + ... + fⁿ(c)/n! * (x-c)ⁿ

18
New cards

Ratio Test for Convergence

Series converges if lim |aₙ₊₁ / aₙ| < 1 as n → ∞. If = 1, test is inconclusive.

19
New cards

Maclaurin Series for e^x

e^x = 1 + x + x²/2! + x³/3! + ...

20
New cards

Maclaurin Series for sin(x)

sin(x) = x - x³/3! + x⁵/5! - ... (odd powers)

21
New cards

Maclaurin Series for cos(x)

cos(x) = 1 - x²/2! + x⁴/4! - ... (even powers)

22
New cards

Area inside a Polar Curve

A = ½ ∫ [r(θ)]² dθ from α to β.

23
New cards

Slope of a Parametric Equation (dy/dx)

dy/dx = (dy/dt) / (dx/dt)

24
New cards

What is Part 1 of the Fundamental Theorem of Calculus?

d/dx [∫ (from a to x) f(t) dt] = f(x)

25
New cards

What is Part 2 of the Fundamental Theorem of Calculus?

∫ (from a to b) f(x) dx = F(b) - F(a)

26
New cards

What is Euler's Method formula?

y_new = y_old + Δx * f'(x_old, y_old)

27
New cards

What is the logistic growth differential equation?

dP/dt = kP(1 - P/L)

28
New cards

What is the carrying capacity in logistic growth?

L (The limit as t → ∞ is L)

29
New cards

What is the arc length formula for a function?

∫ √(1 + [f'(x)]²) dx

30
New cards

What is the arc length formula for parametric equations?

∫ √([x'(t)]² + [y'(t)]²) dt

31
New cards

When does a p-series converge?

Σ 1/n^p converges if p > 1, diverges if p ≤ 1.

32
New cards

What is the sum formula for a geometric series?

Sum = a / (1 - r), converges only if |r| < 1.

33
New cards

What does the n-th term test for divergence state?

If lim (as n → ∞) a_n ≠ 0, then the series diverges.

34
New cards

What are the conditions for the Alternating Series Test (AST)?

1. b_n is positive, 2. b_n is decreasing, 3. lim (as n → ∞) b_n = 0.

35
New cards

What is the Lagrange Error Bound?

Error |R_n(x)| ≤ [max|f^(n+1)(z)| / (n+1)!] * |x - c|^(n+1)

36
New cards

What are the conditions for L'Hospital's Rule?

Use when lim f(x)/g(x) results in 0/0 or ±∞/∞. Must state f and g are differentiable and show individual limits approach 0 or ±∞.

37
New cards

What is the limit definition of a derivative?

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

38
New cards

How is the average value of a function calculated?

f_avg = [1 / (b - a)] * ∫ (from a to b) f(x) dx

39
New cards

What does the Intermediate Value Theorem state?

If f is continuous on [a, b], then for any value y between f(a) and f(b), there exists at least one c in [a, b] such that f(c) = y.

40
New cards

What is the formula for velocity in parametric motion?

v(t) =

41
New cards

What is the formula for acceleration in parametric motion?

a(t) =

42
New cards

How is speed defined in terms of velocity?

|v(t)| = √([x'(t)]² + [y'(t)]²)

43
New cards

How is total distance traveled calculated in parametric motion?

Distance = ∫ (from a to b) √([x'(t)]² + [y'(t)]²) dt

44
New cards

What is the formula for the volume using the Disk Method?

V = π ∫ [R(x)]² dx

45
New cards

What is the formula for the volume using the Washer Method?

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

46
New cards

How is volume by cross-sections perpendicular to the x-axis calculated?

V = ∫ (from a to b) A(x) dx (A = area of the specific shape, e.g., s² for squares).

47
New cards

What is the integral of 1 / (a² + u²)?

∫ 1 / (a² + u²) du = (1/a) arctan(u/a) + C

48
New cards

What defines absolute convergence?

Σ |a_n| converges.

49
New cards

What defines conditional convergence?

Σ a_n converges, but Σ |a_n| diverges.

50
New cards

What is the approach for improper integrals?

Rewrite with limits! ∫ (from a to ∞) f(x) dx = lim (as b → ∞) ∫ (from a to b) f(x) dx.

51
New cards

Integration of 1 / (a² + u²)

∫ 1 / (a² + u²) du = (1/a) arctan(u/a) + C

52
New cards

Absolute vs. Conditional Convergence

Absolute: Σ |a_n| converges. Conditional: Σ a_n converges, but Σ |a_n| diverges.

53
New cards

Improper Integrals

Rewrite with limits! ∫ (from a to ∞) f(x) dx = lim (as b → ∞) ∫ (from a to b) f(x) dx.

54
New cards

Inverse Trig Derivatives (arcsin and arctan)

d/dx(arcsin u) = u' / √(1 - u²) and d/dx(arctan u) = u' / (1 + u²)

55
New cards

Alternating Series Error Bound

|Error| ≤ |a_{n+1}| (The absolute value of the first omitted term).

56
New cards

Geometric Power Series (1 / (1 - x))

1 / (1 - x) = 1 + x + x² + x³ + ... = Σ xⁿ for |x| < 1.

57
New cards

Speeding Up vs. Slowing Down

Speeding Up: v(t) and a(t) have the SAME sign. Slowing Down: v(t) and a(t) have DIFFERENT signs.

58
New cards

Volume of a Sphere

V = (4/3)πr³

59
New cards

Volume of a Cone

V = (1/3)πr²h

Explore top flashcards

flashcards
Mankind: the story of all of us
49
Updated 597d ago
0.0(0)
flashcards
APUSH Chapter 20
49
Updated 1130d ago
0.0(0)
flashcards
English 1h Semester two Final
149
Updated 1047d ago
0.0(0)
flashcards
Cardiovascular System
58
Updated 1140d ago
0.0(0)
flashcards
Lenses
21
Updated 29d ago
0.0(0)
flashcards
frans - vocabulaire p18-20
61
Updated 545d ago
0.0(0)
flashcards
Mankind: the story of all of us
49
Updated 597d ago
0.0(0)
flashcards
APUSH Chapter 20
49
Updated 1130d ago
0.0(0)
flashcards
English 1h Semester two Final
149
Updated 1047d ago
0.0(0)
flashcards
Cardiovascular System
58
Updated 1140d ago
0.0(0)
flashcards
Lenses
21
Updated 29d ago
0.0(0)
flashcards
frans - vocabulaire p18-20
61
Updated 545d ago
0.0(0)