3.311 \(\int \cosh (c-b^2 x^2) \text{Erfi}(b x) \, dx\)

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

[Out]

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

________________________________________________________________________________________

Rubi [A]  time = 0.0508761, antiderivative size = 57, normalized size of antiderivative = 1., number of steps used = 4, number of rules used = 4, integrand size = 16, \(\frac{\text{number of rules}}{\text{integrand size}}\) = 0.25, Rules used = {6415, 6378, 6375, 30} \[ \frac{b e^c x^2 \, _2F_2\left (1,1;\frac{3}{2},2;-b^2 x^2\right )}{2 \sqrt{\pi }}+\frac{\sqrt{\pi } e^{-c} \text{Erfi}(b x)^2}{8 b} \]

Antiderivative was successfully verified.

[In]

Int[Cosh[c - b^2*x^2]*Erfi[b*x],x]

[Out]

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

Rule 6415

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

Rule 6378

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

Rule 6375

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

Mathematica [A]  time = 1.58836, size = 72, normalized size = 1.26 \[ \frac{\pi \text{Erfi}(b x) (2 \text{Erf}(b x) (\sinh (c)+\cosh (c))+\text{Erfi}(b x) (\cosh (c)-\sinh (c)))-4 b^2 x^2 (\sinh (c)+\cosh (c)) \text{HypergeometricPFQ}\left (\{1,1\},\left \{\frac{3}{2},2\right \},b^2 x^2\right )}{8 \sqrt{\pi } b} \]

Antiderivative was successfully verified.

[In]

Integrate[Cosh[c - b^2*x^2]*Erfi[b*x],x]

[Out]

(-4*b^2*x^2*HypergeometricPFQ[{1, 1}, {3/2, 2}, b^2*x^2]*(Cosh[c] + Sinh[c]) + Pi*Erfi[b*x]*(Erfi[b*x]*(Cosh[c
] - Sinh[c]) + 2*Erf[b*x]*(Cosh[c] + Sinh[c])))/(8*b*Sqrt[Pi])

________________________________________________________________________________________

Maple [F]  time = 0.05, size = 0, normalized size = 0. \begin{align*} \int \cosh \left ({b}^{2}{x}^{2}-c \right ){\it erfi} \left ( bx \right ) \, dx \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(cosh(b^2*x^2-c)*erfi(b*x),x)

[Out]

int(cosh(b^2*x^2-c)*erfi(b*x),x)

________________________________________________________________________________________

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

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(cosh(b^2*x^2-c)*erfi(b*x),x, algorithm="maxima")

[Out]

integrate(cosh(b^2*x^2 - c)*erfi(b*x), x)

________________________________________________________________________________________

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

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(cosh(b^2*x^2-c)*erfi(b*x),x, algorithm="fricas")

[Out]

integral(cosh(b^2*x^2 - c)*erfi(b*x), x)

________________________________________________________________________________________

Sympy [F]  time = 0., size = 0, normalized size = 0. \begin{align*} \int \cosh{\left (b^{2} x^{2} - c \right )} \operatorname{erfi}{\left (b x \right )}\, dx \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(cosh(b**2*x**2-c)*erfi(b*x),x)

[Out]

Integral(cosh(b**2*x**2 - c)*erfi(b*x), x)

________________________________________________________________________________________

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

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(cosh(b^2*x^2-c)*erfi(b*x),x, algorithm="giac")

[Out]

integrate(cosh(b^2*x^2 - c)*erfi(b*x), x)