yego.me
💡 Stop wasting time. Read Youtube instead of watch. Download Chrome Extension

Worked example: Chain rule with table | Derivative rules | AP Calculus AB | Khan Academy


2m read
·Nov 11, 2024

The following table lists the values of functions f and g and of their derivatives f prime and g prime for the x values negative 2 and 4.

And so, you can see for x equals negative 2, x equals 4, they give us the values of f, g, f prime, and g prime. Let function capital F be defined as the composition of f and g, it's lower case f of g of x. They want us to evaluate f prime of 4.

So, you might immediately recognize that if I have a function that can be viewed as the composition of other functions, that the chain rule will apply here. And so, I'm just going to restate the chain rule. The derivative of capital F is going to be the derivative of lower case f, the outside function, with respect to the inside function, so lower case f prime of g of x times the derivative of the inside function with respect to x, times g prime of x.

And if we're looking for f prime of 4, f prime of 4, well everywhere we see an x, we replace it with a 4. That's going to be lower case f prime of g of 4 times g prime of 4. Now, how do we figure this out? They haven't given us explicitly the values of the functions for all x's, but they've given it to us at some interesting points.

So, the first thing you might want to figure out is, well, what is g of 4 going to be? Well, they tell us when x is equal to 4, g of 4 is negative 2. This tells us that the value that g of x takes on when x is equal to 4 is negative 2. So this right over here is negative 2.

And so, this first part is f prime of negative 2. So what is f prime? What is f prime of negative 2? Well, when x is equal to negative 2, f prime is equal to one. So this right over here is f prime of negative two; that is equal to one.

And now, we just have to figure out what g prime of four is. Well, when—let me circle this—g prime of 4, when x is equal to 4, and I'll scroll down a little bit, when x is equal to 4, g prime takes on the value 8.

So, there you have it. f prime of 4 is equal to 1 times 8, which is equal to eight, and we're done.

More Articles

View All
Nearly 100 Captive Orcas and Belugas at Risk of Drowning, Freezing to Death | National Geographic
This video from November 2018 shows a holding facility near the small Russian town of Nicosia, where government officials are investigating the capturing and exporting of wild beluga whales and orcas. This is footage of the same facility taken in January …
The Paradox of an Infinite Universe
Is the universe infinite? Does it have an edge? And if so, what would you see if you went there? Today we know that the universe had a beginning 14 billion years ago and that it’s been expanding ever since. But something that’s expanding should also have…
The Logan Paul Cryptocurrency Scam Just Got Worse...
What’s up, Graham? It’s guys here. So, I certainly did not expect to make this video today. But when I see so many people calling out this new Logan Paul cryptocurrency scam, I felt the need to throw my hat into the ring, see what this is all about, and g…
Apple CEO Tim Cook on what it takes to run the world's largest company | Dua Lipa: At Your Service
[Music] Tim, thank you! It’s so great to be here. It’s so great to have you here, honestly. It’s amazing to have you here at home on my sofa, and I love it. It’s beautiful. Thank you. I—I have to say, like, before this interview, I went on the internet t…
I Found The WORST Financial Advice On TikTok
What’s up guys, it’s Graham here. So, over these last few months, there’s been a wave of articles warning about the dangers of taking financial advice from TikTok. Because I gotta say, some of these videos are just hilariously wrong and could even land yo…
Tracing arithmetic expressions | Intro to CS - Python | Khan Academy
How does the computer evaluate expressions with multiple operators, multiple function calls, or even nested function calls? That’s a function call inside the parentheses of another function call. To examine this order of operations, let’s trace a program …