3.46.12 \(\int \frac {-5-4 x^2}{5 x+80 x^2-4 x^3+6 x^2 \log (2)} \, dx\)

Optimal. Leaf size=20 \[ \log \left (x-4 \left (5+\frac {5}{16 x}+\frac {3 \log (2)}{8}\right )\right ) \]

________________________________________________________________________________________

Rubi [A]  time = 0.09, antiderivative size = 19, normalized size of antiderivative = 0.95, number of steps used = 5, number of rules used = 4, integrand size = 31, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.129, Rules used = {6, 1594, 1628, 628} \begin {gather*} \log \left (-4 x^2+x (80+\log (64))+5\right )-\log (x) \end {gather*}

Antiderivative was successfully verified.

[In]

Int[(-5 - 4*x^2)/(5*x + 80*x^2 - 4*x^3 + 6*x^2*Log[2]),x]

[Out]

-Log[x] + Log[5 - 4*x^2 + x*(80 + Log[64])]

Rule 6

Int[(u_.)*((w_.) + (a_.)*(v_) + (b_.)*(v_))^(p_.), x_Symbol] :> Int[u*((a + b)*v + w)^p, x] /; FreeQ[{a, b}, x
] &&  !FreeQ[v, x]

Rule 628

Int[((d_) + (e_.)*(x_))/((a_.) + (b_.)*(x_) + (c_.)*(x_)^2), x_Symbol] :> Simp[(d*Log[RemoveContent[a + b*x +
c*x^2, x]])/b, x] /; FreeQ[{a, b, c, d, e}, x] && EqQ[2*c*d - b*e, 0]

Rule 1594

Int[(u_.)*((a_.)*(x_)^(p_.) + (b_.)*(x_)^(q_.) + (c_.)*(x_)^(r_.))^(n_.), x_Symbol] :> Int[u*x^(n*p)*(a + b*x^
(q - p) + c*x^(r - p))^n, x] /; FreeQ[{a, b, c, p, q, r}, x] && IntegerQ[n] && PosQ[q - p] && PosQ[r - p]

Rule 1628

Int[(Pq_)*((d_.) + (e_.)*(x_))^(m_.)*((a_.) + (b_.)*(x_) + (c_.)*(x_)^2)^(p_.), x_Symbol] :> Int[ExpandIntegra
nd[(d + e*x)^m*Pq*(a + b*x + c*x^2)^p, x], x] /; FreeQ[{a, b, c, d, e, m}, x] && PolyQ[Pq, x] && IGtQ[p, -2]

Rubi steps

\begin {gather*} \begin {aligned} \text {integral} &=\int \frac {-5-4 x^2}{5 x-4 x^3+x^2 (80+6 \log (2))} \, dx\\ &=\int \frac {-5-4 x^2}{x \left (5-4 x^2+x (80+6 \log (2))\right )} \, dx\\ &=\int \left (-\frac {1}{x}+\frac {80-8 x+\log (64)}{5-4 x^2+x (80+\log (64))}\right ) \, dx\\ &=-\log (x)+\int \frac {80-8 x+\log (64)}{5-4 x^2+x (80+\log (64))} \, dx\\ &=-\log (x)+\log \left (5-4 x^2+x (80+\log (64))\right )\\ \end {aligned} \end {gather*}

________________________________________________________________________________________

Mathematica [A]  time = 0.01, size = 21, normalized size = 1.05 \begin {gather*} -\log (x)+\log \left (5+80 x-4 x^2+2 x \log (8)\right ) \end {gather*}

Antiderivative was successfully verified.

[In]

Integrate[(-5 - 4*x^2)/(5*x + 80*x^2 - 4*x^3 + 6*x^2*Log[2]),x]

[Out]

-Log[x] + Log[5 + 80*x - 4*x^2 + 2*x*Log[8]]

________________________________________________________________________________________

fricas [A]  time = 0.69, size = 21, normalized size = 1.05 \begin {gather*} \log \left (4 \, x^{2} - 6 \, x \log \relax (2) - 80 \, x - 5\right ) - \log \relax (x) \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((-4*x^2-5)/(6*x^2*log(2)-4*x^3+80*x^2+5*x),x, algorithm="fricas")

[Out]

log(4*x^2 - 6*x*log(2) - 80*x - 5) - log(x)

________________________________________________________________________________________

giac [A]  time = 0.20, size = 23, normalized size = 1.15 \begin {gather*} \log \left ({\left | 4 \, x^{2} - 6 \, x \log \relax (2) - 80 \, x - 5 \right |}\right ) - \log \left ({\left | x \right |}\right ) \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((-4*x^2-5)/(6*x^2*log(2)-4*x^3+80*x^2+5*x),x, algorithm="giac")

[Out]

log(abs(4*x^2 - 6*x*log(2) - 80*x - 5)) - log(abs(x))

________________________________________________________________________________________

maple [A]  time = 0.04, size = 22, normalized size = 1.10




method result size



default \(-\ln \relax (x )+\ln \left (-6 x \ln \relax (2)+4 x^{2}-80 x -5\right )\) \(22\)
norman \(-\ln \relax (x )+\ln \left (6 x \ln \relax (2)-4 x^{2}+80 x +5\right )\) \(22\)
risch \(-\ln \left (-x \right )+\ln \left (-5+4 x^{2}+\left (-6 \ln \relax (2)-80\right ) x \right )\) \(24\)



Verification of antiderivative is not currently implemented for this CAS.

[In]

int((-4*x^2-5)/(6*x^2*ln(2)-4*x^3+80*x^2+5*x),x,method=_RETURNVERBOSE)

[Out]

-ln(x)+ln(-6*x*ln(2)+4*x^2-80*x-5)

________________________________________________________________________________________

maxima [A]  time = 0.37, size = 22, normalized size = 1.10 \begin {gather*} \log \left (4 \, x^{2} - 2 \, x {\left (3 \, \log \relax (2) + 40\right )} - 5\right ) - \log \relax (x) \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((-4*x^2-5)/(6*x^2*log(2)-4*x^3+80*x^2+5*x),x, algorithm="maxima")

[Out]

log(4*x^2 - 2*x*(3*log(2) + 40) - 5) - log(x)

________________________________________________________________________________________

mupad [B]  time = 0.22, size = 19, normalized size = 0.95 \begin {gather*} \ln \left (x^2-\frac {3\,x\,\ln \relax (2)}{2}-20\,x-\frac {5}{4}\right )-\ln \relax (x) \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(-(4*x^2 + 5)/(5*x + 6*x^2*log(2) + 80*x^2 - 4*x^3),x)

[Out]

log(x^2 - (3*x*log(2))/2 - 20*x - 5/4) - log(x)

________________________________________________________________________________________

sympy [A]  time = 0.34, size = 22, normalized size = 1.10 \begin {gather*} - \log {\relax (x )} + \log {\left (x^{2} + x \left (-20 - \frac {3 \log {\relax (2 )}}{2}\right ) - \frac {5}{4} \right )} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((-4*x**2-5)/(6*x**2*ln(2)-4*x**3+80*x**2+5*x),x)

[Out]

-log(x) + log(x**2 + x*(-20 - 3*log(2)/2) - 5/4)

________________________________________________________________________________________