I need help with this partial fraction problem.

Find the indefinite integral of (-5x^3+5x^2-5)/(x^4+X^3). I got -5(log(x+1)+(1/x)-(1/(2x^2)).

To find the indefinite integral of (-5x^3+5x^2-5)/(x^4+x^3), you can first decompose the rational function into partial fractions. Here's how:

1. Start by factoring the denominator, if possible. In this case, x^4 + x^3 cannot be factored further.

2. Write the rational function as a sum of partial fractions, with each fraction having a simpler denominator. Since the degree of the numerator is equal to the degree of the denominator, you will use proper fractions. Assume the partial fractions have the form:

(-5x^3 + 5x^2 - 5)/(x^4 + x^3) = A/x + B/(x+1) + C/(x^2 + 1) + D/(x^2 - x + 1)

3. Multiply both sides of the equation by the common denominator, (x^4 + x^3), to eliminate the fractions. This gives:

-5x^3 + 5x^2 - 5 = A(x+1)(x^2 + 1)(x^2 - x + 1) + Bx(x^2 + 1)(x^2 - x + 1) + Cx(x+1)(x^2 - x + 1) + Dx(x+1)(x^2 + 1)

4. Simplify the right-hand side of the equation by expanding the products and grouping like terms. The result will be a polynomial equation.

5. Equate the coefficients of like powers of x on both sides of the equation. This will give you a set of linear equations to solve for the unknown coefficients A, B, C, and D.

6. Once you have determined the values of A, B, C, and D, you can rewrite the original rational function as a sum of the partial fractions:

(-5x^3 + 5x^2 - 5)/(x^4 + x^3) = A/x + B/(x+1) + C/(x^2 + 1) + D/(x^2 - x + 1)

7. Now, you can find the indefinite integral by integrating each term separately. The integral of A/x is A ln(x), the integral of B/(x+1) is B ln(x + 1), and the integrals of C/(x^2 + 1) and D/(x^2 - x + 1) can be found using trigonometric substitution.

After you calculate the integrals of each term, you can combine them and simplify to give the final answer.

It seems that you have already performed these steps and obtained an answer of -5(log(x+1)+(1/x)-(1/(2x^2)). Well done!