3.190 \(\int e^{c+d x^2} x \text {erfc}(a+b x) \, dx\)

Optimal. Leaf size=86 \[ \frac {b e^{\frac {a^2 d}{b^2-d}+c} \text {erf}\left (\frac {a b+x \left (b^2-d\right )}{\sqrt {b^2-d}}\right )}{2 d \sqrt {b^2-d}}+\frac {e^{c+d x^2} \text {erfc}(a+b x)}{2 d} \]

[Out]

1/2*exp(d*x^2+c)*erfc(b*x+a)/d+1/2*b*exp(c+a^2*d/(b^2-d))*erf((a*b+(b^2-d)*x)/(b^2-d)^(1/2))/d/(b^2-d)^(1/2)

________________________________________________________________________________________

Rubi [A]  time = 0.05, antiderivative size = 86, normalized size of antiderivative = 1.00, number of steps used = 3, number of rules used = 3, integrand size = 17, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.176, Rules used = {6383, 2234, 2205} \[ \frac {b e^{\frac {a^2 d}{b^2-d}+c} \text {Erf}\left (\frac {a b+x \left (b^2-d\right )}{\sqrt {b^2-d}}\right )}{2 d \sqrt {b^2-d}}+\frac {e^{c+d x^2} \text {Erfc}(a+b x)}{2 d} \]

Antiderivative was successfully verified.

[In]

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

[Out]

(b*E^(c + (a^2*d)/(b^2 - d))*Erf[(a*b + (b^2 - d)*x)/Sqrt[b^2 - d]])/(2*Sqrt[b^2 - d]*d) + (E^(c + d*x^2)*Erfc
[a + b*x])/(2*d)

Rule 2205

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

Rule 2234

Int[(F_)^((a_.) + (b_.)*(x_) + (c_.)*(x_)^2), x_Symbol] :> Dist[F^(a - b^2/(4*c)), Int[F^((b + 2*c*x)^2/(4*c))
, x], x] /; FreeQ[{F, a, b, c}, x]

Rule 6383

Int[E^((c_.) + (d_.)*(x_)^2)*Erfc[(a_.) + (b_.)*(x_)]*(x_), x_Symbol] :> Simp[(E^(c + d*x^2)*Erfc[a + b*x])/(2
*d), x] + Dist[b/(d*Sqrt[Pi]), Int[E^(-a^2 + c - 2*a*b*x - (b^2 - d)*x^2), x], x] /; FreeQ[{a, b, c, d}, x]

Rubi steps

\begin {align*} \int e^{c+d x^2} x \text {erfc}(a+b x) \, dx &=\frac {e^{c+d x^2} \text {erfc}(a+b x)}{2 d}+\frac {b \int e^{-a^2+c-2 a b x-\left (b^2-d\right ) x^2} \, dx}{d \sqrt {\pi }}\\ &=\frac {e^{c+d x^2} \text {erfc}(a+b x)}{2 d}+\frac {\left (b e^{\frac {b^2 c+a^2 d-c d}{b^2-d}}\right ) \int \exp \left (\frac {\left (-2 a b+2 \left (-b^2+d\right ) x\right )^2}{4 \left (-b^2+d\right )}\right ) \, dx}{d \sqrt {\pi }}\\ &=\frac {b e^{\frac {b^2 c+a^2 d-c d}{b^2-d}} \text {erf}\left (\frac {a b+\left (b^2-d\right ) x}{\sqrt {b^2-d}}\right )}{2 \sqrt {b^2-d} d}+\frac {e^{c+d x^2} \text {erfc}(a+b x)}{2 d}\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]  time = 0.12, size = 81, normalized size = 0.94 \[ \frac {e^c \left (\frac {b e^{\frac {a^2 d}{b^2-d}} \text {erfi}\left (\frac {x \left (d-b^2\right )-a b}{\sqrt {d-b^2}}\right )}{\sqrt {d-b^2}}+e^{d x^2} \text {erfc}(a+b x)\right )}{2 d} \]

