how to use u-substitution for integration?
Basically you find something that looks like it has its derivative in the integral in an attempt to reverse the chain rule easier.
similar to using systems in algebra to solve for an equation. The rule is: \[\int\limits f(g(x))g'(x)dx = \int\limits f(u)du\] where u = g(x)
For example: \[\int\limits \left( 1-\frac{ 1 }{ w }\right)\cos(w-\ln(w))dw\]
btw the derivative of ln(w) is 1/w
You should know how to integrate just a cosine so let’s make the substitution the stuff that is inside the cosine to make it simpler \[u = w-\ln(w)\] \[du = (1-\frac{ 1 }{ w })dw\] in front of the cosine appears exactly in the differential. The integral is then: \[\int\limits (1-\frac{ 1 }{ w })\cos(w-\ln(w))dw = \int\limits \cos(u)dt\] \[= \sin(u) + C\] PLUG IT BACK IN \[\sin(w-\ln(w))+C\]
Or a little simpler: \[\int\limits \frac{\ln(x) dx}{x}; u=\ln(x) \implies \frac{du}{dx}=\frac{1}{x} \implies du=\frac{dx}{x}; \implies \]\[\int\limits u du=\frac{u^2}{2}+C=\frac{\ln^2(x)}{x}+C\]
Join our real-time social learning platform and learn together with your friends!