3.89.73 900+1194x+1272x2+955x3+378x4+71x5+5x6144x2+168x3+73x4+14x5+x6dx

Optimal. Leaf size=24 1+13+x+5(3+x)25x(4+x)+log(x)

________________________________________________________________________________________

Rubi [A]  time = 0.09, antiderivative size = 27, normalized size of antiderivative = 1.12, number of steps used = 2, number of rules used = 1, integrand size = 57, number of rulesintegrand size = 0.018, Rules used = {2074} 5x+1x+3+254(x+4)254x+log(x)

Antiderivative was successfully verified.

[In]

Int[(900 + 1194*x + 1272*x^2 + 955*x^3 + 378*x^4 + 71*x^5 + 5*x^6)/(144*x^2 + 168*x^3 + 73*x^4 + 14*x^5 + x^6)
,x]

[Out]

-25/(4*x) + 5*x + (3 + x)^(-1) + 25/(4*(4 + x)) + Log[x]

Rule 2074

Int[(P_)^(p_)*(Q_)^(q_.), x_Symbol] :> With[{PP = Factor[P]}, Int[ExpandIntegrand[PP^p*Q^q, x], x] /;  !SumQ[N
onfreeFactors[PP, x]]] /; FreeQ[q, x] && PolyQ[P, x] && PolyQ[Q, x] && IntegerQ[p] && NeQ[P, x]

Rubi steps

integral=(5+254x2+1x1(3+x)2254(4+x)2)dx=254x+5x+13+x+254(4+x)+log(x)

________________________________________________________________________________________

Mathematica [A]  time = 0.02, size = 32, normalized size = 1.33 254x+5x+91+29x4(12+7x+x2)+log(x)

Antiderivative was successfully verified.

[In]

Integrate[(900 + 1194*x + 1272*x^2 + 955*x^3 + 378*x^4 + 71*x^5 + 5*x^6)/(144*x^2 + 168*x^3 + 73*x^4 + 14*x^5
+ x^6),x]

[Out]

-25/(4*x) + 5*x + (91 + 29*x)/(4*(12 + 7*x + x^2)) + Log[x]

________________________________________________________________________________________

fricas [B]  time = 0.44, size = 50, normalized size = 2.08 5x4+35x3+61x2+(x3+7x2+12x)log(x)21x75x3+7x2+12x

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((5*x^6+71*x^5+378*x^4+955*x^3+1272*x^2+1194*x+900)/(x^6+14*x^5+73*x^4+168*x^3+144*x^2),x, algorithm=
"fricas")

[Out]

(5*x^4 + 35*x^3 + 61*x^2 + (x^3 + 7*x^2 + 12*x)*log(x) - 21*x - 75)/(x^3 + 7*x^2 + 12*x)

________________________________________________________________________________________

giac [A]  time = 0.14, size = 29, normalized size = 1.21 5x+x221x75(x+4)(x+3)x+log(|x|)

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((5*x^6+71*x^5+378*x^4+955*x^3+1272*x^2+1194*x+900)/(x^6+14*x^5+73*x^4+168*x^3+144*x^2),x, algorithm=
"giac")

[Out]

5*x + (x^2 - 21*x - 75)/((x + 4)*(x + 3)*x) + log(abs(x))

________________________________________________________________________________________

maple [A]  time = 0.04, size = 24, normalized size = 1.00




method result size



default 5x+ln(x)254x+254(4+x)+13+x 24
risch 5x+x221x75x(x2+7x+12)+ln(x) 29
norman 5x4184x2441x75x(x2+7x+12)+ln(x) 33



Verification of antiderivative is not currently implemented for this CAS.

[In]

int((5*x^6+71*x^5+378*x^4+955*x^3+1272*x^2+1194*x+900)/(x^6+14*x^5+73*x^4+168*x^3+144*x^2),x,method=_RETURNVER
BOSE)

[Out]

5*x+ln(x)-25/4/x+25/4/(4+x)+1/(3+x)

________________________________________________________________________________________

maxima [A]  time = 0.37, size = 29, normalized size = 1.21 5x+x221x75x3+7x2+12x+log(x)

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((5*x^6+71*x^5+378*x^4+955*x^3+1272*x^2+1194*x+900)/(x^6+14*x^5+73*x^4+168*x^3+144*x^2),x, algorithm=
"maxima")

[Out]

5*x + (x^2 - 21*x - 75)/(x^3 + 7*x^2 + 12*x) + log(x)

________________________________________________________________________________________

mupad [B]  time = 0.07, size = 32, normalized size = 1.33 5x+ln(x)x2+21x+75x3+7x2+12x

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((1194*x + 1272*x^2 + 955*x^3 + 378*x^4 + 71*x^5 + 5*x^6 + 900)/(144*x^2 + 168*x^3 + 73*x^4 + 14*x^5 + x^6)
,x)

[Out]

5*x + log(x) - (21*x - x^2 + 75)/(12*x + 7*x^2 + x^3)

________________________________________________________________________________________

sympy [A]  time = 0.12, size = 26, normalized size = 1.08 5x+x221x75x3+7x2+12x+log(x)

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((5*x**6+71*x**5+378*x**4+955*x**3+1272*x**2+1194*x+900)/(x**6+14*x**5+73*x**4+168*x**3+144*x**2),x)

[Out]

5*x + (x**2 - 21*x - 75)/(x**3 + 7*x**2 + 12*x) + log(x)

________________________________________________________________________________________