3.25.10 \(\int \frac {-2304+2304 e^{100}-864 e^{200}+144 e^{300}-9 e^{400}}{512 x^3} \, dx\)

Optimal. Leaf size=18 \[ \frac {9 \left (2-\frac {e^{100}}{2}\right )^4}{64 x^2} \]

________________________________________________________________________________________

Rubi [A]  time = 0.04, antiderivative size = 16, normalized size of antiderivative = 0.89, number of steps used = 2, number of rules used = 2, integrand size = 29, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.069, Rules used = {12, 30} \begin {gather*} \frac {9 \left (4-e^{100}\right )^4}{1024 x^2} \end {gather*}

Antiderivative was successfully verified.

[In]

Int[(-2304 + 2304*E^100 - 864*E^200 + 144*E^300 - 9*E^400)/(512*x^3),x]

[Out]

(9*(4 - E^100)^4)/(1024*x^2)

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 (\frac {1}{512} \left (9 \left (4-e^{100}\right )^4\right ) \int \frac {1}{x^3} \, dx\right )\\ &=\frac {9 \left (4-e^{100}\right )^4}{1024 x^2}\\ \end {aligned} \end {gather*}

________________________________________________________________________________________

Mathematica [A]  time = 0.00, size = 14, normalized size = 0.78 \begin {gather*} \frac {9 \left (-4+e^{100}\right )^4}{1024 x^2} \end {gather*}

Antiderivative was successfully verified.

[In]

Integrate[(-2304 + 2304*E^100 - 864*E^200 + 144*E^300 - 9*E^400)/(512*x^3),x]

[Out]

(9*(-4 + E^100)^4)/(1024*x^2)

________________________________________________________________________________________

fricas [A]  time = 0.63, size = 21, normalized size = 1.17 \begin {gather*} \frac {9 \, {\left (e^{400} - 16 \, e^{300} + 96 \, e^{200} - 256 \, e^{100} + 256\right )}}{1024 \, x^{2}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/512*(-9*exp(100)^4+144*exp(100)^3-864*exp(100)^2+2304*exp(100)-2304)/x^3,x, algorithm="fricas")

[Out]

9/1024*(e^400 - 16*e^300 + 96*e^200 - 256*e^100 + 256)/x^2

________________________________________________________________________________________

giac [A]  time = 0.55, size = 21, normalized size = 1.17 \begin {gather*} \frac {9 \, {\left (e^{400} - 16 \, e^{300} + 96 \, e^{200} - 256 \, e^{100} + 256\right )}}{1024 \, x^{2}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/512*(-9*exp(100)^4+144*exp(100)^3-864*exp(100)^2+2304*exp(100)-2304)/x^3,x, algorithm="giac")

[Out]

9/1024*(e^400 - 16*e^300 + 96*e^200 - 256*e^100 + 256)/x^2

________________________________________________________________________________________

maple [B]  time = 0.05, size = 28, normalized size = 1.56




method result size



gosper \(\frac {\frac {9 \,{\mathrm e}^{400}}{1024}-\frac {9 \,{\mathrm e}^{300}}{64}+\frac {27 \,{\mathrm e}^{200}}{32}-\frac {9 \,{\mathrm e}^{100}}{4}+\frac {9}{4}}{x^{2}}\) \(28\)
norman \(\frac {\frac {9 \,{\mathrm e}^{400}}{1024}-\frac {9 \,{\mathrm e}^{300}}{64}+\frac {27 \,{\mathrm e}^{200}}{32}-\frac {9 \,{\mathrm e}^{100}}{4}+\frac {9}{4}}{x^{2}}\) \(29\)
default \(-\frac {-\frac {9 \,{\mathrm e}^{400}}{512}+\frac {9 \,{\mathrm e}^{300}}{32}-\frac {27 \,{\mathrm e}^{200}}{16}+\frac {9 \,{\mathrm e}^{100}}{2}-\frac {9}{2}}{2 x^{2}}\) \(30\)
risch \(\frac {9 \,{\mathrm e}^{400}}{1024 x^{2}}-\frac {9 \,{\mathrm e}^{300}}{64 x^{2}}+\frac {27 \,{\mathrm e}^{200}}{32 x^{2}}-\frac {9 \,{\mathrm e}^{100}}{4 x^{2}}+\frac {9}{4 x^{2}}\) \(35\)



Verification of antiderivative is not currently implemented for this CAS.

[In]

int(1/512*(-9*exp(100)^4+144*exp(100)^3-864*exp(100)^2+2304*exp(100)-2304)/x^3,x,method=_RETURNVERBOSE)

[Out]

9/1024*(exp(100)^4-16*exp(100)^3+96*exp(100)^2-256*exp(100)+256)/x^2

________________________________________________________________________________________

maxima [A]  time = 0.65, size = 21, normalized size = 1.17 \begin {gather*} \frac {9 \, {\left (e^{400} - 16 \, e^{300} + 96 \, e^{200} - 256 \, e^{100} + 256\right )}}{1024 \, x^{2}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/512*(-9*exp(100)^4+144*exp(100)^3-864*exp(100)^2+2304*exp(100)-2304)/x^3,x, algorithm="maxima")

[Out]

9/1024*(e^400 - 16*e^300 + 96*e^200 - 256*e^100 + 256)/x^2

________________________________________________________________________________________

mupad [B]  time = 1.36, size = 11, normalized size = 0.61 \begin {gather*} \frac {9\,{\left ({\mathrm {e}}^{100}-4\right )}^4}{1024\,x^2} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(-((27*exp(200))/16 - (9*exp(100))/2 - (9*exp(300))/32 + (9*exp(400))/512 + 9/2)/x^3,x)

[Out]

(9*(exp(100) - 4)^4)/(1024*x^2)

________________________________________________________________________________________

sympy [B]  time = 0.07, size = 36, normalized size = 2.00 \begin {gather*} - \frac {- \frac {9 e^{400}}{512} - \frac {27 e^{200}}{16} - \frac {9}{2} + \frac {9 e^{100}}{2} + \frac {9 e^{300}}{32}}{2 x^{2}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/512*(-9*exp(100)**4+144*exp(100)**3-864*exp(100)**2+2304*exp(100)-2304)/x**3,x)

[Out]

-(-9*exp(400)/512 - 27*exp(200)/16 - 9/2 + 9*exp(100)/2 + 9*exp(300)/32)/(2*x**2)

________________________________________________________________________________________