Combined Final Exam Memorization

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

1/134

flashcard set

Earn XP

Description and Tags

From Exam 1 to Exam Final

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

135 Terms

1
New cards

Colinear Definition & Formula (For Points P, Q, R)

\overrightarrow{PQ} \parallel k \cdot \overrightarrow{PR}

  • Colinear: When three points lie on a straight line

2
New cards

Two 3D Vectors are Colinear if

Their Cross Product is a zero vector

3
New cards

Dot Products are useful for

  1. Finding the angle between two vectors

  2. Vector Projection

  3. If dot product of two vectors is 0, vectors are perpendicular (orthogonal)

4
New cards

Dot Product Formulas

  1. Geometric: |\vec{A}| |\vec{B}| \cos(\theta)

  2. Algebraic: A_x B_x + A_y B_y + A_z B_z (Use for angle determination)

5
New cards

Angle between two vectors formula

\cos^{-1} \left( \frac{\vec{A} \cdot \vec{B}}{|\vec{A}| |\vec{B}|} \right) (uses non-geometric = geometric dot product formulas)

6
New cards

Projection Formula

\text{proj}_{\vec{a}}\vec{b} = \frac{\vec{a} \cdot \vec{b}}{\vec{b}\cdot\vec{b}} \vec{b}

7
New cards

Cross Product Formulas

  1. Geometric: |\vec{A}| |\vec{B}| \sin(\theta)

  2. Algebraic: Use the matrix —>i |i_{\text{matrix}}| - j |j_{\text{matrix}}| + k |k_{\text{matrix}}| (see image)

<ol><li><p>Geometric: $$|\vec{A}| |\vec{B}| \sin(\theta) $$</p></li><li><p>Algebraic: Use the matrix —&gt;$$i |i_{\text{matrix}}| - j |j_{\text{matrix}}| + k |k_{\text{matrix}}|$$ (see image)</p></li></ol><p></p>
8
New cards

Scalar Triple Product Formula

(\vec{u} \times \vec{v}) \cdot \vec{u} = 0

9
New cards

Area between two functions

\int_{a}^{b} [f(x) - g(x)] \, dx (Where f(x) is on top of g(x))

10
New cards

Washer & Shell Method Formulas

  1. Washer: \pi \int \left[ (R_{\text{outer}}(x))^2 - (R_{\text{inner}}(x))^2 \right] \, dx

  2. Shell: 2\pi \int_{a}^{b} |x-h| \cdot f(x) \, dx

    1. h is axis of rotation

    2. Remember that abs |x-h| = (h-x) usually

11
New cards

When to use Washer / Shell

  • X-axis (horizontally): Washer in dx, Shell in dy

  • Y-axis (vertically): Washer in dy, Shell in dx

12
New cards

Length of a curve formula

\int_{a}^{b} \sqrt{1+\left( \frac{dy}{dx} \right)^2} dx

13
New cards

Surface Area Formula

