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

Optimal. Leaf size=21 \[ \sqrt {\pi } \text {erfi}\left (\sqrt {a+b x+c x^2}\right ) \]

[Out]

erfi((c*x^2+b*x+a)^(1/2))*Pi^(1/2)

________________________________________________________________________________________

Rubi [A]  time = 0.26, antiderivative size = 21, normalized size of antiderivative = 1.00, number of steps used = 3, number of rules used = 3, integrand size = 33, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.091, Rules used = {6707, 2180, 2204} \[ \sqrt {\pi } \text {Erfi}\left (\sqrt {a+b x+c x^2}\right ) \]

Antiderivative was successfully verified.

[In]

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

[Out]

Sqrt[Pi]*Erfi[Sqrt[a + b*x + c*x^2]]

Rule 2180

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

Rule 2204

Int[(F_)^((a_.) + (b_.)*((c_.) + (d_.)*(x_))^2), x_Symbol] :> Simp[(F^a*Sqrt[Pi]*Erfi[(c + d*x)*Rt[b*Log[F], 2
]])/(2*d*Rt[b*Log[F], 2]), x] /; FreeQ[{F, a, b, c, d}, x] && PosQ[b]

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]

Rubi steps

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

________________________________________________________________________________________

Mathematica [B]  time = 0.06, size = 46, normalized size = 2.19 \[ \frac {\sqrt {-a-x (b+c x)} \Gamma \left (\frac {1}{2},-a-x (b+c x)\right )}{\sqrt {a+x (b+c x)}} \]

Antiderivative was successfully verified.

[In]

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

[Out]

(Sqrt[-a - x*(b + c*x)]*Gamma[1/2, -a - x*(b + c*x)])/Sqrt[a + x*(b + c*x)]

________________________________________________________________________________________

fricas [F]  time = 0.40, size = 0, normalized size = 0.00 \[ {\rm integral}\left (\frac {{\left (2 \, c x + b\right )} e^{\left (c x^{2} + b x + a\right )}}{\sqrt {c x^{2} + b x + a}}, x\right ) \]

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)^(1/2),x, algorithm="fricas")

[Out]

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

________________________________________________________________________________________

giac [A]  time = 0.21, size = 21, normalized size = 1.00 \[ \sqrt {\pi } i \operatorname {erf}\left (-\sqrt {c x^{2} + b x + a} i\right ) \]

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)^(1/2),x, algorithm="giac")

[Out]

sqrt(pi)*i*erf(-sqrt(c*x^2 + b*x + a)*i)

________________________________________________________________________________________

maple [A]  time = 0.04, size = 18, normalized size = 0.86 \[ \sqrt {\pi }\, \erfi \left (\sqrt {c \,x^{2}+b x +a}\right ) \]

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)^(1/2),x)

[Out]

erfi((c*x^2+b*x+a)^(1/2))*Pi^(1/2)

________________________________________________________________________________________

maxima [F]  time = 0.00, size = 0, normalized size = 0.00 \[ \int \frac {{\left (2 \, c x + b\right )} e^{\left (c x^{2} + b x + a\right )}}{\sqrt {c x^{2} + b x + a}}\,{d x} \]

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)^(1/2),x, algorithm="maxima")

[Out]

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

________________________________________________________________________________________

mupad [B]  time = 3.90, size = 49, normalized size = 2.33 \[ \frac {\sqrt {\pi }\,\mathrm {erfc}\left (\sqrt {-c\,x^2-b\,x-a}\right )\,\sqrt {-c\,x^2-b\,x-a}}{\sqrt {c\,x^2+b\,x+a}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

(pi^(1/2)*erfc((- a - b*x - c*x^2)^(1/2))*(- a - b*x - c*x^2)^(1/2))/(a + b*x + c*x^2)^(1/2)

________________________________________________________________________________________

sympy [B]  time = 4.43, size = 49, normalized size = 2.33 \[ \frac {\sqrt {\pi } \sqrt {- a - b x - c x^{2}} \operatorname {erfc}{\left (\sqrt {- a - b x - c x^{2}} \right )}}{\sqrt {a + b x + c x^{2}}} \]

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)**(1/2),x)

[Out]

sqrt(pi)*sqrt(-a - b*x - c*x**2)*erfc(sqrt(-a - b*x - c*x**2))/sqrt(a + b*x + c*x**2)

________________________________________________________________________________________