

Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
The concept of differentiability for functions, its equivalent definitions, and the basic rules and theorems of differentiation including sums, products, quotients, and the chain rule. It also includes rolle's theorem and its corollaries.
Typology: Study notes
1 / 2
This page cannot be seen from the preview
Don't miss anything!


Handout #
Defn. A function f is said to be differentiable at x 0 if
lim h→ 0
f (x 0 + h) − f (x 0 ) h
exists. In this case the limit is called the derivative of f at x 0 and is denoted f ′(x 0 ).
Note. 1. This definition is equivalent to the requirement that the following limit exist:
xlim→x 0
f (x) − f (x 0 ) x − x 0
= f ′(x 0 ).
(∗) f (x) − f (x 0 ) = (x − x 0 ) (f ′(x 0 ) + η(x)).
Note that if we define η(x 0 ) = 0, then without loss of generality we can assume that η is continuous at x 0.
Examples: 1. If f (x) := x^2 , then f ′(x) = 2x.
Theorem. If f is differentiable at x 0 , then f is continuous at x 0. Proof. Use (*) and let x → x 0. 2
Theorem. (Basic rules of differentiation: sums, products, quotients) Suppose that f and g are differentiable at x 0 , then
Theorem. (Chain rule) If f is differentiable at x 0 and g is differentiable at y 0 := f (x 0 ), then h := g ◦ f is differentiable at x 0 and
h′(x 0 ) = g′(f (x 0 )) f ′^ (x 0 )
Proof. Use (*) for f at x 0 and for g at y 0 := f (x 0 ):
h(x) − h(x 0 ) x − x 0
g(y) − g(y 0 ) x − x 0
y − y 0 x − x 0
(g′(y 0 ) + η 2 (y))
f (x) − f (x 0 ) x − x 0
(g′(y 0 ) + η 2 (y))
= (f ′(x 0 ) + η 1 (x))(g′(y 0 ) + η 2 (y))
where y := f (x). The proof is completed by using this equation, letting xn → x 0 , and noticing that yn → y 0 where yn := f (xn). 2
Theorem. (Rolle’s Theorem) Suppose that φ is differentiable on (a, b), is continuous on [a, b], and vanishes at the endpoints, then there exists x 0 strictly between a and b such that φ′(x 0 ) = 0. Proof. If φ is constant, then any point can be selected for x 0. Otherwise, we may assume WLOG that φ has positive values. By the Extreme Value Theorem, let x 0 be such that φ(x) ≤ φ(x 0 ) for all a ≤ x ≤ b. First, let xn ↓ x 0 , then since x 0 gives a max, we have
φ(xn) − φ(x 0 ) xn − x 0
→ φ′(x 0 )
and so, by the Squeeze Theorem, φ′(x 0 ) ≤ 0. Similarly, φ′(x 0 ) ≥ 0. 2
Note. Within the proof we actually established the critical point procedure of calculus: local max and min can only occur at critical points.
Corollary. Suppose that f is a differentiable function on (a, b) and is continuous on [a, b]. Then f ′ vanishes identically if and only if f is a constant function.
Corollary. (Mean Value Theorem) Suppose that f is differentiable on (a, b) and is continuous on [a, b], then there exists x 0 strictly between a and b such that
f ′(x 0 ) =
f (b) − f (a) b − a
Proof. Let φ(x) := f (x) −
[ (^) f (b)−f (a) b−a (x^ −^ a) +^ f^ (a)
]
and apply Rolle’s theorem. 2
Defn. F is called an anti-derivative of f if F is differentiable and F ′(x) = f (x)
Corollary. If both F and G are anti-derivatives of f , then they differ by a constant, i.e. there exists a constant c such that F (x) − G(x) = c, for all x ∈ dom(f ).