3.3.6 \(\int \cosh (c-b^2 x^2) \text {Erfc}(b x) \, dx\) [206]

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

[Out]

-1/2*b*x^2*hypergeom([1, 1],[3/2, 2],b^2*x^2)/exp(c)/Pi^(1/2)-1/8*exp(c)*erfc(b*x)^2*Pi^(1/2)/b+1/4*erfi(b*x)*
Pi^(1/2)/b/exp(c)

________________________________________________________________________________________

Rubi [A]
time = 0.05, antiderivative size = 77, normalized size of antiderivative = 1.00, number of steps used = 6, number of rules used = 6, integrand size = 16, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.375, Rules used = {6549, 6509, 30, 6512, 2235, 6511} \begin {gather*} -\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 {Erfc}(b x)^2}{8 b}+\frac {\sqrt {\pi } e^{-c} \text {Erfi}(b x)}{4 b} \end {gather*}

Antiderivative was successfully verified.

[In]

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

[Out]

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

Rule 30

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

Rule 2235

Int[(F_)^((a_.) + (b_.)*((c_.) + (d_.)*(x_))^2), x_Symbol] :> Simp[F^a*Sqrt[Pi]*(Erfi[(c + d*x)*Rt[b*Log[F], 2
]]/(2*d*Rt[b*Log[F], 2])), x] /; FreeQ[{F, a, b, c, d}, x] && PosQ[b]

Rule 6509

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 6511

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

Rule 6512

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

Rule 6549

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

Rubi steps

\begin {align*} \int \cosh \left (c-b^2 x^2\right ) \text {erfc}(b x) \, dx &=\frac {1}{2} \int e^{c-b^2 x^2} \text {erfc}(b x) \, dx+\frac {1}{2} \int e^{-c+b^2 x^2} \text {erfc}(b x) \, dx\\ &=\frac {1}{2} \int e^{-c+b^2 x^2} \, dx-\frac {1}{2} \int e^{-c+b^2 x^2} \text {erf}(b x) \, dx-\frac {\left (e^c \sqrt {\pi }\right ) \text {Subst}(\int x \, dx,x,\text {erfc}(b x))}{4 b}\\ &=-\frac {e^c \sqrt {\pi } \text {erfc}(b x)^2}{8 b}+\frac {e^{-c} \sqrt {\pi } \text {erfi}(b x)}{4 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 = 0.08, size = 117, normalized size = 1.52 \begin {gather*} \frac {4 b^2 x^2 \cosh (c) \, _2F_2\left (1,1;\frac {3}{2},2;-b^2 x^2\right )+4 b^2 x^2 \, _2F_2\left (1,1;\frac {3}{2},2;b^2 x^2\right ) \sinh (c)-\pi \left (2 \text {Erf}(b x) (-\cosh (c)+\cosh (c) \text {Erfi}(b x)-\sinh (c))+2 \text {Erfi}(b x) (-\cosh (c)+\sinh (c))+\text {Erf}(b x)^2 (\cosh (c)+\sinh (c))\right )}{8 b \sqrt {\pi }} \end {gather*}

Antiderivative was successfully verified.

[In]

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

[Out]

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

________________________________________________________________________________________

Maple [F]
time = 0.43, size = 0, normalized size = 0.00 \[\int \cosh \left (b^{2} x^{2}-c \right ) \mathrm {erfc}\left (b x \right )\, dx\]

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

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

________________________________________________________________________________________

Maxima [F]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {Failed to integrate} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

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

________________________________________________________________________________________

Fricas [F]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {could not integrate} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

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

________________________________________________________________________________________

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

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

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

________________________________________________________________________________________

Giac [F]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {could not integrate} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

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

________________________________________________________________________________________

Mupad [F]
time = 0.00, size = -1, normalized size = -0.01 \begin {gather*} \int \mathrm {cosh}\left (c-b^2\,x^2\right )\,\mathrm {erfc}\left (b\,x\right ) \,d x \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

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

________________________________________________________________________________________