Derivatives: Definition, Rules, and Examples, Slides of Mathematics

The basics of derivatives, including the definition, standard results, and rules such as the product rule and quotient rule. It also includes examples of finding derivatives of various functions and calculating the equations of tangents.

Typology: Slides

2017/2018

Uploaded on 10/25/2018

Nyika
Nyika 🇨🇳

5

(1)

5 documents

1 / 74

Toggle sidebar

This page cannot be seen from the preview

Don't miss anything!

bg1
Chapter 3
The Derivative
1 / 43
pf3
pf4
pf5
pf8
pf9
pfa
pfd
pfe
pff
pf12
pf13
pf14
pf15
pf16
pf17
pf18
pf19
pf1a
pf1b
pf1c
pf1d
pf1e
pf1f
pf20
pf21
pf22
pf23
pf24
pf25
pf26
pf27
pf28
pf29
pf2a
pf2b
pf2c
pf2d
pf2e
pf2f
pf30
pf31
pf32
pf33
pf34
pf35
pf36
pf37
pf38
pf39
pf3a
pf3b
pf3c
pf3d
pf3e
pf3f
pf40
pf41
pf42
pf43
pf44
pf45
pf46
pf47
pf48
pf49
pf4a

Partial preview of the text

Download Derivatives: Definition, Rules, and Examples and more Slides Mathematics in PDF only on Docsity!

Chapter 3

The Derivative

Gradient of a Straight Line

Recall that, the gradient of a straight line in the x, y -plane is constant, and can be obtained from any two points on the line. So,

m = change in y change in x

∆y ∆x

y 2 − y 1 x 2 − x 1

Gradient of a Curve

The gradient of a curve at a point P is given by the gradient of the straight line touching the curve at P. This line is called the tangent of the curve.

Gradient of a Curve

The gradient of a curve y = f (x) at a point P(a, f (a)) can be estimated with the gradient of a line segment PQ if Q is close to P. So,

gradient at P ≈ gradient of PQ = f (a + ∆x) − f (a) ∆x

The closer Q is to P, the more accurate is the estimate. Eventually, as ∆x → 0, gradient of PQ → gradient at P.

Rate of Change

Let y = f (x). Then ∆ ∆yx is the average rate of change of y with respect to x over some interval [x 1 , x 2 ].

As ∆x approaches 0, ∆ ∆yx approaches lim∆x→ 0 ∆ ∆yx (if the limit exists), and is called the instantaneous rate of change of y with respect to x at x 1.

Definition

Definition Let f be a function defined on an interval containing a. The derivative of f at a, denoted by f ′(a), is

f ′(a) = lim ∆x→ 0

f (a + ∆x) − f (a) ∆x if the limit exists. Very often, the limit is written as

f ′(a) = (^) xlim→a

f (x) − f (a) x − a

If f ′(a) exists, we say f is differentiable at a. If y = f (x), f ′(a) can also be written as y ′(a), dydx |x=a etc..

Standard Result

Given f (x), it is common to consider the derivative as a function of x, i.e., f ′(x). As we go along, we shall introduce the derivatives of elementary functions.

Standard Result 1. f (x) = c, c constant ⇒ f ′(x) = 0.

Standard Result

Given f (x), it is common to consider the derivative as a function of x, i.e., f ′(x). As we go along, we shall introduce the derivatives of elementary functions.

Standard Result 1. f (x) = c, c constant ⇒ f ′(x) = 0. Proof.

f ′(x) = lim ∆x→ 0

f (x + ∆x) − f (x) ∆x = lim ∆x→ 0

c − c ∆x

Standard Result

Standard Result 2. f (x) = xn, n integer ⇒ f ′(x) = nxn−^1. Proof. We prove the case n > 0. The proof for n < 0 is similar.

f ′(x) = lim t→x

f (t) − f (x) t − x = lim t→x

tn^ − xn t − x = lim t→x

(t − x)(tn−^1 + tn−^2 x + tn−^3 x^2 + · · · + txn−^2 + xn−^1 ) t − x = lim t→x (tn−^1 + tn−^2 x + · · · + xn−^1 ) = nxn−^1

Example

Example Let y = f (x) = x^5. Find f ′( 1 ) and f ′( 2 ), and the equation of the tangent at x = 2.

Differentiability vs Continuity

Differentiability vs Continuity

Theorem If f is differentiable at a, then f is continuous at a.

Differentiability vs Continuity

The converse is NOT true!

Algebra of Differentiations

Theorem If f ′(x) and g ′(x) exist, then • (f ± g )′(x) = f ′(x) ± g ′(x)

  • (cf )′(x) = cf ′(x) for any constant c.