2

I have tried to solve this integral $$\int\frac{x^2}{(x+6)^6}\,\mathrm dx$$ by using partial fractions.

Renascence_5.
  • 5,281
  • 1
  • 27
  • 69

2 Answers2

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
  • It's still partial fractions – Renascence_5. Jan 20 '17 at 03:41
  • 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
4

HINT:

Write $x^2$ as

$$x^2=(x+6)^2-12(x+6)+36$$

Mark Viola
  • 179,405