3.146 \(\int \frac {\text {erfc}(d (a+b \log (c x^n)))}{x} \, dx\)

Optimal. Leaf size=66 \[ \frac {\left (a+b \log \left (c x^n\right )\right ) \text {erfc}\left (d \left (a+b \log \left (c x^n\right )\right )\right )}{b n}-\frac {e^{-d^2 \left (a+b \log \left (c x^n\right )\right )^2}}{\sqrt {\pi } b d n} \]

[Out]

erfc(d*(a+b*ln(c*x^n)))*(a+b*ln(c*x^n))/b/n-1/b/d/exp(d^2*(a+b*ln(c*x^n))^2)/n/Pi^(1/2)

________________________________________________________________________________________

Rubi [A]  time = 0.04, antiderivative size = 66, normalized size of antiderivative = 1.00, number of steps used = 3, number of rules used = 1, integrand size = 17, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.059, Rules used = {6350} \[ \frac {\left (a+b \log \left (c x^n\right )\right ) \text {Erfc}\left (d \left (a+b \log \left (c x^n\right )\right )\right )}{b n}-\frac {e^{-d^2 \left (a+b \log \left (c x^n\right )\right )^2}}{\sqrt {\pi } b d n} \]

Antiderivative was successfully verified.

[In]

Int[Erfc[d*(a + b*Log[c*x^n])]/x,x]

[Out]

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

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 \frac {\text {erfc}\left (d \left (a+b \log \left (c x^n\right )\right )\right )}{x} \, dx &=\frac {\operatorname {Subst}\left (\int \text {erfc}(d (a+b x)) \, dx,x,\log \left (c x^n\right )\right )}{n}\\ &=\frac {\operatorname {Subst}\left (\int \text {erfc}(x) \, dx,x,a d+b d \log \left (c x^n\right )\right )}{b d n}\\ &=-\frac {e^{-\left (a d+b d \log \left (c x^n\right )\right )^2}}{b d n \sqrt {\pi }}+\frac {\text {erfc}\left (a d+b d \log \left (c x^n\right )\right ) \left (a+b \log \left (c x^n\right )\right )}{b n}\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]  time = 0.13, size = 93, normalized size = 1.41 \[ \frac {-\frac {\left (c x^n\right )^{-2 a b d^2} e^{-d^2 \left (a^2+b^2 \log ^2\left (c x^n\right )\right )}}{\sqrt {\pi } b d}-\frac {a \text {erf}\left (d \left (a+b \log \left (c x^n\right )\right )\right )}{b}+\log \left (c x^n\right ) \text {erfc}\left (d \left (a+b \log \left (c x^n\right )\right )\right )}{n} \]

Antiderivative was successfully verified.

[In]

Integrate[Erfc[d*(a + b*Log[c*x^n])]/x,x]

[Out]

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

________________________________________________________________________________________

