Simple Version of the Chain Rule

Suppose we want to find a derivative for this function:  h(x) = sin(2x).

The sine function is on our list – we know that the derivative of sin(x) is cos(x).  But we are not dealing with just the sine function.  There’s another function inside the function!  We don’t just have “sine of x” but rather we have “sine of something”, where the “something” is itself a function.

This means that to find this kind of derivative, it is essential that you have a clear understanding of the composition of two functions.  You have to look at  h(x) = sin(2x) and see it as the composition of functions and you have to recognize the building blocks:

g(x) = 2x and f(x) = sin(x)

We are not going to just add them or multiply them.  Instead, we use the output of one of them as the input to the other. So we build:

  h(x) = f(g(x)) = sin(2x)

The g function is the inner function.  It starts off by doubling its input.  Then that output is handed off to the “outer function”,  f  which finds the sine.

And now, it we want to find the derivative, we need to learn…

THE CHAIN RULE (maybe)

 Once again, I have to pause and remind myself of the purpose of these posts. If I show you  “the chain rule”, we can then use it to start finding derivatives of long, challenging “chains” of compositions of multiple functions, such as:

post18pic1

But then I remember two things:

1. This is beyond what we will actually need in the opening months of AP Physics.

2. Your math teacher deserves to have some of the fun as well.

So I am only going to introduce a lesser version of the chain rule, one that is just enough to handle a special case, one that we will actually need in class very early in the year.

THE SIMPLE CHAIN RULE FOR CONSTANT MULTIPLIERS

For example, look at each of these:

post18pic2

In each case, the “outer” function is one from our list of well-known functions.  And the “inner” function is a constant multiplier.

There is an easy rule that handles all of these:

post18pic3

In other words, go ahead and take the derivative using the familiar rule, but then multiply your answer by the constant you see “inside” the original expression.

With this rule we can find all three of the derivatives above:

 

post18pic4

The derivative of “e to the something” is “e to that something”, and the 3 is a multiplier.

 

post18pic5

The derivative of “the cosine of something” is “the minus sine of that something” and the 5 is a multiplier.

 

post18pic6

The derivative of “the sine of something” is “the cosine of something” and the 2 is a multiplier.

 DON’T JUST TAKE MY WORD FOR IT…

Why do we multiply by that same number you see in the inner function?  It turns out that there is an intuitive way to understand this rule.  Once again, we have to look at graphs and their transformations.

In the last post, we saw that compared to the graph of y = f(x), the graph of y = f(x) was stretched vertically when a>1, and that the vertical stretch affects the tangent line as well, also increasing its slope by that same factor, a.

But now we consider the graph of y = f(a·x), we see that a>1 leads to a horizontal compression, and that compression affects the tangent line as well.  Slope is rise over run, so reducing the run increases the slope, again by that same factor, a.  That’s why our derivatives all have that multiplier: compressing the graphs horizontally makes the slopes steeper.

For example, here are graphs of f(x) = ex and f(x) = e3x.

post18pic7

post18pic8

You can see that the graph is horizontally compressed.

And when you compare the slopes of the tangent lines, you see that the second one is 3 times as steep as the first. [But notice: the first tangent line is at x=.6 and the second one is at x=.2.  Why did I do that?  Post a comment with your answer…]  Until your math teacher unveils the chain rule in its full glory, please let the diagram above serve as a proof of our simpler version. But in the mean time…

Here is an animated version of what I am trying to say:

 

 

And if you want to play with the Desmos file, it’s here.

SO WHERE ARE WE NOW?

At this point, we have assembled some basic derivative formulas and some rules about combining them.  This would be a good place to pause and see if you are keeping up.  So in the next post, you will find a set of practice questions.  Once you have mastered them, you will be ready to find out what we do with these slope-finding formulas once we have derived them.

Derivatives, Part II: Combining the Functions

In the last post, we compiled a small collection of derivative formulas, formulas which will enable you to find slopes of tangent lines.  (Why you would want to do such a thing is a discussion that is coming soon.)

You will see all of those functions in various settings as you study AP Physics.  But they don’t always act alone.  You have to be able to work with combinations of those functions in some ways that are intuitive but others that are, well, less intuitive.

1. Adding and Subtracting — Just as you would guess

Suppose f(x) =x3 +x2

and you would like to find the derivative.  You might be thinking:

“Wait — I have a rule for each of those terms, separately.  Can I just add them? ”

In other words, is f'(x) = 3x2 + 2x ?   Yes it is.  We could say this more officially:

If h(x) = f(x) + g(x) then h'(x) = f'(x) + g'(x).

But all that means is that if you have functions added together, you can use their separate derivative formulas and then add them.  And it works the same way for subtraction.

2. Multiplying by a Constant — Also as you would guess

Given f(x) = 3sin(x)…yes, it’s true: f'(x) = 3cos(x).  Multiplying the original function by a constant just multiplies its derivative by the same constant.

There is an intuitive way to see why this must be true:

Consider a function, g(x) = a·f(x), where a>0.   How does the graph of g compare to the graph of f? [SAT fun fact!]  It is vertically stretched or vertically compressed, depending on whether a is greater or less than one.  Now, how would that affect the tangent line?  A vertical stretch by a factor, a, will increase the slope of that tangent line by that same factor, a.

Here is an illustration of what I mean:

post17pic3

On the left, you see the graph of f(x) = √x and its tangent line at x = 1.  The slope of that tangent line is .5.

And on the right, you see the graph of f(x) = 3√x and its tangent line, also at x = 1.  The graph has been stretched vertically by a factor of 3.  And sure enough, the tangent line is 3 times as steep, or 1.5.

We’ll call that a “proof” and state the rule officially:  if g(x) = a·f(x) then g'(x) = a·f'(x).

 

3. Multiplying and Dividing Functions: NOT what you would expect

Well, it’s a bad new/good news kind of thing…

Bad news: you can’t just multiply the derivatives.  In other words, if h(x) = f(x)·g(x), it would be convenient if  h'(x) = f'(x)·g'(x).  But, alas.  Though we don’t know what the rule is, we know enough to see what it isn’t.

All we have to do is let f(x) = x3 and let g(x) = x2.  Then h(x) = f(x)·g(x) = x.

We also already know the derivatives: f'(x) = 3x2 and g'(x) = 2x.  When you multiply them, you get. 3x2·2x = 6x3  But we already know that h'(x) = 5x4.  So the product of the derivatives did not match the derivative of the products.  That’s the bad news. And a similar argument can be constructed to show that quotients don’t work that way either.

So what’s the good news?

1.  There are rules that handle these situations.  They are called the product rule and the quotient rule.  I am sure that your math teacher will be happy to teach them to you.

2.  This is where I pause and remind myself what these posts are for.  I am trying to get you ready for your year of AP Physics.  We may need the product rule and the quotient rule before the year is over, but we won’t need them right away.  By the time we do need them, you will have seen them in math class.

On the other hand, there is one more way to combine functions that we will need almost immediately.  So in the next post, we are going to look at something called “the chain rule”.