3.380 \(\int F^{c (a+b x)^n} (a+b x)^{-1+\frac{n}{2}} \, dx\)

Optimal. Leaf size=47 \[ \frac{\sqrt{\pi } \text{Erfi}\left (\sqrt{c} \sqrt{\log (F)} (a+b x)^{n/2}\right )}{b \sqrt{c} n \sqrt{\log (F)}} \]

[Out]

(Sqrt[Pi]*Erfi[Sqrt[c]*(a + b*x)^(n/2)*Sqrt[Log[F]]])/(b*Sqrt[c]*n*Sqrt[Log[F]])

________________________________________________________________________________________

Rubi [A]  time = 0.0651868, antiderivative size = 47, normalized size of antiderivative = 1., number of steps used = 2, number of rules used = 2, integrand size = 25, \(\frac{\text{number of rules}}{\text{integrand size}}\) = 0.08, Rules used = {2211, 2204} \[ \frac{\sqrt{\pi } \text{Erfi}\left (\sqrt{c} \sqrt{\log (F)} (a+b x)^{n/2}\right )}{b \sqrt{c} n \sqrt{\log (F)}} \]

Antiderivative was successfully verified.

[In]

Int[F^(c*(a + b*x)^n)*(a + b*x)^(-1 + n/2),x]

[Out]

(Sqrt[Pi]*Erfi[Sqrt[c]*(a + b*x)^(n/2)*Sqrt[Log[F]]])/(b*Sqrt[c]*n*Sqrt[Log[F]])

Rule 2211

Int[(F_)^((a_.) + (b_.)*((c_.) + (d_.)*(x_))^(n_))*((c_.) + (d_.)*(x_))^(m_.), x_Symbol] :> Dist[1/(d*(m + 1))
, Subst[Int[F^(a + b*x^2), x], x, (c + d*x)^(m + 1)], x] /; FreeQ[{F, a, b, c, d, m, n}, x] && EqQ[n, 2*(m + 1
)]

Rule 2204

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]

Rubi steps

\begin{align*} \int F^{c (a+b x)^n} (a+b x)^{-1+\frac{n}{2}} \, dx &=\frac{2 \operatorname{Subst}\left (\int F^{c x^2} \, dx,x,(a+b x)^{n/2}\right )}{b n}\\ &=\frac{\sqrt{\pi } \text{erfi}\left (\sqrt{c} (a+b x)^{n/2} \sqrt{\log (F)}\right )}{b \sqrt{c} n \sqrt{\log (F)}}\\ \end{align*}

Mathematica [A]  time = 0.0117368, size = 47, normalized size = 1. \[ \frac{\sqrt{\pi } \text{Erfi}\left (\sqrt{c} \sqrt{\log (F)} (a+b x)^{n/2}\right )}{b \sqrt{c} n \sqrt{\log (F)}} \]

Antiderivative was successfully verified.

[In]

Integrate[F^(c*(a + b*x)^n)*(a + b*x)^(-1 + n/2),x]

[Out]

(Sqrt[Pi]*Erfi[Sqrt[c]*(a + b*x)^(n/2)*Sqrt[Log[F]]])/(b*Sqrt[c]*n*Sqrt[Log[F]])

________________________________________________________________________________________

Maple [A]  time = 0.177, size = 36, normalized size = 0.8 \begin{align*}{\frac{\sqrt{\pi }}{bn}{\it Erf} \left ( \sqrt{-c\ln \left ( F \right ) } \left ( bx+a \right ) ^{{\frac{n}{2}}} \right ){\frac{1}{\sqrt{-c\ln \left ( F \right ) }}}} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(F^(c*(b*x+a)^n)*(b*x+a)^(-1+1/2*n),x)

[Out]

1/n/b*Pi^(1/2)/(-c*ln(F))^(1/2)*erf((-c*ln(F))^(1/2)*(b*x+a)^(1/2*n))

________________________________________________________________________________________

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

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(F^(c*(b*x+a)^n)*(b*x+a)^(-1+1/2*n),x, algorithm="maxima")

[Out]

integrate((b*x + a)^(1/2*n - 1)*F^((b*x + a)^n*c), x)

________________________________________________________________________________________

Fricas [A]  time = 1.65197, size = 128, normalized size = 2.72 \begin{align*} -\frac{\sqrt{\pi } \sqrt{-c \log \left (F\right )} \operatorname{erf}\left ({\left (b x + a\right )} \sqrt{-c \log \left (F\right )}{\left (b x + a\right )}^{\frac{1}{2} \, n - 1}\right )}{b c n \log \left (F\right )} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(F^(c*(b*x+a)^n)*(b*x+a)^(-1+1/2*n),x, algorithm="fricas")

[Out]

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

________________________________________________________________________________________

Sympy [F]  time = 0., size = 0, normalized size = 0. \begin{align*} \int F^{c \left (a + b x\right )^{n}} \left (a + b x\right )^{\frac{n}{2} - 1}\, dx \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(F**(c*(b*x+a)**n)*(b*x+a)**(-1+1/2*n),x)

[Out]

Integral(F**(c*(a + b*x)**n)*(a + b*x)**(n/2 - 1), x)

________________________________________________________________________________________

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

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(F^(c*(b*x+a)^n)*(b*x+a)^(-1+1/2*n),x, algorithm="giac")

[Out]

integrate((b*x + a)^(1/2*n - 1)*F^((b*x + a)^n*c), x)