3.42.5 \(\int (28+2 x) \, dx\) [4105]

Optimal. Leaf size=13 \[ 2 x+(-4+x) (30+x)+\log (5) \]

[Out]

ln(5)+2*x+(x-4)*(30+x)

________________________________________________________________________________________

Rubi [A]
time = 0.00, antiderivative size = 7, normalized size of antiderivative = 0.54, number of steps used = 1, number of rules used = 0, integrand size = 5, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.000, Rules used = {} \begin {gather*} x^2+28 x \end {gather*}

Antiderivative was successfully verified.

[In]

Int[28 + 2*x,x]

[Out]

28*x + x^2

Rubi steps

\begin {gather*} \begin {aligned} \text {integral} &=28 x+x^2\\ \end {aligned} \end {gather*}

________________________________________________________________________________________

Mathematica [A]
time = 0.00, size = 7, normalized size = 0.54 \begin {gather*} 28 x+x^2 \end {gather*}

Antiderivative was successfully verified.

[In]

Integrate[28 + 2*x,x]

[Out]

28*x + x^2

________________________________________________________________________________________

Maple [A]
time = 0.06, size = 8, normalized size = 0.62

method result size
gosper \(x \left (x +28\right )\) \(6\)
default \(x^{2}+28 x\) \(8\)
norman \(x^{2}+28 x\) \(8\)
risch \(x^{2}+28 x\) \(8\)

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(2*x+28,x,method=_RETURNVERBOSE)

[Out]

x^2+28*x

________________________________________________________________________________________

Maxima [A]
time = 0.30, size = 7, normalized size = 0.54 \begin {gather*} x^{2} + 28 \, x \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(2*x+28,x, algorithm="maxima")

[Out]

x^2 + 28*x

________________________________________________________________________________________

Fricas [A]
time = 0.35, size = 7, normalized size = 0.54 \begin {gather*} x^{2} + 28 \, x \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(2*x+28,x, algorithm="fricas")

[Out]

x^2 + 28*x

________________________________________________________________________________________

Sympy [A]
time = 0.01, size = 5, normalized size = 0.38 \begin {gather*} x^{2} + 28 x \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(2*x+28,x)

[Out]

x**2 + 28*x

________________________________________________________________________________________

Giac [A]
time = 0.42, size = 7, normalized size = 0.54 \begin {gather*} x^{2} + 28 \, x \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(2*x+28,x, algorithm="giac")

[Out]

x^2 + 28*x

________________________________________________________________________________________

Mupad [B]
time = 0.03, size = 5, normalized size = 0.38 \begin {gather*} x\,\left (x+28\right ) \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(2*x + 28,x)

[Out]

x*(x + 28)

________________________________________________________________________________________