math-125 final

0.0(0)
studied byStudied by 0 people
0.0(0)
full-widthCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/39

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.

40 Terms

1
New cards

integration by parts

∫u dv = uv - ∫v du

LIATE to assign u: Logarithmic functions, Inverse trig functions, Algebraic functions, Trig functions, Exponential functions

2
New cards

sin(θ) = x

√(a2-x2)

3
New cards

tan(θ) = x

√(a2+x2)

4
New cards

sec(θ) = x

√(x2-a2)

5
New cards

partial fraction decomposition

a way to simplify any rational function by splitting the denominator into several lower-degree denominators and solving for the numerators

steps: 1) factor denominator; 2) set up A, B, and C; 3) pick values of x to find A, B, and C; 4) integrate each fraction

6
New cards

improper

an integral is ____ if…

1) it has an unbounded region of interpretation

2) it has an integrand that is unbounded somewhere within the region of integration (lower bound, upper bound, or unbounded within the region

7
New cards

area between curves

top function - bottom function

<p>top function - bottom function</p>
8
New cards

area between function and y-axis

put into terms of y and integrate

<p>put into terms of y and integrate</p>
9
New cards

area between curves that intersect

set up two integrals — one before intersection point, one after intersection point

<p>set up two integrals — one before intersection point, one after intersection point</p>
10
New cards

disk method

if f is continuous over a region [a, b] and the solid is obtained by rotating the function about the x-axis, the volume of the solid is…

<p>if f is continuous over a region [a, b] and the solid is obtained by rotating the function about the x-axis, the volume of the solid is…</p>
11
New cards

washer method

the area of cross section = Aouter - Ainner; use when “slices” are perpendicular to axis of rotation

<p>the area of cross section = A<sub>outer</sub> - A<sub>inner</sub>; use when “slices” are perpendicular to axis of rotation</p>
12
New cards

shell method

rotation around the y-axis; use when “slices” are parallel to axis of rotation

<p>rotation around the y-axis; use when “slices” are parallel to axis of rotation</p>
13
New cards

arc length

using pythagorean theorem to find small segment lengths of a function

<p>using pythagorean theorem to find small segment lengths of a function</p>
14
New cards

surface of revolution

if f(x) is a continuous, differentiable function and we rotate it around the x-axis, we create a surface of revolution

<p>if f(x) is a continuous, differentiable function and we rotate it around the x-axis, we create a surface of revolution</p>
15
New cards

midpoint rule

approximate area by summing rectangles of height f(cj) and base Δx, where cj = middpoint between xj-1 and xjf

<p>approximate area by summing rectangles of height f(c<sub>j</sub>) and base <span>Δx, where c</span><sub><span>j</span></sub><span> = middpoint between x</span><sub><span>j-1</span></sub><span> and x</span><sub><span>jf</span></sub></p>
16
New cards

trapezoidal rule

approximate area by summing trapezoids

<p>approximate area by summing trapezoids</p>
17
New cards

simpson’s rule

fit a parabola to each pair of 2 consecutive intervals and compute area underneath

<p>fit a parabola to each pair of 2 consecutive intervals and compute area underneath</p>
18
New cards

sequence

{an}

an ordered collection of numbers defined by some function f on a set of sequential integers

19
New cards

recursive sequences

sequence where the next term is based on previous terms

Fibonaces Sequence: F0 = 0, F1 = 1, Fn = Fn-2 + Fn-1

20
New cards

bounded sequence from above

if there is some number M such that an </= M, M is called “upper bound”

21
New cards

bounded sequence from below

if there is some number m such that an >/= m, m is “lower bound”

22
New cards

monotonic sequence

if {an} is increasing for all n (ex: an < an+1)

if (an} is decreasing for all n (ex: an > an+1)

23
New cards

monotonic sequences converges

if {an} is monotonic increasing and an < M, then {an} converges

if {an} is monotonic decreasing and an >/= m, then {an} converges

24
New cards

convergence of infinite series

an infinite series converges to the sum S if the sequence produced by its partial sums {SN} converges to S

25
New cards

geometric series

an = crn

c1r does not equal 0

partial sums = [c(1-rN-1)] / [1-r]

26
New cards

nth term divergence test

if limit of an as n approaches infinity doesn’t equal 0, then sum of an from n = 1 to infinity diverges

27
New cards

positive series

sum of an where an > 0

if the partial sums SN are bounded above, then an converges

if the partial sums SN are not bounded above, then an diverges

28
New cards

integral test

an = f(n) - positive, decreasing, continuous function of x when x>/= 1

if integral of 1→infinity f(x)dx converges, so does series

if integral of 1→infinity f(x)dx diverges, so does series

29
New cards

p-series convergence

if p > 1 in sum of 1/np , the series converges

30
New cards

direct comparison test

assume there exists M > 0 such that 0 </= an </= bn for all values of n greater than or equal to M

if bn converges, an also converges

if bn diverges, an also diverges

31
New cards

limit comparison test

let an and bn be 2 positive sequences such that lim of n→infinity of an / bn = L

if L > 0, then an converges if and only if bn converges

if L = infinity, if an converges, bn converges

if L = 0, if bn converges, an converges

32
New cards

alternating series

terms alternate from positive to negative

(-1)n-1 an or (-1)n

always converges

converges conditionally if an = 1/n (harmonic)

33
New cards

absolute convergence

if |an| converges

implies an converges

34
New cards

conditional convergence

if an converges but not |an|

35
New cards

ratio test

assume that the following limit exists

P = lim n→infinity | (an+1) / an |

if P<1 an converges absolutely

if P>1, an diverges

if P=1, the test is inconclusive

36
New cards

root test

assume the following limit exists: L = lim n→infinity n√|an|

if L<1, converges absolutely

if L>1, diverges

if L=1, inconclusive

37
New cards

power series

sum of n=0 to infinity of an(x-c)n

converges if |x-c|<R

diverges if |x-c|>R

38
New cards

taylor polynomials

approximations of functions as polynomials that “agree” with the function at a point and that point’s first n derivative (rate of change/slope)

TN (x) = f(c) + [f’(c)/1!](x-c) + [f’’(c)/2!](x-c)2+…+[fN(c)/N!](x-c)N

39
New cards

maclourin series

a Taylor series that is centered at 0

40
New cards