3.45.75 \(\int \frac {1}{10} e^{-e^{1-x}} (1+e^{1-x} (1+x)) \, dx\) [4475]

Optimal. Leaf size=29 \[ \frac {-x+5 e^{-e^{1-x}} \left (x+x^2\right )}{50 x} \]

[Out]

1/50/x*(5/exp(exp(1-x))*(x^2+x)-x)

________________________________________________________________________________________

Rubi [A]
time = 0.02, antiderivative size = 18, normalized size of antiderivative = 0.62, number of steps used = 2, number of rules used = 2, integrand size = 28, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.071, Rules used = {12, 2326} \begin {gather*} \frac {1}{10} e^{-e^{1-x}} (x+1) \end {gather*}

Antiderivative was successfully verified.

[In]

Int[(1 + E^(1 - x)*(1 + x))/(10*E^E^(1 - x)),x]

[Out]

(1 + x)/(10*E^E^(1 - x))

Rule 12

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

Rule 2326

Int[(y_.)*(F_)^(u_)*((v_) + (w_)), x_Symbol] :> With[{z = v*(y/(Log[F]*D[u, x]))}, Simp[F^u*z, x] /; EqQ[D[z,
x], w*y]] /; FreeQ[F, x]

Rubi steps

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

________________________________________________________________________________________

Mathematica [A]
time = 0.05, size = 18, normalized size = 0.62 \begin {gather*} \frac {1}{10} e^{-e^{1-x}} (1+x) \end {gather*}

Antiderivative was successfully verified.

[In]

Integrate[(1 + E^(1 - x)*(1 + x))/(10*E^E^(1 - x)),x]

[Out]

(1 + x)/(10*E^E^(1 - x))

________________________________________________________________________________________

Maple [A]
time = 1.46, size = 15, normalized size = 0.52

method result size
risch \(\frac {\left (x +1\right ) {\mathrm e}^{-{\mathrm e}^{1-x}}}{10}\) \(15\)
norman \(\left (\frac {x}{10}+\frac {1}{10}\right ) {\mathrm e}^{-{\mathrm e}^{1-x}}\) \(16\)

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(1/10*((x+1)*exp(1-x)+1)/exp(exp(1-x)),x,method=_RETURNVERBOSE)

[Out]

1/10*(x+1)*exp(-exp(1-x))

________________________________________________________________________________________

Maxima [F]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {Failed to integrate} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/10*((1+x)*exp(1-x)+1)/exp(exp(1-x)),x, algorithm="maxima")

[Out]

1/10*e^(-e^(-x + 1)) + 1/10*integrate((x*e + e^x)*e^(-x - e^(-x + 1)), x)

________________________________________________________________________________________

Fricas [A]
time = 0.39, size = 14, normalized size = 0.48 \begin {gather*} \frac {1}{10} \, {\left (x + 1\right )} e^{\left (-e^{\left (-x + 1\right )}\right )} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/10*((1+x)*exp(1-x)+1)/exp(exp(1-x)),x, algorithm="fricas")

[Out]

1/10*(x + 1)*e^(-e^(-x + 1))

________________________________________________________________________________________

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

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/10*((1+x)*exp(1-x)+1)/exp(exp(1-x)),x)

[Out]

(x + 1)*exp(-exp(1 - x))/10

________________________________________________________________________________________

Giac [A]
time = 0.43, size = 24, normalized size = 0.83 \begin {gather*} \frac {1}{10} \, x e^{\left (-e^{\left (-x + 1\right )}\right )} + \frac {1}{10} \, e^{\left (-e^{\left (-x + 1\right )}\right )} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/10*((1+x)*exp(1-x)+1)/exp(exp(1-x)),x, algorithm="giac")

[Out]

1/10*x*e^(-e^(-x + 1)) + 1/10*e^(-e^(-x + 1))

________________________________________________________________________________________

Mupad [B]
time = 0.06, size = 14, normalized size = 0.48 \begin {gather*} \frac {{\mathrm {e}}^{-{\mathrm {e}}^{-x}\,\mathrm {e}}\,\left (x+1\right )}{10} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(exp(-exp(1 - x))*((exp(1 - x)*(x + 1))/10 + 1/10),x)

[Out]

(exp(-exp(-x)*exp(1))*(x + 1))/10

________________________________________________________________________________________