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

Rewriting before integrating | AP Calculus AB | Khan Academy


3m read
·Nov 11, 2024

Let's say that we wanted to take the indefinite integral of ( x^2 \times (3x - 1) , dx ). Pause this video and see if you can evaluate this.

So you might be saying, "Oh, what kind of fancy technique could I use?" But you will see sometimes the fanciest or maybe the least fancy but the best technique is to just simplify this algebraically.

So in this situation, what happens if we distribute this ( x^2 )? Well then, we're going to get a polynomial here within the integral. So this is going to be equal to the integral of ( x^2 \times 3x = 3x^3 ) and then negative 1 times ( x^2 = -x^2 ), and then that times ( dx ).

Now, this is pretty straightforward to evaluate. This is going to be equal to the anti-derivative of ( x^3 ), which is ( \frac{x^4}{4} ). So this is going to be ( \frac{3x^4}{4} ). I could write it that way or let me just write it ( \frac{x^4}{4} ).

Then the anti-derivative of ( x^2 ) is ( \frac{x^3}{3} ), so minus ( \frac{x^3}{3} ). This is an indefinite integral; there might be a constant there, so let me write that down, and we're done.

The big takeaway is you just have to do a little bit of distribution to get a form where it's easy to evaluate the anti-derivative.

Let's do another example. Let's say that we want to take the indefinite integral of ( \frac{x^3 + 3x^2 - 5}{x^2} , dx ). What would this be? Pause the video again and see if you can figure it out.

So once again, your brain might want to try to do some fancy tricks or whatever else, but the main insight here is to realize that you could just simplify it algebraically.

What happens if you just divide each of these terms by ( x^2 )? Well then this thing is going to be equal to, put some parentheses here: ( \frac{x^3}{x^2} = x ), ( \frac{3x^2}{x^2} = 3 ), and then ( \frac{-5}{x^2} ) you could just write that as ( -5x^{-2} ).

So once again, we just need to use the reverse power rule here to take the anti-derivative. This is going to be, let's see, the anti-derivative of ( x ) is ( \frac{x^2}{2} ), ( \frac{x^2}{2} + 3x ), and the anti-derivative of ( -5x^{-2} ).

So we would increment the exponent by 1 (positive 1) and then divide by that value. So there would be ( -5x^{-1} ), we're adding one to negative one, all of that divided by negative one, which is the same.

We could write it like that. Well, these two would just, you'd have a minus and then you're dividing by negative one, so it's really just going—you can rewrite it like this: ( +5x^{-1} ). You could take the derivative of this to verify that it would indeed give you that, and of course we can't forget our ( +C ). Never forget that if you're taking an indefinite integral.

All right, let's just do one more for good measure. Let's say we're taking the indefinite integral of ( \sqrt[3]{x^5} , dx ). Pause the video and see if you can evaluate this.

Try to write a little bit neater: ( \sqrt[3]{x^5} , dx ). Pause the video and try to figure it out.

So here, the realization is, well, if you just rewrite all this as one exponent, so this is equal to the indefinite integral of ( x^{\frac{5}{3}} , dx ). I just rewrote the cube root as the ( \frac{1}{3} ) power ( dx ), which is the same thing as the integral of ( x^{\frac{5}{3}} ).

Many of you might have just gone straight to this step right over here. Then once again, we just have to use the reverse power rule. This is going to be ( x^{\frac{5}{3}} ).

If I raise something to a power and then raise that to a power, I can multiply those two exponents; that's just exponent properties. So, ( x^{\frac{5}{3}} , dx ). We increment this ( \frac{5}{3} ) by 1 or we can add ( \frac{3}{3} ) to it, so it's ( x^{\frac{8}{3}} ).

Then we divide by ( \frac{8}{3} ) or multiply by its reciprocal. So we could just say ( \frac{3}{8} \times x^{\frac{8}{3}} ).

And of course, we have our ( +C ) and verify this. If you use the power rule here, you'd have ( \frac{8}{3} \times \frac{3}{8} ) would just give you a coefficient of 1, and then you decrement this by 1.

You get to ( \frac{5}{3} ), which is exactly what we originally had. So the big takeaway of this video: many times the most powerful integration technique is literally just algebraic simplification first.

More Articles

View All
Jessica Livingston Introduces Startup School SV 2014
Good morning! Hello everyone, welcome! I’m Jessica Livingston with Y Combinator. We’re going to get started now, and today’s a really special [Applause] day. Today is the 10th Startup School we’ve ever done. It’s pretty amazing to think we’ve been doing t…
Why Your Dark Side Is Your Friend (Jungian Philosophy) | STOICISM
In every one of us, there lurks such a dark beast, a sinister shadow waiting to be acknowledged. This shadow, often ignored, is packed with uncharted feelings and suppressed thoughts that can surprisingly enlighten and empower us. Stoicism teaches us the …
THE MAKING OF MY NEW SHOW | BTS for MONEY COURT
This project’s been a year and a half in the making. It’s how long it’s taken. This is one of the most technologically advanced studios in the world. It’s massive; it’s the size of a city block. You know, we’re not saving the world if we met animals in th…
Tracing loop execution | Intro to CS - Python | Khan Academy
What exactly is happening behind the scenes when the computer executes a while loop? Let’s trace a while loop step by step to find out. Before we start, let’s see if we can get some intuition for how many times this loop repeats. To count repetitions, we…
Climb Ancient Temples in Belize's Maya Ruins | National Geographic
Coming up now at the top of the observatory, I need to catch my breath. I’m Marie McCrory with National Geographic Travel. Belize is home to about a dozen major Mayan ruins, which are visited by over 300,000 tourists every year. But the largest Mayan site…
Interpreting slope of regression line | AP Statistics | Khan Academy
Lizz’s math test included a survey question asking how many hours students spent studying for the test. The scatter plot and trend line below show the relationship between how many hours students spent studying and their score on the test. The line fitted…