What is the most elementary method for solving $\int(8-\frac{7}{1+x})^2dx$ ?
I am at a loss of how to proceed efficiently and correctly.
This happens to be the little R in a Disk-Method volume problem, with a proposed solution found here. Note: Some values are different in the solution linked.
\begin{align} \int(8-\frac{7}{1+x})^2dx &= \int (64 - \frac{112}{1+x} + \frac{49}{(1+x)^2}) dx \\ &= 64x -112 \ln |1+x| - \frac{49}{1+x} + C \end{align}