3.3.33 \(\int \frac {-10+x^2+e^x (2-2 x+x^2)-2 \log (3)}{x^2} \, dx\) [233]

Optimal. Leaf size=25 \[ -e^3+x+\frac {(2-x) \left (5-e^x+\log (3)\right )}{x} \]

[Out]

(2-x)*(5+ln(3)-exp(x))/x+x-exp(3)

________________________________________________________________________________________

Rubi [A]
time = 0.06, antiderivative size = 22, normalized size of antiderivative = 0.88, number of steps used = 10, number of rules used = 5, integrand size = 25, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.200, Rules used = {14, 2230, 2225, 2208, 2209} \begin {gather*} x+e^x-\frac {2 e^x}{x}+\frac {2 (5+\log (3))}{x} \end {gather*}

Antiderivative was successfully verified.

[In]

Int[(-10 + x^2 + E^x*(2 - 2*x + x^2) - 2*Log[3])/x^2,x]

[Out]

E^x - (2*E^x)/x + x + (2*(5 + Log[3]))/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 2208

Int[((b_.)*(F_)^((g_.)*((e_.) + (f_.)*(x_))))^(n_.)*((c_.) + (d_.)*(x_))^(m_), x_Symbol] :> Simp[(c + d*x)^(m
+ 1)*((b*F^(g*(e + f*x)))^n/(d*(m + 1))), x] - Dist[f*g*n*(Log[F]/(d*(m + 1))), 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] && LtQ[m, -1] && IntegerQ[2*m] &&  !TrueQ[$UseGamm
a]

Rule 2209

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

Rule 2225

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 2230

Int[(F_)^((c_.)*(v_))*(u_)^(m_.)*(w_), x_Symbol] :> Int[ExpandIntegrand[F^(c*ExpandToSum[v, x]), w*NormalizePo
werOfLinear[u, x]^m, x], x] /; FreeQ[{F, c}, x] && PolynomialQ[w, x] && LinearQ[v, x] && PowerOfLinearQ[u, x]
&& IntegerQ[m] &&  !TrueQ[$UseGamma]

Rubi steps

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

________________________________________________________________________________________

Mathematica [A]
time = 0.02, size = 18, normalized size = 0.72 \begin {gather*} \frac {10+e^x (-2+x)+x^2+\log (9)}{x} \end {gather*}

Antiderivative was successfully verified.

[In]

Integrate[(-10 + x^2 + E^x*(2 - 2*x + x^2) - 2*Log[3])/x^2,x]

[Out]

(10 + E^x*(-2 + x) + x^2 + Log[9])/x

________________________________________________________________________________________

Maple [A]
time = 0.03, size = 24, normalized size = 0.96

method result size
norman \(\frac {x^{2}+{\mathrm e}^{x} x -2 \,{\mathrm e}^{x}+2 \ln \left (3\right )+10}{x}\) \(22\)
default \(x +\frac {10}{x}+\frac {2 \ln \left (3\right )}{x}-\frac {2 \,{\mathrm e}^{x}}{x}+{\mathrm e}^{x}\) \(24\)
risch \(x +\frac {2 \ln \left (3\right )}{x}+\frac {10}{x}+\frac {\left (x -2\right ) {\mathrm e}^{x}}{x}\) \(24\)

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(((x^2-2*x+2)*exp(x)-2*ln(3)+x^2-10)/x^2,x,method=_RETURNVERBOSE)

[Out]

x+10/x+2*ln(3)/x-2*exp(x)/x+exp(x)

________________________________________________________________________________________

Maxima [C] Result contains higher order function than in optimal. Order 4 vs. order 3.
time = 0.30, size = 27, normalized size = 1.08 \begin {gather*} x + \frac {2 \, \log \left (3\right )}{x} + \frac {10}{x} - 2 \, {\rm Ei}\left (x\right ) + e^{x} + 2 \, \Gamma \left (-1, -x\right ) \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(((x^2-2*x+2)*exp(x)-2*log(3)+x^2-10)/x^2,x, algorithm="maxima")

[Out]

x + 2*log(3)/x + 10/x - 2*Ei(x) + e^x + 2*gamma(-1, -x)

________________________________________________________________________________________

Fricas [A]
time = 0.32, size = 19, normalized size = 0.76 \begin {gather*} \frac {x^{2} + {\left (x - 2\right )} e^{x} + 2 \, \log \left (3\right ) + 10}{x} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(((x^2-2*x+2)*exp(x)-2*log(3)+x^2-10)/x^2,x, algorithm="fricas")

[Out]

(x^2 + (x - 2)*e^x + 2*log(3) + 10)/x

________________________________________________________________________________________

Sympy [A]
time = 0.06, size = 17, normalized size = 0.68 \begin {gather*} x + \frac {\left (x - 2\right ) e^{x}}{x} + \frac {2 \log {\left (3 \right )} + 10}{x} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(((x**2-2*x+2)*exp(x)-2*ln(3)+x**2-10)/x**2,x)

[Out]

x + (x - 2)*exp(x)/x + (2*log(3) + 10)/x

________________________________________________________________________________________

Giac [A]
time = 0.40, size = 21, normalized size = 0.84 \begin {gather*} \frac {x^{2} + x e^{x} - 2 \, e^{x} + 2 \, \log \left (3\right ) + 10}{x} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(((x^2-2*x+2)*exp(x)-2*log(3)+x^2-10)/x^2,x, algorithm="giac")

[Out]

(x^2 + x*e^x - 2*e^x + 2*log(3) + 10)/x

________________________________________________________________________________________

Mupad [B]
time = 0.08, size = 16, normalized size = 0.64 \begin {gather*} x+{\mathrm {e}}^x+\frac {\ln \left (9\right )-2\,{\mathrm {e}}^x+10}{x} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(-(2*log(3) - exp(x)*(x^2 - 2*x + 2) - x^2 + 10)/x^2,x)

[Out]

x + exp(x) + (log(9) - 2*exp(x) + 10)/x

________________________________________________________________________________________