
William W. answered 07/18/22
Experienced Tutor and Retired Engineer
Let u = x6 - 3 then du/dx = 6x5 or du = 6x5 dx
Prior to performing the substitution, you can think of the original problem as:
∫(6/6)x5(x6 - 3) dx = 1/6∫6x5(x6 - 3) dx =
1/6∫(x6 - 3)6x5 dx
Now, perform the substitution (u = x6 - 3 and du = 6x5 dx) making the integral:
1/6∫u du
Evaluate the integral:
1/6(1/2u2 + C) = 1/12u2 + C
Now, back substitute (u = x6 - 3) to get:
1/12(x6 - 3)2 + C
Double check by taking the derivative to make sure it matches the original problem by using the power rule and the chain rule and it checks out.