3.91.61 \(\int \frac {e^{-x/9} (4 e^{x/9} x^2+e^{\frac {e^{-x/9} (e^{x/9} (-81-x)+45 x)}{x}} (324 e^{x/9}-20 x^2))}{x^2} \, dx\)

Optimal. Leaf size=25 \[ 4 \left (e^{\frac {-81-x+45 e^{-x/9} x}{x}}+x\right ) \]

________________________________________________________________________________________

Rubi [F]  time = 0.41, antiderivative size = 0, normalized size of antiderivative = 0.00, number of steps used = 0, number of rules used = 0, integrand size = 0, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.000, Rules used = {} \begin {gather*} \int \frac {e^{-x/9} \left (4 e^{x/9} x^2+e^{\frac {e^{-x/9} \left (e^{x/9} (-81-x)+45 x\right )}{x}} \left (324 e^{x/9}-20 x^2\right )\right )}{x^2} \, dx \end {gather*}

Verification is not applicable to the result.

[In]

Int[(4*E^(x/9)*x^2 + E^((E^(x/9)*(-81 - x) + 45*x)/(E^(x/9)*x))*(324*E^(x/9) - 20*x^2))/(E^(x/9)*x^2),x]

[Out]

4*x - 20*Defer[Int][E^(-1 + 45/E^(x/9) - 81/x - x/9), x] + 324*Defer[Int][E^(-1 + 45/E^(x/9) - 81/x)/x^2, x]

Rubi steps

\begin {gather*} \begin {aligned} \text {integral} &=\int \left (4-20 e^{-1+45 e^{-x/9}-\frac {81}{x}-\frac {x}{9}}+\frac {324 e^{-1+45 e^{-x/9}-\frac {81}{x}}}{x^2}\right ) \, dx\\ &=4 x-20 \int e^{-1+45 e^{-x/9}-\frac {81}{x}-\frac {x}{9}} \, dx+324 \int \frac {e^{-1+45 e^{-x/9}-\frac {81}{x}}}{x^2} \, dx\\ \end {aligned} \end {gather*}

________________________________________________________________________________________

Mathematica [A]  time = 0.46, size = 24, normalized size = 0.96 \begin {gather*} 4 e^{-1+45 e^{-x/9}-\frac {81}{x}}+4 x \end {gather*}

Antiderivative was successfully verified.

[In]

Integrate[(4*E^(x/9)*x^2 + E^((E^(x/9)*(-81 - x) + 45*x)/(E^(x/9)*x))*(324*E^(x/9) - 20*x^2))/(E^(x/9)*x^2),x]

[Out]

4*E^(-1 + 45/E^(x/9) - 81/x) + 4*x

________________________________________________________________________________________

fricas [A]  time = 0.56, size = 28, normalized size = 1.12 \begin {gather*} 4 \, x + 4 \, e^{\left (-\frac {{\left ({\left (x + 81\right )} e^{\left (\frac {1}{9} \, x\right )} - 45 \, x\right )} e^{\left (-\frac {1}{9} \, x\right )}}{x}\right )} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(((324*exp(1/9*x)-20*x^2)*exp(((-x-81)*exp(1/9*x)+45*x)/x/exp(1/9*x))+4*x^2*exp(1/9*x))/x^2/exp(1/9*x
),x, algorithm="fricas")

[Out]

4*x + 4*e^(-((x + 81)*e^(1/9*x) - 45*x)*e^(-1/9*x)/x)

________________________________________________________________________________________

giac [A]  time = 0.33, size = 20, normalized size = 0.80 \begin {gather*} 4 \, x + 4 \, e^{\left (-\frac {81}{x} + 45 \, e^{\left (-\frac {1}{9} \, x\right )} - 1\right )} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(((324*exp(1/9*x)-20*x^2)*exp(((-x-81)*exp(1/9*x)+45*x)/x/exp(1/9*x))+4*x^2*exp(1/9*x))/x^2/exp(1/9*x
),x, algorithm="giac")

[Out]

4*x + 4*e^(-81/x + 45*e^(-1/9*x) - 1)

________________________________________________________________________________________

maple [A]  time = 0.15, size = 33, normalized size = 1.32




method result size



risch \(4 x +4 \,{\mathrm e}^{-\frac {\left (x \,{\mathrm e}^{\frac {x}{9}}+81 \,{\mathrm e}^{\frac {x}{9}}-45 x \right ) {\mathrm e}^{-\frac {x}{9}}}{x}}\) \(33\)
norman \(\frac {\left (4 x^{2} {\mathrm e}^{\frac {x}{9}}+4 x \,{\mathrm e}^{\frac {x}{9}} {\mathrm e}^{\frac {\left (\left (-x -81\right ) {\mathrm e}^{\frac {x}{9}}+45 x \right ) {\mathrm e}^{-\frac {x}{9}}}{x}}\right ) {\mathrm e}^{-\frac {x}{9}}}{x}\) \(53\)



Verification of antiderivative is not currently implemented for this CAS.

[In]

int(((324*exp(1/9*x)-20*x^2)*exp(((-x-81)*exp(1/9*x)+45*x)/x/exp(1/9*x))+4*x^2*exp(1/9*x))/x^2/exp(1/9*x),x,me
thod=_RETURNVERBOSE)

[Out]

4*x+4*exp(-(x*exp(1/9*x)+81*exp(1/9*x)-45*x)*exp(-1/9*x)/x)

________________________________________________________________________________________

maxima [A]  time = 0.46, size = 20, normalized size = 0.80 \begin {gather*} 4 \, x + 4 \, e^{\left (-\frac {81}{x} + 45 \, e^{\left (-\frac {1}{9} \, x\right )} - 1\right )} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(((324*exp(1/9*x)-20*x^2)*exp(((-x-81)*exp(1/9*x)+45*x)/x/exp(1/9*x))+4*x^2*exp(1/9*x))/x^2/exp(1/9*x
),x, algorithm="maxima")

[Out]

4*x + 4*e^(-81/x + 45*e^(-1/9*x) - 1)

________________________________________________________________________________________

mupad [B]  time = 8.04, size = 21, normalized size = 0.84 \begin {gather*} 4\,x+4\,{\mathrm {e}}^{\frac {45}{{\left ({\mathrm {e}}^x\right )}^{1/9}}}\,{\mathrm {e}}^{-1}\,{\mathrm {e}}^{-\frac {81}{x}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((exp(-x/9)*(exp((exp(-x/9)*(45*x - exp(x/9)*(x + 81)))/x)*(324*exp(x/9) - 20*x^2) + 4*x^2*exp(x/9)))/x^2,x
)

[Out]

4*x + 4*exp(45/exp(x)^(1/9))*exp(-1)*exp(-81/x)

________________________________________________________________________________________

sympy [A]  time = 0.25, size = 26, normalized size = 1.04 \begin {gather*} 4 x + 4 e^{\frac {\left (45 x + \left (- x - 81\right ) e^{\frac {x}{9}}\right ) e^{- \frac {x}{9}}}{x}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(((324*exp(1/9*x)-20*x**2)*exp(((-x-81)*exp(1/9*x)+45*x)/x/exp(1/9*x))+4*x**2*exp(1/9*x))/x**2/exp(1/
9*x),x)

[Out]

4*x + 4*exp((45*x + (-x - 81)*exp(x/9))*exp(-x/9)/x)

________________________________________________________________________________________