fricas [B]  time = 0.49, size = 128, normalized size = 1.94 \[ \frac {\pi b d n \log \relax (x) - {\left (\pi b d n \log \relax (x) + \pi b d \log \relax (c) + \pi a d\right )} \operatorname {erf}\left (b d \log \left (c x^{n}\right ) + a d\right ) - \sqrt {\pi } e^{\left (-b^{2} d^{2} n^{2} \log \relax (x)^{2} - b^{2} d^{2} \log \relax (c)^{2} - 2 \, a b d^{2} \log \relax (c) - a^{2} d^{2} - 2 \, {\left (b^{2} d^{2} n \log \relax (c) + a b d^{2} n\right )} \log \relax (x)\right )}}{\pi b d n} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(erfc(d*(a+b*log(c*x^n)))/x,x, algorithm="fricas")

[Out]

(pi*b*d*n*log(x) - (pi*b*d*n*log(x) + pi*b*d*log(c) + pi*a*d)*erf(b*d*log(c*x^n) + a*d) - sqrt(pi)*e^(-b^2*d^2
*n^2*log(x)^2 - b^2*d^2*log(c)^2 - 2*a*b*d^2*log(c) - a^2*d^2 - 2*(b^2*d^2*n*log(c) + a*b*d^2*n)*log(x)))/(pi*
b*d*n)

________________________________________________________________________________________

giac [A]  time = 0.22, size = 83, normalized size = 1.26 \[ \frac {b d n \log \relax (x) + b d \log \relax (c) + a d - {\left (b d n \log \relax (x) + b d \log \relax (c) + a d\right )} \operatorname {erf}\left (b d n \log \relax (x) + b d \log \relax (c) + a d\right ) - \frac {e^{\left (-{\left (b d n \log \relax (x) + b d \log \relax (c) + a d\right )}^{2}\right )}}{\sqrt {\pi }}}{b d n} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(erfc(d*(a+b*log(c*x^n)))/x,x, algorithm="giac")

[Out]

(b*d*n*log(x) + b*d*log(c) + a*d - (b*d*n*log(x) + b*d*log(c) + a*d)*erf(b*d*n*log(x) + b*d*log(c) + a*d) - e^
(-(b*d*n*log(x) + b*d*log(c) + a*d)^2)/sqrt(pi))/(b*d*n)

________________________________________________________________________________________

maple [A]  time = 0.06, size = 80, normalized size = 1.21 \[ \frac {\ln \left (c \,x^{n}\right ) \mathrm {erfc}\left (a d +b d \ln \left (c \,x^{n}\right )\right )}{n}+\frac {\mathrm {erfc}\left (a d +b d \ln \left (c \,x^{n}\right )\right ) a}{n b}-\frac {{\mathrm e}^{-\left (a d +b d \ln \left (c \,x^{n}\right )\right )^{2}}}{n b d \sqrt {\pi }} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(erfc(d*(a+b*ln(c*x^n)))/x,x)

[Out]

1/n*ln(c*x^n)*erfc(a*d+b*d*ln(c*x^n))+1/n/b*erfc(a*d+b*d*ln(c*x^n))*a-1/n/b/d/Pi^(1/2)*exp(-(a*d+b*d*ln(c*x^n)
)^2)

________________________________________________________________________________________

maxima [A]  time = 0.32, size = 59, normalized size = 0.89 \[ \frac {{\left (b \log \left (c x^{n}\right ) + a\right )} d \operatorname {erfc}\left ({\left (b \log \left (c x^{n}\right ) + a\right )} d\right ) - \frac {e^{\left (-{\left (b \log \left (c x^{n}\right ) + a\right )}^{2} d^{2}\right )}}{\sqrt {\pi }}}{b d n} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(erfc(d*(a+b*log(c*x^n)))/x,x, algorithm="maxima")

[Out]

((b*log(c*x^n) + a)*d*erfc((b*log(c*x^n) + a)*d) - e^(-(b*log(c*x^n) + a)^2*d^2)/sqrt(pi))/(b*d*n)

________________________________________________________________________________________

mupad [B]  time = 0.45, size = 100, normalized size = 1.52 \[ \frac {\mathrm {erfc}\left (d\,\left (a+b\,\ln \left (c\,x^n\right )\right )\right )\,\ln \left (c\,x^n\right )}{n}+\frac {a\,\mathrm {erfc}\left (d\,\left (a+b\,\ln \left (c\,x^n\right )\right )\right )}{b\,n}-\frac {{\mathrm {e}}^{-b^2\,d^2\,{\ln \left (c\,x^n\right )}^2}\,{\mathrm {e}}^{-a^2\,d^2}}{b\,d\,n\,\sqrt {\pi }\,{\left (c\,x^n\right )}^{2\,a\,b\,d^2}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(erfc(d*(a + b*log(c*x^n)))/x,x)

[Out]

(erfc(d*(a + b*log(c*x^n)))*log(c*x^n))/n + (a*erfc(d*(a + b*log(c*x^n))))/(b*n) - (exp(-b^2*d^2*log(c*x^n)^2)
*exp(-a^2*d^2))/(b*d*n*pi^(1/2)*(c*x^n)^(2*a*b*d^2))

________________________________________________________________________________________

sympy [F]  time = 0.00, size = 0, normalized size = 0.00 \[ \int \frac {\operatorname {erfc}{\left (a d + b d \log {\left (c x^{n} \right )} \right )}}{x}\, dx \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(erfc(d*(a+b*ln(c*x**n)))/x,x)

[Out]

Integral(erfc(a*d + b*d*log(c*x**n))/x, x)

________________________________________________________________________________________