Know Cold Flashcards

memorize

1
Q

limits: vertical asymptote (x=c)

A

lim f(x) = +/-infinity
x–>c

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

horizontal asymptote (y=L)

A

lim f(x) = L
x–> +/-infinity

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

L’Hospital

A

f(c)/g(c) = 0/0 or infinity/infinity then lim f(x)/g(x) = lim f’(x)/g’(x)
x–> c

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

When is a function continuous?

A

f(c) is defined
lim(-) f(x) = lim(+) f(x)
lim f(c) = f(c)
x–> c

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

d/dx[C]

A

0

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

d/dx[sin(x)]

A

cos(x)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

d/dx[cos(x)]

A

-sin(x)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

d/dx[tan(x)]

A

sec^2(x)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

d/dx[sec(x)]

A

sec(x)tan(x)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

d/dx[e^x]

A

e^x

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

d/dx[a^x]

A

ln(a)a^x

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

d/dx[ln(x)]

A

1/x

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

d/dx[cot(x)]

A

-csc^2(x)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

d/dx[csc(x)]

A

-csc(x)cot(x)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

d/dx[x^(n-1)]

A

nx^(n-1)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

IVT

A

if f(x) is continuous on the the interval [a,b] and Y is between f(a) and f(b) there exist a c value within [a,b] where f(c) = Y exists

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
17
Q

MVT

A

if f(x) is continuous on [a,b] and differentiable on (a,b) then there exists some C value within (a,b) such that f’(c) = f(b)-f(a)/b-a

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
18
Q

EVT

A

if f(x) is continuous on [a,b] then f(x) has an absolute maximum and absolute minimum on [a,b]

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
19
Q

total distance traveled

A

integral of the absoulte value of v(t)

20
Q

displacement

A

integral of v(t)

21
Q

volume of solids (cross sections) - square

A

integral S^2

22
Q

volume of solids (cross sections) - rectangles

A

integral B * H

23
Q

volume of solids (cross sections) - isosceles right leg

A

1/2 integral L^2

24
Q

volume of solids (cross sections) - isosceles right hypotenuse

A

1/4 integral H^2

25
volume of solids (cross sections) - equilateral triangle
sqrt3/4 integral S^2
26
volume of solids (cross sections) - semicircles
pi/8 integral D^2
27
volume of solids (discs and washers) - discs
pi integral r^2
28
volume of solids (discs and washers) - washers
pi integral (R^2 - r^2)
29
Arc Length
s = integral sqrt(1+[f'(x)]^2)
30
critical number
f'(x) = 0 or DNE
31
increasing
f'(x) > 0
32
decreasing
f'(x) < 0
33
concave up
f''(x) > 0
34
concave down
f''(x) < 0
35
relative min
f'(x) changes - to +
36
relative max
f'(x) changes + to -
37
inflection point
f''(x) changes sign or f'(x) has a relative min or max
38
fraction decomposition
integral 1/(x-a)(x-b) = integral A/(x-a) + B/(x-b)
39
partial decomposition
intergral udv = uv - integral vdu
40
euler's method when change in x and (x(0), y(0)) given
dy/dx = F(x,y)
41
euler's method when y(n+1) = y(n) + (change in x)F(x(n), y(n))
x(n+1) = x(n) + change in x
42
Exponential Model
dy/dx = ky = Ce^kt
43
Logistic Model
dy/dx = kLy (1-k/L) dy/dx = ky (L-y) y = L/(1+Ce^(-kLt))
44
Logistic --> L = ?
carrying capacity
45
Logistic --> 2/L = ?
inflection point