3.70.76 \(\int (242 x-22 \log (5)) \, dx\) [6976]

Optimal. Leaf size=10 \[ (11 x-\log (5))^2 \]

[Out]

(11*x-ln(5))^2

________________________________________________________________________________________

Rubi [A]
time = 0.00, antiderivative size = 11, normalized size of antiderivative = 1.10, number of steps used = 1, number of rules used = 0, integrand size = 8, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.000, Rules used = {} \begin {gather*} 121 x^2-22 x \log (5) \end {gather*}

Antiderivative was successfully verified.

[In]

Int[242*x - 22*Log[5],x]

[Out]

121*x^2 - 22*x*Log[5]

Rubi steps

\begin {gather*} \begin {aligned} \text {integral} &=121 x^2-22 x \log (5)\\ \end {aligned} \end {gather*}

________________________________________________________________________________________

Mathematica [A]
time = 0.00, size = 11, normalized size = 1.10 \begin {gather*} 121 x^2-22 x \log (5) \end {gather*}

Antiderivative was successfully verified.

[In]

Integrate[242*x - 22*Log[5],x]

[Out]

121*x^2 - 22*x*Log[5]

________________________________________________________________________________________

Maple [A]
time = 0.22, size = 12, normalized size = 1.20

method result size
gosper \(-11 x \left (-11 x +2 \ln \left (5\right )\right )\) \(12\)
default \(-22 x \ln \left (5\right )+121 x^{2}\) \(12\)
norman \(-22 x \ln \left (5\right )+121 x^{2}\) \(12\)
risch \(-22 x \ln \left (5\right )+121 x^{2}\) \(12\)

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(-22*ln(5)+242*x,x,method=_RETURNVERBOSE)

[Out]

-22*x*ln(5)+121*x^2

________________________________________________________________________________________

Maxima [A]
time = 0.27, size = 11, normalized size = 1.10 \begin {gather*} 121 \, x^{2} - 22 \, x \log \left (5\right ) \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(-22*log(5)+242*x,x, algorithm="maxima")

[Out]

121*x^2 - 22*x*log(5)

________________________________________________________________________________________

Fricas [A]
time = 0.37, size = 11, normalized size = 1.10 \begin {gather*} 121 \, x^{2} - 22 \, x \log \left (5\right ) \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(-22*log(5)+242*x,x, algorithm="fricas")

[Out]

121*x^2 - 22*x*log(5)

________________________________________________________________________________________

Sympy [A]
time = 0.01, size = 10, normalized size = 1.00 \begin {gather*} 121 x^{2} - 22 x \log {\left (5 \right )} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(-22*ln(5)+242*x,x)

[Out]

121*x**2 - 22*x*log(5)

________________________________________________________________________________________

Giac [A]
time = 0.42, size = 11, normalized size = 1.10 \begin {gather*} 121 \, x^{2} - 22 \, x \log \left (5\right ) \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(-22*log(5)+242*x,x, algorithm="giac")

[Out]

121*x^2 - 22*x*log(5)

________________________________________________________________________________________

Mupad [B]
time = 0.04, size = 11, normalized size = 1.10 \begin {gather*} 11\,x\,\left (11\,x-\ln \left (25\right )\right ) \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(242*x - 22*log(5),x)

[Out]

11*x*(11*x - log(25))

________________________________________________________________________________________