Differentiability Flashcards

(23 cards)

1
Q

differentiable at x = c

A

if lim f(x)-f(c)/x-c exists
or lim f(c+h)-f(c)/h where h = x-c

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

derivative

A

if the limit exists say lim f(x)-f(c)/x-c is the derivative of f at c = f’(c)

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

first order taylor

A

f is diff at c if and only if there exits a constant M and function r(x) on X with
f(x) = f(c) +M(x-c) + r(x)(x-c) such that
- r(x) is cont at x = c
- lim r(x) = r(c) = 0 as x goes to c

if so M = f’(c)

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

another way of writing first order taylor

A

f(x) = f(c) + f1(x)(x-c)
f1(x) = M + r(x)
f1 cont at x = c and f1(c) = m = f’(c)

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

diff and cont theorem

A

f diff at x = c
then f also cont at x = c
diff implies cont

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

properties of the derivative

A

(f+g)’(c) = f’(c) + g’(c)
(µf)’(c) = µf’(c)
(fg)’(c) = f(c)g’(c) + f’(c)g(c)
(fºg)’(c) = f’(g(c))g’(c)
(1/f)’(c) = -f’(c)/f^2(c)
assuming f and g are differentiable at x = c. then the above are also differentiable at x = c with derivative as above

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

inverse functions (if f is differentiable does inverse exist)

A

f is differentiable and 1-1 so inverse f^-1 = g exists and is continuous on Y = f(I) (image of f)

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

derivative of inverse

A

f differentiable and 1-1 with f’(d) ≠ 0 and c = f(d) then the inverse f^-1 is differentiable at y = c with
f^-1(c) = 1/f’(d) = 1/f’(f^-1(c))

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

lipschitz continuous

A

|f(x) - f(y)| <= L|x-y|

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

max/ min and derivative

A

if f differentiable at c and f has a local max/min at x = c then f’(c) = 0

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

rolles theorem

A

f : [a,b] -> R continuous and differentiable on (a,b) with f(a) = f(b) then there exists a c in (a,b) such that f’(c) = 0

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

mean value theorem

A

f [a,b] -> R cont and diff on (a,b) then there exists a c in (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
13
Q

growth theorem

A

f: I ->R cont on I and differentiable at interior points
(i) if f’(x) = 0 for all x in I then f constant on I
(ii) f’(x) >= (>) 0 for all x in I then f (strictly) increasing on I
(iii) f’(x) <= (<) 0 for all x in I then f (strictly) decreasing on I

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

warning about growth theorem

A

only works on an interval I

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

generalised MVT

A

f,g [a,b]-> R cont and diff on (a,b)
assume g’(x) ≠ 0 for all x in [a,b]
then there exists a c in (a,b) st
f’(c)/g’(c) = f(b)-f(a) / b-a
if g(x) = x get MVT

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

lhopitals rule

A

f,g (a,b)-> R diff
f(x), g(x) ≠ 0 for all x in (a,b)
but lim f(x) = lim g(x) = 0 as x -> a
if L = lim f’(x)/g’(x) exists as x -> a
lim f(x)/g(x) exists and = L
for ‘0/0’ form

17
Q

lhopitals rule remarks

A

a can be ∞
- lim f(x)/g(x) = lim f(1/x)/g(1/x) as x -> ∞ then use lhopitals
- ∞/∞ also works as lim f(x)/g(x) = lim 1/g(x) / 1/f(x)
- 0.∞ also workds f(x).g(x) = f(x)/ 1/g(x)
- check hypothesis - has to be 0/0 to use

18
Q

powers beat log

A

⍺>0 lim logx/x^⍺ = 0
⍺> 0 lim logx . x^⍺ = 0
both by lhopitals

19
Q

exponentials beat powers

A

⍺ >0 lim x^⍺/e^x = 0

20
Q

taylor using lhopitals

A

apply lhopitals then find limit
original function = limit + remainder
rearrange to find taylor

21
Q

taylors theorem A

A

f: I -> R n times diff and c in I
then there exists a function r(x) (depending on c) st f(x) = Tn(x) + rn(x)(-c)^n
with lim rn(x) = 0 as x-> 0

22
Q

taylor theorem B - lagrange

A

everything as in A assume f is n+1 times differentiable on I
then f(x) = Tn(x) + f^(n+1)(ø)/(n+1)! (x-c)^n+1
for some ø in between x and c