\(\int -\frac {440}{576+4 e^{16}-2640 x+3025 x^2+e^8 (-96+220 x)} \, dx\) [4972]

   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 = 28, antiderivative size = 20 \[ \int -\frac {440}{576+4 e^{16}-2640 x+3025 x^2+e^8 (-96+220 x)} \, dx=\frac {4}{e^8-3 \left (4+\frac {x}{2}\right )+29 x} \]

[Out]

4/(55/2*x+exp(8)-12)

Rubi [A] (verified)

Time = 0.01 (sec) , antiderivative size = 17, normalized size of antiderivative = 0.85, number of steps used = 4, number of rules used = 4, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.143, Rules used = {12, 2006, 27, 32} \[ \int -\frac {440}{576+4 e^{16}-2640 x+3025 x^2+e^8 (-96+220 x)} \, dx=-\frac {8}{2 \left (12-e^8\right )-55 x} \]

[In]

Int[-440/(576 + 4*E^16 - 2640*x + 3025*x^2 + E^8*(-96 + 220*x)),x]

[Out]

-8/(2*(12 - E^8) - 55*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 27

Int[(u_.)*((a_) + (b_.)*(x_) + (c_.)*(x_)^2)^(p_.), x_Symbol] :> Int[u*Cancel[(b/2 + c*x)^(2*p)/c^p], x] /; Fr
eeQ[{a, b, c}, x] && EqQ[b^2 - 4*a*c, 0] && IntegerQ[p]

Rule 32

Int[((a_.) + (b_.)*(x_))^(m_), x_Symbol] :> Simp[(a + b*x)^(m + 1)/(b*(m + 1)), x] /; FreeQ[{a, b, m}, x] && N
eQ[m, -1]

Rule 2006

Int[(u_)^(p_), x_Symbol] :> Int[ExpandToSum[u, x]^p, x] /; FreeQ[p, x] && QuadraticQ[u, x] &&  !QuadraticMatch
Q[u, x]

Rubi steps \begin{align*} \text {integral}& = -\left (440 \int \frac {1}{576+4 e^{16}-2640 x+3025 x^2+e^8 (-96+220 x)} \, dx\right ) \\ & = -\left (440 \int \frac {1}{4 \left (12-e^8\right )^2-220 \left (12-e^8\right ) x+3025 x^2} \, dx\right ) \\ & = -\left (440 \int \frac {1}{\left (-24+2 e^8+55 x\right )^2} \, dx\right ) \\ & = -\frac {8}{2 \left (12-e^8\right )-55 x} \\ \end{align*}

Mathematica [A] (verified)

Time = 0.00 (sec) , antiderivative size = 14, normalized size of antiderivative = 0.70 \[ \int -\frac {440}{576+4 e^{16}-2640 x+3025 x^2+e^8 (-96+220 x)} \, dx=\frac {8}{-24+2 e^8+55 x} \]

[In]

Integrate[-440/(576 + 4*E^16 - 2640*x + 3025*x^2 + E^8*(-96 + 220*x)),x]

[Out]

8/(-24 + 2*E^8 + 55*x)

Maple [A] (verified)

Time = 0.48 (sec) , antiderivative size = 12, normalized size of antiderivative = 0.60

method result size
risch \(\frac {4}{\frac {55 x}{2}+{\mathrm e}^{8}-12}\) \(12\)
gosper \(\frac {8}{2 \,{\mathrm e}^{8}+55 x -24}\) \(14\)
norman \(\frac {8}{2 \,{\mathrm e}^{8}+55 x -24}\) \(14\)
parallelrisch \(\frac {8}{2 \,{\mathrm e}^{8}+55 x -24}\) \(14\)
meijerg \(-\frac {4 x}{\left (\frac {2 \,{\mathrm e}^{8}}{55}-\frac {24}{55}\right ) \left ({\mathrm e}^{8}-12\right ) \left (1+\frac {55 x}{2 \left ({\mathrm e}^{8}-12\right )}\right )}\) \(31\)

[In]

int(-440/(4*exp(8)^2+(220*x-96)*exp(8)+3025*x^2-2640*x+576),x,method=_RETURNVERBOSE)

[Out]

4/(55/2*x+exp(8)-12)

Fricas [A] (verification not implemented)

none

Time = 0.23 (sec) , antiderivative size = 13, normalized size of antiderivative = 0.65 \[ \int -\frac {440}{576+4 e^{16}-2640 x+3025 x^2+e^8 (-96+220 x)} \, dx=\frac {8}{55 \, x + 2 \, e^{8} - 24} \]

[In]

integrate(-440/(4*exp(8)^2+(220*x-96)*exp(8)+3025*x^2-2640*x+576),x, algorithm="fricas")

[Out]

8/(55*x + 2*e^8 - 24)

Sympy [A] (verification not implemented)

Time = 0.09 (sec) , antiderivative size = 10, normalized size of antiderivative = 0.50 \[ \int -\frac {440}{576+4 e^{16}-2640 x+3025 x^2+e^8 (-96+220 x)} \, dx=\frac {440}{3025 x - 1320 + 110 e^{8}} \]

[In]

integrate(-440/(4*exp(8)**2+(220*x-96)*exp(8)+3025*x**2-2640*x+576),x)

[Out]

440/(3025*x - 1320 + 110*exp(8))

Maxima [A] (verification not implemented)

none

Time = 0.19 (sec) , antiderivative size = 13, normalized size of antiderivative = 0.65 \[ \int -\frac {440}{576+4 e^{16}-2640 x+3025 x^2+e^8 (-96+220 x)} \, dx=\frac {8}{55 \, x + 2 \, e^{8} - 24} \]

[In]

integrate(-440/(4*exp(8)^2+(220*x-96)*exp(8)+3025*x^2-2640*x+576),x, algorithm="maxima")

[Out]

8/(55*x + 2*e^8 - 24)

Giac [A] (verification not implemented)

none

Time = 0.27 (sec) , antiderivative size = 13, normalized size of antiderivative = 0.65 \[ \int -\frac {440}{576+4 e^{16}-2640 x+3025 x^2+e^8 (-96+220 x)} \, dx=\frac {8}{55 \, x + 2 \, e^{8} - 24} \]

[In]

integrate(-440/(4*exp(8)^2+(220*x-96)*exp(8)+3025*x^2-2640*x+576),x, algorithm="giac")

[Out]

8/(55*x + 2*e^8 - 24)

Mupad [B] (verification not implemented)

Time = 11.45 (sec) , antiderivative size = 13, normalized size of antiderivative = 0.65 \[ \int -\frac {440}{576+4 e^{16}-2640 x+3025 x^2+e^8 (-96+220 x)} \, dx=\frac {8}{55\,x+2\,{\mathrm {e}}^8-24} \]

[In]

int(-440/(4*exp(16) - 2640*x + 3025*x^2 + exp(8)*(220*x - 96) + 576),x)

[Out]

8/(55*x + 2*exp(8) - 24)