+ All Categories
Home > Sports > Lesson 11: The Chain Rule

Lesson 11: The Chain Rule

Date post: 30-Jun-2015
Category:
Upload: matthew-leingang
View: 4,717 times
Download: 2 times
Share this document with a friend
Description:
The chain rule allows us to differentiate a composition of functions. It's a complicated peel-the-onion process, but it can be learned.
23
Lesson 11 (Section 3.5) The Chain Rule Math 1a February 27, 2007 Announcements I Get 50% of all ALEKS points between now and 3/7 I Problem Sessions Sunday, Thursday, 7pm, SC 310 I Office hours today 2:30–4pm SC 323 I Midterm I Friday in class (up to §3.2) Image: mklingo
Transcript
Page 1: Lesson 11: The Chain Rule

Lesson 11 (Section 3.5)The Chain Rule

Math 1a

February 27, 2007

Announcements

I Get 50% of all ALEKS points between now and 3/7

I Problem Sessions Sunday, Thursday, 7pm, SC 310

I Office hours today 2:30–4pm SC 323

I Midterm I Friday in class (up to §3.2)

Image: mklingo

Page 2: Lesson 11: The Chain Rule

Outline

Anology

The chain rule

Examples

Questions

Page 3: Lesson 11: The Chain Rule

Analogy

Think about riding a bike. Togo faster you can either:

I pedal faster

I change gears

SpringSun

The angular position of the back wheel depends on the position ofthe front wheel:

ϕ(θ) =Rθ

r

And so the angular speed of the back wheel depends on thederivative of this function and the speed of the front wheel.

Page 4: Lesson 11: The Chain Rule

Analogy

Think about riding a bike. Togo faster you can either:

I pedal faster

I change gears

SpringSun

The angular position of the back wheel depends on the position ofthe front wheel:

ϕ(θ) =Rθ

r

And so the angular speed of the back wheel depends on thederivative of this function and the speed of the front wheel.

Page 5: Lesson 11: The Chain Rule

Analogy

Think about riding a bike. Togo faster you can either:

I pedal faster

I change gears

SpringSun

The angular position of the back wheel depends on the position ofthe front wheel:

ϕ(θ) =Rθ

r

And so the angular speed of the back wheel depends on thederivative of this function and the speed of the front wheel.

Page 6: Lesson 11: The Chain Rule

Analogy

Think about riding a bike. Togo faster you can either:

I pedal faster

I change gears

SpringSun

The angular position of the back wheel depends on the position ofthe front wheel:

ϕ(θ) =Rθ

r

And so the angular speed of the back wheel depends on thederivative of this function and the speed of the front wheel.

Page 7: Lesson 11: The Chain Rule

Outline

Anology

The chain rule

Examples

Questions

Page 8: Lesson 11: The Chain Rule

Theorem of the day: The chain rule

TheoremLet f and g be functions, with g differentiable at a and fdifferentiable at g(a). Then f ◦ g is differentiable at a and

(f ◦ g)′(a) = f ′(g(a))g ′(a)

In Leibnizian notation, let y = f (u) and u = g(x). Then

dy

dx=

dy

du

du

dx

Page 9: Lesson 11: The Chain Rule

Outline

Anology

The chain rule

Examples

Questions

Page 10: Lesson 11: The Chain Rule

Example

Example

let h(x) =√

3x2 + 1. Find h′(x).

SolutionFirst, write h as f ◦ g. Let f (u) =

√u and g(x) = 3x2 + 1. Then

f ′(u) = 12u−1/2, and g ′(x) = 6x. So

h′(x) = 12u−1/2(6x) = 1

2(3x2 + 1)−1/2(6x) =3x√

3x2 + 1

Page 11: Lesson 11: The Chain Rule

Example

Example

let h(x) =√

3x2 + 1. Find h′(x).

SolutionFirst, write h as f ◦ g.

Let f (u) =√

u and g(x) = 3x2 + 1. Thenf ′(u) = 1

2u−1/2, and g ′(x) = 6x. So

h′(x) = 12u−1/2(6x) = 1

2(3x2 + 1)−1/2(6x) =3x√

3x2 + 1

Page 12: Lesson 11: The Chain Rule

Example

Example

let h(x) =√

3x2 + 1. Find h′(x).

SolutionFirst, write h as f ◦ g. Let f (u) =

√u and g(x) = 3x2 + 1.

Thenf ′(u) = 1

2u−1/2, and g ′(x) = 6x. So

h′(x) = 12u−1/2(6x) = 1

2(3x2 + 1)−1/2(6x) =3x√

3x2 + 1

Page 13: Lesson 11: The Chain Rule

Example

Example

let h(x) =√

3x2 + 1. Find h′(x).