Antiderivative was successfully verified.

[In]

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

[Out]

(E^c*(E^(d*x^2)*Erfc[a + b*x] + (b*E^((a^2*d)/(b^2 - d))*Erfi[(-(a*b) + (-b^2 + d)*x)/Sqrt[-b^2 + d]])/Sqrt[-b
^2 + d]))/(2*d)

________________________________________________________________________________________

fricas [A]  time = 0.51, size = 108, normalized size = 1.26 \[ \frac {\sqrt {b^{2} - d} b \operatorname {erf}\left (\frac {a b + {\left (b^{2} - d\right )} x}{\sqrt {b^{2} - d}}\right ) e^{\left (\frac {b^{2} c + {\left (a^{2} - c\right )} d}{b^{2} - d}\right )} + {\left (b^{2} - {\left (b^{2} - d\right )} \operatorname {erf}\left (b x + a\right ) - d\right )} e^{\left (d x^{2} + c\right )}}{2 \, {\left (b^{2} d - d^{2}\right )}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

1/2*(sqrt(b^2 - d)*b*erf((a*b + (b^2 - d)*x)/sqrt(b^2 - d))*e^((b^2*c + (a^2 - c)*d)/(b^2 - d)) + (b^2 - (b^2
- d)*erf(b*x + a) - d)*e^(d*x^2 + c))/(b^2*d - d^2)

________________________________________________________________________________________

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

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

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

________________________________________________________________________________________

maple [B]  time = 0.25, size = 175, normalized size = 2.03 \[ \frac {\frac {b \,{\mathrm e}^{\frac {\left (b x +a \right )^{2} d}{b^{2}}-\frac {2 a d \left (b x +a \right )}{b^{2}}+\frac {a^{2} d}{b^{2}}+c}}{2 d}-\frac {\erf \left (b x +a \right ) b \,{\mathrm e}^{\frac {\left (b x +a \right )^{2} d}{b^{2}}-\frac {2 a d \left (b x +a \right )}{b^{2}}+\frac {a^{2} d}{b^{2}}+c}}{2 d}+\frac {b \,{\mathrm e}^{\frac {a^{2} d}{b^{2}}+c -\frac {a^{2} d^{2}}{b^{4} \left (-1+\frac {d}{b^{2}}\right )}} \erf \left (\sqrt {1-\frac {d}{b^{2}}}\, \left (b x +a \right )+\frac {a d}{b^{2} \sqrt {1-\frac {d}{b^{2}}}}\right )}{2 d \sqrt {1-\frac {d}{b^{2}}}}}{b} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

(1/2*b/d*exp((b*x+a)^2/b^2*d-2/b^2*a*d*(b*x+a)+1/b^2*a^2*d+c)-1/2*erf(b*x+a)*b/d*exp((b*x+a)^2/b^2*d-2/b^2*a*d
*(b*x+a)+1/b^2*a^2*d+c)+1/2*b/d*exp(1/b^2*a^2*d+c-a^2*d^2/b^4/(-1+d/b^2))/(1-d/b^2)^(1/2)*erf((1-d/b^2)^(1/2)*
(b*x+a)+a*d/b^2/(1-d/b^2)^(1/2)))/b

________________________________________________________________________________________

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

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

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

________________________________________________________________________________________

mupad [F]  time = 0.00, size = -1, normalized size = -0.01 \[ \int x\,\mathrm {erfc}\left (a+b\,x\right )\,{\mathrm {e}}^{d\,x^2+c} \,d x \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

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

________________________________________________________________________________________

sympy [F]  time = 0.00, size = 0, normalized size = 0.00 \[ e^{c} \int x e^{d x^{2}} \operatorname {erfc}{\left (a + b x \right )}\, dx \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

exp(c)*Integral(x*exp(d*x**2)*erfc(a + b*x), x)

________________________________________________________________________________________