3.17.99 1xlog(15x)dx

Optimal. Leaf size=19 125e4log(log(15x))

________________________________________________________________________________________

Rubi [A]  time = 0.01, antiderivative size = 11, normalized size of antiderivative = 0.58, number of steps used = 2, number of rules used = 2, integrand size = 14, number of rulesintegrand size = 0.143, Rules used = {2302, 29} log(log(15x))

Antiderivative was successfully verified.

[In]

Int[1/(x*Log[1/(5*x)]),x]

[Out]

-Log[Log[1/(5*x)]]

Rule 29

Int[(x_)^(-1), x_Symbol] :> Simp[Log[x], x]

Rule 2302

Int[((a_.) + Log[(c_.)*(x_)^(n_.)]*(b_.))^(p_.)/(x_), x_Symbol] :> Dist[1/(b*n), Subst[Int[x^p, x], x, a + b*L
og[c*x^n]], x] /; FreeQ[{a, b, c, n, p}, x]

Rubi steps

integral=Subst(1xdx,x,log(15x))=log(log(15x))

________________________________________________________________________________________

Mathematica [A]  time = 0.01, size = 11, normalized size = 0.58 log(log(15x))

Antiderivative was successfully verified.

[In]

Integrate[1/(x*Log[1/(5*x)]),x]

[Out]

-Log[Log[1/(5*x)]]

________________________________________________________________________________________

fricas [A]  time = 0.70, size = 9, normalized size = 0.47 log(log(15x))

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/x/log(1/5/x),x, algorithm="fricas")

[Out]

-log(log(1/5/x))

________________________________________________________________________________________

giac [A]  time = 0.51, size = 8, normalized size = 0.42 log(|log(5x)|)

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/x/log(1/5/x),x, algorithm="giac")

[Out]

-log(abs(log(5*x)))

________________________________________________________________________________________

maple [A]  time = 0.02, size = 10, normalized size = 0.53




method result size



derivativedivides ln(ln(15x)) 10
default ln(ln(15x)) 10
norman ln(ln(15x)) 10
risch ln(ln(15x)) 10



Verification of antiderivative is not currently implemented for this CAS.

[In]

int(1/x/ln(1/5/x),x,method=_RETURNVERBOSE)

[Out]

-ln(ln(1/5/x))

________________________________________________________________________________________

maxima [A]  time = 0.41, size = 9, normalized size = 0.47 log(log(15x))

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/x/log(1/5/x),x, algorithm="maxima")

[Out]

-log(log(1/5/x))

________________________________________________________________________________________

mupad [B]  time = 1.14, size = 9, normalized size = 0.47 ln(ln(15x))

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(1/(x*log(1/(5*x))),x)

[Out]

-log(log(1/(5*x)))

________________________________________________________________________________________

sympy [A]  time = 0.12, size = 8, normalized size = 0.42 log(log(15x))

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/x/ln(1/5/x),x)

[Out]

-log(log(1/(5*x)))

________________________________________________________________________________________