3.154 \(\int \frac{e^{c-b^2 x^2}}{\text{Erfc}(b x)^3} \, dx\)

Optimal. Leaf size=21 \[ \frac{\sqrt{\pi } e^c}{4 b \text{Erfc}(b x)^2} \]

[Out]

(E^c*Sqrt[Pi])/(4*b*Erfc[b*x]^2)

________________________________________________________________________________________

Rubi [A]  time = 0.0293194, antiderivative size = 21, normalized size of antiderivative = 1., 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}{4 b \text{Erfc}(b x)^2} \]

Antiderivative was successfully verified.

[In]

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

[Out]

(E^c*Sqrt[Pi])/(4*b*Erfc[b*x]^2)

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]

Rule 30

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

Rubi steps

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

Mathematica [A]  time = 0.005656, size = 21, normalized size = 1. \[ \frac{\sqrt{\pi } e^c}{4 b \text{Erfc}(b x)^2} \]

Antiderivative was successfully verified.

[In]

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

[Out]

(E^c*Sqrt[Pi])/(4*b*Erfc[b*x]^2)

________________________________________________________________________________________

Maple [F]  time = 0.352, size = 0, normalized size = 0. \begin{align*} \int{\frac{{{\rm e}^{-{b}^{2}{x}^{2}+c}}}{ \left ({\it erfc} \left ( bx \right ) \right ) ^{3}}}\, dx \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

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

________________________________________________________________________________________

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

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

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

________________________________________________________________________________________

Fricas [A]  time = 2.16436, size = 70, normalized size = 3.33 \begin{align*} \frac{\sqrt{\pi } e^{c}}{4 \,{\left (b \operatorname{erf}\left (b x\right )^{2} - 2 \, b \operatorname{erf}\left (b x\right ) + b\right )}} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

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

________________________________________________________________________________________

Sympy [A]  time = 3.57281, size = 22, normalized size = 1.05 \begin{align*} \begin{cases} \frac{\sqrt{\pi } e^{c}}{4 b \operatorname{erfc}^{2}{\left (b x \right )}} & \text{for}\: b \neq 0 \\x e^{c} & \text{otherwise} \end{cases} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

Piecewise((sqrt(pi)*exp(c)/(4*b*erfc(b*x)**2), Ne(b, 0)), (x*exp(c), True))

________________________________________________________________________________________

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

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

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