3.155 \(\int e^{c-b^2 x^2} \text {erfc}(b x)^n \, dx\)

Optimal. Leaf size=28 \[ -\frac {\sqrt {\pi } e^c \text {erfc}(b x)^{n+1}}{2 b (n+1)} \]

[Out]

-1/2*exp(c)*erfc(b*x)^(1+n)*Pi^(1/2)/b/(1+n)

________________________________________________________________________________________

Rubi [A]  time = 0.03, antiderivative size = 28, normalized size of antiderivative = 1.00, number of steps used = 2, number of rules used = 2, integrand size = 19, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.105, Rules used = {6374, 30} \[ -\frac {\sqrt {\pi } e^c \text {Erfc}(b x)^{n+1}}{2 b (n+1)} \]

Antiderivative was successfully verified.

[In]

Int[E^(c - b^2*x^2)*Erfc[b*x]^n,x]

[Out]

-(E^c*Sqrt[Pi]*Erfc[b*x]^(1 + n))/(2*b*(1 + n))

Rule 30

Int[(x_)^(m_.), x_Symbol] :> Simp[x^(m + 1)/(m + 1), x] /; FreeQ[m, x] && NeQ[m, -1]

Rule 6374

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

Rubi steps

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

________________________________________________________________________________________

Mathematica [A]  time = 0.01, size = 28, normalized size = 1.00 \[ -\frac {\sqrt {\pi } e^c \text {erfc}(b x)^{n+1}}{2 b (n+1)} \]

Antiderivative was successfully verified.

[In]

Integrate[E^(c - b^2*x^2)*Erfc[b*x]^n,x]

[Out]

-1/2*(E^c*Sqrt[Pi]*Erfc[b*x]^(1 + n))/(b*(1 + n))

________________________________________________________________________________________

fricas [A]  time = 0.51, size = 30, normalized size = 1.07 \[ \frac {\sqrt {\pi } {\left (-\operatorname {erf}\left (b x\right ) + 1\right )}^{n} {\left (\operatorname {erf}\left (b x\right ) - 1\right )} e^{c}}{2 \, {\left (b n + b\right )}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

1/2*sqrt(pi)*(-erf(b*x) + 1)^n*(erf(b*x) - 1)*e^c/(b*n + b)

________________________________________________________________________________________

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

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

integrate(erfc(b*x)^n*e^(-b^2*x^2 + c), x)

________________________________________________________________________________________

maple [F]  time = 0.10, size = 0, normalized size = 0.00 \[ \int {\mathrm e}^{-b^{2} x^{2}+c} \mathrm {erfc}\left (b x \right )^{n}\, dx \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(exp(-b^2*x^2+c)*erfc(b*x)^n,x)

[Out]

int(exp(-b^2*x^2+c)*erfc(b*x)^n,x)

________________________________________________________________________________________

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

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

integrate(erfc(b*x)^n*e^(-b^2*x^2 + c), x)

________________________________________________________________________________________

mupad [B]  time = 0.20, size = 23, normalized size = 0.82 \[ -\frac {\sqrt {\pi }\,{\mathrm {e}}^c\,{\mathrm {erfc}\left (b\,x\right )}^{n+1}}{2\,b\,\left (n+1\right )} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(exp(c - b^2*x^2)*erfc(b*x)^n,x)

[Out]

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

________________________________________________________________________________________

sympy [A]  time = 5.13, size = 60, normalized size = 2.14 \[ \begin {cases} x e^{c} & \text {for}\: b = 0 \wedge \left (b = 0 \vee n = -1\right ) \\- \frac {\sqrt {\pi } e^{c} \log {\left (\operatorname {erfc}{\left (b x \right )} \right )}}{2 b} & \text {for}\: n = -1 \\- \frac {\sqrt {\pi } e^{c} \operatorname {erfc}{\left (b x \right )} \operatorname {erfc}^{n}{\left (b x \right )}}{2 b n + 2 b} & \text {otherwise} \end {cases} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(exp(-b**2*x**2+c)*erfc(b*x)**n,x)

[Out]

Piecewise((x*exp(c), Eq(b, 0) & (Eq(b, 0) | Eq(n, -1))), (-sqrt(pi)*exp(c)*log(erfc(b*x))/(2*b), Eq(n, -1)), (
-sqrt(pi)*exp(c)*erfc(b*x)*erfc(b*x)**n/(2*b*n + 2*b), True))

________________________________________________________________________________________