3.78.39 1+(6+2x3x2)log(5)log(5)dx

Optimal. Leaf size=22 1+2xx3+(2+x)2xlog(5)

________________________________________________________________________________________

Rubi [A]  time = 0.01, antiderivative size = 19, normalized size of antiderivative = 0.86, number of steps used = 3, number of rules used = 1, integrand size = 20, number of rulesintegrand size = 0.050, Rules used = {12} x3+x2+6xxlog(5)

Antiderivative was successfully verified.

[In]

Int[(-1 + (6 + 2*x - 3*x^2)*Log[5])/Log[5],x]

[Out]

6*x + x^2 - x^3 - x/Log[5]

Rule 12

Int[(a_)*(u_), x_Symbol] :> Dist[a, Int[u, x], x] /; FreeQ[a, x] &&  !MatchQ[u, (b_)*(v_) /; FreeQ[b, x]]

Rubi steps

integral=(1+(6+2x3x2)log(5))dxlog(5)=xlog(5)+(6+2x3x2)dx=6x+x2x3xlog(5)

________________________________________________________________________________________

Mathematica [A]  time = 0.00, size = 19, normalized size = 0.86 6x+x2x3xlog(5)

Antiderivative was successfully verified.

[In]

Integrate[(-1 + (6 + 2*x - 3*x^2)*Log[5])/Log[5],x]

[Out]

6*x + x^2 - x^3 - x/Log[5]

________________________________________________________________________________________

fricas [A]  time = 0.63, size = 23, normalized size = 1.05 (x3x26x)log(5)+xlog(5)

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(((-3*x^2+2*x+6)*log(5)-1)/log(5),x, algorithm="fricas")

[Out]

-((x^3 - x^2 - 6*x)*log(5) + x)/log(5)

________________________________________________________________________________________

giac [A]  time = 0.16, size = 23, normalized size = 1.05 (x3x26x)log(5)+xlog(5)

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(((-3*x^2+2*x+6)*log(5)-1)/log(5),x, algorithm="giac")

[Out]

-((x^3 - x^2 - 6*x)*log(5) + x)/log(5)

________________________________________________________________________________________

maple [A]  time = 0.02, size = 20, normalized size = 0.91




method result size



risch x3+x2+6xxln(5) 20
norman x2+(6ln(5)1)xln(5)x3 22
gosper x(x2ln(5)xln(5)6ln(5)+1)ln(5) 25
default ln(5)(x3+x2+6x)xln(5) 25



Verification of antiderivative is not currently implemented for this CAS.

[In]

int(((-3*x^2+2*x+6)*ln(5)-1)/ln(5),x,method=_RETURNVERBOSE)

[Out]

-x^3+x^2+6*x-x/ln(5)

________________________________________________________________________________________

maxima [A]  time = 0.39, size = 23, normalized size = 1.05 (x3x26x)log(5)+xlog(5)

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(((-3*x^2+2*x+6)*log(5)-1)/log(5),x, algorithm="maxima")

[Out]

-((x^3 - x^2 - 6*x)*log(5) + x)/log(5)

________________________________________________________________________________________

mupad [B]  time = 5.89, size = 21, normalized size = 0.95 x3+x2+(6ln(5)1)xln(5)

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((log(5)*(2*x - 3*x^2 + 6) - 1)/log(5),x)

[Out]

x^2 - x^3 + (x*(6*log(5) - 1))/log(5)

________________________________________________________________________________________

sympy [A]  time = 0.06, size = 17, normalized size = 0.77 x3+x2+x(1+6log(5))log(5)

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(((-3*x**2+2*x+6)*ln(5)-1)/ln(5),x)

[Out]

-x**3 + x**2 + x*(-1 + 6*log(5))/log(5)

________________________________________________________________________________________