3.22 \(\int \frac {e^{4 x}}{a+b e^{2 x}} \, dx\)

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

[Out]

1/2*exp(2*x)/b-1/2*a*ln(a+b*exp(2*x))/b^2

________________________________________________________________________________________

Rubi [A]  time = 0.03, antiderivative size = 31, normalized size of antiderivative = 1.00, number of steps used = 3, number of rules used = 2, integrand size = 17, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.118, Rules used = {2248, 43} \[ \frac {e^{2 x}}{2 b}-\frac {a \log \left (a+b e^{2 x}\right )}{2 b^2} \]

Antiderivative was successfully verified.

[In]

Int[E^(4*x)/(a + b*E^(2*x)),x]

[Out]

E^(2*x)/(2*b) - (a*Log[a + b*E^(2*x)])/(2*b^2)

Rule 43

Int[((a_.) + (b_.)*(x_))^(m_.)*((c_.) + (d_.)*(x_))^(n_.), x_Symbol] :> Int[ExpandIntegrand[(a + b*x)^m*(c + d
*x)^n, x], x] /; FreeQ[{a, b, c, d, n}, x] && NeQ[b*c - a*d, 0] && IGtQ[m, 0] && ( !IntegerQ[n] || (EqQ[c, 0]
&& LeQ[7*m + 4*n + 4, 0]) || LtQ[9*m + 5*(n + 1), 0] || GtQ[m + n + 2, 0])

Rule 2248

Int[((a_) + (b_.)*(F_)^((e_.)*((c_.) + (d_.)*(x_))))^(p_.)*(G_)^((h_.)*((f_.) + (g_.)*(x_))), x_Symbol] :> Wit
h[{m = FullSimplify[(g*h*Log[G])/(d*e*Log[F])]}, Dist[(Denominator[m]*G^(f*h - (c*g*h)/d))/(d*e*Log[F]), Subst
[Int[x^(Numerator[m] - 1)*(a + b*x^Denominator[m])^p, x], x, F^((e*(c + d*x))/Denominator[m])], x] /; LeQ[m, -
1] || GeQ[m, 1]] /; FreeQ[{F, G, a, b, c, d, e, f, g, h, p}, x]

Rubi steps

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

________________________________________________________________________________________

Mathematica [A]  time = 0.02, size = 30, normalized size = 0.97 \[ \frac {1}{2} \left (\frac {e^{2 x}}{b}-\frac {a \log \left (a+b e^{2 x}\right )}{b^2}\right ) \]

Antiderivative was successfully verified.

[In]

Integrate[E^(4*x)/(a + b*E^(2*x)),x]

[Out]

(E^(2*x)/b - (a*Log[a + b*E^(2*x)])/b^2)/2

________________________________________________________________________________________

fricas [A]  time = 0.41, size = 24, normalized size = 0.77 \[ \frac {b e^{\left (2 \, x\right )} - a \log \left (b e^{\left (2 \, x\right )} + a\right )}{2 \, b^{2}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(exp(4*x)/(a+b*exp(2*x)),x, algorithm="fricas")

[Out]

1/2*(b*e^(2*x) - a*log(b*e^(2*x) + a))/b^2

________________________________________________________________________________________

giac [A]  time = 0.24, size = 26, normalized size = 0.84 \[ \frac {e^{\left (2 \, x\right )}}{2 \, b} - \frac {a \log \left ({\left | b e^{\left (2 \, x\right )} + a \right |}\right )}{2 \, b^{2}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(exp(4*x)/(a+b*exp(2*x)),x, algorithm="giac")

[Out]

1/2*e^(2*x)/b - 1/2*a*log(abs(b*e^(2*x) + a))/b^2

________________________________________________________________________________________

maple [A]  time = 0.01, size = 26, normalized size = 0.84 \[ -\frac {a \ln \left (b \,{\mathrm e}^{2 x}+a \right )}{2 b^{2}}+\frac {{\mathrm e}^{2 x}}{2 b} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(exp(4*x)/(a+b*exp(2*x)),x)

[Out]

1/2/b*exp(x)^2-1/2*a/b^2*ln(a+b*exp(x)^2)

________________________________________________________________________________________

maxima [A]  time = 0.44, size = 25, normalized size = 0.81 \[ \frac {e^{\left (2 \, x\right )}}{2 \, b} - \frac {a \log \left (b e^{\left (2 \, x\right )} + a\right )}{2 \, b^{2}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(exp(4*x)/(a+b*exp(2*x)),x, algorithm="maxima")

[Out]

1/2*e^(2*x)/b - 1/2*a*log(b*e^(2*x) + a)/b^2

________________________________________________________________________________________

mupad [B]  time = 0.07, size = 24, normalized size = 0.77 \[ -\frac {a\,\ln \left (a+b\,{\mathrm {e}}^{2\,x}\right )-b\,{\mathrm {e}}^{2\,x}}{2\,b^2} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(exp(4*x)/(a + b*exp(2*x)),x)

[Out]

-(a*log(a + b*exp(2*x)) - b*exp(2*x))/(2*b^2)

________________________________________________________________________________________

sympy [A]  time = 0.14, size = 29, normalized size = 0.94 \[ - \frac {a \log {\left (\frac {a}{b} + e^{2 x} \right )}}{2 b^{2}} + \begin {cases} \frac {e^{2 x}}{2 b} & \text {for}\: 2 b \neq 0 \\\frac {x}{b} & \text {otherwise} \end {cases} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(exp(4*x)/(a+b*exp(2*x)),x)

[Out]

-a*log(a/b + exp(2*x))/(2*b**2) + Piecewise((exp(2*x)/(2*b), Ne(2*b, 0)), (x/b, True))

________________________________________________________________________________________