3.129 \(\int \frac {1}{x (3+\log (x))} \, dx\)

Optimal. Leaf size=5 \[ \log (\log (x)+3) \]

[Out]

ln(3+ln(x))

________________________________________________________________________________________

Rubi [A]  time = 0.02, antiderivative size = 5, normalized size of antiderivative = 1.00, number of steps used = 2, number of rules used = 2, integrand size = 10, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.200, Rules used = {2302, 29} \[ \log (\log (x)+3) \]

Antiderivative was successfully verified.

[In]

Int[1/(x*(3 + Log[x])),x]

[Out]

Log[3 + Log[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

\begin {align*} \int \frac {1}{x (3+\log (x))} \, dx &=\operatorname {Subst}\left (\int \frac {1}{x} \, dx,x,3+\log (x)\right )\\ &=\log (3+\log (x))\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]  time = 0.01, size = 5, normalized size = 1.00 \[ \log (\log (x)+3) \]

Antiderivative was successfully verified.

[In]

Integrate[1/(x*(3 + Log[x])),x]

[Out]

Log[3 + Log[x]]

________________________________________________________________________________________

fricas [A]  time = 0.86, size = 5, normalized size = 1.00 \[ \log \left (\log \relax (x) + 3\right ) \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

log(log(x) + 3)

________________________________________________________________________________________

giac [B]  time = 0.16, size = 22, normalized size = 4.40 \[ \frac {1}{2} \, \log \left (\frac {1}{4} \, \pi ^{2} {\left (\mathrm {sgn}\relax (x) - 1\right )}^{2} + {\left (\log \left ({\left | x \right |}\right ) + 3\right )}^{2}\right ) \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

1/2*log(1/4*pi^2*(sgn(x) - 1)^2 + (log(abs(x)) + 3)^2)

________________________________________________________________________________________

maple [A]  time = 0.06, size = 6, normalized size = 1.20 \[ \ln \left (\ln \relax (x )+3\right ) \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(1/x/(3+ln(x)),x)

[Out]

ln(3+ln(x))

________________________________________________________________________________________

maxima [A]  time = 0.62, size = 5, normalized size = 1.00 \[ \log \left (\log \relax (x) + 3\right ) \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

log(log(x) + 3)

________________________________________________________________________________________

mupad [B]  time = 0.42, size = 5, normalized size = 1.00 \[ \ln \left (\ln \relax (x)+3\right ) \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(1/(x*(log(x) + 3)),x)

[Out]

log(log(x) + 3)

________________________________________________________________________________________

sympy [A]  time = 0.10, size = 5, normalized size = 1.00 \[ \log {\left (\log {\relax (x )} + 3 \right )} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/x/(3+ln(x)),x)

[Out]

log(log(x) + 3)

________________________________________________________________________________________