3.1.3 \(\int \frac {e^{d x}}{a+b e^{c+d x}} \, dx\) [3]

Optimal. Leaf size=24 \[ \frac {e^{-c} \log \left (a+b e^{c+d x}\right )}{b d} \]

[Out]

ln(a+b*exp(d*x+c))/b/d/exp(c)

________________________________________________________________________________________

Rubi [A]
time = 0.05, antiderivative size = 24, normalized size of antiderivative = 1.00, number of steps used = 3, number of rules used = 3, integrand size = 19, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.158, Rules used = {2279, 2278, 31} \begin {gather*} \frac {e^{-c} \log \left (a+b e^{c+d x}\right )}{b d} \end {gather*}

Antiderivative was successfully verified.

[In]

Int[E^(d*x)/(a + b*E^(c + d*x)),x]

[Out]

Log[a + b*E^(c + d*x)]/(b*d*E^c)

Rule 31

Int[((a_) + (b_.)*(x_))^(-1), x_Symbol] :> Simp[Log[RemoveContent[a + b*x, x]]/b, x] /; FreeQ[{a, b}, x]

Rule 2278

Int[((F_)^((e_.)*((c_.) + (d_.)*(x_))))^(n_.)*((a_) + (b_.)*((F_)^((e_.)*((c_.) + (d_.)*(x_))))^(n_.))^(p_.),
x_Symbol] :> Dist[1/(d*e*n*Log[F]), Subst[Int[(a + b*x)^p, x], x, (F^(e*(c + d*x)))^n], x] /; FreeQ[{F, a, b,
c, d, e, n, p}, x]

Rule 2279

Int[((a_) + (b_.)*((F_)^((e_.)*((c_.) + (d_.)*(x_))))^(n_.))^(p_.)*((G_)^((h_.)*((f_.) + (g_.)*(x_))))^(m_.),
x_Symbol] :> Dist[(G^(h*(f + g*x)))^m/(F^(e*(c + d*x)))^n, Int[(F^(e*(c + d*x)))^n*(a + b*(F^(e*(c + d*x)))^n)
^p, x], x] /; FreeQ[{F, G, a, b, c, d, e, f, g, h, m, n, p}, x] && EqQ[d*e*n*Log[F], g*h*m*Log[G]]

Rubi steps

\begin {align*} \int \frac {e^{d x}}{a+b e^{c+d x}} \, dx &=e^{-c} \int \frac {e^{c+d x}}{a+b e^{c+d x}} \, dx\\ &=\frac {e^{-c} \text {Subst}\left (\int \frac {1}{a+b x} \, dx,x,e^{c+d x}\right )}{d}\\ &=\frac {e^{-c} \log \left (a+b e^{c+d x}\right )}{b d}\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]
time = 0.02, size = 24, normalized size = 1.00 \begin {gather*} \frac {e^{-c} \log \left (a+b e^{c+d x}\right )}{b d} \end {gather*}

Antiderivative was successfully verified.

[In]

Integrate[E^(d*x)/(a + b*E^(c + d*x)),x]

[Out]

Log[a + b*E^(c + d*x)]/(b*d*E^c)

________________________________________________________________________________________

Maple [A]
time = 0.02, size = 23, normalized size = 0.96

method result size
default \(\frac {\ln \left (a +b \,{\mathrm e}^{d x} {\mathrm e}^{c}\right ) {\mathrm e}^{-c}}{d b}\) \(23\)
norman \(\frac {\ln \left (a +b \,{\mathrm e}^{d x} {\mathrm e}^{c}\right ) {\mathrm e}^{-c}}{d b}\) \(23\)
risch \(\frac {{\mathrm e}^{-c} \ln \left ({\mathrm e}^{d x}+\frac {{\mathrm e}^{-c} a}{b}\right )}{b d}\) \(27\)

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(exp(d*x)/(a+b*exp(d*x+c)),x,method=_RETURNVERBOSE)

[Out]

1/d*ln(a+b*exp(d*x)*exp(c))/b/exp(c)

________________________________________________________________________________________

Maxima [A]
time = 0.28, size = 22, normalized size = 0.92 \begin {gather*} \frac {e^{\left (-c\right )} \log \left (b e^{\left (d x + c\right )} + a\right )}{b d} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(exp(d*x)/(a+b*exp(d*x+c)),x, algorithm="maxima")

[Out]

e^(-c)*log(b*e^(d*x + c) + a)/(b*d)

________________________________________________________________________________________

Fricas [A]
time = 0.36, size = 22, normalized size = 0.92 \begin {gather*} \frac {e^{\left (-c\right )} \log \left (b e^{\left (d x + c\right )} + a\right )}{b d} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(exp(d*x)/(a+b*exp(d*x+c)),x, algorithm="fricas")

[Out]

e^(-c)*log(b*e^(d*x + c) + a)/(b*d)

________________________________________________________________________________________

Sympy [A]
time = 0.06, size = 19, normalized size = 0.79 \begin {gather*} \frac {e^{- c} \log {\left (\frac {a e^{- c}}{b} + e^{d x} \right )}}{b d} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(exp(d*x)/(a+b*exp(d*x+c)),x)

[Out]

exp(-c)*log(a*exp(-c)/b + exp(d*x))/(b*d)

________________________________________________________________________________________

Giac [A]
time = 2.55, size = 23, normalized size = 0.96 \begin {gather*} \frac {e^{\left (-c\right )} \log \left ({\left | b e^{\left (d x + c\right )} + a \right |}\right )}{b d} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(exp(d*x)/(a+b*exp(d*x+c)),x, algorithm="giac")

[Out]

e^(-c)*log(abs(b*e^(d*x + c) + a))/(b*d)

________________________________________________________________________________________

Mupad [B]
time = 0.12, size = 22, normalized size = 0.92 \begin {gather*} \frac {\ln \left (a+b\,{\mathrm {e}}^{c+d\,x}\right )\,{\mathrm {e}}^{-c}}{b\,d} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(exp(d*x)/(a + b*exp(c + d*x)),x)

[Out]

(log(a + b*exp(c + d*x))*exp(-c))/(b*d)

________________________________________________________________________________________