Asphyxiated
- 263
- 0
Homework Statement
Find:
\int \frac {-1}{x^{2}(1+\frac{1}{x})^{2}} dx
Homework Equations
Same as before:
\int f(u)du = F(g(x)) + C
The Attempt at a Solution
Let
u = 1 + \frac {1}{x}
then
du = -\frac{1}{x^{2}}
so
\frac {-1}{x^{2}(1+\frac{1}{x})^{2}} dx = \frac {1}{u^{2}} du
How does this work out? If u = (1 + 1/x) where did the x^2 go from dx to du?
Then it goes like this:
\int \frac {-1}{x^{2}(1+\frac{1}{x})^{2}} dx = \int \frac {1}{u^{2}}du = \frac {u^{-1}}{-1} + C = - \frac {1}{1+\frac{1}{x}} + C
According to the book this problem can also be done without substituting anything like so:
\int \frac {-1}{x^{2}(1+\frac{1}{x})^{2}} dx = \int \frac {1}{(1+\frac{1}{x})^{2}} * d(1 + \frac{1}{x}) = \frac {(1 + \frac {1}{x})^{-1}}{-1} + C
So my problem here is that I do not understand exactly what is happening, is the reason that we choose u = 1 + 1/x because its derivative is -1/x^2? and that's where the x^2 went in the very first step? Am I on the right track?