2\pi \int_{a}^{b} f(x) \sqrt{1 + \left( f'(x) \right)^2} dx

14
New cards

Work Done by a Spring (Hooke’s Law)

  1. F = kx

    1. \int_{a}^{b} kx dx = \frac{1}{2}k(b^2 - a^2)

15
New cards

Work Done by Pulling a Cable

\int_{0}^{L} \rho g y A(y) dy

16
New cards

Work Done by Pumping Water Out

\int_{a}^{b} \rho g d(x) A(x) dx

17
New cards

Integral of -\frac{1}{x\sqrt{x² - 1}}

arccsc x + C

18
New cards

Integral of ln(ax)

x ln(ax) - x

19
New cards

Double Angle Identity for \sin(2x)

2\sin(x)\cos(x)

20
New cards

Double Angle Identity for \cos(2x) (Three Answers)

  1. \cos^2(x) - \sin^2(x)

  2. 1 - 2\sin^2(x)

  3. 2\cos^2(x) - 1

21
New cards

Double Angle Identity for \tan(2x)

\frac{2\tan(x)}{1 - \tan^2(x)}

22
New cards

Power Reduction Half Angle Identity for \sin²(x)

\frac{1}{2} - \frac{\cos(2x)}{2}

23
New cards

Power Reduction Half Angle Identity for \cos²(x)

\frac{1}{2} + \frac{\cos(2x)}{2}

24
New cards

Pythagorean Identity for sin and cos

\sin²x + \cos²x = 1

25
New cards

Pythagorean Identity for tan and sec

1 + \tan²x = \sec²x

26
New cards

Integral of tan(x)

\ln|\sec(x)| \quad \text{or} \quad -\ln|\cos(x)|

27
New cards

Integral of csc(x)

\ln|\csc(x) - \cot(x)| \quad \text{or} \quad -\ln|\csc(x) + \cot(x)|

28
New cards

Integral of sec(x)

\ln|\sec(x) + \tan(x)|

29
New cards

Integral of cot(x)

\ln|\sin(x)|

30
New cards

d/dx ln(f(x))

f’(x) / f(x)

31
New cards

d/dx sin(x)

cos(x)

32
New cards

d/dx cos(x)

-sin(x)

33
New cards

d/dx tan(x)

sec²(x)

34
New cards

d/dx cot(x)

-csc²(x)

35
New cards

d/dx sec(x)

sec(x) tan(x)

36
New cards

d/dx csc(x)

-csc(x) cot(x)

37
New cards

d/dx arcsin(ax)

\frac{a}{\sqrt{1-(ax)²}}

38
New cards

d/dx arccos(ax)

-\frac{a}{\sqrt{1-(ax)²}}

39
New cards

d/dx arctan(ax)

\frac{a}{1+(ax)²}

40
New cards

\int \frac{dx}{x² + a²}

\frac{1}{a} \arctan(\frac{x}{a}) +C

41
New cards

d/dx arccot(ax)

-\frac{a}{1+(ax)²}

42
New cards

d/dx arcsec(ax)

\frac{a}{ax\sqrt{(ax)²-1}}

43
New cards

d/dx arccsc(ax)

-\frac{a}{ax\sqrt{(ax)²-1}}

44
New cards

Steps to solve \int \tan^m (x) \cdot \sec^n (x) dx (4 cases)

  1. m and n are both even:

    1. take out one factor of \sec²(x) and turn it into 1 + \tan²(x)

    2. U-Sub for u=\tan(x), du=\sec²(x)dx

    3. Integrate in terms of u

  2. m (tangent power) odd, n (secant power) even:

    1. Take out one \tan(x) from \tan^m (x)

    2. U-Sub for u=\tan(x), du=\sec²(x)dx

    3. Integrate in terms of u

  3. n (secant power) odd, m (tan power) even:

    1. Take out one \sec(x) from \sec^n (x)

    2. U-Sub for u=\sec(x), du=\sec(x)\tan(x)dx

    3. Integrate in terms of u

  4. Both m and n are odd:

    1. U-Sub for u=\tan(x)

    2. Integrate in terms of u

45
New cards

Trig Sub For \sqrt{a² - x²}

x = a \sin \theta

46
New cards

Trig Sub For \sqrt{a² + x²}

x = a \tan \theta

47
New cards

Trig Sub For \sqrt{x² - a²}

x = a \sec \theta

48
New cards

Partial Fraction Decomposition (PDF) Conditions

  1. Rational Function - Must have polynomial on numerator and denominator

  2. Proper Fraction - Degree of numerator MUST be less than degree of denominator (or else long divide)

  3. Factorable Denominator - Denominator must factor into linear factors with degree of 1

49
New cards

PFD: (x-4)

Linear: \frac{A}{x-4}

50
New cards

PDF: (x+4)²

Repeated Linear: \frac{A}{x+4} + \frac{B}{(x+4)²}

51
New cards

PFD: (x²+4)

Irreducible Quadratic: \frac{Ax + B}{(x²+4)}

52
New cards

PFD: (x²+4)²

Repeating Irreducible Quadratic: \frac{Ax+B}{(x²+4)} + \frac{Bx+C}{(x²+4)²}

53
New cards

Recursive Sequence

Using previous terms, like the Fibonacci sequence

54
New cards

Explicit Sequence

Each new term is given by substituting the value of n into the formula (Ex: a_{n} = \frac{3^{n}}{n!} )

55
New cards

The limit of the sequence (a_{n} \text{ as } n \rightarrow \infty ) determines if the sequence ______ or ______

converges or diverges

56
New cards

Theorems that might help solve the limit of a sequence are the _________ and/or ________

squeeze theorem, limit laws, L'Hopital's rule, and/or factoring out the dominant term

57
New cards

\lim_{x \to 0} \frac{\sin{x}}{x} =

1 (Use L’Hopital’s rule)

58
New cards

\lim_{x \to \infty} \frac{\sin{x}}{x} =

0

59
New cards

\lim_{x \to 0} x \sin(1/x) =

0

60
New cards

\lim_{x \to 0} \sin(f(x)) =

f(x)

61
New cards

\lim_{x \to 0} \frac{1 - \cos(x)}{x²} =

½ (L’Hopital’s Rule)

62
New cards

\lim_{x\to\infty} -e^{-x}

0

63
New cards

Constants/Exponential/Root Laws for Limits

  1. Constant * limit

  2. (limit)^power

  3. root(limit)

64
New cards

L'Hopital's Rule

  • If the limit is indeterminant \frac{0}{0} \text{ or } \frac{\infty}{\infty}

  • Then: \lim \frac{f(x)}{g(x)} = \lim \frac{f’(x)}{g’(x)} (repeat until converges)

65
New cards

Factoring Out the Dominant Term (for a_n = \frac{f(x)^n}{g(x)^d} , where n and d are the degrees of the Polynomial)

Divide f(x) and g(x) by x^d, where d is the highest power of x present in the denominator. Then simplify and solve the limit.

  • Ex: a_n = \frac{x}{\sqrt{4x² + 2}} \rightarrow \frac{\frac{x}{\sqrt{x²}}}{\sqrt{\frac{4x²}{4x²} + \frac{2}{4x²}}} = \frac{1}{2}

66
New cards

Sequence Limit Definition of e

\lim_{n \to \infty} (1 + \frac{r}{n})^{n} = e^{r+n} (when r = 1 answer is e)

67
New cards

Geometric Sequences

Sequence where each term is = previous term * a common constant ratio of r a_{n} = a_{n-1} \cdot r

68
New cards

How can you find the ratio in a geometric sequence?

r = any term / previous term

69
New cards

Convergence vs Divergence in Geometric Sequences/Series:

  1. |r| < 1

  2. |r| > 1

  3. r = 1

  4. r = -1

  1. converges to zero

  2. diverges to infinity

  3. converges to a_1

  4. Diverges due to occilation

70
New cards

Factorial Sequences can often be solved using the Recursive Definition n! = ? and (n+3)! = ?

  1. n! = n \cdot (n-1) \cdot (n-2) \cdot …

  2. (n + 3)! = (n+3)(n+ 2)! …

71
New cards

Monotonicity of sequences

  • tells us if a sequence is increasing, decreasing, or neither

  • helps us predict if a sequence is approaching a limit in a predictable way

72
New cards

To check if a sequence is increasing, find the _________ between terms. If _______ the sequence is increasing.

find the difference between terms. If positive the sequence is increasing.

(Ex: Sequence a_n = \frac{n}{n+1} \to a_{n+1} - a_n = \frac{n+1}{n+2} - \frac{n}{n+1} = \frac{1}{(n+1)(n+2)} which is positive, so increasing)

73
New cards

Growth Rates of Sequences Theorem

  1. Logarithms grow slower than Polynomials

    1. \lim_{n \to \infty} \frac{\ln(n)}{n^p} = 0 for any p>0

  2. Polynomials grow slower than Exponentials

    1. \lim_{n \to \infty} \frac{n^p}{a^n} = 0 for p > 0 and a > 1

  3. Exponentials grow slower than Factorials

    1. \lim_{n \to \infty} \frac{a^n}{n!} = 0 for a > 1

  4. Factorials grow slower than n^n

    1. \lim_{n \to \infty} \frac{n!}{n^n} = 0

  5. IMPORTANT: Exponentials grow faster than polynomials.

74
New cards

If a sequence has an upper bound (M) and/or lower bound (m) (m \leq a_n \leq M) for all n, it is _____

bounded

  • Can be bounded above (never goes above M)

  • Can be bounded below (never goes below m)

  • Can be bounded (stays between m and M)

75
New cards

Bounded Monotone Sequence Theorem: If a sequence is bounded and monotonic (always increasing or always decreasing) then the sequence will ______

the sequence will converge

76
New cards

Factorial Sequences will usually ______ unless counterbalanced

diverge unless counterbalanced

  • Ex: a_n = n! diverges

  • Ex: a_n = \frac{n!}{n^n} converges to 0 since n^n grows faster than n!

  • Ex: a_n = \frac{n!}{2^n} diverges since power-tower

77
New cards

For a series (\sum{a_n}) to converge, the sequence must _______ __ _

converge to 0 (\lim_{n \to \infty} a_n = 0)

78
New cards

Infinite Geometric Series sum can be found with this formula:

S_{\infty} = \frac{a_1}{1-r} for |r| < 1

79
New cards

Finite Geometric Serries sum can be found with this formula:

S_n = a_1 \cdot \frac{1-r^n}{1-r}

80
New cards

In Telescoping Series, recognize _______ in terms to solve

repetition since terms will cancel each other out (S_n = \sum_{k=1}^{n} (\frac{1}{k} - \frac{1}{k+2}) \to (1 - \frac{1}{3}) + (\frac{1}{2} - \frac {1}{4}) + (\frac{1}{3} - \frac{1}{5})… = 3/2)

  • Often can be found using partial fraction decomposition

81
New cards

For \int_1^{\infty} \frac{1}{x^p} dx when is this p-series convergent / divergent?

Convergent for p > 1, divergent otherwise

82
New cards

\sum_{n=1}^{\infty} \frac{1}{n!} =

e = 2.7…

83
New cards

\lim_{x \to \infty} \sin(\frac{1}{f(x)})

f(x)

84
New cards

\lim_{x \to \infty} \tan(\frac{1}{f(x)})

f(x)

85
New cards

\lim_{x \to 0} \frac{\sin{x}}{x} =

1

86
New cards

\lim_{x \to \infty} \frac{\sin{x}}{x} =

0 (Squeeze theorem)

87
New cards

\lim_{x \to 0} x \sin(1/x) =

0

88
New cards

\lim_{x \to 0} \sin(f(x)) =

f(x)

89
New cards

\lim_{x \to 0} \frac{1 - \cos(x)}{x²} =

1/2

90
New cards

\lim_{x\to\infty} -e^{-x}

0

91
New cards

Factoring Out the Dominant Term (for a_n = \frac{f(x)^n}{g(x)^d} , where n and d are the degrees of the Polynomial)

Divide f(x) and g(x) by x^d, where d is the highest power of x present in the denominator. Then simplify and solve the limit.

  • Ex: a_n = \frac{x}{\sqrt{4x² + 2}} \rightarrow \frac{\frac{x}{\sqrt{x²}}}{\sqrt{\frac{4x²}{4x²} + \frac{2}{4x²}}} = \frac{1}{2}

92
New cards

Infinite Geometric Series sum can be found with this formula:

S_{\infty} = \frac{a_1}{1-r} for |r| < 1

93
New cards

Finite Geometric Serries sum can be found with this formula:

S_n = a_1 \cdot \frac{1-r^n}{1-r}

94
New cards

In Telescoping Series, recognize _______ in terms to solve

repetition since terms will cancel each other out (S_n = \sum_{k=1}^{n} (\frac{1}{k} - \frac{1}{k+2}) \to (1 - \frac{1}{3}) + (\frac{1}{2} - \frac {1}{4}) + (\frac{1}{3} - \frac{1}{5})… = 3/2)

  • Often can be found using partial fraction decomposition

95
New cards

For \int_0^1 \frac{1}{x^p} when is this p-series convergent / divergent?

Convergent for p < 1, divergent otherwise

96
New cards

\sum_{n=1}^{\infty} \frac{1}{n!} =

e = 2.7…

97
New cards

Divergence Test

For an infinite series \sum a_n, if \lim_{n \to \infty} a_n is anything but 0, the series diverges

98
New cards

Integral Test Conditions

  1. Positive for all f(x) greater than 0 after x \geq 1

  2. Continuous: Does not have jumps or discontinuities after x \geq 1

  3. Decreasing: f’(x) \leq 0 for all x \geq 1

99
New cards

Direct Comparison Test for \sum a_n

  1. Choose b_n that is less than a_n

  2. If \sum_{n=1}^{\infty} b_n converges/diverges, a_n also converges/diverges respectivly

100
New cards

Limit Comparison Test for \sum a_n

  1. Choose any b_n (does not need to be less than a_n)

    1. Ex: \frac{\sqrt{k}}{k+4} \approx \frac{k^{0.5}}{k} = k^{-0.5} so choose that as b_k

  2. Find L=\lim_{n \rightarrow \infty} \frac{a_n}{b_n}

  3. If 0 < L < \infty then \sum a_n or \sum b_n both will share the same behavior