3.30 \(\int \frac{(d x^m+e \log ^{-1+q}(c x^n)) (a x^m+b \log ^q(c x^n))^p}{x} \, dx\)

Optimal. Leaf size=80 \[ \left (d-\frac{a e m}{b n q}\right ) \text{CannotIntegrate}\left (x^{m-1} \left (a x^m+b \log ^q\left (c x^n\right )\right )^p,x\right )+\frac{e \left (a x^m+b \log ^q\left (c x^n\right )\right )^{p+1}}{b n (p+1) q} \]

[Out]

(d - (a*e*m)/(b*n*q))*CannotIntegrate[x^(-1 + m)*(a*x^m + b*Log[c*x^n]^q)^p, x] + (e*(a*x^m + b*Log[c*x^n]^q)^
(1 + p))/(b*n*(1 + p)*q)

________________________________________________________________________________________

Rubi [A]  time = 0.230662, antiderivative size = 0, normalized size of antiderivative = 0., number of steps used = 0, number of rules used = 0, integrand size = 0, \(\frac{\text{number of rules}}{\text{integrand size}}\) = 0., Rules used = {} \[ \int \frac{\left (d x^m+e \log ^{-1+q}\left (c x^n\right )\right ) \left (a x^m+b \log ^q\left (c x^n\right )\right )^p}{x} \, dx \]

Verification is Not applicable to the result.

[In]

Int[((d*x^m + e*Log[c*x^n]^(-1 + q))*(a*x^m + b*Log[c*x^n]^q)^p)/x,x]

[Out]

(e*(a*x^m + b*Log[c*x^n]^q)^(1 + p))/(b*n*(1 + p)*q) + (d - (a*e*m)/(b*n*q))*Defer[Int][x^(-1 + m)*(a*x^m + b*
Log[c*x^n]^q)^p, x]

Rubi steps

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

Mathematica [A]  time = 1.80076, size = 0, normalized size = 0. \[ \int \frac{\left (d x^m+e \log ^{-1+q}\left (c x^n\right )\right ) \left (a x^m+b \log ^q\left (c x^n\right )\right )^p}{x} \, dx \]

Verification is Not applicable to the result.

[In]

Integrate[((d*x^m + e*Log[c*x^n]^(-1 + q))*(a*x^m + b*Log[c*x^n]^q)^p)/x,x]

[Out]

Integrate[((d*x^m + e*Log[c*x^n]^(-1 + q))*(a*x^m + b*Log[c*x^n]^q)^p)/x, x]

________________________________________________________________________________________

Maple [A]  time = 0.487, size = 0, normalized size = 0. \begin{align*} \int{\frac{ \left ( d{x}^{m}+e \left ( \ln \left ( c{x}^{n} \right ) \right ) ^{-1+q} \right ) \left ( a{x}^{m}+b \left ( \ln \left ( c{x}^{n} \right ) \right ) ^{q} \right ) ^{p}}{x}}\, dx \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((d*x^m+e*ln(c*x^n)^(-1+q))*(a*x^m+b*ln(c*x^n)^q)^p/x,x)

[Out]

int((d*x^m+e*ln(c*x^n)^(-1+q))*(a*x^m+b*ln(c*x^n)^q)^p/x,x)

________________________________________________________________________________________

Maxima [F(-2)]  time = 0., size = 0, normalized size = 0. \begin{align*} \text{Exception raised: RuntimeError} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((d*x^m+e*log(c*x^n)^(-1+q))*(a*x^m+b*log(c*x^n)^q)^p/x,x, algorithm="maxima")

[Out]

Exception raised: RuntimeError

________________________________________________________________________________________

Fricas [A]  time = 0., size = 0, normalized size = 0. \begin{align*}{\rm integral}\left (\frac{{\left (d x^{m} + e \log \left (c x^{n}\right )^{q - 1}\right )}{\left (a x^{m} + b \log \left (c x^{n}\right )^{q}\right )}^{p}}{x}, x\right ) \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((d*x^m+e*log(c*x^n)^(-1+q))*(a*x^m+b*log(c*x^n)^q)^p/x,x, algorithm="fricas")

[Out]

integral((d*x^m + e*log(c*x^n)^(q - 1))*(a*x^m + b*log(c*x^n)^q)^p/x, x)

________________________________________________________________________________________

Sympy [F(-1)]  time = 0., size = 0, normalized size = 0. \begin{align*} \text{Timed out} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((d*x**m+e*ln(c*x**n)**(-1+q))*(a*x**m+b*ln(c*x**n)**q)**p/x,x)

[Out]

Timed out

________________________________________________________________________________________

Giac [F(-2)]  time = 0., size = 0, normalized size = 0. \begin{align*} \text{Exception raised: RuntimeError} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((d*x^m+e*log(c*x^n)^(-1+q))*(a*x^m+b*log(c*x^n)^q)^p/x,x, algorithm="giac")

[Out]

Exception raised: RuntimeError