\(\int -\frac {50 x^4}{-10-e+e^2} \, dx\) [26]

   Optimal result
   Rubi [A] (verified)
   Mathematica [A] (verified)
   Maple [A] (verified)
   Fricas [A] (verification not implemented)
   Sympy [A] (verification not implemented)
   Maxima [A] (verification not implemented)
   Giac [A] (verification not implemented)
   Mupad [B] (verification not implemented)

Optimal result

Integrand size = 15, antiderivative size = 20 \[ \int -\frac {50 x^4}{-10-e+e^2} \, dx=\frac {2 x^5}{2+\frac {1}{5} \left (e-e^2\right )} \]

[Out]

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

Rubi [A] (verified)

Time = 0.00 (sec) , antiderivative size = 15, normalized size of antiderivative = 0.75, number of steps used = 2, number of rules used = 2, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.133, Rules used = {12, 30} \[ \int -\frac {50 x^4}{-10-e+e^2} \, dx=\frac {10 x^5}{10+e-e^2} \]

[In]

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

[Out]

(10*x^5)/(10 + E - E^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{align*} \text {integral}& = \frac {50 \int x^4 \, dx}{10+e-e^2} \\ & = \frac {10 x^5}{10+e-e^2} \\ \end{align*}

Mathematica [A] (verified)

Time = 0.00 (sec) , antiderivative size = 15, normalized size of antiderivative = 0.75 \[ \int -\frac {50 x^4}{-10-e+e^2} \, dx=-\frac {10 x^5}{-10-e+e^2} \]

[In]

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

[Out]

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

Maple [A] (verified)

Time = 0.02 (sec) , antiderivative size = 16, normalized size of antiderivative = 0.80

method result size
gosper \(-\frac {10 x^{5}}{{\mathrm e}^{2}-{\mathrm e}-10}\) \(16\)
default \(-\frac {10 x^{5}}{{\mathrm e}^{2}-{\mathrm e}-10}\) \(16\)
norman \(-\frac {10 x^{5}}{{\mathrm e}^{2}-{\mathrm e}-10}\) \(16\)
risch \(-\frac {10 x^{5}}{{\mathrm e}^{2}-{\mathrm e}-10}\) \(16\)
parallelrisch \(-\frac {10 x^{5}}{{\mathrm e}^{2}-{\mathrm e}-10}\) \(16\)

[In]

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

[Out]

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

Fricas [A] (verification not implemented)

none

Time = 0.25 (sec) , antiderivative size = 15, normalized size of antiderivative = 0.75 \[ \int -\frac {50 x^4}{-10-e+e^2} \, dx=-\frac {10 \, x^{5}}{e^{2} - e - 10} \]

[In]

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

[Out]

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

Sympy [A] (verification not implemented)

Time = 0.02 (sec) , antiderivative size = 14, normalized size of antiderivative = 0.70 \[ \int -\frac {50 x^4}{-10-e+e^2} \, dx=- \frac {10 x^{5}}{-10 - e + e^{2}} \]

[In]

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

[Out]

-10*x**5/(-10 - E + exp(2))

Maxima [A] (verification not implemented)

none

Time = 0.20 (sec) , antiderivative size = 15, normalized size of antiderivative = 0.75 \[ \int -\frac {50 x^4}{-10-e+e^2} \, dx=-\frac {10 \, x^{5}}{e^{2} - e - 10} \]

[In]

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

[Out]

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

Giac [A] (verification not implemented)

none

Time = 0.30 (sec) , antiderivative size = 15, normalized size of antiderivative = 0.75 \[ \int -\frac {50 x^4}{-10-e+e^2} \, dx=-\frac {10 \, x^{5}}{e^{2} - e - 10} \]

[In]

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

[Out]

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

Mupad [B] (verification not implemented)

Time = 0.03 (sec) , antiderivative size = 15, normalized size of antiderivative = 0.75 \[ \int -\frac {50 x^4}{-10-e+e^2} \, dx=\frac {10\,x^5}{\mathrm {e}-{\mathrm {e}}^2+10} \]

[In]

int((50*x^4)/(exp(1) - exp(2) + 10),x)

[Out]

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