SolutionFirst, write h as f ◦ g. Let f (u) =

√u and g(x) = 3x2 + 1. Then

f ′(u) = 12u−1/2, and g ′(x) = 6x. So

h′(x) = 12u−1/2(6x)

= 12(3x2 + 1)−1/2(6x) =

3x√3x2 + 1

Page 14: Lesson 11: The Chain Rule

Example

Example

let h(x) =√

3x2 + 1. Find h′(x).

SolutionFirst, write h as f ◦ g. Let f (u) =

√u and g(x) = 3x2 + 1. Then

f ′(u) = 12u−1/2, and g ′(x) = 6x. So

h′(x) = 12u−1/2(6x) = 1

2(3x2 + 1)−1/2(6x) =3x√

3x2 + 1

Page 15: Lesson 11: The Chain Rule

Example

Let f (x) =(

3√

x5 − 2 + 8)2

. Find f ′(x).

Solution

d

dx

(3√

x5 − 2 + 8)2

= 2(

3√

x5 − 2 + 8) d

dx

(3√

x5 − 2 + 8)

= 2(

3√

x5 − 2 + 8) d

dx3√

x5 − 2

= 2(

3√

x5 − 2 + 8)

13(x5 − 2)−2/3 d

dx(x5 − 5)

= 2(

3√

x5 − 2 + 8)

13(x5 − 2)−2/3(5x4)

=10

3x4(

3√

x5 − 2 + 8)

(x5 − 2)−2/3

Page 16: Lesson 11: The Chain Rule

Example

Let f (x) =(

3√

x5 − 2 + 8)2

. Find f ′(x).

Solution

d

dx

(3√

x5 − 2 + 8)2

= 2(

3√

x5 − 2 + 8) d

dx

(3√

x5 − 2 + 8)

= 2(

3√

x5 − 2 + 8) d

dx3√

x5 − 2

= 2(

3√

x5 − 2 + 8)

13(x5 − 2)−2/3 d

dx(x5 − 5)

= 2(

3√

x5 − 2 + 8)

13(x5 − 2)−2/3(5x4)

=10

3x4(

3√

x5 − 2 + 8)

(x5 − 2)−2/3

Page 17: Lesson 11: The Chain Rule

Example

Let f (x) =(

3√

x5 − 2 + 8)2

. Find f ′(x).

Solution

d

dx

(3√

x5 − 2 + 8)2

= 2(

3√

x5 − 2 + 8) d

dx

(3√

x5 − 2 + 8)

= 2(

3√

x5 − 2 + 8) d

dx3√

x5 − 2

= 2(

3√

x5 − 2 + 8)

13(x5 − 2)−2/3 d

dx(x5 − 5)

= 2(

3√

x5 − 2 + 8)

13(x5 − 2)−2/3(5x4)

=10

3x4(

3√

x5 − 2 + 8)

(x5 − 2)−2/3

Page 18: Lesson 11: The Chain Rule

Example

Let f (x) =(

3√

x5 − 2 + 8)2

. Find f ′(x).

Solution

d

dx

(3√

x5 − 2 + 8)2

= 2(

3√

x5 − 2 + 8) d

dx

(3√

x5 − 2 + 8)

= 2(

3√

x5 − 2 + 8) d

dx3√

x5 − 2

= 2(

3√

x5 − 2 + 8)

13(x5 − 2)−2/3 d

dx(x5 − 5)

= 2(

3√

x5 − 2 + 8)

13(x5 − 2)−2/3(5x4)

=10

3x4(

3√

x5 − 2 + 8)

(x5 − 2)−2/3

Page 19: Lesson 11: The Chain Rule

A metaphor

Think about peeling an onion:

f (x) =

(3√

x5︸︷︷︸�5

−2

︸ ︷︷ ︸3√�

+8

︸ ︷︷ ︸�+8

)2

︸ ︷︷ ︸�2

photobunny

f ′(x) = 2(

3√

x5 − 2 + 8)

13(x5 − 2)−2/3(5x4)

Page 20: Lesson 11: The Chain Rule

Outline

Anology

The chain rule

Examples

Questions

Page 21: Lesson 11: The Chain Rule

QuestionThe area of a circle, A = πr2, changes as its radius changes. If theradius changes with respect to time, the change in area withrespect to time is

A.dA

dr= 2πr

B.dA

dt= 2πr +

dr

dt

C.dA

dt= 2πr

dr

dtD. not enough information

Page 22: Lesson 11: The Chain Rule

QuestionThe area of a circle, A = πr2, changes as its radius changes. If theradius changes with respect to time, the change in area withrespect to time is

A.dA

dr= 2πr

B.dA

dt= 2πr +

dr

dt

C.dA

dt= 2πr

dr

dtD. not enough information


Recommended