final prep

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

1/71

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.

72 Terms

1
New cards

Ratio Test - convergent

Lim (n -> infinity) | a | < 1

2
New cards

Ratio Test - divergent

Lim (n -> infinity) | a | > 1

3
New cards

Ratio Test - inconclusive

Lim (n -> infinity) | a | = 1

4
New cards

Sum of Geometric Series

a / 1 - r

5
New cards

Alternating Series Test - Convergent

lim (n -> infinity) | a | = 0

6
New cards

Alternating Series Test - Divergent

lim (n -> infinity) | a | is not 0

7
New cards

Geometric Series - Convergent

| r | < 1

8
New cards

Geometric Series - Divergent

| r | >= 1

9
New cards

Test for Divergence - Divergent

lim (n -> infinity) is not 0

10
New cards

Test for Divergence - Inconclusive

lim (n -> infinity) = 0

11
New cards

Integral Test - Convergent

Integral of a = finite number

12
New cards

Integral Test - Divergent

Integral of a = (-) infinity

13
New cards

P-Series - Convergent

p > 1

14
New cards

P-Series - Divergent

p <= 1

15
New cards

Harmonic Series

p = 1 (always divergent)

16
New cards

Direct Comparison Test - Convergent

Compared series is larger and convergent

17
New cards

Direct Comparison Test - Divergent

Compared series is smaller and divergent

18
New cards

Direct Comparison Test - Inconclusive

Compared series is larger and divergent or smaller and convergent

19
New cards

Limit Comparison Test - Convergent

Lim (n -> infinity) series/compared series = positive, finite number AND compared series is convergent

20
New cards

Limit Comparison Test - Divergent

Lim (n -> infinity) series/compared series = positive, finite number AND compared series is divergent

21
New cards

Limit Comparison Test - Inconclusive

Lim (n -> infinity) series/compared series = infinity or 0

22
New cards

Root Test - Convergent

lim (n -> infinity) | a | < 1

23
New cards

Root Test - Divergent

lim (n -> infinity) | a | > 1

24
New cards

Root Test - Inconclusive

lim (n -> infinity) | a | = 1

25
New cards

Absolute Convergence

| a | converges and a converges

26
New cards

Conditional Convergence

| a | diverges and a converges

27
New cards

Divergence

| a | diverges and a diverges

28
New cards

Maclaurin series - sin x

(Sigma - infinity, n = 0) x^2n+1 / (2n+1)! * (-1)^n

29
New cards

Maclaurin series - e^x

(Sigma - infinity, n = 0) x^n / n!

30
New cards

Maclaurin series - cos x

(Sigma - infinity, n = 0) x^2n / (2n)! * (-1)^n

31
New cards

Maclaurin series - arctan x

(Sigma - infinity, n = 0) x^2n+1 / 2n+1 * (-1)^n

32
New cards

Pythagorean Identity (sin/cos)

sin^2 x + cos^2 x = 1

33
New cards

Pythagorean Identity (tan/sec)

tan^2 x = sec^2 x - 1

34
New cards

Pythagorean Identity (cot/csc)

cot^2 x = csc^2 x - 1

35
New cards

Integration by Parts

Integral of u dv = uv - integral of v du

36
New cards

Trig Substitution of a^2 - x^2

x = a sin theta

37
New cards

Trig Substitution of x^2 - a^2

x = a sec theta

38
New cards

Trig Substitution of x^2 + a^2

x = a tan theta

39
New cards

Half angle Identity (sin^2 x)

(1 - cos (2x)) / 2

40
New cards

Half angle Identity (cos^2 x)

(1 + cos (2x)) / 2

41
New cards

Integral of csc x

ln | cscx - cotx| + c

42
New cards

Integral of tan x

ln | secx | + c

43
New cards

Integral of cot x

ln | sinx | + c

44
New cards

Integral of sec x

ln | secx + tanx | + c

45
New cards

Integral of sec^3 x

(secx * tanx + ln | secx + tanx |) / 2 + c

46
New cards

Midpoint Approximation

delta x ( f( (x0 + x1) / 2 ) + f( (x1 + x2) / 2 ) + . . . )

47
New cards

Trapezoid Approximation

delta x / 2 ( f(x0) + 2f(x1) + 2f(x2) + . . . + f(xn) )

48
New cards

Simpson's Rule Approximation

delta x / 3 ( f(x0) + 4f(x1) + 2f(x2) + . . . + 4f(xn-1) + f(xn) )

49
New cards

Partial Fractions of x(x^2 + 1)

A / x + (Bx + C) / (x^2 + 1)

50
New cards

Partial Fractions of x(x + 1)

A / x + B / (x + 1)

51
New cards

Partial Fractions of x^2

A / x + B / x^2

52
New cards

Partial Fractions of (x + 1)(x + 2)

A / (x + 1) + B / (x + 2)

53
New cards

Taylor Series

f^(n) (a) / n! * (x - a)^n

54
New cards

Work

w = F*d

55
New cards

Spring formula

F(x) = kx

56
New cards

Force

F = m*a

57
New cards

Cartesian to Polar - x

x = r cos theta

58
New cards

Cartesian to Polar - y

y = r sin theta

59
New cards

Polar to Cartesian - r

r^2 = x^2 + y^2

60
New cards

Polar to Cartesian - theta

theta = tan^-1 (y/x)

61
New cards

Parametric dy/dx

dy/dx = dy/dt / dx/dt

62
New cards

Parametric second derivative

d^2 y/d x^2 = d/dt (dy/dx) / dx/dt

63
New cards

Polar dy/dx

dy/dx = (r' sin theta + r cos theta) / (r' cos theta - r sin theta)

64
New cards

Arc Length - Cartesian

integral (a -> b) of sqrt ( 1 + (f'(x))^2 )

65
New cards

Arc Length - Parametric

integral (a -> b) of sqrt ( (dx/dt)^2 + (dy/dt)^2 )

66
New cards

Arc Length - Polar

integral (a -> b) of sqrt ( r^2 + (dr/dtheta)^2 )

67
New cards

Area - Polar

1/2 integral (a -> b) r^2

68
New cards

integration by parts prioritization

LIPET -

69
New cards

L - Logarithmic (e.g., \ln x, \log x)

70
New cards

I - Inverse trigonometric (e.g., \tan^{-1}x, \sin^{-1}x)

71
New cards

P - Polynomial (e.g., x^2, 3x)

72
New cards

E - Exponential (e.g., e^x, 2^x)