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

Fractional powers differentiation | Derivative rules | AP Calculus AB | Khan Academy


2m read
·Nov 11, 2024

So we have ( H(x) ) is equal to ( 5x^{1/4} + 7 ) and we want to find what is ( H' ) of 16, or what is the derivative of this function when ( x ) is equal to 16.

And like always, pause this video and see if you can figure it out on your own.

All right, well let's just take the derivative of both sides of this.

On the left-hand side, I'm going to have ( H'(x) ) and on the right-hand side, well, the derivative of the right-hand side, I can just take the derivative of ( 5x^{1/4} ) and add that to the derivative with respect to ( x ) of 7.

So the derivative of ( 5x^{1/4} ) well, I can just apply the power rule here.

You might say, "Wait, wait, there's a fractional exponent," and I would just say, "Well that's okay, the power rule is very powerful."

So we can multiply ( \frac{1}{4} ) times the coefficient, so you have ( 5 \cdot \frac{1}{4} x^{1/4 - 1} ).

That's the derivative of ( 5x^{1/4} ), and then we have plus 7.

Now, what's the derivative of 7 with respect to ( x )?

Well, seven doesn't change with respect to ( x ); the derivative of a constant, we've seen this multiple times, is just zero.

So it's just plus 0.

And now we just have to simplify this, so this is going to be ( H'(x) ) is equal to ( \frac{5}{4} x^{-3/4} + 0 ).

So we don't have to write that.

And now, let's see if we can evaluate this when ( x ) is equal to 16.

So ( H'(16) ) is ( \frac{5}{4} \cdot 16^{-3/4} ).

Well, that's the same thing as ( \frac{5}{4} \cdot \frac{1}{16^{3/4}} ), which is the same thing as ( \frac{5}{4} \cdot \frac{1}{(16^{1/4})^3} ).

And so what is this?

( 16^{1/4} ) is 2, and then you cube that.

2 to the 3 power is 8.

So that's 8, so you have ( \frac{5}{4} \cdot \frac{1}{8} ), which is going to be equal to ( \frac{5 \cdot 1}{4 \cdot 8} ).

And then ( 4 \cdot 8 ) is 32, and we are done.

More Articles

View All
How To Make $1 Million Per Year
What’s up, you guys? It’s Graham here. So, a few years ago, I had this insanely impossible goal to one day make over a million dollars in a year. At the time I made that goal, an amount like that just seemed ridiculous. I didn’t have a plan to make that h…
The LARGEST Wealth Transfer Just Started | How To Prepare
What’s up guys, it’s Graham here. So you’re probably going to want to sit down for this because we’ve got a major problem. In June, it was reported that 61 percent of Americans are living paycheck to paycheck. As of a recent report, higher inflation and r…
Why Do We Have Two Nostrils?
Hey, Vsauce. Michael here. And our faces have a lot of holes. We have two ears and two eyes. It makes sense, because the difference in time it takes for a sound to reach one ear and the other allows us to localize where the sound is coming from. And havin…
Is It Okay to Touch Mars?
[Music] Hey, Vauce! Michael here. No rocks from Mars have ever been brought back to Earth, and no human has ever touched anything on Mars. But that’s about to change. National Geographic has asked me, and Jake, and Kevin to talk about Mars because they ha…
What's in Hand Sanitizer? | Ingredients With George Zaidan (Episode 9)
What’s in here, what’s it do, and can I make it from scratch ingredients? Now, you might already know that the ingredient in here that kills germs is ethyl alcohol—or, as we purist chemists like to call it, ethanol—which is exactly the same molecule that…
Variables and assignment | Intro to CS - Python | Khan Academy
When we run a program, the computer executes each instruction line by line. Then, when it finishes with an instruction, it clears out its working memory, so the computer has forgotten what it just did by the time it gets to the next line. But what if we w…