3.2.45 \(\int (2+2^{2 e^x x} e^x (2+2 x) \log (2)+2^{e^x x} e^x (8+8 x) \log (2)) \, dx\) [145]

Optimal. Leaf size=20 \[ 1+\left (4+2^{e^x x}\right )^2+2 x-4 \log (5) \]

[Out]

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

________________________________________________________________________________________

Rubi [A]
time = 0.12, antiderivative size = 21, normalized size of antiderivative = 1.05, number of steps used = 3, number of rules used = 1, integrand size = 39, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.026, Rules used = {6838} \begin {gather*} 2 x+2^{2 e^x x}+2^{e^x x+3} \end {gather*}

Antiderivative was successfully verified.

[In]

Int[2 + 2^(2*E^x*x)*E^x*(2 + 2*x)*Log[2] + 2^(E^x*x)*E^x*(8 + 8*x)*Log[2],x]

[Out]

2^(2*E^x*x) + 2^(3 + E^x*x) + 2*x

Rule 6838

Int[(F_)^(v_)*(u_), x_Symbol] :> With[{q = DerivativeDivides[v, u, x]}, Simp[q*(F^v/Log[F]), x] /;  !FalseQ[q]
] /; FreeQ[F, x]

Rubi steps

\begin {gather*} \begin {aligned} \text {integral} &=2 x+\log (2) \int 2^{2 e^x x} e^x (2+2 x) \, dx+\log (2) \int 2^{e^x x} e^x (8+8 x) \, dx\\ &=2^{2 e^x x}+2^{3+e^x x}+2 x\\ \end {aligned} \end {gather*}

________________________________________________________________________________________

Mathematica [A]
time = 0.09, size = 15, normalized size = 0.75 \begin {gather*} \left (4+2^{e^x x}\right )^2+2 x \end {gather*}

Antiderivative was successfully verified.

[In]

Integrate[2 + 2^(2*E^x*x)*E^x*(2 + 2*x)*Log[2] + 2^(E^x*x)*E^x*(8 + 8*x)*Log[2],x]

[Out]

(4 + 2^(E^x*x))^2 + 2*x

________________________________________________________________________________________

Maple [A]
time = 0.12, size = 23, normalized size = 1.15

method result size
risch \(2 x +2^{2 \,{\mathrm e}^{x} x}+8 \,2^{{\mathrm e}^{x} x}\) \(21\)
default \(2 x +{\mathrm e}^{2 x \ln \left (2\right ) {\mathrm e}^{x}}+8 \,{\mathrm e}^{x \ln \left (2\right ) {\mathrm e}^{x}}\) \(23\)
norman \(2 x +{\mathrm e}^{2 x \ln \left (2\right ) {\mathrm e}^{x}}+8 \,{\mathrm e}^{x \ln \left (2\right ) {\mathrm e}^{x}}\) \(23\)

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((2*x+2)*ln(2)*exp(x)*exp(x*ln(2)*exp(x))^2+(8*x+8)*ln(2)*exp(x)*exp(x*ln(2)*exp(x))+2,x,method=_RETURNVERB
OSE)

[Out]

2*x+exp(x*ln(2)*exp(x))^2+8*exp(x*ln(2)*exp(x))

________________________________________________________________________________________

Maxima [A]
time = 0.56, size = 19, normalized size = 0.95 \begin {gather*} 2^{2 \, x e^{x}} + 8 \cdot 2^{x e^{x}} + 2 \, x \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((2+2*x)*log(2)*exp(x)*exp(x*log(2)*exp(x))^2+(8*x+8)*log(2)*exp(x)*exp(x*log(2)*exp(x))+2,x, algorit
hm="maxima")

[Out]

2^(2*x*e^x) + 8*2^(x*e^x) + 2*x

________________________________________________________________________________________

Fricas [A]
time = 0.31, size = 19, normalized size = 0.95 \begin {gather*} 2^{2 \, x e^{x}} + 8 \cdot 2^{x e^{x}} + 2 \, x \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((2+2*x)*log(2)*exp(x)*exp(x*log(2)*exp(x))^2+(8*x+8)*log(2)*exp(x)*exp(x*log(2)*exp(x))+2,x, algorit
hm="fricas")

[Out]

2^(2*x*e^x) + 8*2^(x*e^x) + 2*x

________________________________________________________________________________________

Sympy [A]
time = 0.09, size = 26, normalized size = 1.30 \begin {gather*} 2 x + e^{2 x e^{x} \log {\left (2 \right )}} + 8 e^{x e^{x} \log {\left (2 \right )}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((2+2*x)*ln(2)*exp(x)*exp(x*ln(2)*exp(x))**2+(8*x+8)*ln(2)*exp(x)*exp(x*ln(2)*exp(x))+2,x)

[Out]

2*x + exp(2*x*exp(x)*log(2)) + 8*exp(x*exp(x)*log(2))

________________________________________________________________________________________

Giac [A]
time = 0.41, size = 19, normalized size = 0.95 \begin {gather*} 2^{2 \, x e^{x}} + 8 \cdot 2^{x e^{x}} + 2 \, x \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((2+2*x)*log(2)*exp(x)*exp(x*log(2)*exp(x))^2+(8*x+8)*log(2)*exp(x)*exp(x*log(2)*exp(x))+2,x, algorit
hm="giac")

[Out]

2^(2*x*e^x) + 8*2^(x*e^x) + 2*x

________________________________________________________________________________________

Mupad [B]
time = 0.25, size = 19, normalized size = 0.95 \begin {gather*} 2\,x+8\,2^{x\,{\mathrm {e}}^x}+2^{2\,x\,{\mathrm {e}}^x} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(exp(2*x*exp(x)*log(2))*exp(x)*log(2)*(2*x + 2) + exp(x*exp(x)*log(2))*exp(x)*log(2)*(8*x + 8) + 2,x)

[Out]

2*x + 8*2^(x*exp(x)) + 2^(2*x*exp(x))

________________________________________________________________________________________