1
$\begingroup$

In the following integral:

$$I = \int\frac{5x^4+4x^5}{(x^5+x+1)^2}dx $$

I thought of making partial fractions , then solve it .

But I am not able to make partial fractions.

3 Answers 3

4

$\displaystyle \int\frac{5x^4+4x^5}{(x^5+x+1)^2}dx = \int\frac{5x^4+4x^5}{x^{10}(1+x^{-4}+x^{-5})^2}dx = \int\frac{5x^{-6}+4x^{-5}}{(1+x^{-4}+x^{-5})^2}dx$

put denominator is $=t$

  • 0
    This'd be a lousy problem for partial fractions, anyway. Every term would have multiplicity 2, meaning you'd have to express it as $\frac{a}{x+c}+\frac{b}{(x+c)^2}$, and I'm pretty sure three of the five unique roots aren't expressible by radicals. You're much better off with this solution.2017-01-03
3

This problem can be easily solved if you use the Ostrogadsky method. Let me just give a hint of the procedure to be used.


Let $P (x) $ and $Q (x) $ be polynomials, where $Q (x) $ has repeated roots and $P (x)/Q (x) $ is a proper fraction, that is, no more polynomial long division can be done. Then, $$\int \frac {P(x)}{Q (x)} dx = \frac {P_1 (x)}{Q_1 (x)} +\int \frac {P_2 (x)}{Q_2 (x)} dx $$ Here $Q_1 (x) $ is the gcd of $Q (x) $ and it's derivative $Q'(x) $ ( computed using Euclidean algorithm) and $Q_2 (x)=Q (x)/Q_1 (x) $. We differentiate the integral equation on both sides and find suitable polynomials $P_1(x) $ and $P_2 (x) $ by solving a system of linear equations for their undetermined coefficients (very much like in partial fraction decomposition). The degrees of $P_1 (x) $ and $P_2 (x) $ are lower than that of $Q_1 (x) $ and $Q_2 (x) $ respectively.


For our integral we have, $$P (x)= x^4 (4x+5) $$ $$Q (x)=(x^5+x+1)^2$$ $$Q'(x)=2 (5x^4+1)(x^5+x+1) $$ $$Q_1(x)=Q_2 (x)=x^5+x+1$$ We then get the polynomials $$P_1 (x)=-x-1 \text { and } P_2 (x)=0$$. Thus, $$I =\int \frac {5x^4+4x^5}{(x^5+x+1)^2} dx =-\frac {x+1}{x^5+x+1} $$ Hope it helps.

2

Set $x=1/y$

$$I=-\int\dfrac{5y^4+4y^3}{(1+y^4+y^5)^2} dy$$

Set $1+y^4+y^5=u$