3.121 \(\int \text {erfc}(a+b x) \, dx\)

Optimal. Leaf size=37 \[ \frac {(a+b x) \text {erfc}(a+b x)}{b}-\frac {e^{-(a+b x)^2}}{\sqrt {\pi } b} \]

[Out]

(b*x+a)*erfc(b*x+a)/b-1/b/exp((b*x+a)^2)/Pi^(1/2)

________________________________________________________________________________________

Rubi [A]  time = 0.01, antiderivative size = 37, normalized size of antiderivative = 1.00, number of steps used = 1, number of rules used = 1, integrand size = 6, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.167, Rules used = {6350} \[ \frac {(a+b x) \text {Erfc}(a+b x)}{b}-\frac {e^{-(a+b x)^2}}{\sqrt {\pi } b} \]

Antiderivative was successfully verified.

[In]

Int[Erfc[a + b*x],x]

[Out]

-(1/(b*E^(a + b*x)^2*Sqrt[Pi])) + ((a + b*x)*Erfc[a + b*x])/b

Rule 6350

Int[Erfc[(a_.) + (b_.)*(x_)], x_Symbol] :> Simp[((a + b*x)*Erfc[a + b*x])/b, x] - Simp[1/(b*Sqrt[Pi]*E^(a + b*
x)^2), x] /; FreeQ[{a, b}, x]

Rubi steps

\begin {align*} \int \text {erfc}(a+b x) \, dx &=-\frac {e^{-(a+b x)^2}}{b \sqrt {\pi }}+\frac {(a+b x) \text {erfc}(a+b x)}{b}\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]  time = 0.05, size = 42, normalized size = 1.14 \[ -\frac {a \text {erf}(a+b x)}{b}+x \text {erfc}(a+b x)-\frac {e^{-(a+b x)^2}}{\sqrt {\pi } b} \]

Antiderivative was successfully verified.

[In]

Integrate[Erfc[a + b*x],x]

[Out]

-(1/(b*E^(a + b*x)^2*Sqrt[Pi])) - (a*Erf[a + b*x])/b + x*Erfc[a + b*x]

________________________________________________________________________________________

fricas [A]  time = 0.58, size = 53, normalized size = 1.43 \[ \frac {\pi b x - {\left (\pi b x + \pi a\right )} \operatorname {erf}\left (b x + a\right ) - \sqrt {\pi } e^{\left (-b^{2} x^{2} - 2 \, a b x - a^{2}\right )}}{\pi b} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(erfc(b*x+a),x, algorithm="fricas")

[Out]

(pi*b*x - (pi*b*x + pi*a)*erf(b*x + a) - sqrt(pi)*e^(-b^2*x^2 - 2*a*b*x - a^2))/(pi*b)

________________________________________________________________________________________

giac [A]  time = 0.40, size = 60, normalized size = 1.62 \[ -x \operatorname {erf}\left (b x + a\right ) + x + \frac {\frac {\sqrt {\pi } a \operatorname {erf}\left (-b {\left (x + \frac {a}{b}\right )}\right )}{b} - \frac {e^{\left (-b^{2} x^{2} - 2 \, a b x - a^{2}\right )}}{b}}{\sqrt {\pi }} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(erfc(b*x+a),x, algorithm="giac")

[Out]

-x*erf(b*x + a) + x + (sqrt(pi)*a*erf(-b*(x + a/b))/b - e^(-b^2*x^2 - 2*a*b*x - a^2)/b)/sqrt(pi)

________________________________________________________________________________________

maple [A]  time = 0.00, size = 33, normalized size = 0.89 \[ \frac {\left (b x +a \right ) \mathrm {erfc}\left (b x +a \right )-\frac {{\mathrm e}^{-\left (b x +a \right )^{2}}}{\sqrt {\pi }}}{b} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(erfc(b*x+a),x)

[Out]

1/b*((b*x+a)*erfc(b*x+a)-1/Pi^(1/2)*exp(-(b*x+a)^2))

________________________________________________________________________________________

maxima [A]  time = 1.13, size = 32, normalized size = 0.86 \[ \frac {{\left (b x + a\right )} \operatorname {erfc}\left (b x + a\right ) - \frac {e^{\left (-{\left (b x + a\right )}^{2}\right )}}{\sqrt {\pi }}}{b} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(erfc(b*x+a),x, algorithm="maxima")

[Out]

((b*x + a)*erfc(b*x + a) - e^(-(b*x + a)^2)/sqrt(pi))/b

________________________________________________________________________________________

mupad [B]  time = 0.11, size = 49, normalized size = 1.32 \[ x\,\mathrm {erfc}\left (a+b\,x\right )+\frac {a\,\mathrm {erfc}\left (a+b\,x\right )}{b}-\frac {{\mathrm {e}}^{-b^2\,x^2}\,{\mathrm {e}}^{-a^2}\,{\mathrm {e}}^{-2\,a\,b\,x}}{b\,\sqrt {\pi }} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(erfc(a + b*x),x)

[Out]

x*erfc(a + b*x) + (a*erfc(a + b*x))/b - (exp(-b^2*x^2)*exp(-a^2)*exp(-2*a*b*x))/(b*pi^(1/2))

________________________________________________________________________________________

sympy [A]  time = 0.61, size = 53, normalized size = 1.43 \[ \begin {cases} \frac {a \operatorname {erfc}{\left (a + b x \right )}}{b} + x \operatorname {erfc}{\left (a + b x \right )} - \frac {e^{- a^{2}} e^{- b^{2} x^{2}} e^{- 2 a b x}}{\sqrt {\pi } b} & \text {for}\: b \neq 0 \\x \operatorname {erfc}{\relax (a )} & \text {otherwise} \end {cases} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(erfc(b*x+a),x)

[Out]

Piecewise((a*erfc(a + b*x)/b + x*erfc(a + b*x) - exp(-a**2)*exp(-b**2*x**2)*exp(-2*a*b*x)/(sqrt(pi)*b), Ne(b,
0)), (x*erfc(a), True))

________________________________________________________________________________________