How can i integrate 1/(x^8-x)?
2 Answers
Explanation:
We want to find
We start by transforming the integrand into something more integrable.
So
Now let
Now substitute back for
Explanation:
1/(x^8-x) = 1/(x(x^7-1))
color(white)(1/(x^8-x)) = A/x + (Bx^6+Cx^5+Dx^4+Ex^3+Fx^2+Gx+H)/(x^7-1)
Multiplying both ends by
1 = A(x^7-1) + (Bx^6+Cx^5+Dx^4+Ex^3+Fx^2+Gx+H)x
Hence:
A = -1
B = 1
C = D = E = F = G = H = 0
So:
int 1/(x^8-x) dx = int x^6/(x^7-1)-1/x dx
color(white)(int 1/(x^8-x) dx) = 1/7 ln abs(x^7-1)- ln abs(x) + C