3.53 \(\int \frac {a+b \log (c \log ^p(d x^n))}{x^3} \, dx\)

Optimal. Leaf size=55 \[ \frac {b p \left (d x^n\right )^{2/n} \text {Ei}\left (-\frac {2 \log \left (d x^n\right )}{n}\right )}{2 x^2}-\frac {a+b \log \left (c \log ^p\left (d x^n\right )\right )}{2 x^2} \]

[Out]

1/2*b*p*(d*x^n)^(2/n)*Ei(-2*ln(d*x^n)/n)/x^2+1/2*(-a-b*ln(c*ln(d*x^n)^p))/x^2

________________________________________________________________________________________

Rubi [A]  time = 0.05, antiderivative size = 55, normalized size of antiderivative = 1.00, number of steps used = 3, number of rules used = 3, integrand size = 19, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.158, Rules used = {2522, 2310, 2178} \[ \frac {b p \left (d x^n\right )^{2/n} \text {Ei}\left (-\frac {2 \log \left (d x^n\right )}{n}\right )}{2 x^2}-\frac {a+b \log \left (c \log ^p\left (d x^n\right )\right )}{2 x^2} \]

Antiderivative was successfully verified.

[In]

Int[(a + b*Log[c*Log[d*x^n]^p])/x^3,x]

[Out]

(b*p*(d*x^n)^(2/n)*ExpIntegralEi[(-2*Log[d*x^n])/n])/(2*x^2) - (a + b*Log[c*Log[d*x^n]^p])/(2*x^2)

Rule 2178

Int[(F_)^((g_.)*((e_.) + (f_.)*(x_)))/((c_.) + (d_.)*(x_)), x_Symbol] :> Simp[(F^(g*(e - (c*f)/d))*ExpIntegral
Ei[(f*g*(c + d*x)*Log[F])/d])/d, x] /; FreeQ[{F, c, d, e, f, g}, x] &&  !$UseGamma === True

Rule 2310

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

Rule 2522

Int[((a_.) + Log[Log[(d_.)*(x_)^(n_.)]^(p_.)*(c_.)]*(b_.))*((e_.)*(x_))^(m_.), x_Symbol] :> Simp[((e*x)^(m + 1
)*(a + b*Log[c*Log[d*x^n]^p]))/(e*(m + 1)), x] - Dist[(b*n*p)/(m + 1), Int[(e*x)^m/Log[d*x^n], x], x] /; FreeQ
[{a, b, c, d, e, m, n, p}, x] && NeQ[m, -1]

Rubi steps

\begin {align*} \int \frac {a+b \log \left (c \log ^p\left (d x^n\right )\right )}{x^3} \, dx &=-\frac {a+b \log \left (c \log ^p\left (d x^n\right )\right )}{2 x^2}+\frac {1}{2} (b n p) \int \frac {1}{x^3 \log \left (d x^n\right )} \, dx\\ &=-\frac {a+b \log \left (c \log ^p\left (d x^n\right )\right )}{2 x^2}+\frac {\left (b p \left (d x^n\right )^{2/n}\right ) \operatorname {Subst}\left (\int \frac {e^{-\frac {2 x}{n}}}{x} \, dx,x,\log \left (d x^n\right )\right )}{2 x^2}\\ &=\frac {b p \left (d x^n\right )^{2/n} \text {Ei}\left (-\frac {2 \log \left (d x^n\right )}{n}\right )}{2 x^2}-\frac {a+b \log \left (c \log ^p\left (d x^n\right )\right )}{2 x^2}\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]  time = 0.04, size = 49, normalized size = 0.89 \[ -\frac {a+b \log \left (c \log ^p\left (d x^n\right )\right )-b p \left (d x^n\right )^{2/n} \text {Ei}\left (-\frac {2 \log \left (d x^n\right )}{n}\right )}{2 x^2} \]

Antiderivative was successfully verified.

[In]

Integrate[(a + b*Log[c*Log[d*x^n]^p])/x^3,x]

[Out]

-1/2*(a - b*p*(d*x^n)^(2/n)*ExpIntegralEi[(-2*Log[d*x^n])/n] + b*Log[c*Log[d*x^n]^p])/x^2

________________________________________________________________________________________

fricas [A]  time = 0.47, size = 53, normalized size = 0.96 \[ \frac {b d^{\frac {2}{n}} p x^{2} \operatorname {log\_integral}\left (\frac {1}{d^{\frac {2}{n}} x^{2}}\right ) - b p \log \left (n \log \relax (x) + \log \relax (d)\right ) - b \log \relax (c) - a}{2 \, x^{2}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((a+b*log(c*log(d*x^n)^p))/x^3,x, algorithm="fricas")

[Out]

1/2*(b*d^(2/n)*p*x^2*log_integral(1/(d^(2/n)*x^2)) - b*p*log(n*log(x) + log(d)) - b*log(c) - a)/x^2

________________________________________________________________________________________

giac [F]  time = 0.00, size = 0, normalized size = 0.00 \[ \int \frac {b \log \left (c \log \left (d x^{n}\right )^{p}\right ) + a}{x^{3}}\,{d x} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((a+b*log(c*log(d*x^n)^p))/x^3,x, algorithm="giac")

[Out]

integrate((b*log(c*log(d*x^n)^p) + a)/x^3, x)

________________________________________________________________________________________

maple [F]  time = 0.44, size = 0, normalized size = 0.00 \[ \int \frac {b \ln \left (c \ln \left (d \,x^{n}\right )^{p}\right )+a}{x^{3}}\, dx \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((b*ln(c*ln(d*x^n)^p)+a)/x^3,x)

[Out]

int((b*ln(c*ln(d*x^n)^p)+a)/x^3,x)

________________________________________________________________________________________

maxima [F]  time = 0.00, size = 0, normalized size = 0.00 \[ \frac {1}{2} \, {\left (2 \, n p \int \frac {1}{2 \, {\left (x^{3} \log \relax (d) + x^{3} \log \left (x^{n}\right )\right )}}\,{d x} - \frac {\log \relax (c) + \log \left ({\left (\log \relax (d) + \log \left (x^{n}\right )\right )}^{p}\right )}{x^{2}}\right )} b - \frac {a}{2 \, x^{2}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((a+b*log(c*log(d*x^n)^p))/x^3,x, algorithm="maxima")

[Out]

1/2*(2*n*p*integrate(1/2/(x^3*log(d) + x^3*log(x^n)), x) - (log(c) + log((log(d) + log(x^n))^p))/x^2)*b - 1/2*
a/x^2

________________________________________________________________________________________

mupad [F]  time = 0.00, size = -1, normalized size = -0.02 \[ \int \frac {a+b\,\ln \left (c\,{\ln \left (d\,x^n\right )}^p\right )}{x^3} \,d x \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((a + b*log(c*log(d*x^n)^p))/x^3,x)

[Out]

int((a + b*log(c*log(d*x^n)^p))/x^3, x)

________________________________________________________________________________________

sympy [F]  time = 0.00, size = 0, normalized size = 0.00 \[ \int \frac {a + b \log {\left (c \log {\left (d x^{n} \right )}^{p} \right )}}{x^{3}}\, dx \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((a+b*ln(c*ln(d*x**n)**p))/x**3,x)

[Out]

Integral((a + b*log(c*log(d*x**n)**p))/x**3, x)

________________________________________________________________________________________