Differentiation: Definition, Rules, and Theorems - Prof. R. Sharpley, Study notes of Mathematics

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

Pre 2010

Uploaded on 10/01/2009

koofers-user-zjt
koofers-user-zjt 🇺🇸

5

(1)

10 documents

1 / 2

Toggle sidebar

This page cannot be seen from the preview

Don't miss anything!

bg1
Math 554 Differentiation
Handout #8
Defn. A function fis said to be differentiable at x0if
lim
h0
f(x0+h)f(x0)
h
exists. In this case the limit is called the derivative of fat x0and is denoted f(x0).
Note. 1. This definition is equivalent to the requirement that the following limit exist:
lim
xx0
f(x)f(x0)
xx0
=f(x0).
2. This, in turn, is equivalent to the following statement about how fast f(x) converges
to f(x0) as xx0:
there exists a function ηsuch that lim
xx0
η(x) = 0 and
()f(x)f(x0) = (xx0) (f(x0) + η(x)) .
Note that if we define η(x0) = 0, then without loss of generality we can assume that
ηis continuous at x0.
Examples: 1. If f(x) := x2, then f(x) = 2x.
2. If g(x) := |x|, then g(0) does not exist.
3. If h(x) := x|x|, then h(x) exists and equals 2|x|.
Theorem. If fis differentiable at x0, then fis continuous at x0.
Proof. Use (*) and let xx0.2
Theorem. (Basic rules of differentiation: sums, products, quotients) Suppose that fand gare
differentiable at x0, then
1. (f+g)(x0) = f(x0) + g(x0).
2. (fg)(x0) = f(x0)g(x0) + f(x0)g(x0).
3. (f/g)(x0) = (g(x0)f(x0)f(x0)g(x0)) /g(x0)2, if g(x0)6= 0.
Theorem. (Chain rule) If fis differentiable at x0and gis differentiable at y0:= f(x0), then
h:= gfis differentiable at x0and
h(x0) = g(f(x0)) f(x0)
pf2

Partial preview of the text

Download Differentiation: Definition, Rules, and Theorems - Prof. R. Sharpley and more Study notes Mathematics in PDF only on Docsity!

Math 554 – Differentiation

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 ).

  1. This, in turn, is equivalent to the following statement about how fast f (x) converges to f (x 0 ) as x → x 0 : there exists a function η such that lim x→x 0 η(x) = 0 and

(∗) 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.

  1. If g(x) := |x|, then g′(0) does not exist.
  2. If h(x) := x|x|, then h′(x) exists and equals 2|x|.

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

  1. (f + g)′(x 0 ) = f ′(x 0 ) + g′(x 0 ).
  2. (f g)′(x 0 ) = f ′(x 0 )g(x 0 ) + f (x 0 )g′(x 0 ).
  3. (f /g)′(x 0 ) = (g(x 0 )f ′(x 0 ) − f (x 0 )g′(x 0 )) /g(x 0 )^2 , if g(x 0 ) 6 = 0.

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 ).