Question
Question: How do you integrate \[{{x}^{3}}\sqrt{{{x}^{2}}+1}dx\] ?...
How do you integrate x3x2+1dx ?
Solution
We can solve this question by using Integration by substitution method. We can replace x2+1 as u and its derivative as du. From this we can solve our new function formed after substitution using basic integration techniques until we arrive at the solution.
Complete step by step answer:
Before going to the solution let us know about the Integration by substitution method.
The substitution method is used when an integral contains some function and its derivative. In this case, we can set u equal to the function and rewrite the integral in terms of the new variable u. This makes the integral easier to solve.
Substitution Rule:
∫f(g(xπ))g′(x)dx=∫f(u)du where, u=g(x)
After solving the function we have to back substitute x in place of u to get the answer of our function in original variables.
Given function is ∫x3x2+1dx
Now take x2+1 as u then
u=x2+1
du=2xdx
But in the function we don’t have 2dx so we divide and multiply the equation with 2
⇒21∫2x3x2+1dx
Now rewriting 2x in the starting with dx so that we get 2xdx
⇒21∫x2x2+12xdx
Now substitute u=x2+1 and du=2xdx
Then the equation will become
⇒21∫x2udu
Now we can write x2 as u−1 from u=x2+1
Then the equation will be
⇒21∫(u−1)udu
From this we can rewrite the equation as
⇒21∫uudu−21∫udu
⇒21∫u23du−21∫u21du
Now integrating the function using power rule
Power rule:
∫xndx=n+1xn+1
Here we will substitute 23 and 21 in place of n in power rule
So the equation will become
⇒2125u25−2123u23+c
By simplifying the above equation we will get
⇒51u25−31u23+c
Now subtracting the same variable containing terms we will get
⇒151u23(3u−5)+c
Now we have arrived at the simplest form of the equation.
But to get the answer for original function we have to back substitute
u=x2+1
Then we will get
⇒151(1+x2)23(3(1+x2)−5)+c
By further simplifying it we will get
⇒151(1+x2)23(3x2+3−5)+c
⇒151(1+x2)23(3x2−2)+c
⇒151(1+x2)(1+x2)21(3x2−2)+c
After the simplifications applied we will get
151(1+x2)(1+x2)(3x2−2)+c
So we can write x3x2+1dx=151(1+x2)(1+x2)(3x2−2)+c.
Note:
Students must be careful while using Integration by substitution method as if we don’t do the back substitute part we won’t get the required solution. We will also get slight differences in the answer because there are different ways to simplify the equation after back substitution.