3.76.42 \(\int \frac {1}{625} (1633602+1623602 x+1623602 \log (4)) \, dx\) [7542]

Optimal. Leaf size=15 \[ 16 \left (x+\frac {811801 (1+x+\log (4))^2}{10000}\right ) \]

[Out]

16*x+3604/25*(2*ln(2)+x+1)*(901/50*ln(2)+901/100*x+901/100)

________________________________________________________________________________________

Rubi [A]
time = 0.00, antiderivative size = 15, normalized size of antiderivative = 1.00, 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 {(811801 x+816801+811801 \log (4))^2}{507375625} \end {gather*}

Antiderivative was successfully verified.

[In]

Int[(1633602 + 1623602*x + 1623602*Log[4])/625,x]

[Out]

(816801 + 811801*x + 811801*Log[4])^2/507375625

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 {(816801+811801 x+811801 \log (4))^2}{507375625}\\ \end {aligned} \end {gather*}

________________________________________________________________________________________

Mathematica [A]
time = 0.00, size = 20, normalized size = 1.33 \begin {gather*} \frac {2}{625} \left (816801 x+\frac {811801 x^2}{2}+811801 x \log (4)\right ) \end {gather*}

Antiderivative was successfully verified.

[In]

Integrate[(1633602 + 1623602*x + 1623602*Log[4])/625,x]

[Out]

(2*(816801*x + (811801*x^2)/2 + 811801*x*Log[4]))/625

________________________________________________________________________________________

Maple [A]
time = 0.50, size = 15, normalized size = 1.00

method result size
gosper \(\frac {x \left (811801 x +3247204 \ln \left (2\right )+1633602\right )}{625}\) \(13\)
default \(\frac {3247204 x \ln \left (2\right )}{625}+\frac {811801 x^{2}}{625}+\frac {1633602 x}{625}\) \(15\)
norman \(\left (\frac {3247204 \ln \left (2\right )}{625}+\frac {1633602}{625}\right ) x +\frac {811801 x^{2}}{625}\) \(15\)
risch \(\frac {3247204 x \ln \left (2\right )}{625}+\frac {811801 x^{2}}{625}+\frac {1633602 x}{625}\) \(15\)

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(3247204/625*ln(2)+1623602/625*x+1633602/625,x,method=_RETURNVERBOSE)

[Out]

3247204/625*x*ln(2)+811801/625*x^2+1633602/625*x

________________________________________________________________________________________

Maxima [A]
time = 0.28, size = 14, normalized size = 0.93 \begin {gather*} \frac {811801}{625} \, x^{2} + \frac {3247204}{625} \, x \log \left (2\right ) + \frac {1633602}{625} \, x \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(3247204/625*log(2)+1623602/625*x+1633602/625,x, algorithm="maxima")

[Out]

811801/625*x^2 + 3247204/625*x*log(2) + 1633602/625*x

________________________________________________________________________________________

Fricas [A]
time = 0.36, size = 14, normalized size = 0.93 \begin {gather*} \frac {811801}{625} \, x^{2} + \frac {3247204}{625} \, x \log \left (2\right ) + \frac {1633602}{625} \, x \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(3247204/625*log(2)+1623602/625*x+1633602/625,x, algorithm="fricas")

[Out]

811801/625*x^2 + 3247204/625*x*log(2) + 1633602/625*x

________________________________________________________________________________________

Sympy [A]
time = 0.01, size = 17, normalized size = 1.13 \begin {gather*} \frac {811801 x^{2}}{625} + x \left (\frac {1633602}{625} + \frac {3247204 \log {\left (2 \right )}}{625}\right ) \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(3247204/625*ln(2)+1623602/625*x+1633602/625,x)

[Out]

811801*x**2/625 + x*(1633602/625 + 3247204*log(2)/625)

________________________________________________________________________________________

Giac [A]
time = 0.41, size = 14, normalized size = 0.93 \begin {gather*} \frac {811801}{625} \, x^{2} + \frac {3247204}{625} \, x \log \left (2\right ) + \frac {1633602}{625} \, x \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(3247204/625*log(2)+1623602/625*x+1633602/625,x, algorithm="giac")

[Out]

811801/625*x^2 + 3247204/625*x*log(2) + 1633602/625*x

________________________________________________________________________________________

Mupad [B]
time = 0.07, size = 14, normalized size = 0.93 \begin {gather*} \frac {811801\,x^2}{625}+\left (\frac {3247204\,\ln \left (2\right )}{625}+\frac {1633602}{625}\right )\,x \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((1623602*x)/625 + (3247204*log(2))/625 + 1633602/625,x)

[Out]

x*((3247204*log(2))/625 + 1633602/625) + (811801*x^2)/625

________________________________________________________________________________________