3.67.86 \(\int \frac {64+16 x+16 x \log (x)}{x} \, dx\)

Optimal. Leaf size=7 \[ 16 (4+x) \log (x) \]

________________________________________________________________________________________

Rubi [A]  time = 0.01, antiderivative size = 10, normalized size of antiderivative = 1.43, number of steps used = 5, number of rules used = 3, integrand size = 14, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.214, Rules used = {14, 43, 2295} \begin {gather*} 16 x \log (x)+64 \log (x) \end {gather*}

Antiderivative was successfully verified.

[In]

Int[(64 + 16*x + 16*x*Log[x])/x,x]

[Out]

64*Log[x] + 16*x*Log[x]

Rule 14

Int[(u_)*((c_.)*(x_))^(m_.), x_Symbol] :> Int[ExpandIntegrand[(c*x)^m*u, x], x] /; FreeQ[{c, m}, x] && SumQ[u]
 &&  !LinearQ[u, x] &&  !MatchQ[u, (a_) + (b_.)*(v_) /; FreeQ[{a, b}, x] && InverseFunctionQ[v]]

Rule 43

Int[((a_.) + (b_.)*(x_))^(m_.)*((c_.) + (d_.)*(x_))^(n_.), x_Symbol] :> Int[ExpandIntegrand[(a + b*x)^m*(c + d
*x)^n, x], x] /; FreeQ[{a, b, c, d, n}, x] && NeQ[b*c - a*d, 0] && IGtQ[m, 0] && ( !IntegerQ[n] || (EqQ[c, 0]
&& LeQ[7*m + 4*n + 4, 0]) || LtQ[9*m + 5*(n + 1), 0] || GtQ[m + n + 2, 0])

Rule 2295

Int[Log[(c_.)*(x_)^(n_.)], x_Symbol] :> Simp[x*Log[c*x^n], x] - Simp[n*x, x] /; FreeQ[{c, n}, x]

Rubi steps

\begin {gather*} \begin {aligned} \text {integral} &=\int \left (\frac {16 (4+x)}{x}+16 \log (x)\right ) \, dx\\ &=16 \int \frac {4+x}{x} \, dx+16 \int \log (x) \, dx\\ &=-16 x+16 x \log (x)+16 \int \left (1+\frac {4}{x}\right ) \, dx\\ &=64 \log (x)+16 x \log (x)\\ \end {aligned} \end {gather*}

________________________________________________________________________________________

Mathematica [A]  time = 0.00, size = 10, normalized size = 1.43 \begin {gather*} 64 \log (x)+16 x \log (x) \end {gather*}

Antiderivative was successfully verified.

[In]

Integrate[(64 + 16*x + 16*x*Log[x])/x,x]

[Out]

64*Log[x] + 16*x*Log[x]

________________________________________________________________________________________

fricas [A]  time = 0.61, size = 7, normalized size = 1.00 \begin {gather*} 16 \, {\left (x + 4\right )} \log \relax (x) \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((16*x*log(x)+16*x+64)/x,x, algorithm="fricas")

[Out]

16*(x + 4)*log(x)

________________________________________________________________________________________

giac [A]  time = 0.18, size = 10, normalized size = 1.43 \begin {gather*} 16 \, x \log \relax (x) + 64 \, \log \relax (x) \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((16*x*log(x)+16*x+64)/x,x, algorithm="giac")

[Out]

16*x*log(x) + 64*log(x)

________________________________________________________________________________________

maple [A]  time = 0.02, size = 11, normalized size = 1.57




method result size



default \(16 x \ln \relax (x )+64 \ln \relax (x )\) \(11\)
norman \(16 x \ln \relax (x )+64 \ln \relax (x )\) \(11\)
risch \(16 x \ln \relax (x )+64 \ln \relax (x )\) \(11\)



Verification of antiderivative is not currently implemented for this CAS.

[In]

int((16*x*ln(x)+16*x+64)/x,x,method=_RETURNVERBOSE)

[Out]

16*x*ln(x)+64*ln(x)

________________________________________________________________________________________

maxima [A]  time = 0.38, size = 10, normalized size = 1.43 \begin {gather*} 16 \, x \log \relax (x) + 64 \, \log \relax (x) \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((16*x*log(x)+16*x+64)/x,x, algorithm="maxima")

[Out]

16*x*log(x) + 64*log(x)

________________________________________________________________________________________

mupad [B]  time = 4.00, size = 7, normalized size = 1.00 \begin {gather*} 16\,\ln \relax (x)\,\left (x+4\right ) \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((16*x + 16*x*log(x) + 64)/x,x)

[Out]

16*log(x)*(x + 4)

________________________________________________________________________________________

sympy [A]  time = 0.09, size = 10, normalized size = 1.43 \begin {gather*} 16 x \log {\relax (x )} + 64 \log {\relax (x )} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((16*x*ln(x)+16*x+64)/x,x)

[Out]

16*x*log(x) + 64*log(x)

________________________________________________________________________________________