3.50.23 \(\int \frac {1-3 e^{23-3 x}}{\log (16)} \, dx\) [4923]

Optimal. Leaf size=23 \[ \frac {1-e^4+e^{-1-4 (-6+x)+x}+x}{\log (16)} \]

[Out]

1/4*(exp(-3*x+23)+x-exp(4)+1)/ln(2)

________________________________________________________________________________________

Rubi [A]
time = 0.01, antiderivative size = 19, normalized size of antiderivative = 0.83, number of steps used = 3, number of rules used = 2, integrand size = 16, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.125, Rules used = {12, 2225} \begin {gather*} \frac {x}{\log (16)}+\frac {e^{23-3 x}}{\log (16)} \end {gather*}

Antiderivative was successfully verified.

[In]

Int[(1 - 3*E^(23 - 3*x))/Log[16],x]

[Out]

E^(23 - 3*x)/Log[16] + x/Log[16]

Rule 12

Int[(a_)*(u_), x_Symbol] :> Dist[a, Int[u, x], x] /; FreeQ[a, x] &&  !MatchQ[u, (b_)*(v_) /; FreeQ[b, x]]

Rule 2225

Int[((F_)^((c_.)*((a_.) + (b_.)*(x_))))^(n_.), x_Symbol] :> Simp[(F^(c*(a + b*x)))^n/(b*c*n*Log[F]), x] /; Fre
eQ[{F, a, b, c, n}, x]

Rubi steps

\begin {gather*} \begin {aligned} \text {integral} &=\frac {\int \left (1-3 e^{23-3 x}\right ) \, dx}{\log (16)}\\ &=\frac {x}{\log (16)}-\frac {3 \int e^{23-3 x} \, dx}{\log (16)}\\ &=\frac {e^{23-3 x}}{\log (16)}+\frac {x}{\log (16)}\\ \end {aligned} \end {gather*}

________________________________________________________________________________________

Mathematica [A]
time = 0.01, size = 14, normalized size = 0.61 \begin {gather*} \frac {e^{23-3 x}+x}{\log (16)} \end {gather*}

Antiderivative was successfully verified.

[In]

Integrate[(1 - 3*E^(23 - 3*x))/Log[16],x]

[Out]

(E^(23 - 3*x) + x)/Log[16]

________________________________________________________________________________________

Maple [A]
time = 0.29, size = 15, normalized size = 0.65

method result size
default \(\frac {x +{\mathrm e}^{-3 x +23}}{4 \ln \left (2\right )}\) \(15\)
norman \(\frac {x}{4 \ln \left (2\right )}+\frac {{\mathrm e}^{-3 x +23}}{4 \ln \left (2\right )}\) \(21\)
risch \(\frac {x}{4 \ln \left (2\right )}+\frac {{\mathrm e}^{-3 x +23}}{4 \ln \left (2\right )}\) \(21\)
derivativedivides \(-\frac {-3 \,{\mathrm e}^{-3 x +23}+\ln \left ({\mathrm e}^{-3 x +23}\right )}{12 \ln \left (2\right )}\) \(23\)

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(1/4*(-3*exp(-3*x+23)+1)/ln(2),x,method=_RETURNVERBOSE)

[Out]

1/4/ln(2)*(x+exp(-3*x+23))

________________________________________________________________________________________

Maxima [A]
time = 0.28, size = 14, normalized size = 0.61 \begin {gather*} \frac {x + e^{\left (-3 \, x + 23\right )}}{4 \, \log \left (2\right )} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/4*(-3*exp(-3*x+23)+1)/log(2),x, algorithm="maxima")

[Out]

1/4*(x + e^(-3*x + 23))/log(2)

________________________________________________________________________________________

Fricas [A]
time = 0.36, size = 14, normalized size = 0.61 \begin {gather*} \frac {x + e^{\left (-3 \, x + 23\right )}}{4 \, \log \left (2\right )} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/4*(-3*exp(-3*x+23)+1)/log(2),x, algorithm="fricas")

[Out]

1/4*(x + e^(-3*x + 23))/log(2)

________________________________________________________________________________________

Sympy [A]
time = 0.03, size = 17, normalized size = 0.74 \begin {gather*} \frac {x}{4 \log {\left (2 \right )}} + \frac {e^{23 - 3 x}}{4 \log {\left (2 \right )}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/4*(-3*exp(-3*x+23)+1)/ln(2),x)

[Out]

x/(4*log(2)) + exp(23 - 3*x)/(4*log(2))

________________________________________________________________________________________

Giac [A]
time = 0.42, size = 14, normalized size = 0.61 \begin {gather*} \frac {x + e^{\left (-3 \, x + 23\right )}}{4 \, \log \left (2\right )} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/4*(-3*exp(-3*x+23)+1)/log(2),x, algorithm="giac")

[Out]

1/4*(x + e^(-3*x + 23))/log(2)

________________________________________________________________________________________

Mupad [B]
time = 0.07, size = 18, normalized size = 0.78 \begin {gather*} \frac {3\,x+3\,{\mathrm {e}}^{23-3\,x}}{12\,\ln \left (2\right )} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(-((3*exp(23 - 3*x))/4 - 1/4)/log(2),x)

[Out]

(3*x + 3*exp(23 - 3*x))/(12*log(2))

________________________________________________________________________________________