AP Calculus BC Review

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

1/83

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

84 Terms

1
New cards

horizontal asymptote

limit as x approaches infinity equals a constant 'a', y=a.

2
New cards

vertical asymptote

limit as x approaches 'b' equals infinity, x=b

3
New cards

Continuity Conditions

lim x→c f(x) exists, f(c) exists, and lim x→c f(x) = f(c)

4
New cards

Jump Discontinuity

lim x→c f(x) DNE

5
New cards

Hole/Removable Discontinuity

lim x→c f(x) ≠ f(c)

6
New cards

Infinite Discontinuity

f(c) DNE

7
New cards

Intermediate Value Theorem

if f is continuous on [a, b] and K is a number between f(a) and f(b), then there exists c in [a, b] such that f(c) = K.

8
New cards

Squeeze Theorem

If h(x) <= f(x) <= g(x) for all x near c, and lim x→c h(x) = lim x→c g(x) = L, then lim x→c f(x) = L

9
New cards

Instantaneous Rate of Change

tangent line

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

or, at a point c:

f’(c) = lim x→c [f(x)-f(c)/x-c]

10
New cards

Average Rate of Change

secant line

f(b) -f(a)/b-a

11
New cards

Non-differentiable points

Cusp, sharp turn, vertical tangent.

12
New cards

Derivative of ax

(ln|a|)ax

13
New cards

Derivative of logax

1/x*ln|a|

14
New cards

Chain Rule

f'(g(x)) * g'(x)

15
New cards

Equation of a Tangent Line

y - f(c) = f’(c)(x-c)

16
New cards

Derivative of an Inverse Function

d/dx[f-1(x)] = 1/f’(f-1(x))

17
New cards

Speed

|v(t)|

18
New cards

Interpretation of Sign of Velocity Function

v = 0 → particle at rest

v > 0 → moving right/up

v < 0 → moving left/down

19
New cards

Interpretation of Sign of Acceleration Function

a = 0 → constant velocity

a > 0 → accelerating to the right/up

a < 0 → accelerating to the left/down

20
New cards

speeding up

v(t) and a(t) are same sign

21
New cards

slowing down

v(t) and a(t) are opposite signs

22
New cards

1st Derivative Test

1) find critical points (f’(x) = 0)

2) make sign chart

3) if f’(x) changes from + to -, f(x) has a relative max.; if f’(x) changes from - to +, f(x) has a rel. min.; if it doesn’t change, neither

23
New cards

2nd Derivative Test

1) find critical points (f’(x) = 0)

2) if f’’(c) < 0, concave down; f(c) is a rel. max.; if f’’(c) > 0, concave up; f(c) is a rel. min; if f’’(c) = 0, test is inconclusive.

24
New cards

If f' is positive, f(x) is

Increasing

25
New cards

If f' is negative, f(x) is

decreasing

26
New cards

If f'' is positive, f(x) is

concave up

27
New cards

If f’’ is negative, f(x) is

concave down

28
New cards

Point of Inflection

f’’(x) = 0 AND f’’(x) changes sign

29
New cards

Relative Maximium/Minimum

critical point where f’(x) changes sign

30
New cards

EVT

if f(x) is cont. on [a,b], then f(x) has a max and min on the interval

31
New cards

MVT

if f(x) is cont. on [a,b] and differentiable on (a,b), then there exists a number c on the interval such that: f'(c)= (f(b)-f(a))/(b-a)

IROC = AROC

slope of tangent line = slope of secant line

32
New cards

Finding Absolute Extrema

1) Find critical points

2) Plug in critical points into original function

3) Plug in endpoints of interval into original functoin

4) highest y-value → max, lowest y-value → min

33
New cards

Fundamental Theorem of Calculus (FTC)

<p></p>
34
New cards

tan-1(x) special integral formula

1/a arctan(x/a) + C

(a is a constant)

35
New cards

IBP Formula

int(udv) = uv - int(vdu)

36
New cards

Order for IBP Selection

Log

Inverse Trig

Algebraic

Trig

Exponential

37
New cards

Riemann Sum Formulas

<p></p>
38
New cards

Rectangular Riemann Sum Approximation Errors

knowt flashcard image
39
New cards

Trapezoidal Riemann Sum Approximation Error

If the function is concave up, the Riemann sum will be an overestimate. If the function is concave down, the Riemann sum will be an understand.

<p>If the function is concave up, the Riemann sum will be an overestimate. If the function is concave down, the  Riemann sum will be an understand.</p>
40
New cards

Midpoint Riemann Sum Approximation Error

If the function is concave up, the midpoint Riemann sum will be an underestimate. If the function is concave down, the midpoint Riemann sum will be an overestimate

(opposite of trapezoid)

41
New cards

Exponential Growth/Decay

dy/dt = ky → y = Cekt

42
New cards

Logistic Growth

dy/dt = ky(1 - y/L) → y = L/1+be-kt (look juan (1) be a kitty (k-t))

L = carrying capacity

inflection point at L/2, growth rate is max. at this value

43
New cards

Euler's Method

initial: (x0, y0)

