3.16.75 \(\int (576 x^7-1296 x^{15}+\log (\log (3))) \, dx\) [1575]

Optimal. Leaf size=18 \[ 2-\left (4-9 x^8\right )^2+x \log (\log (3)) \]

[Out]

ln(ln(3))*x-(-9*x^8+4)^2+2

________________________________________________________________________________________

Rubi [A]
time = 0.00, antiderivative size = 16, normalized size of antiderivative = 0.89, number of steps used = 1, number of rules used = 0, integrand size = 14, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.000, Rules used = {} \begin {gather*} -81 x^{16}+72 x^8+x \log (\log (3)) \end {gather*}

Antiderivative was successfully verified.

[In]

Int[576*x^7 - 1296*x^15 + Log[Log[3]],x]

[Out]

72*x^8 - 81*x^16 + x*Log[Log[3]]

Rubi steps

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

________________________________________________________________________________________

Mathematica [A]
time = 0.00, size = 16, normalized size = 0.89 \begin {gather*} 72 x^8-81 x^{16}+x \log (\log (3)) \end {gather*}

Antiderivative was successfully verified.

[In]

Integrate[576*x^7 - 1296*x^15 + Log[Log[3]],x]

[Out]

72*x^8 - 81*x^16 + x*Log[Log[3]]

________________________________________________________________________________________

Maple [A]
time = 0.05, size = 17, normalized size = 0.94

method result size
gosper \(\ln \left (\ln \left (3\right )\right ) x +72 x^{8}-81 x^{16}\) \(17\)
default \(\ln \left (\ln \left (3\right )\right ) x +72 x^{8}-81 x^{16}\) \(17\)
norman \(\ln \left (\ln \left (3\right )\right ) x +72 x^{8}-81 x^{16}\) \(17\)
risch \(\ln \left (\ln \left (3\right )\right ) x +72 x^{8}-81 x^{16}\) \(17\)

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(ln(ln(3))-1296*x^15+576*x^7,x,method=_RETURNVERBOSE)

[Out]

ln(ln(3))*x+72*x^8-81*x^16

________________________________________________________________________________________

Maxima [A]
time = 0.25, size = 16, normalized size = 0.89 \begin {gather*} -81 \, x^{16} + 72 \, x^{8} + x \log \left (\log \left (3\right )\right ) \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(log(log(3))-1296*x^15+576*x^7,x, algorithm="maxima")

[Out]

-81*x^16 + 72*x^8 + x*log(log(3))

________________________________________________________________________________________

Fricas [A]
time = 0.36, size = 16, normalized size = 0.89 \begin {gather*} -81 \, x^{16} + 72 \, x^{8} + x \log \left (\log \left (3\right )\right ) \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(log(log(3))-1296*x^15+576*x^7,x, algorithm="fricas")

[Out]

-81*x^16 + 72*x^8 + x*log(log(3))

________________________________________________________________________________________

Sympy [A]
time = 0.01, size = 15, normalized size = 0.83 \begin {gather*} - 81 x^{16} + 72 x^{8} + x \log {\left (\log {\left (3 \right )} \right )} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(ln(ln(3))-1296*x**15+576*x**7,x)

[Out]

-81*x**16 + 72*x**8 + x*log(log(3))

________________________________________________________________________________________

Giac [A]
time = 0.39, size = 16, normalized size = 0.89 \begin {gather*} -81 \, x^{16} + 72 \, x^{8} + x \log \left (\log \left (3\right )\right ) \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(log(log(3))-1296*x^15+576*x^7,x, algorithm="giac")

[Out]

-81*x^16 + 72*x^8 + x*log(log(3))

________________________________________________________________________________________

Mupad [B]
time = 0.03, size = 16, normalized size = 0.89 \begin {gather*} x\,\left (-81\,x^{15}+72\,x^7+\ln \left (\ln \left (3\right )\right )\right ) \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(log(log(3)) + 576*x^7 - 1296*x^15,x)

[Out]

x*(log(log(3)) + 72*x^7 - 81*x^15)

________________________________________________________________________________________