3.96.26 \(\int -\frac {4 e^3}{x^2} \, dx\) [9526]

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

[Out]

exp(3)*(4/x+ln(ln(2)))

________________________________________________________________________________________

Rubi [A]
time = 0.00, antiderivative size = 8, normalized size of antiderivative = 0.62, number of steps used = 2, number of rules used = 2, integrand size = 8, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.250, Rules used = {12, 30} \begin {gather*} \frac {4 e^3}{x} \end {gather*}

Antiderivative was successfully verified.

[In]

Int[(-4*E^3)/x^2,x]

[Out]

(4*E^3)/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 30

Int[(x_)^(m_.), x_Symbol] :> Simp[x^(m + 1)/(m + 1), x] /; FreeQ[m, x] && NeQ[m, -1]

Rubi steps

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

________________________________________________________________________________________

Mathematica [A]
time = 0.00, size = 8, normalized size = 0.62 \begin {gather*} \frac {4 e^3}{x} \end {gather*}

Antiderivative was successfully verified.

[In]

Integrate[(-4*E^3)/x^2,x]

[Out]

(4*E^3)/x

________________________________________________________________________________________

Maple [A]
time = 0.16, size = 8, normalized size = 0.62

method result size
gosper \(\frac {4 \,{\mathrm e}^{3}}{x}\) \(8\)
default \(\frac {4 \,{\mathrm e}^{3}}{x}\) \(8\)
norman \(\frac {4 \,{\mathrm e}^{3}}{x}\) \(8\)
risch \(\frac {4 \,{\mathrm e}^{3}}{x}\) \(8\)

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(-4*exp(3)/x^2,x,method=_RETURNVERBOSE)

[Out]

4*exp(3)/x

________________________________________________________________________________________

Maxima [A]
time = 0.27, size = 7, normalized size = 0.54 \begin {gather*} \frac {4 \, e^{3}}{x} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

4*e^3/x

________________________________________________________________________________________

Fricas [A]
time = 0.38, size = 7, normalized size = 0.54 \begin {gather*} \frac {4 \, e^{3}}{x} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

4*e^3/x

________________________________________________________________________________________

Sympy [A]
time = 0.01, size = 5, normalized size = 0.38 \begin {gather*} \frac {4 e^{3}}{x} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(-4*exp(3)/x**2,x)

[Out]

4*exp(3)/x

________________________________________________________________________________________

Giac [A]
time = 0.42, size = 7, normalized size = 0.54 \begin {gather*} \frac {4 \, e^{3}}{x} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

4*e^3/x

________________________________________________________________________________________

Mupad [B]
time = 0.05, size = 7, normalized size = 0.54 \begin {gather*} \frac {4\,{\mathrm {e}}^3}{x} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(-(4*exp(3))/x^2,x)

[Out]

(4*exp(3))/x

________________________________________________________________________________________