3.21.60 \(\int \frac {1}{5} (e^{x/5} (20+14 x)+e^{x/5} (10 x+x^2) \log (2 x^2)) \, dx\)

Optimal. Leaf size=19 \[ e^{x/5} x \left (4+x \log \left (2 x^2\right )\right ) \]

________________________________________________________________________________________

Rubi [B]  time = 0.13, antiderivative size = 51, normalized size of antiderivative = 2.68, number of steps used = 9, number of rules used = 6, integrand size = 39, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.154, Rules used = {12, 2176, 2194, 1593, 2196, 2554} \begin {gather*} e^{x/5} x^2 \log \left (2 x^2\right )-10 e^{x/5} x-20 e^{x/5}+2 e^{x/5} (7 x+10) \end {gather*}

Antiderivative was successfully verified.

[In]

Int[(E^(x/5)*(20 + 14*x) + E^(x/5)*(10*x + x^2)*Log[2*x^2])/5,x]

[Out]

-20*E^(x/5) - 10*E^(x/5)*x + 2*E^(x/5)*(10 + 7*x) + E^(x/5)*x^2*Log[2*x^2]

Rule 12

Int[(a_)*(u_), x_Symbol] :> Dist[a, Int[u, x], x] /; FreeQ[a, x] &&  !MatchQ[u, (b_)*(v_) /; FreeQ[b, x]]

Rule 1593

Int[(u_.)*((a_.)*(x_)^(p_.) + (b_.)*(x_)^(q_.))^(n_.), x_Symbol] :> Int[u*x^(n*p)*(a + b*x^(q - p))^n, x] /; F
reeQ[{a, b, p, q}, x] && IntegerQ[n] && PosQ[q - p]

Rule 2176

Int[((b_.)*(F_)^((g_.)*((e_.) + (f_.)*(x_))))^(n_.)*((c_.) + (d_.)*(x_))^(m_.), x_Symbol] :> Simp[((c + d*x)^m
*(b*F^(g*(e + f*x)))^n)/(f*g*n*Log[F]), x] - Dist[(d*m)/(f*g*n*Log[F]), Int[(c + d*x)^(m - 1)*(b*F^(g*(e + f*x
)))^n, x], x] /; FreeQ[{F, b, c, d, e, f, g, n}, x] && GtQ[m, 0] && IntegerQ[2*m] &&  !$UseGamma === True

Rule 2194

Int[((F_)^((c_.)*((a_.) + (b_.)*(x_))))^(n_.), x_Symbol] :> Simp[(F^(c*(a + b*x)))^n/(b*c*n*Log[F]), x] /; Fre
eQ[{F, a, b, c, n}, x]

Rule 2196

Int[(F_)^((c_.)*(v_))*(u_), x_Symbol] :> Int[ExpandIntegrand[F^(c*ExpandToSum[v, x]), u, x], x] /; FreeQ[{F, c
}, x] && PolynomialQ[u, x] && LinearQ[v, x] &&  !$UseGamma === True

Rule 2554

Int[Log[u_]*(v_), x_Symbol] :> With[{w = IntHide[v, x]}, Dist[Log[u], w, x] - Int[SimplifyIntegrand[(w*D[u, x]
)/u, x], x] /; InverseFunctionFreeQ[w, x]] /; InverseFunctionFreeQ[u, x]

Rubi steps

\begin {gather*} \begin {aligned} \text {integral} &=\frac {1}{5} \int \left (e^{x/5} (20+14 x)+e^{x/5} \left (10 x+x^2\right ) \log \left (2 x^2\right )\right ) \, dx\\ &=\frac {1}{5} \int e^{x/5} (20+14 x) \, dx+\frac {1}{5} \int e^{x/5} \left (10 x+x^2\right ) \log \left (2 x^2\right ) \, dx\\ &=2 e^{x/5} (10+7 x)+\frac {1}{5} \int e^{x/5} x (10+x) \log \left (2 x^2\right ) \, dx-14 \int e^{x/5} \, dx\\ &=-70 e^{x/5}+2 e^{x/5} (10+7 x)+e^{x/5} x^2 \log \left (2 x^2\right )-\frac {1}{5} \int 10 e^{x/5} x \, dx\\ &=-70 e^{x/5}+2 e^{x/5} (10+7 x)+e^{x/5} x^2 \log \left (2 x^2\right )-2 \int e^{x/5} x \, dx\\ &=-70 e^{x/5}-10 e^{x/5} x+2 e^{x/5} (10+7 x)+e^{x/5} x^2 \log \left (2 x^2\right )+10 \int e^{x/5} \, dx\\ &=-20 e^{x/5}-10 e^{x/5} x+2 e^{x/5} (10+7 x)+e^{x/5} x^2 \log \left (2 x^2\right )\\ \end {aligned} \end {gather*}

________________________________________________________________________________________

Mathematica [A]  time = 0.07, size = 19, normalized size = 1.00 \begin {gather*} e^{x/5} x \left (4+x \log \left (2 x^2\right )\right ) \end {gather*}

Antiderivative was successfully verified.

