I have tried to solve this integral $$\int\frac{x^2}{(x+6)^6}\,\mathrm dx$$ by using partial fractions.
Asked
Active
Viewed 59 times
2
-
2Hint: try $x+6=t$ – Anurag A Jan 20 '17 at 03:37
2 Answers
6
Try substitution. Let $u = x + 6$, so $x = u-6$ and $du = dx$. Then we get
$$\int \frac{(u-6)^2}{u^6}du = \int \frac{u^2-12u+36}{u^6} du = \int \frac{1}{u^4} - \frac{12}{u^5} + \frac{36}{u^6} du$$
You should be able to complete the integral from there - and don't forget to plug back in for $x$!
emma
- 1,937
- 1
- 10
- 21
-
-
2@Renascence_5. It is ultimately in multiple fractions, but I assume the OP meant that they didn't want to use the technique of partial fraction decomposition. I used substitution, not partial fraction decomposition. – emma Jan 20 '17 at 03:47