3.43.67 \(\int \frac {1}{3} (14 x-6 (i \pi +\log (\frac {1}{20} \log (\frac {25}{16})))) \, dx\)

Optimal. Leaf size=29 \[ \frac {x^2}{3}-2 x \left (i \pi -x+\log \left (\frac {1}{20} \log \left (\frac {25}{16}\right )\right )\right ) \]

________________________________________________________________________________________

Rubi [A]  time = 0.00, antiderivative size = 27, normalized size of antiderivative = 0.93, number of steps used = 1, number of rules used = 1, integrand size = 25, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.040, Rules used = {9} \begin {gather*} \frac {1}{21} \left (7 x-3 \left (\log \left (\frac {1}{20} \log \left (\frac {25}{16}\right )\right )+i \pi \right )\right )^2 \end {gather*}

Antiderivative was successfully verified.

[In]

Int[(14*x - 6*(I*Pi + Log[Log[25/16]/20]))/3,x]

[Out]

(7*x - 3*(I*Pi + Log[Log[25/16]/20]))^2/21

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 {1}{21} \left (7 x-3 \left (i \pi +\log \left (\frac {1}{20} \log \left (\frac {25}{16}\right )\right )\right )\right )^2\\ \end {aligned} \end {gather*}

________________________________________________________________________________________

Mathematica [A]  time = 0.00, size = 26, normalized size = 0.90 \begin {gather*} -2 i \pi x+\frac {7 x^2}{3}-2 x \log \left (\frac {1}{20} \log \left (\frac {25}{16}\right )\right ) \end {gather*}

Antiderivative was successfully verified.

[In]

Integrate[(14*x - 6*(I*Pi + Log[Log[25/16]/20]))/3,x]

[Out]

(-2*I)*Pi*x + (7*x^2)/3 - 2*x*Log[Log[25/16]/20]

________________________________________________________________________________________

fricas [A]  time = 0.56, size = 14, normalized size = 0.48 \begin {gather*} \frac {7}{3} \, x^{2} - 2 \, x \log \left (\frac {1}{20} \, \log \left (\frac {16}{25}\right )\right ) \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(-2*log(1/20*log(16/25))+14/3*x,x, algorithm="fricas")

[Out]

7/3*x^2 - 2*x*log(1/20*log(16/25))

________________________________________________________________________________________

giac [A]  time = 0.16, size = 14, normalized size = 0.48 \begin {gather*} \frac {7}{3} \, x^{2} - 2 \, x \log \left (\frac {1}{20} \, \log \left (\frac {16}{25}\right )\right ) \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(-2*log(1/20*log(16/25))+14/3*x,x, algorithm="giac")

[Out]

7/3*x^2 - 2*x*log(1/20*log(16/25))

________________________________________________________________________________________

maple [A]  time = 0.02, size = 15, normalized size = 0.52




method result size



gosper \(-\frac {x \left (-7 x +6 \ln \left (\frac {\ln \left (\frac {16}{25}\right )}{20}\right )\right )}{3}\) \(15\)
default \(-2 \ln \left (\frac {\ln \left (\frac {16}{25}\right )}{20}\right ) x +\frac {7 x^{2}}{3}\) \(15\)
risch \(-2 \ln \left (\frac {\ln \relax (2)}{5}-\frac {\ln \relax (5)}{10}\right ) x +\frac {7 x^{2}}{3}\) \(20\)
norman \(\left (-2 i \pi -2 \ln \left (-\ln \left (\frac {16}{25}\right )\right )+2 \ln \left (20\right )\right ) x +\frac {7 x^{2}}{3}\) \(25\)



Verification of antiderivative is not currently implemented for this CAS.

[In]

int(-2*ln(1/20*ln(16/25))+14/3*x,x,method=_RETURNVERBOSE)

[Out]

-1/3*x*(-7*x+6*ln(1/20*ln(16/25)))

________________________________________________________________________________________

maxima [A]  time = 0.34, size = 14, normalized size = 0.48 \begin {gather*} \frac {7}{3} \, x^{2} - 2 \, x \log \left (\frac {1}{20} \, \log \left (\frac {16}{25}\right )\right ) \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(-2*log(1/20*log(16/25))+14/3*x,x, algorithm="maxima")

[Out]

7/3*x^2 - 2*x*log(1/20*log(16/25))

________________________________________________________________________________________

mupad [B]  time = 3.09, size = 14, normalized size = 0.48 \begin {gather*} \frac {7\,x^2}{3}-2\,x\,\ln \left (\frac {\ln \left (\frac {16}{25}\right )}{20}\right ) \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((14*x)/3 - 2*log(log(16/25)/20),x)

[Out]

(7*x^2)/3 - 2*x*log(log(16/25)/20)

________________________________________________________________________________________

sympy [A]  time = 0.07, size = 27, normalized size = 0.93 \begin {gather*} \frac {7 x^{2}}{3} + x \left (- 2 \log {\left (- \frac {\log {\relax (2 )}}{5} + \frac {\log {\relax (5 )}}{10} \right )} - 2 i \pi \right ) \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(-2*ln(1/20*ln(16/25))+14/3*x,x)

[Out]

7*x**2/3 + x*(-2*log(-log(2)/5 + log(5)/10) - 2*I*pi)

________________________________________________________________________________________