3.97.46 \(\int \frac {-50-2 e^{10}+e^5 (20-60 x)+300 x}{81 x^3} \, dx\)

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

________________________________________________________________________________________

Rubi [A]  time = 0.01, antiderivative size = 36, normalized size of antiderivative = 1.33, number of steps used = 3, number of rules used = 3, integrand size = 26, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.115, Rules used = {12, 186, 37} \begin {gather*} \frac {\left (\left (e^5-5\right )^2-30 \left (5-e^5\right ) x\right )^2}{81 \left (5-e^5\right )^2 x^2} \end {gather*}

Antiderivative was successfully verified.

[In]

Int[(-50 - 2*E^10 + E^5*(20 - 60*x) + 300*x)/(81*x^3),x]

[Out]

((-5 + E^5)^2 - 30*(5 - E^5)*x)^2/(81*(5 - E^5)^2*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 37

Int[((a_.) + (b_.)*(x_))^(m_.)*((c_.) + (d_.)*(x_))^(n_), x_Symbol] :> Simp[((a + b*x)^(m + 1)*(c + d*x)^(n +
1))/((b*c - a*d)*(m + 1)), x] /; FreeQ[{a, b, c, d, m, n}, x] && NeQ[b*c - a*d, 0] && EqQ[m + n + 2, 0] && NeQ
[m, -1]

Rule 186

Int[(u_)^(m_.)*(v_)^(n_.), x_Symbol] :> Int[ExpandToSum[u, x]^m*ExpandToSum[v, x]^n, x] /; FreeQ[{m, n}, x] &&
 LinearQ[{u, v}, x] &&  !LinearMatchQ[{u, v}, x]

Rubi steps

\begin {gather*} \begin {aligned} \text {integral} &=\frac {1}{81} \int \frac {-50-2 e^{10}+e^5 (20-60 x)+300 x}{x^3} \, dx\\ &=\frac {1}{81} \int \frac {-2 \left (5-e^5\right )^2+60 \left (5-e^5\right ) x}{x^3} \, dx\\ &=\frac {\left (\left (-5+e^5\right )^2-30 \left (5-e^5\right ) x\right )^2}{81 \left (5-e^5\right )^2 x^2}\\ \end {aligned} \end {gather*}

________________________________________________________________________________________

Mathematica [A]  time = 0.00, size = 20, normalized size = 0.74 \begin {gather*} \frac {\left (-5+e^5\right ) \left (-5+e^5+60 x\right )}{81 x^2} \end {gather*}

Antiderivative was successfully verified.

[In]

Integrate[(-50 - 2*E^10 + E^5*(20 - 60*x) + 300*x)/(81*x^3),x]

[Out]

((-5 + E^5)*(-5 + E^5 + 60*x))/(81*x^2)

________________________________________________________________________________________

fricas [A]  time = 0.50, size = 21, normalized size = 0.78 \begin {gather*} \frac {10 \, {\left (6 \, x - 1\right )} e^{5} - 300 \, x + e^{10} + 25}{81 \, x^{2}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/81*(-2*exp(5)^2+(-60*x+20)*exp(5)+300*x-50)/x^3,x, algorithm="fricas")

[Out]

1/81*(10*(6*x - 1)*e^5 - 300*x + e^10 + 25)/x^2

________________________________________________________________________________________

giac [A]  time = 0.11, size = 21, normalized size = 0.78 \begin {gather*} \frac {60 \, x e^{5} - 300 \, x + e^{10} - 10 \, e^{5} + 25}{81 \, x^{2}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/81*(-2*exp(5)^2+(-60*x+20)*exp(5)+300*x-50)/x^3,x, algorithm="giac")

[Out]

1/81*(60*x*e^5 - 300*x + e^10 - 10*e^5 + 25)/x^2

________________________________________________________________________________________

maple [A]  time = 0.04, size = 17, normalized size = 0.63




method result size



gosper \(\frac {\left ({\mathrm e}^{5}-5\right ) \left ({\mathrm e}^{5}+60 x -5\right )}{81 x^{2}}\) \(17\)
risch \(\frac {\left (60 \,{\mathrm e}^{5}-300\right ) x +{\mathrm e}^{10}-10 \,{\mathrm e}^{5}+25}{81 x^{2}}\) \(22\)
norman \(\frac {\left (\frac {20 \,{\mathrm e}^{5}}{27}-\frac {100}{27}\right ) x +\frac {{\mathrm e}^{10}}{81}-\frac {10 \,{\mathrm e}^{5}}{81}+\frac {25}{81}}{x^{2}}\) \(25\)
default \(\frac {\left (-10+2 \,{\mathrm e}^{5}\right ) \left (-\frac {5-{\mathrm e}^{5}}{2 x^{2}}+\frac {30}{x}\right )}{81}\) \(26\)



Verification of antiderivative is not currently implemented for this CAS.

[In]

int(1/81*(-2*exp(5)^2+(-60*x+20)*exp(5)+300*x-50)/x^3,x,method=_RETURNVERBOSE)

[Out]

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

________________________________________________________________________________________

maxima [A]  time = 0.35, size = 20, normalized size = 0.74 \begin {gather*} \frac {60 \, x {\left (e^{5} - 5\right )} + e^{10} - 10 \, e^{5} + 25}{81 \, x^{2}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/81*(-2*exp(5)^2+(-60*x+20)*exp(5)+300*x-50)/x^3,x, algorithm="maxima")

[Out]

1/81*(60*x*(e^5 - 5) + e^10 - 10*e^5 + 25)/x^2

________________________________________________________________________________________

mupad [B]  time = 5.47, size = 21, normalized size = 0.78 \begin {gather*} \frac {{\mathrm {e}}^{10}-10\,{\mathrm {e}}^5+x\,\left (60\,{\mathrm {e}}^5-300\right )+25}{81\,x^2} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(-((2*exp(10))/81 - (100*x)/27 + (exp(5)*(60*x - 20))/81 + 50/81)/x^3,x)

[Out]

(exp(10) - 10*exp(5) + x*(60*exp(5) - 300) + 25)/(81*x^2)

________________________________________________________________________________________

sympy [A]  time = 0.22, size = 22, normalized size = 0.81 \begin {gather*} \frac {x \left (-300 + 60 e^{5}\right ) - 10 e^{5} + 25 + e^{10}}{81 x^{2}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/81*(-2*exp(5)**2+(-60*x+20)*exp(5)+300*x-50)/x**3,x)

[Out]

(x*(-300 + 60*exp(5)) - 10*exp(5) + 25 + exp(10))/(81*x**2)

________________________________________________________________________________________