3.75.66 \(\int \frac {-144+72 x^2}{(48 x-71 x^2+24 x^3) \log ^2(\frac {2 x}{144-213 x+72 x^2})} \, dx\) [7466]

Optimal. Leaf size=26 \[ \frac {3}{\log \left (\frac {1}{\frac {3}{2}+\frac {36 (1-x) (2-x)}{x}}\right )} \]

[Out]

3/ln(1/(3/2+36*(1-x)/x*(2-x)))

________________________________________________________________________________________

Rubi [A]
time = 0.14, antiderivative size = 22, normalized size of antiderivative = 0.85, number of steps used = 2, number of rules used = 2, integrand size = 42, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.048, Rules used = {1608, 6818} \begin {gather*} \frac {3}{\log \left (\frac {2 x}{3 \left (24 x^2-71 x+48\right )}\right )} \end {gather*}

Antiderivative was successfully verified.

[In]

Int[(-144 + 72*x^2)/((48*x - 71*x^2 + 24*x^3)*Log[(2*x)/(144 - 213*x + 72*x^2)]^2),x]

[Out]

3/Log[(2*x)/(3*(48 - 71*x + 24*x^2))]

Rule 1608

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 6818

Int[(u_)*(y_)^(m_.), x_Symbol] :> With[{q = DerivativeDivides[y, u, x]}, Simp[q*(y^(m + 1)/(m + 1)), x] /;  !F
alseQ[q]] /; FreeQ[m, x] && NeQ[m, -1]

Rubi steps

\begin {gather*} \begin {aligned} \text {integral} &=\int \frac {-144+72 x^2}{x \left (48-71 x+24 x^2\right ) \log ^2\left (\frac {2 x}{144-213 x+72 x^2}\right )} \, dx\\ &=\frac {3}{\log \left (\frac {2 x}{3 \left (48-71 x+24 x^2\right )}\right )}\\ \end {aligned} \end {gather*}

________________________________________________________________________________________

Mathematica [A]
time = 0.02, size = 20, normalized size = 0.77 \begin {gather*} \frac {3}{\log \left (\frac {2 x}{144-213 x+72 x^2}\right )} \end {gather*}

Antiderivative was successfully verified.

[In]

Integrate[(-144 + 72*x^2)/((48*x - 71*x^2 + 24*x^3)*Log[(2*x)/(144 - 213*x + 72*x^2)]^2),x]

[Out]

3/Log[(2*x)/(144 - 213*x + 72*x^2)]

________________________________________________________________________________________

Maple [A]
time = 0.62, size = 27, normalized size = 1.04

method result size
norman \(\frac {3}{\ln \left (\frac {2 x}{72 x^{2}-213 x +144}\right )}\) \(21\)
risch \(\frac {3}{\ln \left (\frac {2 x}{72 x^{2}-213 x +144}\right )}\) \(21\)
default \(\frac {3}{-\ln \left (3\right )+\ln \left (2\right )+\ln \left (\frac {x}{24 x^{2}-71 x +48}\right )}\) \(27\)

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((72*x^2-144)/(24*x^3-71*x^2+48*x)/ln(2*x/(72*x^2-213*x+144))^2,x,method=_RETURNVERBOSE)

[Out]

3/(-ln(3)+ln(2)+ln(x/(24*x^2-71*x+48)))

________________________________________________________________________________________

Maxima [A]
time = 0.52, size = 26, normalized size = 1.00 \begin {gather*} -\frac {3}{\log \left (3\right ) - \log \left (2\right ) + \log \left (24 \, x^{2} - 71 \, x + 48\right ) - \log \left (x\right )} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((72*x^2-144)/(24*x^3-71*x^2+48*x)/log(2*x/(72*x^2-213*x+144))^2,x, algorithm="maxima")

[Out]

-3/(log(3) - log(2) + log(24*x^2 - 71*x + 48) - log(x))

________________________________________________________________________________________

Fricas [A]
time = 0.39, size = 20, normalized size = 0.77 \begin {gather*} \frac {3}{\log \left (\frac {2 \, x}{3 \, {\left (24 \, x^{2} - 71 \, x + 48\right )}}\right )} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((72*x^2-144)/(24*x^3-71*x^2+48*x)/log(2*x/(72*x^2-213*x+144))^2,x, algorithm="fricas")

[Out]

3/log(2/3*x/(24*x^2 - 71*x + 48))

________________________________________________________________________________________

Sympy [A]
time = 0.06, size = 15, normalized size = 0.58 \begin {gather*} \frac {3}{\log {\left (\frac {2 x}{72 x^{2} - 213 x + 144} \right )}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((72*x**2-144)/(24*x**3-71*x**2+48*x)/ln(2*x/(72*x**2-213*x+144))**2,x)

[Out]

3/log(2*x/(72*x**2 - 213*x + 144))

________________________________________________________________________________________

Giac [A]
time = 0.42, size = 20, normalized size = 0.77 \begin {gather*} \frac {3}{\log \left (\frac {2 \, x}{3 \, {\left (24 \, x^{2} - 71 \, x + 48\right )}}\right )} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((72*x^2-144)/(24*x^3-71*x^2+48*x)/log(2*x/(72*x^2-213*x+144))^2,x, algorithm="giac")

[Out]

3/log(2/3*x/(24*x^2 - 71*x + 48))

________________________________________________________________________________________

Mupad [B]
time = 5.04, size = 20, normalized size = 0.77 \begin {gather*} \frac {3}{\ln \left (\frac {2\,x}{72\,x^2-213\,x+144}\right )} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((72*x^2 - 144)/(log((2*x)/(72*x^2 - 213*x + 144))^2*(48*x - 71*x^2 + 24*x^3)),x)

[Out]

3/log((2*x)/(72*x^2 - 213*x + 144))

________________________________________________________________________________________