3.152 \(\int \frac {(b \log ^m(a x^n))^p}{x} \, dx\)

Optimal. Leaf size=29 \[ \frac {\log \left (a x^n\right ) \left (b \log ^m\left (a x^n\right )\right )^p}{n (m p+1)} \]

[Out]

ln(a*x^n)*(b*ln(a*x^n)^m)^p/n/(m*p+1)

________________________________________________________________________________________

Rubi [A]  time = 0.04, antiderivative size = 29, normalized size of antiderivative = 1.00, number of steps used = 3, number of rules used = 2, integrand size = 16, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.125, Rules used = {15, 30} \[ \frac {\log \left (a x^n\right ) \left (b \log ^m\left (a x^n\right )\right )^p}{n (m p+1)} \]

Antiderivative was successfully verified.

[In]

Int[(b*Log[a*x^n]^m)^p/x,x]

[Out]

(Log[a*x^n]*(b*Log[a*x^n]^m)^p)/(n*(1 + m*p))

Rule 15

Int[(u_.)*((a_.)*(x_)^(n_))^(m_), x_Symbol] :> Dist[(a^IntPart[m]*(a*x^n)^FracPart[m])/x^(n*FracPart[m]), Int[
u*x^(m*n), x], x] /; FreeQ[{a, m, n}, x] &&  !IntegerQ[m]

Rule 30

Int[(x_)^(m_.), x_Symbol] :> Simp[x^(m + 1)/(m + 1), x] /; FreeQ[m, x] && NeQ[m, -1]

Rubi steps

\begin {align*} \int \frac {\left (b \log ^m\left (a x^n\right )\right )^p}{x} \, dx &=\frac {\operatorname {Subst}\left (\int \left (b x^m\right )^p \, dx,x,\log \left (a x^n\right )\right )}{n}\\ &=\frac {\left (\log ^{-m p}\left (a x^n\right ) \left (b \log ^m\left (a x^n\right )\right )^p\right ) \operatorname {Subst}\left (\int x^{m p} \, dx,x,\log \left (a x^n\right )\right )}{n}\\ &=\frac {\log \left (a x^n\right ) \left (b \log ^m\left (a x^n\right )\right )^p}{n (1+m p)}\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]  time = 0.01, size = 29, normalized size = 1.00 \[ \frac {\log \left (a x^n\right ) \left (b \log ^m\left (a x^n\right )\right )^p}{n (m p+1)} \]

Antiderivative was successfully verified.

[In]

Integrate[(b*Log[a*x^n]^m)^p/x,x]

[Out]

(Log[a*x^n]*(b*Log[a*x^n]^m)^p)/(n*(1 + m*p))

________________________________________________________________________________________

fricas [A]  time = 0.66, size = 33, normalized size = 1.14 \[ \frac {{\left (n \log \relax (x) + \log \relax (a)\right )} e^{\left (m p \log \left (n \log \relax (x) + \log \relax (a)\right ) + p \log \relax (b)\right )}}{m n p + n} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((b*log(a*x^n)^m)^p/x,x, algorithm="fricas")

[Out]

(n*log(x) + log(a))*e^(m*p*log(n*log(x) + log(a)) + p*log(b))/(m*n*p + n)

________________________________________________________________________________________

giac [A]  time = 0.33, size = 35, normalized size = 1.21 \[ \frac {{\left (n \log \relax (x) + \log \relax (a)\right )} e^{\left (m p \log \left (n \log \relax (x) + \log \relax (a)\right ) + p \log \relax (b)\right )}}{{\left (m p + 1\right )} n} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((b*log(a*x^n)^m)^p/x,x, algorithm="giac")

[Out]

(n*log(x) + log(a))*e^(m*p*log(n*log(x) + log(a)) + p*log(b))/((m*p + 1)*n)

________________________________________________________________________________________

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

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((b*ln(a*x^n)^m)^p/x,x)

[Out]

int((b*ln(a*x^n)^m)^p/x,x)

________________________________________________________________________________________

maxima [F(-2)]  time = 0.00, size = 0, normalized size = 0.00 \[ \text {Exception raised: RuntimeError} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((b*log(a*x^n)^m)^p/x,x, algorithm="maxima")

[Out]

Exception raised: RuntimeError >> ECL says: In function CAR, the value of the first argument is  0which is not
 of the expected type LIST

________________________________________________________________________________________

mupad [B]  time = 0.36, size = 29, normalized size = 1.00 \[ \frac {\ln \left (a\,x^n\right )\,{\left (b\,{\ln \left (a\,x^n\right )}^m\right )}^p}{n\,\left (m\,p+1\right )} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((b*log(a*x^n)^m)^p/x,x)

[Out]

(log(a*x^n)*(b*log(a*x^n)^m)^p)/(n*(m*p + 1))

________________________________________________________________________________________

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

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((b*ln(a*x**n)**m)**p/x,x)

[Out]

Integral((b*log(a*x**n)**m)**p/x, x)

________________________________________________________________________________________