[In]

Integrate[(E^(x/5)*(20 + 14*x) + E^(x/5)*(10*x + x^2)*Log[2*x^2])/5,x]

[Out]

E^(x/5)*x*(4 + x*Log[2*x^2])

________________________________________________________________________________________

fricas [A]  time = 0.74, size = 22, normalized size = 1.16 \begin {gather*} x^{2} e^{\left (\frac {1}{5} \, x\right )} \log \left (2 \, x^{2}\right ) + 4 \, x e^{\left (\frac {1}{5} \, x\right )} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/5*(x^2+10*x)*exp(1/5*x)*log(2*x^2)+1/5*(14*x+20)*exp(1/5*x),x, algorithm="fricas")

[Out]

x^2*e^(1/5*x)*log(2*x^2) + 4*x*e^(1/5*x)

________________________________________________________________________________________

giac [B]  time = 0.18, size = 35, normalized size = 1.84 \begin {gather*} x^{2} e^{\left (\frac {1}{5} \, x\right )} \log \left (2 \, x^{2}\right ) + 2 \, {\left (7 \, x - 25\right )} e^{\left (\frac {1}{5} \, x\right )} - 10 \, {\left (x - 5\right )} e^{\left (\frac {1}{5} \, x\right )} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/5*(x^2+10*x)*exp(1/5*x)*log(2*x^2)+1/5*(14*x+20)*exp(1/5*x),x, algorithm="giac")

[Out]

x^2*e^(1/5*x)*log(2*x^2) + 2*(7*x - 25)*e^(1/5*x) - 10*(x - 5)*e^(1/5*x)

________________________________________________________________________________________

maple [A]  time = 0.10, size = 23, normalized size = 1.21




method result size



norman \(x^{2} {\mathrm e}^{\frac {x}{5}} \ln \left (2 x^{2}\right )+4 x \,{\mathrm e}^{\frac {x}{5}}\) \(23\)
default \(4 x \,{\mathrm e}^{\frac {x}{5}}+\left (\ln \left (2 x^{2}\right )-2 \ln \relax (x )\right ) x^{2} {\mathrm e}^{\frac {x}{5}}+2 \ln \relax (x ) x^{2} {\mathrm e}^{\frac {x}{5}}\) \(39\)
risch \(2 \ln \relax (x ) x^{2} {\mathrm e}^{\frac {x}{5}}+\frac {\left (100-20 x -i \pi \,x^{2} \mathrm {csgn}\left (i x \right )^{2} \mathrm {csgn}\left (i x^{2}\right )+2 i \pi \,x^{2} \mathrm {csgn}\left (i x \right ) \mathrm {csgn}\left (i x^{2}\right )^{2}-i \pi \,x^{2} \mathrm {csgn}\left (i x^{2}\right )^{3}+2 x^{2} \ln \relax (2)\right ) {\mathrm e}^{\frac {x}{5}}}{2}+\frac {\left (-250+70 x \right ) {\mathrm e}^{\frac {x}{5}}}{5}\) \(100\)



Verification of antiderivative is not currently implemented for this CAS.

[In]

int(1/5*(x^2+10*x)*exp(1/5*x)*ln(2*x^2)+1/5*(14*x+20)*exp(1/5*x),x,method=_RETURNVERBOSE)

[Out]

x^2*exp(1/5*x)*ln(2*x^2)+4*x*exp(1/5*x)

________________________________________________________________________________________

maxima [A]  time = 0.37, size = 30, normalized size = 1.58 \begin {gather*} x^{2} e^{\left (\frac {1}{5} \, x\right )} \log \left (2 \, x^{2}\right ) + 4 \, {\left (x - 5\right )} e^{\left (\frac {1}{5} \, x\right )} + 20 \, e^{\left (\frac {1}{5} \, x\right )} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/5*(x^2+10*x)*exp(1/5*x)*log(2*x^2)+1/5*(14*x+20)*exp(1/5*x),x, algorithm="maxima")

[Out]

x^2*e^(1/5*x)*log(2*x^2) + 4*(x - 5)*e^(1/5*x) + 20*e^(1/5*x)

________________________________________________________________________________________

mupad [B]  time = 1.19, size = 16, normalized size = 0.84 \begin {gather*} x\,{\mathrm {e}}^{x/5}\,\left (x\,\ln \left (2\,x^2\right )+4\right ) \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((exp(x/5)*(14*x + 20))/5 + (exp(x/5)*log(2*x^2)*(10*x + x^2))/5,x)

[Out]

x*exp(x/5)*(x*log(2*x^2) + 4)

________________________________________________________________________________________

sympy [A]  time = 0.31, size = 17, normalized size = 0.89 \begin {gather*} \left (x^{2} \log {\left (2 x^{2} \right )} + 4 x\right ) e^{\frac {x}{5}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/5*(x**2+10*x)*exp(1/5*x)*ln(2*x**2)+1/5*(14*x+20)*exp(1/5*x),x)

[Out]

(x**2*log(2*x**2) + 4*x)*exp(x/5)

________________________________________________________________________________________