3.5.93 \(\int \frac {-10+e^2}{e^2} \, dx\) [493]

Optimal. Leaf size=15 \[ x-\frac {10 x-\log (3)}{e^2} \]

[Out]

x-(10*x-ln(3))/exp(1)^2

________________________________________________________________________________________

Rubi [A]
time = 0.00, antiderivative size = 13, normalized size of antiderivative = 0.87, number of steps used = 1, number of rules used = 1, integrand size = 9, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.111, Rules used = {8} \begin {gather*} -\frac {\left (10-e^2\right ) x}{e^2} \end {gather*}

Antiderivative was successfully verified.

[In]

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

[Out]

-(((10 - E^2)*x)/E^2)

Rule 8

Int[a_, x_Symbol] :> Simp[a*x, x] /; FreeQ[a, x]

Rubi steps

\begin {gather*} \begin {aligned} \text {integral} &=-\frac {\left (10-e^2\right ) x}{e^2}\\ \end {aligned} \end {gather*}

________________________________________________________________________________________

Mathematica [A]
time = 0.00, size = 8, normalized size = 0.53 \begin {gather*} x-\frac {10 x}{e^2} \end {gather*}

Antiderivative was successfully verified.

[In]

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

[Out]

x - (10*x)/E^2

________________________________________________________________________________________

Maple [A]
time = 0.02, size = 13, normalized size = 0.87

method result size
default \(x \left ({\mathrm e}^{2}-10\right ) {\mathrm e}^{-2}\) \(13\)
norman \(x \left ({\mathrm e}^{2}-10\right ) {\mathrm e}^{-2}\) \(13\)
risch \(x \,{\mathrm e}^{-2} {\mathrm e}^{2}-10 x \,{\mathrm e}^{-2}\) \(13\)

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((exp(1)^2-10)/exp(1)^2,x,method=_RETURNVERBOSE)

[Out]

x*(exp(1)^2-10)/exp(1)^2

________________________________________________________________________________________

Maxima [A]
time = 0.27, size = 8, normalized size = 0.53 \begin {gather*} x {\left (e^{2} - 10\right )} e^{\left (-2\right )} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((exp(1)^2-10)/exp(1)^2,x, algorithm="maxima")

[Out]

x*(e^2 - 10)*e^(-2)

________________________________________________________________________________________

Fricas [A]
time = 0.29, size = 11, normalized size = 0.73 \begin {gather*} {\left (x e^{2} - 10 \, x\right )} e^{\left (-2\right )} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((exp(1)^2-10)/exp(1)^2,x, algorithm="fricas")

[Out]

(x*e^2 - 10*x)*e^(-2)

________________________________________________________________________________________

Sympy [A]
time = 0.00, size = 8, normalized size = 0.53 \begin {gather*} \frac {x \left (-10 + e^{2}\right )}{e^{2}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

x*(-10 + exp(2))*exp(-2)

________________________________________________________________________________________

Giac [A]
time = 0.41, size = 8, normalized size = 0.53 \begin {gather*} x {\left (e^{2} - 10\right )} e^{\left (-2\right )} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((exp(1)^2-10)/exp(1)^2,x, algorithm="giac")

[Out]

x*(e^2 - 10)*e^(-2)

________________________________________________________________________________________

Mupad [B]
time = 0.00, size = 8, normalized size = 0.53 \begin {gather*} x\,{\mathrm {e}}^{-2}\,\left ({\mathrm {e}}^2-10\right ) \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(exp(-2)*(exp(2) - 10),x)

[Out]

x*exp(-2)*(exp(2) - 10)

________________________________________________________________________________________