3.65.79 \(\int \frac {110 x-25 x^2}{121-110 x+25 x^2} \, dx\)

Optimal. Leaf size=21 \[ \frac {5}{3}-e^3-\frac {x^2}{-\frac {11}{5}+x} \]

________________________________________________________________________________________

Rubi [A]  time = 0.01, antiderivative size = 15, normalized size of antiderivative = 0.71, number of steps used = 3, number of rules used = 2, integrand size = 22, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.091, Rules used = {27, 683} \begin {gather*} \frac {121}{5 (11-5 x)}-x \end {gather*}

Antiderivative was successfully verified.

[In]

Int[(110*x - 25*x^2)/(121 - 110*x + 25*x^2),x]

[Out]

121/(5*(11 - 5*x)) - 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 683

Int[((d_.) + (e_.)*(x_))^(m_)*((a_.) + (b_.)*(x_) + (c_.)*(x_)^2)^(p_.), x_Symbol] :> Int[ExpandIntegrand[(d +
 e*x)^m*(a + b*x + c*x^2)^p, x], x] /; FreeQ[{a, b, c, d, e, m}, x] && NeQ[b^2 - 4*a*c, 0] && EqQ[2*c*d - b*e,
 0] && IGtQ[p, 0] &&  !(EqQ[m, 3] && NeQ[p, 1])

Rubi steps

\begin {gather*} \begin {aligned} \text {integral} &=\int \frac {110 x-25 x^2}{(-11+5 x)^2} \, dx\\ &=\int \left (-1+\frac {121}{(-11+5 x)^2}\right ) \, dx\\ &=\frac {121}{5 (11-5 x)}-x\\ \end {aligned} \end {gather*}

________________________________________________________________________________________

Mathematica [A]  time = 0.01, size = 18, normalized size = 0.86 \begin {gather*} \frac {1}{5} \left (11+\frac {121}{11-5 x}-5 x\right ) \end {gather*}

Antiderivative was successfully verified.

[In]

Integrate[(110*x - 25*x^2)/(121 - 110*x + 25*x^2),x]

[Out]

(11 + 121/(11 - 5*x) - 5*x)/5

________________________________________________________________________________________

fricas [A]  time = 0.64, size = 19, normalized size = 0.90 \begin {gather*} -\frac {25 \, x^{2} - 55 \, x + 121}{5 \, {\left (5 \, x - 11\right )}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((-25*x^2+110*x)/(25*x^2-110*x+121),x, algorithm="fricas")

[Out]

-1/5*(25*x^2 - 55*x + 121)/(5*x - 11)

________________________________________________________________________________________

giac [A]  time = 0.15, size = 13, normalized size = 0.62 \begin {gather*} -x - \frac {121}{5 \, {\left (5 \, x - 11\right )}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((-25*x^2+110*x)/(25*x^2-110*x+121),x, algorithm="giac")

[Out]

-x - 121/5/(5*x - 11)

________________________________________________________________________________________

maple [A]  time = 0.50, size = 12, normalized size = 0.57




method result size



risch \(-x -\frac {121}{25 \left (x -\frac {11}{5}\right )}\) \(12\)
gosper \(-\frac {5 x^{2}}{5 x -11}\) \(13\)
default \(-x -\frac {121}{5 \left (5 x -11\right )}\) \(14\)
meijerg \(-\frac {x \left (-\frac {15 x}{11}+6\right )}{3 \left (1-\frac {5 x}{11}\right )}+\frac {2 x}{1-\frac {5 x}{11}}\) \(27\)



Verification of antiderivative is not currently implemented for this CAS.

[In]

int((-25*x^2+110*x)/(25*x^2-110*x+121),x,method=_RETURNVERBOSE)

[Out]

-x-121/25/(x-11/5)

________________________________________________________________________________________

maxima [A]  time = 0.37, size = 13, normalized size = 0.62 \begin {gather*} -x - \frac {121}{5 \, {\left (5 \, x - 11\right )}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((-25*x^2+110*x)/(25*x^2-110*x+121),x, algorithm="maxima")

[Out]

-x - 121/5/(5*x - 11)

________________________________________________________________________________________

mupad [B]  time = 0.04, size = 13, normalized size = 0.62 \begin {gather*} -x-\frac {121}{25\,\left (x-\frac {11}{5}\right )} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((110*x - 25*x^2)/(25*x^2 - 110*x + 121),x)

[Out]

- x - 121/(25*(x - 11/5))

________________________________________________________________________________________

sympy [A]  time = 0.07, size = 8, normalized size = 0.38 \begin {gather*} - x - \frac {121}{25 x - 55} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((-25*x**2+110*x)/(25*x**2-110*x+121),x)

[Out]

-x - 121/(25*x - 55)

________________________________________________________________________________________