Main content
Integral Calculus
Course: Integral Calculus > Unit 1
Lesson 13: Integrating with u-substitution- 𝘶-substitution intro
- 𝘶-substitution: multiplying by a constant
- 𝘶-substitution: defining 𝘶
- 𝘶-substitution: defining 𝘶 (more examples)
- 𝘶-substitution
- 𝘶-substitution: defining 𝘶
- 𝘶-substitution: rational function
- 𝘶-substitution: logarithmic function
- 𝘶-substitution warmup
- 𝘶-substitution: indefinite integrals
- 𝘶-substitution: definite integrals
- 𝘶-substitution with definite integrals
- 𝘶-substitution: definite integrals
- 𝘶-substitution: definite integral of exponential function
- 𝘶-substitution: special application
- 𝘶-substitution: double substitution
- 𝘶-substitution: challenging application
© 2023 Khan AcademyTerms of usePrivacy PolicyCookie Notice
𝘶-substitution
𝘶-Substitution essentially reverses the chain rule for derivatives. In other words, it helps us integrate composite functions.
When finding antiderivatives, we are basically performing "reverse differentiation." Some cases are pretty straightforward. For example, we know the derivative of is , so . We can use this straightforward reasoning with other basic functions, like , , , etc.
Other cases, however, are not that simple. For example, what is ? Hint: it's not . Try differentiating that and you will see why.
One method that can be very useful is -substitution, which basically reverses the chain rule.
Using -substitution with indefinite integrals
Imagine we are asked to find . Notice that is the derivative of , which is the "inner" function in the composite function . In other words, letting and , we have:
This suggests that -substitution is called for. Let's see how it's done.
First, we differentiate the equation according to , while treating as an implicit function of .
In that last row we multiplied the equation by so is isolated. That's somewhat unorthodox, but useful for our next step. So we have and . Now we can perform a substitution in the integral:
After the substitution we are left with an expression for the antiderivative of in terms of . How convenient! is a basic function so we can find its antiderivative in a straightforward way. The only thing left to do is return the function to be in terms of :
In conclusion, is . You can differentiate to verify that this is true.
Key takeaway #1: -substitution is really all about reversing the chain rule:
- According to the chain rule, the derivative of
is . - In
-substitution, we take an expression of the form and find its antiderivative .
Key takeaway #2: -substitution helps us take a messy expression and simplify it by making the "inner" function the variable.
Common mistake: getting incorrect expressions for or
Choosing the wrong expression for will result in a wrong answer. For example, in Problem set 1, must be defined as . Letting be or will never work.
Remember: For -substitution to apply, we must be able to write the integrand as . Then, must be defined as the inner function of the composite factor.
Another crucial step in this process is finding . Make sure you are differentiating correctly, because a wrong expression for will also result in a wrong answer.
Common mistake: not realizing -substitution is called for
Remember: When integrating a composite function, we can't simply take the antiderivative of the outer function. We need to use -substitution.
Letting be an antiderivative of , this point can be expressed mathematically as follows:
Another common mistake: confusing the inner function and its derivative
Imagine you're trying to find . You might say "since is the derivative of , we can use -substitution." Actually, since -substitution requires taking the derivative of the inner function, must be the derivative of for -substitution to work. Since that's not the case, -substitution doesn't apply here.
Sometimes we need to multiply/divide the integral by a constant.
Imagine we are asked to find . Notice that while we have a composite function , it is not multiplied by anything. That might seem weird at first, but let's proceed and see what happens.
We let , then . Now we substitute into the integral, not before we perform this clever manipulation:
See what we did there? In order to have in the integrand, we multiplied the entire integral by . That way we allowed for -substitution while keeping the value of the integral the same.
Let's continue with the substitution:
Key takeaway: Sometimes we need to multiply or divide the entire integral by a constant, so we can achieve the appropriate form for -substitution without changing the value of the integral.
Want more practice? Try this exercise.
Want to join the conversation?
- who's confused cos I'm definitely baffled o_0(43 votes)
- At least you're introducing trigonometry into your communication, cos that's not easy.(128 votes)
- Repeatedly the idea of multiplying the dx out is being referred to as unorthodox. Is there a more formal or mainstream way of doing or thinking about this? It makes intuitive sense to me, but I'm wondering if there's something I should know about the "proper" method.(41 votes)
- try googling "integration by parts"(9 votes)
- Would you please help me to solve ∫6x^2e^2xdx?(1 vote)
- I don't think you'll be able to solve this using 𝘶-substitution.
I used integration by parts (it took two iterations). There are several integration by parts videos on KA. I'd recommend you watch them all, but this one is closest to the problem you are trying to solve:
https://www.khanacademy.org/math/calculus-home/integration-techniques-calc/integration-by-parts-calc/v/integration-by-parts-twice-for-antiderivative-of-x-2-e-x(23 votes)
- Is there a video somewhere that goes over just u, du, dx and how they are chosen or derived?(4 votes)
- u is just the variable that was chosen to represent what you replace.
du and dx are just parts of a derivative, where of course u is substituted part fo the function. u will always be some function of x, so you take the derivative of u with respect to x, or in other words du/dx.
There should be videos on this playlist such as "u-substitution intro" and a few others I would watch, but you would also want to watch chain rule videos as well, though here is my explanation. am assuming familiarity with the chain rule.
The chain rule starts with a composite function f(g(x)). Such as sin(x^2), where one function is the sine operation and the other is the squared operation. For the sake of clarity g(f(x)) would be sin^2(x).
Anyway, the chain rule says if you take the derivative with respect to x of f(g(x)) you get f'(g(x))*g'(x). That means if you have a function in THAT form, you can take the integral of it to look like f(g(x)). The process of doing this is traditionally u substitution.
So you start with f'(g(x))*g'(x). the first step is to make u=g(x) that way, when you take the derivative of u with respect to x (in other words du/dx) this gets you g'(x) So now you know what g(x) is in f(g(x)). since you start with f'(g(x))*g'(x) you ust have to take the integral of f'(g(x)) to get f(g(x)), though it's easier if g(x) is just a single variable, so we substitute in u for g(x). of course at the end you need to re-substitute g(x) for it.
For notation's sake, and to ensure everything works out logically du/dx = g'(x) is changed to du = g'(x) dx because when you take the integral of something you add dx (as long as it is with respect to x.) so the integral of f'(g(x))*g'(x) dx gets g'(x) dx replaced with du because f'(g(x)) becomes f'(u). so now you have the integral of f'(u) du which of course becomes f(u), then you replace u with g(x) to get f(g(x)) effectively undoing the chain rule.
Let me know if this did not help. And of course, I should mention with indefinite integrals you always put a + C at the end of your answer.(10 votes)
- if trigonometry enters this field, am I gone?(5 votes)
- Pretty vague question. Trigonometry is extensively integrated into calculus, so you'll eventually encounter it. That said, if you know your trig identities, it's really easy. Trust me, going forward, the easiest thing about integrals is doing the integral itself, be it trig, logs or anything else. Once you learn about double and triple integrals (yeah they exist), you'll see that the integration is the easiest part of it.(5 votes)
- Can I use u-substitution to find anti-derivative of (x^2 + 1)^2? u = (x^2 + 1) and du/dx = 2x(3 votes)
- That won't work. Replacing x²+1 by u leaves you with u²dx, but the du=2xdx part doesn't help you.
However, this is just a polynomial. You can expand it as x⁴+2x²+1, then use the power rule.(5 votes)
- If u substitution does not apply in ∫x^2 cos(2x)dx which approach should we use?(4 votes)
- The product of a polynomial and a trig function is a classic example of integration by parts.(2 votes)
- can we multiply/divide by a variable?(3 votes)
- As long as you do it to both sides of the equation, yes, you can (with the exception of the variable being = 0)(2 votes)
- Hi, would you please help me solve (2x^3)/(1+x^2) using you-substitution? I don't quite understand why the answer I am looking at online calls for a subtraction of two integrals. Thanks!(3 votes)
- So I have this question that has me baffled. It is: find the integral of 2sec^2⋅(x)tan(x)*
Now to solve it, I need u substitution. Well, when I saw the question, I found that I have two options for u, and both will work. Here's what I did:
*u = tan(x)*
du = sec^2(x) dx
dx = du/sec^2(x)
Putting this in the question, I get:
int(2sec^2(x)⋅u du/sec^2(x)) = int(2u du)
= 2int(u du) = 2×1/2 u^2 = u^2 = tan^2(x) + C
So here we got the integral is *tan^2(x) + C.
Now the second option
u = sec(x)*
du = sec(x)tan(x) dx
dx = du/sec(x)tan(x)
Putting this in the question, *but only substituting for one sec(x)*, I get:
int(2u⋅sec(x)tan(x) du/sec(x)tan(x)) = int(2u du) = u^2 (as done above) = sec^2(x) + C
Here, I get *sec^2(x) + C!!
How's that possible??(2 votes)- Both are correct answers. The fun part about integrals is that you can have several antiderivatives.
If you want, differentiate both of them. For tan^(2)(x), you get 2tan(x)sec^(2)(x) = 2sec^(2)(x)tan(x). For sec^(2)(x), you get 2sec(x)sec(x)tan(x) = 2sec^(2)(x)tan(x). Same answer.(3 votes)