\(\int \frac {e^{-b^2 x^2} \text {erfi}(b x)}{x} \, dx\) [273]

   Optimal result
   Rubi [A] (verified)
   Mathematica [A] (verified)
   Maple [F]
   Fricas [F]
   Sympy [A] (verification not implemented)
   Maxima [F]
   Giac [F]
   Mupad [F(-1)]

Optimal result

Integrand size = 18, antiderivative size = 30 \[ \int \frac {e^{-b^2 x^2} \text {erfi}(b x)}{x} \, dx=\frac {2 b x \, _2F_2\left (\frac {1}{2},1;\frac {3}{2},\frac {3}{2};-b^2 x^2\right )}{\sqrt {\pi }} \]

[Out]

2*b*x*hypergeom([1/2, 1],[3/2, 3/2],-b^2*x^2)/Pi^(1/2)

Rubi [A] (verified)

Time = 0.02 (sec) , antiderivative size = 30, normalized size of antiderivative = 1.00, number of steps used = 1, number of rules used = 1, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.056, Rules used = {6525} \[ \int \frac {e^{-b^2 x^2} \text {erfi}(b x)}{x} \, dx=\frac {2 b x \, _2F_2\left (\frac {1}{2},1;\frac {3}{2},\frac {3}{2};-b^2 x^2\right )}{\sqrt {\pi }} \]

[In]

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

[Out]

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

Rule 6525

Int[(E^((c_.) + (d_.)*(x_)^2)*Erfi[(b_.)*(x_)])/(x_), x_Symbol] :> Simp[2*b*E^c*(x/Sqrt[Pi])*HypergeometricPFQ
[{1/2, 1}, {3/2, 3/2}, (-b^2)*x^2], x] /; FreeQ[{b, c, d}, x] && EqQ[d, -b^2]

Rubi steps \begin{align*} \text {integral}& = \frac {2 b 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] (verified)

Time = 0.02 (sec) , antiderivative size = 30, normalized size of antiderivative = 1.00 \[ \int \frac {e^{-b^2 x^2} \text {erfi}(b x)}{x} \, dx=\frac {2 b x \, _2F_2\left (\frac {1}{2},1;\frac {3}{2},\frac {3}{2};-b^2 x^2\right )}{\sqrt {\pi }} \]

[In]

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

[Out]

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

Maple [F]

\[\int \frac {\operatorname {erfi}\left (b x \right ) {\mathrm e}^{-b^{2} x^{2}}}{x}d x\]

[In]

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

[Out]

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

Fricas [F]

\[ \int \frac {e^{-b^2 x^2} \text {erfi}(b x)}{x} \, dx=\int { \frac {\operatorname {erfi}\left (b x\right ) e^{\left (-b^{2} x^{2}\right )}}{x} \,d x } \]

[In]

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

[Out]

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

Sympy [A] (verification not implemented)

Time = 3.19 (sec) , antiderivative size = 24, normalized size of antiderivative = 0.80 \[ \int \frac {e^{-b^2 x^2} \text {erfi}(b x)}{x} \, dx=\frac {2 b x {{}_{2}F_{2}\left (\begin {matrix} \frac {1}{2}, 1 \\ \frac {3}{2}, \frac {3}{2} \end {matrix}\middle | {- b^{2} x^{2}} \right )}}{\sqrt {\pi }} \]

[In]

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

[Out]

2*b*x*hyper((1/2, 1), (3/2, 3/2), -b**2*x**2)/sqrt(pi)

Maxima [F]

\[ \int \frac {e^{-b^2 x^2} \text {erfi}(b x)}{x} \, dx=\int { \frac {\operatorname {erfi}\left (b x\right ) e^{\left (-b^{2} x^{2}\right )}}{x} \,d x } \]

[In]

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

[Out]

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

Giac [F]

\[ \int \frac {e^{-b^2 x^2} \text {erfi}(b x)}{x} \, dx=\int { \frac {\operatorname {erfi}\left (b x\right ) e^{\left (-b^{2} x^{2}\right )}}{x} \,d x } \]

[In]

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

[Out]

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

Mupad [F(-1)]

Timed out. \[ \int \frac {e^{-b^2 x^2} \text {erfi}(b x)}{x} \, dx=\int \frac {{\mathrm {e}}^{-b^2\,x^2}\,\mathrm {erfi}\left (b\,x\right )}{x} \,d x \]

[In]

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

[Out]

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