3.61.97 \(\int \frac {-3+x}{16+8 \log (\log (16))} \, dx\) [6097]

Optimal. Leaf size=22 \[ \frac {4-\frac {1}{16} (1-x) (-5+x)}{2+\log (\log (16))} \]

[Out]

(4-1/16*(-5+x)*(1-x))/(2+ln(4*ln(2)))

________________________________________________________________________________________

Rubi [A]
time = 0.00, antiderivative size = 18, normalized size of antiderivative = 0.82, number of steps used = 1, number of rules used = 1, integrand size = 13, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.077, Rules used = {9} \begin {gather*} \frac {(3-x)^2}{16 (2+\log (\log (16)))} \end {gather*}

Antiderivative was successfully verified.

[In]

Int[(-3 + x)/(16 + 8*Log[Log[16]]),x]

[Out]

(3 - x)^2/(16*(2 + Log[Log[16]]))

Rule 9

Int[(a_)*((b_) + (c_.)*(x_)), x_Symbol] :> Simp[a*((b + c*x)^2/(2*c)), x] /; FreeQ[{a, b, c}, x]

Rubi steps

\begin {gather*} \begin {aligned} \text {integral} &=\frac {(3-x)^2}{16 (2+\log (\log (16)))}\\ \end {aligned} \end {gather*}

________________________________________________________________________________________

Mathematica [A]
time = 0.00, size = 22, normalized size = 1.00 \begin {gather*} \frac {-3 x+\frac {x^2}{2}}{8 (2+\log (\log (16)))} \end {gather*}

Antiderivative was successfully verified.

[In]

Integrate[(-3 + x)/(16 + 8*Log[Log[16]]),x]

[Out]

(-3*x + x^2/2)/(8*(2 + Log[Log[16]]))

________________________________________________________________________________________

Maple [A]
time = 0.19, size = 22, normalized size = 1.00

method result size
gosper \(\frac {x \left (x -6\right )}{32+16 \ln \left (4 \ln \left (2\right )\right )}\) \(16\)
default \(\frac {\frac {1}{2} x^{2}-3 x}{8 \ln \left (4 \ln \left (2\right )\right )+16}\) \(22\)
norman \(-\frac {3 x}{8 \left (2+2 \ln \left (2\right )+\ln \left (\ln \left (2\right )\right )\right )}+\frac {x^{2}}{32 \ln \left (2\right )+16 \ln \left (\ln \left (2\right )\right )+32}\) \(32\)
risch \(\frac {x^{2}}{32 \ln \left (2\right )+16 \ln \left (\ln \left (2\right )\right )+32}-\frac {3 x}{16 \ln \left (2\right )+8 \ln \left (\ln \left (2\right )\right )+16}\) \(36\)

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((x-3)/(8*ln(4*ln(2))+16),x,method=_RETURNVERBOSE)

[Out]

(1/2*x^2-3*x)/(8*ln(4*ln(2))+16)

________________________________________________________________________________________

Maxima [A]
time = 0.28, size = 18, normalized size = 0.82 \begin {gather*} \frac {x^{2} - 6 \, x}{16 \, {\left (\log \left (4 \, \log \left (2\right )\right ) + 2\right )}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((-3+x)/(8*log(4*log(2))+16),x, algorithm="maxima")

[Out]

1/16*(x^2 - 6*x)/(log(4*log(2)) + 2)

________________________________________________________________________________________

Fricas [A]
time = 0.35, size = 18, normalized size = 0.82 \begin {gather*} \frac {x^{2} - 6 \, x}{16 \, {\left (\log \left (4 \, \log \left (2\right )\right ) + 2\right )}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((-3+x)/(8*log(4*log(2))+16),x, algorithm="fricas")

[Out]

1/16*(x^2 - 6*x)/(log(4*log(2)) + 2)

________________________________________________________________________________________

Sympy [A]
time = 0.01, size = 32, normalized size = 1.45 \begin {gather*} \frac {x^{2}}{16 \log {\left (\log {\left (2 \right )} \right )} + 32 \log {\left (2 \right )} + 32} - \frac {3 x}{8 \log {\left (\log {\left (2 \right )} \right )} + 16 \log {\left (2 \right )} + 16} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((-3+x)/(8*ln(4*ln(2))+16),x)

[Out]

x**2/(16*log(log(2)) + 32*log(2) + 32) - 3*x/(8*log(log(2)) + 16*log(2) + 16)

________________________________________________________________________________________

Giac [A]
time = 0.41, size = 18, normalized size = 0.82 \begin {gather*} \frac {x^{2} - 6 \, x}{16 \, {\left (\log \left (4 \, \log \left (2\right )\right ) + 2\right )}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((-3+x)/(8*log(4*log(2))+16),x, algorithm="giac")

[Out]

1/16*(x^2 - 6*x)/(log(4*log(2)) + 2)

________________________________________________________________________________________

Mupad [B]
time = 0.06, size = 15, normalized size = 0.68 \begin {gather*} \frac {{\left (x-3\right )}^2}{16\,\ln \left (\ln \left (16\right )\right )+32} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((x - 3)/(8*log(4*log(2)) + 16),x)

[Out]

(x - 3)^2/(16*log(log(16)) + 32)

________________________________________________________________________________________