calc 2 final set by m

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

1/66

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.

67 Terms

1
New cards
  1. Ratio Test - convergent

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

2
New cards
  1. Ratio Test - divergent

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

3
New cards
  1. Ratio Test - inconclusive

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

4
New cards
  1. Sum of Geometric Series

a / 1 - r

5
New cards
  1. Alternating Series Test - Convergent

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

6
New cards
  1. Alternating Series Test - Divergent

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

7
New cards
  1. Geometric Series - Convergent

| r | < 1

8
New cards
  1. Geometric Series - Divergent

| r | >= 1

9
New cards
  1. Test for Divergence - Divergent

lim (n -> infinity) is not 0

10
New cards
  1. Test for Divergence - Inconclusive

lim (n -> infinity) = 0

11
New cards
  1. Integral Test - Convergent

Integral of a = finite number

12
New cards
  1. Integral Test - Divergent

Integral of a = (-) infinity

13
New cards
  1. P-Series - Convergent

p > 1

14
New cards
  1. P-Series - Divergent

p <= 1

15
New cards
  1. Harmonic Series

p = 1 (always divergent)

16
New cards
  1. Direct Comparison Test - Convergent

Compared series is larger and convergent

17
New cards
  1. Direct Comparison Test - Divergent

Compared series is smaller and divergent

18
New cards
  1. Direct Comparison Test - Inconclusive

Compared series is larger and divergent or smaller and convergent

19
New cards
  1. Limit Comparison Test - Convergent

Lim (n -> infinity) series/compared series = positive

20
New cards
  1. Limit Comparison Test - Divergent

Lim (n -> infinity) series/compared series = positive

21
New cards
  1. Limit Comparison Test - Inconclusive

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

22
New cards
  1. Root Test - Convergent

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

23
New cards
  1. Root Test - Divergent

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

24
New cards
  1. Root Test - Inconclusive

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

25
New cards
  1. Absolute Convergence

| a | converges and a converges

26
New cards
  1. Conditional Convergence

| a | diverges and a converges

27
New cards
  1. Divergence

| a | diverges and a diverges

28
New cards
  1. Maclaurin series - sin x

(Sigma - infinity

29
New cards
  1. Maclaurin series - e^x

(Sigma - infinity

30
New cards
  1. Maclaurin series - cos x

(Sigma - infinity

31
New cards
  1. Maclaurin series - arctan x

(Sigma - infinity

32
New cards
  1. Pythagorean Identity (sin/cos)

sin^2 x + cos^2 x = 1

33
New cards
  1. Pythagorean Identity (tan/sec)

tan^2 x = sec^2 x - 1

34
New cards
  1. Pythagorean Identity (cot/csc)

cot^2 x = csc^2 x - 1

35
New cards
  1. Integration by Parts

Integral of u dv = uv - integral of v du

36
New cards
  1. Trig Substitution of a^2 - x^2

x = a sin theta

37
New cards
  1. Trig Substitution of x^2 - a^2

x = a sec theta

38
New cards
  1. Trig Substitution of x^2 + a^2

x = a tan theta

39
New cards
  1. Half angle Identity (sin^2 x)

(1 - cos (2x)) / 2

40
New cards
  1. Half angle Identity (cos^2 x)

(1 + cos (2x)) / 2

41
New cards
  1. Integral of csc x

ln | cscx - cotx| + c

42
New cards
  1. Integral of tan x

ln | secx | + c

43
New cards
  1. Integral of cot x

ln | sinx | + c

44
New cards
  1. Integral of sec x

ln | secx + tanx | + c

45
New cards
  1. Integral of sec^3 x

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

46
New cards
  1. Midpoint Approximation

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

47
New cards
  1. Trapezoid Approximation

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

48
New cards
  1. Simpson's Rule Approximation

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

49
New cards
  1. Partial Fractions of x(x^2 + 1)

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

50
New cards
  1. Partial Fractions of x(x + 1)

A / x + B / (x + 1)

51
New cards
  1. Partial Fractions of x^2

A / x + B / x^2

52
New cards
  1. Partial Fractions of (x + 1)(x + 2)

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

53
New cards
  1. Taylor Series

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

54
New cards
  1. Work

w = F*d

55
New cards
  1. Spring formula

F(x) = kx

56
New cards
  1. Force

F = m*a

57
New cards
  1. Cartesian to Polar - x

x = r cos theta

58
New cards
  1. Cartesian to Polar - y

y = r sin theta

59
New cards
  1. Polar to Cartesian - r

r^2 = x^2 + y^2

60
New cards
  1. Polar to Cartesian - theta

theta = tan^-1 (y/x)

61
New cards
  1. Parametric dy/dx

dy/dx = dy/dt / dx/dt

62
New cards
  1. Parametric second derivative

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

63
New cards
  1. Polar dy/dx

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

64
New cards
  1. Arc Length - Cartesian

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

65
New cards
  1. Arc Length - Parametric

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

66
New cards
  1. Arc Length - Polar

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

67
New cards
  1. Area - Polar

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