3.86.26 \(\int (-2-2 x) \, dx\) [8526]

Optimal. Leaf size=21 \[ 5-\frac {2}{\left (3-81 e^5\right )^2}-2 x-x^2 \]

[Out]

5-2*x-2/(3-exp(5+4*ln(3)))^2-x^2

________________________________________________________________________________________

Rubi [A]
time = 0.00, antiderivative size = 9, normalized size of antiderivative = 0.43, 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-2 x \end {gather*}

Antiderivative was successfully verified.

[In]

Int[-2 - 2*x,x]

[Out]

-2*x - x^2

Rubi steps

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

________________________________________________________________________________________

Mathematica [A]
time = 0.00, size = 9, normalized size = 0.43 \begin {gather*} -2 x-x^2 \end {gather*}

Antiderivative was successfully verified.

[In]

Integrate[-2 - 2*x,x]

[Out]

-2*x - x^2

________________________________________________________________________________________

Maple [A]
time = 0.00, size = 10, normalized size = 0.48

method result size
gosper \(-x \left (2+x \right )\) \(7\)
default \(-x^{2}-2 x\) \(10\)
norman \(-x^{2}-2 x\) \(10\)
risch \(-x^{2}-2 x\) \(10\)

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(-2*x-2,x,method=_RETURNVERBOSE)

[Out]

-x^2-2*x

________________________________________________________________________________________

Maxima [A]
time = 0.40, size = 9, normalized size = 0.43 \begin {gather*} -x^{2} - 2 \, x \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(-2-2*x,x, algorithm="maxima")

[Out]

-x^2 - 2*x

________________________________________________________________________________________

Fricas [A]
time = 0.39, size = 9, normalized size = 0.43 \begin {gather*} -x^{2} - 2 \, x \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(-2-2*x,x, algorithm="fricas")

[Out]

-x^2 - 2*x

________________________________________________________________________________________

Sympy [A]
time = 0.01, size = 7, normalized size = 0.33 \begin {gather*} - x^{2} - 2 x \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(-2-2*x,x)

[Out]

-x**2 - 2*x

________________________________________________________________________________________

Giac [A]
time = 0.40, size = 9, normalized size = 0.43 \begin {gather*} -x^{2} - 2 \, x \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(-2-2*x,x, algorithm="giac")

[Out]

-x^2 - 2*x

________________________________________________________________________________________

Mupad [B]
time = 0.03, size = 6, normalized size = 0.29 \begin {gather*} -x\,\left (x+2\right ) \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(- 2*x - 2,x)

[Out]

-x*(x + 2)

________________________________________________________________________________________