3.73.57 24x2+24x2log(3)log(3)dx

Optimal. Leaf size=13 8x2(x+xlog(3))

________________________________________________________________________________________

Rubi [A]  time = 0.01, antiderivative size = 13, normalized size of antiderivative = 1.00, number of steps used = 3, number of rules used = 3, integrand size = 18, number of rulesintegrand size = 0.167, Rules used = {6, 12, 30} 8x3(1+log(3))log(3)

Antiderivative was successfully verified.

[In]

Int[(24*x^2 + 24*x^2*Log[3])/Log[3],x]

[Out]

(8*x^3*(1 + Log[3]))/Log[3]

Rule 6

Int[(u_.)*((w_.) + (a_.)*(v_) + (b_.)*(v_))^(p_.), x_Symbol] :> Int[u*((a + b)*v + w)^p, x] /; FreeQ[{a, b}, x
] &&  !FreeQ[v, x]

Rule 12

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

Rule 30

Int[(x_)^(m_.), x_Symbol] :> Simp[x^(m + 1)/(m + 1), x] /; FreeQ[m, x] && NeQ[m, -1]

Rubi steps

integral=x2(24+24log(3))log(3)dx=(24+24log(3))x2dxlog(3)=8x3(1+log(3))log(3)

________________________________________________________________________________________

Mathematica [A]  time = 0.00, size = 13, normalized size = 1.00 8x3(1+log(3))log(3)

Antiderivative was successfully verified.

[In]

Integrate[(24*x^2 + 24*x^2*Log[3])/Log[3],x]

[Out]

(8*x^3*(1 + Log[3]))/Log[3]

________________________________________________________________________________________

fricas [A]  time = 1.01, size = 16, normalized size = 1.23 8(x3log(3)+x3)log(3)

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((24*x^2*log(3)+24*x^2)/log(3),x, algorithm="fricas")

[Out]

8*(x^3*log(3) + x^3)/log(3)

________________________________________________________________________________________

giac [A]  time = 0.20, size = 16, normalized size = 1.23 8(x3log(3)+x3)log(3)

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((24*x^2*log(3)+24*x^2)/log(3),x, algorithm="giac")

[Out]

8*(x^3*log(3) + x^3)/log(3)

________________________________________________________________________________________

maple [A]  time = 0.02, size = 14, normalized size = 1.08




method result size



gosper 8x3(ln(3)+1)ln(3) 14
norman 8x3(ln(3)+1)ln(3) 14
risch 8x3+8x3ln(3) 16
default 8x3ln(3)+8x3ln(3) 19



Verification of antiderivative is not currently implemented for this CAS.

[In]

int((24*x^2*ln(3)+24*x^2)/ln(3),x,method=_RETURNVERBOSE)

[Out]

8*x^3*(ln(3)+1)/ln(3)

________________________________________________________________________________________

maxima [A]  time = 0.34, size = 16, normalized size = 1.23 8(x3log(3)+x3)log(3)

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((24*x^2*log(3)+24*x^2)/log(3),x, algorithm="maxima")

[Out]

8*(x^3*log(3) + x^3)/log(3)

________________________________________________________________________________________

mupad [B]  time = 0.02, size = 14, normalized size = 1.08 x3(8ln(3)+8)ln(3)

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((24*x^2*log(3) + 24*x^2)/log(3),x)

[Out]

(x^3*(8*log(3) + 8))/log(3)

________________________________________________________________________________________

sympy [A]  time = 0.06, size = 12, normalized size = 0.92 x3(8+8log(3))log(3)

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((24*x**2*ln(3)+24*x**2)/ln(3),x)

[Out]

x**3*(8 + 8*log(3))/log(3)

________________________________________________________________________________________