3.226 \(\int \frac{\text{Erfi}(a+b x)}{(c+d x)^2} \, dx\)

Optimal. Leaf size=49 \[ \frac{2 b \text{Unintegrable}\left (\frac{e^{(a+b x)^2}}{c+d x},x\right )}{\sqrt{\pi } d}-\frac{\text{Erfi}(a+b x)}{d (c+d x)} \]

[Out]

-(Erfi[a + b*x]/(d*(c + d*x))) + (2*b*Unintegrable[E^(a + b*x)^2/(c + d*x), x])/(d*Sqrt[Pi])

________________________________________________________________________________________

Rubi [A]  time = 0.0358247, antiderivative size = 0, normalized size of antiderivative = 0., number of steps used = 0, number of rules used = 0, integrand size = 0, \(\frac{\text{number of rules}}{\text{integrand size}}\) = 0., Rules used = {} \[ \int \frac{\text{Erfi}(a+b x)}{(c+d x)^2} \, dx \]

Verification is Not applicable to the result.

[In]

Int[Erfi[a + b*x]/(c + d*x)^2,x]

[Out]

-(Erfi[a + b*x]/(d*(c + d*x))) + (2*b*Defer[Int][E^(a + b*x)^2/(c + d*x), x])/(d*Sqrt[Pi])

Rubi steps

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

Mathematica [A]  time = 0.298909, size = 0, normalized size = 0. \[ \int \frac{\text{Erfi}(a+b x)}{(c+d x)^2} \, dx \]

Verification is Not applicable to the result.

[In]

Integrate[Erfi[a + b*x]/(c + d*x)^2,x]

[Out]

Integrate[Erfi[a + b*x]/(c + d*x)^2, x]

________________________________________________________________________________________

Maple [A]  time = 0.349, size = 0, normalized size = 0. \begin{align*} \int{\frac{{\it erfi} \left ( bx+a \right ) }{ \left ( dx+c \right ) ^{2}}}\, dx \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(erfi(b*x+a)/(d*x+c)^2,x)

[Out]

int(erfi(b*x+a)/(d*x+c)^2,x)

________________________________________________________________________________________

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

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(erfi(b*x+a)/(d*x+c)^2,x, algorithm="maxima")

[Out]

integrate(erfi(b*x + a)/(d*x + c)^2, x)

________________________________________________________________________________________

Fricas [A]  time = 0., size = 0, normalized size = 0. \begin{align*}{\rm integral}\left (\frac{\operatorname{erfi}\left (b x + a\right )}{d^{2} x^{2} + 2 \, c d x + c^{2}}, x\right ) \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(erfi(b*x+a)/(d*x+c)^2,x, algorithm="fricas")

[Out]

integral(erfi(b*x + a)/(d^2*x^2 + 2*c*d*x + c^2), x)

________________________________________________________________________________________

Sympy [A]  time = 0., size = 0, normalized size = 0. \begin{align*} \int \frac{\operatorname{erfi}{\left (a + b x \right )}}{\left (c + d x\right )^{2}}\, dx \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(erfi(b*x+a)/(d*x+c)**2,x)

[Out]

Integral(erfi(a + b*x)/(c + d*x)**2, x)

________________________________________________________________________________________

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

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(erfi(b*x+a)/(d*x+c)^2,x, algorithm="giac")

[Out]

integrate(erfi(b*x + a)/(d*x + c)^2, x)