\(\int \cos (c-i b^2 x^2) \text {erfc}(b x) \, dx\) [202]

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

Optimal result

Integrand size = 18, antiderivative size = 85 \[ \int \cos \left (c-i b^2 x^2\right ) \text {erfc}(b x) \, dx=-\frac {e^{-i c} \sqrt {\pi } \text {erfc}(b x)^2}{8 b}+\frac {e^{i c} \sqrt {\pi } \text {erfi}(b x)}{4 b}-\frac {b e^{i c} x^2 \, _2F_2\left (1,1;\frac {3}{2},2;b^2 x^2\right )}{2 \sqrt {\pi }} \] Output:

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

Mathematica [F]

\[ \int \cos \left (c-i b^2 x^2\right ) \text {erfc}(b x) \, dx=\int \cos \left (c-i b^2 x^2\right ) \text {erfc}(b x) \, dx \] Input:

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

Output:

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

Rubi [A] (verified)

Time = 0.50 (sec) , antiderivative size = 88, normalized size of antiderivative = 1.04, number of steps used = 7, number of rules used = 6, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.333, Rules used = {6962, 6928, 15, 6931, 2633, 6930}

Below are the steps used by Rubi to obtain the solution. The rule number used for the transformation is given above next to the arrow. The rules definitions used are listed below.

\(\displaystyle \int \text {erfc}(b x) \cos \left (c-i b^2 x^2\right ) \, dx\)

\(\Big \downarrow \) 6962

\(\displaystyle \frac {1}{2} \int e^{-b^2 x^2-i c} \text {erfc}(b x)dx+\frac {1}{2} \int e^{b^2 x^2+i c} \text {erfc}(b x)dx\)

\(\Big \downarrow \) 6928

\(\displaystyle \frac {1}{2} \int e^{b^2 x^2+i c} \text {erfc}(b x)dx-\frac {\sqrt {\pi } e^{-i c} \int \text {erfc}(b x)d\text {erfc}(b x)}{4 b}\)

\(\Big \downarrow \) 15

\(\displaystyle \frac {1}{2} \int e^{b^2 x^2+i c} \text {erfc}(b x)dx-\frac {\sqrt {\pi } e^{-i c} \text {erfc}(b x)^2}{8 b}\)

\(\Big \downarrow \) 6931

\(\displaystyle \frac {1}{2} \left (\int e^{b^2 x^2+i c}dx-\int e^{b^2 x^2+i c} \text {erf}(b x)dx\right )-\frac {\sqrt {\pi } e^{-i c} \text {erfc}(b x)^2}{8 b}\)

\(\Big \downarrow \) 2633

\(\displaystyle \frac {1}{2} \left (\frac {\sqrt {\pi } e^{i c} \text {erfi}(b x)}{2 b}-\int e^{b^2 x^2+i c} \text {erf}(b x)dx\right )-\frac {\sqrt {\pi } e^{-i c} \text {erfc}(b x)^2}{8 b}\)

\(\Big \downarrow \) 6930

\(\displaystyle \frac {1}{2} \left (\frac {\sqrt {\pi } e^{i c} \text {erfi}(b x)}{2 b}-\frac {b e^{i c} x^2 \, _2F_2\left (1,1;\frac {3}{2},2;b^2 x^2\right )}{\sqrt {\pi }}\right )-\frac {\sqrt {\pi } e^{-i c} \text {erfc}(b x)^2}{8 b}\)

Input:

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

Output:

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

Defintions of rubi rules used

rule 15
Int[(a_.)*(x_)^(m_.), x_Symbol] :> Simp[a*(x^(m + 1)/(m + 1)), x] /; FreeQ[ 
{a, m}, x] && NeQ[m, -1]
 

rule 2633
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 6928
Int[E^((c_.) + (d_.)*(x_)^2)*Erfc[(b_.)*(x_)]^(n_.), x_Symbol] :> Simp[(-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 6930
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 6931
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 6962
Int[Cos[(c_.) + (d_.)*(x_)^2]*Erfc[(b_.)*(x_)], x_Symbol] :> Simp[1/2   Int 
[E^((-I)*c - I*d*x^2)*Erfc[b*x], x], x] + Simp[1/2   Int[E^(I*c + I*d*x^2)* 
Erfc[b*x], x], x] /; FreeQ[{b, c, d}, x] && EqQ[d^2, -b^4]
 
Maple [F]

\[\int \cos \left (i b^{2} x^{2}-c \right ) \operatorname {erfc}\left (b x \right )d x\]

Input:

int(cos(-c+I*b^2*x^2)*erfc(b*x),x)
 

Output:

int(cos(-c+I*b^2*x^2)*erfc(b*x),x)
 

Fricas [F]

\[ \int \cos \left (c-i b^2 x^2\right ) \text {erfc}(b x) \, dx=\int { \cos \left (i \, b^{2} x^{2} - c\right ) \operatorname {erfc}\left (b x\right ) \,d x } \] Input:

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

Output:

integral(-1/2*((erf(b*x) - 1)*e^(-2*b^2*x^2 - 2*I*c) + erf(b*x) - 1)*e^(b^ 
2*x^2 + I*c), x)
 

Sympy [F]

\[ \int \cos \left (c-i b^2 x^2\right ) \text {erfc}(b x) \, dx=\int \cos {\left (i b^{2} x^{2} - c \right )} \operatorname {erfc}{\left (b x \right )}\, dx \] Input:

integrate(cos(-c+I*b**2*x**2)*erfc(b*x),x)
 

Output:

Integral(cos(I*b**2*x**2 - c)*erfc(b*x), x)
 

Maxima [F]

\[ \int \cos \left (c-i b^2 x^2\right ) \text {erfc}(b x) \, dx=\int { \cos \left (i \, b^{2} x^{2} - c\right ) \operatorname {erfc}\left (b x\right ) \,d x } \] Input:

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

Output:

-1/8*sqrt(pi)*cos(c)*erfc(b*x)^2/b + 1/8*I*sqrt(pi)*erfc(b*x)^2*sin(c)/b + 
 1/2*cos(c)*integrate(erfc(b*x)*e^(b^2*x^2), x) + 1/2*I*integrate(erfc(b*x 
)*e^(b^2*x^2), x)*sin(c)
 

Giac [F]

\[ \int \cos \left (c-i b^2 x^2\right ) \text {erfc}(b x) \, dx=\int { \cos \left (i \, b^{2} x^{2} - c\right ) \operatorname {erfc}\left (b x\right ) \,d x } \] Input:

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

Output:

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

Mupad [F(-1)]

Timed out. \[ \int \cos \left (c-i b^2 x^2\right ) \text {erfc}(b x) \, dx=\int \cos \left (c-b^2\,x^2\,1{}\mathrm {i}\right )\,\mathrm {erfc}\left (b\,x\right ) \,d x \] Input:

int(cos(c - b^2*x^2*1i)*erfc(b*x),x)
 

Output:

int(cos(c - b^2*x^2*1i)*erfc(b*x), x)
 

Reduce [F]

\[ \int \cos \left (c-i b^2 x^2\right ) \text {erfc}(b x) \, dx=\int \cos \left (b^{2} i \,x^{2}-c \right )d x -\left (\int \cos \left (b^{2} i \,x^{2}-c \right ) \mathrm {erf}\left (b x \right )d x \right ) \] Input:

int(cos(-c+I*b^2*x^2)*erfc(b*x),x)
                                                                                    
                                                                                    
 

Output:

int(cos(b**2*i*x**2 - c),x) - int(cos(b**2*i*x**2 - c)*erf(b*x),x)