h: value of each step (total distance/# of steps)

F(x,y): differential equation (may be off a diff. form)

xn = xn-1 + h

yn = yn-1 + h*(F(xn-1, yn-1))

44
New cards

Avergge Value of a Function

1/b-a * int(a, b, f(x))

45
New cards

Area Between Two Curves

int(a, b, f(x) - g(x)) where f(x) is upper function

int(a, b, f(y) - g(y)) where f(y) is right-most function

46
New cards

Average Veolcotiy

1/b-a * int(a, b, v(t))

47
New cards

Total Distance Traveled

int(a, b, |v(t)|)

48
New cards

Displacement (from a point)

s(0) + int(a, b, v(t))

49
New cards

Volume (Cross-Sections)

int(a, b, Area)

base of shape sitting perp. to x-axis (top-bottom) or y-axis (right-left)

50
New cards

Disc Method

V = π * int(a, b, [f(x)]²)

over a line: π * int(a, b, [f(x) - k]²)

51
New cards

Washer Method

V = π * int(a, b, [[f(x)]²-[g(x)]²]]) where f(x) is outer function

over a line: π * int(a, b, [[f(x)-k]²-[g(x)-k]²]])

52
New cards

Arc Length of a Curve

int(a, b, sqrt(1 + [f’(x)]²))

53
New cards

Parametric Derivatives

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

d²y/dx² = d/dt(dy/dx)/dx/dt

54
New cards

Parametric Tangents

horizontal tangent: dy/dt = 0

vertical tangent: dx/dt = 0

55
New cards

Arc Length of a Parametric Curve

int(a, b, sqrt([dx/dt]²+[dy/dt]²))

56
New cards

Speed (Vector)

sqrt([dx/dt]²+[dy/dt]²)

same as arc length (without the integral)

57
New cards

Distance Traveled (of a vector)

int(a, b, sqrt([dx/dt]²+[dy/dt]²))

same as arc length/speed

58
New cards

Vector Position Formula

x(t2) = x(t1) + int(t1, t2, dx/dt)

y(t2) = y(t1) + int(t1 + t2, dy/dt)

59
New cards

Derivative of a Polar Function

dy/dx = f’(θ)sinθ + f(θ)cosθ / f’(θ)cosθ - f’(θ)sinθ

60
New cards

Polar Conversions

(x,y) → (r,θ)

r = sqrt(x² + y²)

tan-1(y/x) = θ

(r, θ) → (x,y)

x = rcosθ

y = rsinθ

61
New cards

Area of a Polar Curve (Singular)

½ * int(a, b, r2dθ)

62
New cards

Area Between Two Polar Curves

½ * int(a, b, [[f(θ)]² - [g(θ)]²]); where f(θ) is outer polar curve

63
New cards

Arc Length (Polar Curve)

int(a, b, sqrt(r²+(dr/dθ)²))

64
New cards

nth term test

if lim n→ ∞ an ≠ 0, series diverges

CONVERSE IS NOT NECESSARILY TRUE

65
New cards

Geometric series

Σa1(r)n-1

if |r| < 1, converges

if |r| ≥ 1, diverges

66
New cards

Sum of a Convergent Geometric Series

a1 / 1 - r

67
New cards

p-series

Σan = Σ1/np

if p > 1: converges

if p ≤ 1: diverges

68
New cards

Direct Comparison Test

if an ≤ bn OR an > bn for all n,

if one converges/diverges, so does the other.

69
New cards

Limit Comparison Test

if lim n → ∞ [an/bn] = finite/positive (L ≠ 0 or ±∞):

an and bn either both converge or diverge.

70
New cards

Alternating Series Test

if lim n→∞ an = 0 AND an is decreasing, series is convergent.

71
New cards

Alternating Series Estimation Theorem

|Rn| = |S - Sn| ≤ bn+1

Remainder (error) of estimation using a finite partial sum is no greater than value of following term.

72
New cards

Integral Test

if f(x) is cont., positive, and decreasing:

if int(f(x)) converges, series converges; if int(f(x)) diverges, series diverges.

73
New cards

Ratio Test

lim n→∞ |an+1 / an| = L

if L < 1: converges

if L > 1: diverges

if L = 1: inconclusive

74
New cards

Telescoping Series

1/n(n+1); a series where most terms cancel each other out, leading to a simple sum of the remaining terms (convergent)

75
New cards

Harmonic Series

1/n; divergent

76
New cards

Absolute Convergence

A series is said to converge absolutely if the series of its absolute values converges. This implies that the original series also converges.

77
New cards

Conditional Convergence

A series converges conditionally if it converges, but its series of absolute values diverges. This means that the convergence of the series relies on the specific arrangement of its terms.

78
New cards

Taylor Polynomial

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

79
New cards

Maclaurin Polynomial

f(0)+ f'(0)(x) + f’’(0)(x)^2/2! + f'''(0)(x)^3/3! + …

80
New cards

Finding Interval of Convergence

1) Use Ratio test to determine values of x that makes the series converge (lim n→ ∞ |an+1/an|) < 1)

2) check endpoints by plugging into original function (plug in for x; if series converges, inclusive; if series diverges, exclusive)

81
New cards

1/1+x Power Series

<p></p>
82
New cards

ex Power Series

knowt flashcard image
83
New cards

sin x Power Series

knowt flashcard image
84
New cards

cos x Power Series

knowt flashcard image