Week 3 Flashcards
1
Q
Triangle inequality
A
abs(x + y) is smaller or equal to aBS(X) + abs(y)
2
Q
abs(x)^2
A
x^2
3
Q
abs(xy)
A
abs(x)abs(y)
4
Q
derivative from first principles
A
equation thing, yk it
5
Q
A function f(x) can fail to be differentiable at x = a in 3 ways:
A
the function has a ‘corner’ or ‘kink’ at x = a
the function is discontinuous at x = a
the function has a vertical tangent line at x = a
6
Q
how to check for differentiability if continuous function changes form at a
A
see if left and right hand limits about a match
7
Q
indeterminate forms
A
can be of type 0/0 (try factor and cancel) or inf/inf (divide by highest power of x)
8
Q
lhopitals rule
A
lim f(x)/g(x) = lim f’(x)/g’(x) applies to side limits and limits to infinity
9
Q
A