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

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 ) \]

[Out]

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

________________________________________________________________________________________

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]

________________________________________________________________________________________

Maple [A]
time = 0.14, 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 \left (2\right )}{5}-\frac {\ln \left (5\right )}{10}\right ) x +\frac {7 x^{2}}{3}\) \(20\)
norman \(\left (-2 i \pi +2 \ln \left (20\right )-2 \ln \left (-\ln \left (\frac {16}{25}\right )\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]

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

________________________________________________________________________________________

Maxima [A]
time = 0.27, 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))

________________________________________________________________________________________

Fricas [A]
time = 0.38, 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))

________________________________________________________________________________________

Sympy [A]
time = 0.02, size = 27, normalized size = 0.93 \begin {gather*} \frac {7 x^{2}}{3} + x \left (- 2 \log {\left (- \frac {\log {\left (2 \right )}}{5} + \frac {\log {\left (5 \right )}}{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)

________________________________________________________________________________________

Giac [A]
time = 0.41, 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))

________________________________________________________________________________________

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)

________________________________________________________________________________________