Beginning Integration — The Reverse of Differentiation
Question
Integrate \(\int\left(w + \dfrac{1}{w}\right)\left(w - \dfrac{1}{w}\right)dw\)
Solution
Show solution Hide solution Fully worked — 4 steps
-
Expand the product\[ \int\left(w + \frac{1}{w}\right)\left(w - \frac{1}{w}\right)dw \]
Express the product as a difference of two squares
\[ = \int\left(w^2 - \frac{1}{w^2}\right)dw \] -
Split the integral into a sum
Use \(\int f(x)\,dx + g(x)\,dx = \int f(x)\,dx + \int g(x)\,dx\)
\[ = \int w^2\,dw - \int \frac{1}{w^2}\,dw \] -
Express in negative exponential form\[ = \int w^2\,dw - \int w^{-2}\,dw \]
-
Apply the rule and simplify
Use \(\int x^n\,dx = \frac{1}{n+1}x^{n+1} + c\). Simplify
\[ \int\left(w + \frac{1}{w}\right)\left(w - \frac{1}{w}\right)dw = \frac{w^3}{3} + \frac{1}{w} + c \]That is, the integral is \(w\) cubed over 3, plus 1 over \(w\), plus the constant of integration \(c\).