3.274 \(\int \frac{e^{-b^2 x^2} \text{Erfi}(b x)}{x^3} \, dx\)

Optimal. Leaf size=65 \[ -\frac{2 b^3 x \text{HypergeometricPFQ}\left (\left \{\frac{1}{2},1\right \},\left \{\frac{3}{2},\frac{3}{2}\right \},-b^2 x^2\right )}{\sqrt{\pi }}-\frac{e^{-b^2 x^2} \text{Erfi}(b x)}{2 x^2}-\frac{b}{\sqrt{\pi } x} \]

[Out]

-(b/(Sqrt[Pi]*x)) - Erfi[b*x]/(2*E^(b^2*x^2)*x^2) - (2*b^3*x*HypergeometricPFQ[{1/2, 1}, {3/2, 3/2}, -(b^2*x^2
)])/Sqrt[Pi]

________________________________________________________________________________________

Rubi [A]  time = 0.0748705, antiderivative size = 65, normalized size of antiderivative = 1., number of steps used = 3, number of rules used = 3, integrand size = 18, \(\frac{\text{number of rules}}{\text{integrand size}}\) = 0.167, Rules used = {6393, 6390, 30} \[ -\frac{2 b^3 x \, _2F_2\left (\frac{1}{2},1;\frac{3}{2},\frac{3}{2};-b^2 x^2\right )}{\sqrt{\pi }}-\frac{e^{-b^2 x^2} \text{Erfi}(b x)}{2 x^2}-\frac{b}{\sqrt{\pi } x} \]

Antiderivative was successfully verified.

[In]

Int[Erfi[b*x]/(E^(b^2*x^2)*x^3),x]

[Out]

-(b/(Sqrt[Pi]*x)) - Erfi[b*x]/(2*E^(b^2*x^2)*x^2) - (2*b^3*x*HypergeometricPFQ[{1/2, 1}, {3/2, 3/2}, -(b^2*x^2
)])/Sqrt[Pi]

Rule 6393

Int[E^((c_.) + (d_.)*(x_)^2)*Erfi[(a_.) + (b_.)*(x_)]*(x_)^(m_), x_Symbol] :> Simp[(x^(m + 1)*E^(c + d*x^2)*Er
fi[a + b*x])/(m + 1), x] + (-Dist[(2*d)/(m + 1), Int[x^(m + 2)*E^(c + d*x^2)*Erfi[a + b*x], x], x] - Dist[(2*b
)/((m + 1)*Sqrt[Pi]), Int[x^(m + 1)*E^(a^2 + c + 2*a*b*x + (b^2 + d)*x^2), x], x]) /; FreeQ[{a, b, c, d}, x] &
& ILtQ[m, -1]

Rule 6390

Int[(E^((c_.) + (d_.)*(x_)^2)*Erfi[(b_.)*(x_)])/(x_), x_Symbol] :> Simp[(2*b*E^c*x*HypergeometricPFQ[{1/2, 1},
 {3/2, 3/2}, -(b^2*x^2)])/Sqrt[Pi], x] /; FreeQ[{b, c, d}, 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^{-b^2 x^2} \text{erfi}(b x)}{x^3} \, dx &=-\frac{e^{-b^2 x^2} \text{erfi}(b x)}{2 x^2}-b^2 \int \frac{e^{-b^2 x^2} \text{erfi}(b x)}{x} \, dx+\frac{b \int \frac{1}{x^2} \, dx}{\sqrt{\pi }}\\ &=-\frac{b}{\sqrt{\pi } x}-\frac{e^{-b^2 x^2} \text{erfi}(b x)}{2 x^2}-\frac{2 b^3 x \, _2F_2\left (\frac{1}{2},1;\frac{3}{2},\frac{3}{2};-b^2 x^2\right )}{\sqrt{\pi }}\\ \end{align*}

Mathematica [A]  time = 0.0146599, size = 32, normalized size = 0.49 \[ -\frac{2 b \text{HypergeometricPFQ}\left (\left \{-\frac{1}{2},1\right \},\left \{\frac{1}{2},\frac{3}{2}\right \},-b^2 x^2\right )}{\sqrt{\pi } x} \]

Antiderivative was successfully verified.

[In]

Integrate[Erfi[b*x]/(E^(b^2*x^2)*x^3),x]

[Out]

(-2*b*HypergeometricPFQ[{-1/2, 1}, {1/2, 3/2}, -(b^2*x^2)])/(Sqrt[Pi]*x)

________________________________________________________________________________________

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

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(erfi(b*x)/exp(b^2*x^2)/x^3,x)

[Out]

int(erfi(b*x)/exp(b^2*x^2)/x^3,x)

________________________________________________________________________________________

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

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(erfi(b*x)/exp(b^2*x^2)/x^3,x, algorithm="maxima")

[Out]

integrate(erfi(b*x)*e^(-b^2*x^2)/x^3, x)

________________________________________________________________________________________

Fricas [F]  time = 0., size = 0, normalized size = 0. \begin{align*}{\rm integral}\left (\frac{\operatorname{erfi}\left (b x\right ) e^{\left (-b^{2} x^{2}\right )}}{x^{3}}, x\right ) \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(erfi(b*x)/exp(b^2*x^2)/x^3,x, algorithm="fricas")

[Out]

integral(erfi(b*x)*e^(-b^2*x^2)/x^3, x)

________________________________________________________________________________________

Sympy [F(-2)]  time = 0., size = 0, normalized size = 0. \begin{align*} \text{Exception raised: AttributeError} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(erfi(b*x)/exp(b**2*x**2)/x**3,x)

[Out]

Exception raised: AttributeError

________________________________________________________________________________________

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

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(erfi(b*x)/exp(b^2*x^2)/x^3,x, algorithm="giac")

[Out]

integrate(erfi(b*x)*e^(-b^2*x^2)/x^3, x)