3.73.25 128x8+log(24)xlog(24)dx

Optimal. Leaf size=13 1+16x8log(24)+log(x)

________________________________________________________________________________________

Rubi [A]  time = 0.01, antiderivative size = 12, normalized size of antiderivative = 0.92, number of steps used = 3, number of rules used = 2, integrand size = 16, number of rulesintegrand size = 0.125, Rules used = {12, 14} 16x8log(24)+log(x)

Antiderivative was successfully verified.

[In]

Int[(128*x^8 + Log[24])/(x*Log[24]),x]

[Out]

(16*x^8)/Log[24] + Log[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 14

Int[(u_)*((c_.)*(x_))^(m_.), x_Symbol] :> Int[ExpandIntegrand[(c*x)^m*u, x], x] /; FreeQ[{c, m}, x] && SumQ[u]
 &&  !LinearQ[u, x] &&  !MatchQ[u, (a_) + (b_.)*(v_) /; FreeQ[{a, b}, x] && InverseFunctionQ[v]]

Rubi steps

integral=128x8+log(24)xdxlog(24)=(128x7+log(24)x)dxlog(24)=16x8log(24)+log(x)

________________________________________________________________________________________

Mathematica [A]  time = 0.00, size = 12, normalized size = 0.92 16x8log(24)+log(x)

Antiderivative was successfully verified.

[In]

Integrate[(128*x^8 + Log[24])/(x*Log[24]),x]

[Out]

(16*x^8)/Log[24] + Log[x]

________________________________________________________________________________________

fricas [A]  time = 1.07, size = 16, normalized size = 1.23 16x8+log(24)log(x)log(24)

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((log(24)+128*x^8)/x/log(24),x, algorithm="fricas")

[Out]

(16*x^8 + log(24)*log(x))/log(24)

________________________________________________________________________________________

giac [A]  time = 0.14, size = 19, normalized size = 1.46 128x8+log(24)log(x8)8log(24)

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((log(24)+128*x^8)/x/log(24),x, algorithm="giac")

[Out]

1/8*(128*x^8 + log(24)*log(x^8))/log(24)

________________________________________________________________________________________

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




method result size



norman 16x8ln(24)+ln(x) 13
default 16x8+ln(24)ln(x)ln(24) 17
risch 16x83ln(2)+ln(3)+ln(x) 18



Verification of antiderivative is not currently implemented for this CAS.

[In]

int((ln(24)+128*x^8)/x/ln(24),x,method=_RETURNVERBOSE)

[Out]

16*x^8/ln(24)+ln(x)

________________________________________________________________________________________

maxima [A]  time = 0.36, size = 19, normalized size = 1.46 128x8+log(24)log(x8)8log(24)

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((log(24)+128*x^8)/x/log(24),x, algorithm="maxima")

[Out]

1/8*(128*x^8 + log(24)*log(x^8))/log(24)

________________________________________________________________________________________

mupad [B]  time = 0.03, size = 12, normalized size = 0.92 ln(x)+16x8ln(24)

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((log(24) + 128*x^8)/(x*log(24)),x)

[Out]

log(x) + (16*x^8)/log(24)

________________________________________________________________________________________

sympy [A]  time = 0.10, size = 14, normalized size = 1.08 16x8+log(24)log(x)log(24)

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((ln(24)+128*x**8)/x/ln(24),x)

[Out]

(16*x**8 + log(24)*log(x))/log(24)

________________________________________________________________________________________