3.1.56 \(\int \frac {\log (c \log ^p(d x))}{x} \, dx\) [56]

Optimal. Leaf size=20 \[ -p \log (x)+\log (d x) \log \left (c \log ^p(d x)\right ) \]

[Out]

-p*ln(x)+ln(d*x)*ln(c*ln(d*x)^p)

________________________________________________________________________________________

Rubi [A]
time = 0.01, antiderivative size = 20, normalized size of antiderivative = 1.00, number of steps used = 1, number of rules used = 1, integrand size = 13, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.077, Rules used = {2601} \begin {gather*} \log (d x) \log \left (c \log ^p(d x)\right )-p \log (x) \end {gather*}

Antiderivative was successfully verified.

[In]

Int[Log[c*Log[d*x]^p]/x,x]

[Out]

-(p*Log[x]) + Log[d*x]*Log[c*Log[d*x]^p]

Rule 2601

Int[((a_.) + Log[Log[(d_.)*(x_)^(n_.)]^(p_.)*(c_.)]*(b_.))/(x_), x_Symbol] :> Simp[Log[d*x^n]*((a + b*Log[c*Lo
g[d*x^n]^p])/n), x] - Simp[b*p*Log[x], x] /; FreeQ[{a, b, c, d, n, p}, x]

Rubi steps

\begin {align*} \int \frac {\log \left (c \log ^p(d x)\right )}{x} \, dx &=-p \log (x)+\log (d x) \log \left (c \log ^p(d x)\right )\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]
time = 0.01, size = 22, normalized size = 1.10 \begin {gather*} -p \log (d x)+\log (d x) \log \left (c \log ^p(d x)\right ) \end {gather*}

Antiderivative was successfully verified.

[In]

Integrate[Log[c*Log[d*x]^p]/x,x]

[Out]

-(p*Log[d*x]) + Log[d*x]*Log[c*Log[d*x]^p]

________________________________________________________________________________________

Maple [A]
time = 0.05, size = 23, normalized size = 1.15

method result size
derivativedivides \(\ln \left (d x \right ) \ln \left (c \ln \left (d x \right )^{p}\right )-\ln \left (d x \right ) p\) \(23\)
default \(\ln \left (d x \right ) \ln \left (c \ln \left (d x \right )^{p}\right )-\ln \left (d x \right ) p\) \(23\)

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(ln(c*ln(d*x)^p)/x,x,method=_RETURNVERBOSE)

[Out]

ln(d*x)*ln(c*ln(d*x)^p)-ln(d*x)*p

________________________________________________________________________________________

Maxima [A]
time = 0.28, size = 22, normalized size = 1.10 \begin {gather*} -p \log \left (d x\right ) + \log \left (d x\right ) \log \left (c \log \left (d x\right )^{p}\right ) \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(log(c*log(d*x)^p)/x,x, algorithm="maxima")

[Out]

-p*log(d*x) + log(d*x)*log(c*log(d*x)^p)

________________________________________________________________________________________

Fricas [A]
time = 0.37, size = 24, normalized size = 1.20 \begin {gather*} p \log \left (d x\right ) \log \left (\log \left (d x\right )\right ) - {\left (p - \log \left (c\right )\right )} \log \left (d x\right ) \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(log(c*log(d*x)^p)/x,x, algorithm="fricas")

[Out]

p*log(d*x)*log(log(d*x)) - (p - log(c))*log(d*x)

________________________________________________________________________________________

Sympy [F]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \int \frac {\log {\left (c \log {\left (d x \right )}^{p} \right )}}{x}\, dx \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(ln(c*ln(d*x)**p)/x,x)

[Out]

Integral(log(c*log(d*x)**p)/x, x)

________________________________________________________________________________________

Giac [A]
time = 4.18, size = 32, normalized size = 1.60 \begin {gather*} {\left ({\left (\log \left (d\right ) + \log \left (x\right )\right )} \log \left (\log \left (d\right ) + \log \left (x\right )\right ) - \log \left (d\right ) - \log \left (x\right )\right )} p + {\left (\log \left (d\right ) + \log \left (x\right )\right )} \log \left (c\right ) \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(log(c*log(d*x)^p)/x,x, algorithm="giac")

[Out]

((log(d) + log(x))*log(log(d) + log(x)) - log(d) - log(x))*p + (log(d) + log(x))*log(c)

________________________________________________________________________________________

Mupad [B]
time = 0.28, size = 20, normalized size = 1.00 \begin {gather*} \ln \left (c\,{\ln \left (d\,x\right )}^p\right )\,\ln \left (d\,x\right )-p\,\ln \left (x\right ) \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(log(c*log(d*x)^p)/x,x)

[Out]

log(c*log(d*x)^p)*log(d*x) - p*log(x)

________________________________________________________________________________________