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

Optimal. Leaf size=38 \[ \text{Ei}\left (c x^2+b x+a\right )-\frac{e^{a+b x+c x^2}}{a+b x+c x^2} \]

[Out]

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

________________________________________________________________________________________

Rubi [A]  time = 0.19702, antiderivative size = 38, normalized size of antiderivative = 1., number of steps used = 3, number of rules used = 3, integrand size = 31, \(\frac{\text{number of rules}}{\text{integrand size}}\) = 0.097, Rules used = {6707, 2177, 2178} \[ \text{Ei}\left (c x^2+b x+a\right )-\frac{e^{a+b x+c x^2}}{a+b x+c x^2} \]

Antiderivative was successfully verified.

[In]

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

[Out]

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

Rule 6707

Int[(F_)^(v_)*(u_)*(w_)^(m_.), x_Symbol] :> With[{q = DerivativeDivides[v, u, x]}, Dist[q, Subst[Int[x^m*F^x,
x], x, v], x] /;  !FalseQ[q]] /; FreeQ[{F, m}, x] && EqQ[w, v]

Rule 2177

Int[((b_.)*(F_)^((g_.)*((e_.) + (f_.)*(x_))))^(n_.)*((c_.) + (d_.)*(x_))^(m_), x_Symbol] :> Simp[((c + d*x)^(m
 + 1)*(b*F^(g*(e + f*x)))^n)/(d*(m + 1)), x] - Dist[(f*g*n*Log[F])/(d*(m + 1)), Int[(c + d*x)^(m + 1)*(b*F^(g*
(e + f*x)))^n, x], x] /; FreeQ[{F, b, c, d, e, f, g, n}, x] && LtQ[m, -1] && IntegerQ[2*m] &&  !$UseGamma ===
True

Rule 2178

Int[(F_)^((g_.)*((e_.) + (f_.)*(x_)))/((c_.) + (d_.)*(x_)), x_Symbol] :> Simp[(F^(g*(e - (c*f)/d))*ExpIntegral
Ei[(f*g*(c + d*x)*Log[F])/d])/d, x] /; FreeQ[{F, c, d, e, f, g}, x] &&  !$UseGamma === True

Rubi steps

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

Mathematica [A]  time = 0.050047, size = 35, normalized size = 0.92 \[ \text{Ei}(a+x (b+c x))-\frac{e^{a+x (b+c x)}}{a+x (b+c x)} \]

Antiderivative was successfully verified.

[In]

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

[Out]

-(E^(a + x*(b + c*x))/(a + x*(b + c*x))) + ExpIntegralEi[a + x*(b + c*x)]

________________________________________________________________________________________

Maple [A]  time = 0.037, size = 45, normalized size = 1.2 \begin{align*} -{\frac{{{\rm e}^{c{x}^{2}+bx+a}}}{c{x}^{2}+bx+a}}-{\it Ei} \left ( 1,-c{x}^{2}-bx-a \right ) \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

-exp(c*x^2+b*x+a)/(c*x^2+b*x+a)-Ei(1,-c*x^2-b*x-a)

________________________________________________________________________________________

Maxima [F]  time = 0., size = 0, normalized size = 0. \begin{align*} \int \frac{{\left (2 \, c x + b\right )} e^{\left (c x^{2} + b x + a\right )}}{{\left (c x^{2} + b x + a\right )}^{2}}\,{d x} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

integrate((2*c*x + b)*e^(c*x^2 + b*x + a)/(c*x^2 + b*x + a)^2, x)

________________________________________________________________________________________

Fricas [A]  time = 0.809427, size = 109, normalized size = 2.87 \begin{align*} \frac{{\left (c x^{2} + b x + a\right )}{\rm Ei}\left (c x^{2} + b x + a\right ) - e^{\left (c x^{2} + b x + a\right )}}{c x^{2} + b x + a} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

((c*x^2 + b*x + a)*Ei(c*x^2 + b*x + a) - e^(c*x^2 + b*x + a))/(c*x^2 + b*x + a)

________________________________________________________________________________________

Sympy [F(-1)]  time = 0., size = 0, normalized size = 0. \begin{align*} \text{Timed out} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

Timed out

________________________________________________________________________________________

Giac [F]  time = 0., size = 0, normalized size = 0. \begin{align*} \int \frac{{\left (2 \, c x + b\right )} e^{\left (c x^{2} + b x + a\right )}}{{\left (c x^{2} + b x + a\right )}^{2}}\,{d x} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

integrate((2*c*x + b)*e^(c*x^2 + b*x + a)/(c*x^2 + b*x + a)^2, x)