3.447 \(\int e^{\sin ^{-1}(a x)^2} x \, dx\)

Optimal. Leaf size=49 \[ \frac{e \sqrt{\pi } \text{Erf}\left (1-i \sin ^{-1}(a x)\right )}{8 a^2}+\frac{e \sqrt{\pi } \text{Erf}\left (1+i \sin ^{-1}(a x)\right )}{8 a^2} \]

[Out]

(E*Sqrt[Pi]*Erf[1 - I*ArcSin[a*x]])/(8*a^2) + (E*Sqrt[Pi]*Erf[1 + I*ArcSin[a*x]])/(8*a^2)

________________________________________________________________________________________

Rubi [A]  time = 0.06189, antiderivative size = 49, normalized size of antiderivative = 1., number of steps used = 8, number of rules used = 5, integrand size = 10, \(\frac{\text{number of rules}}{\text{integrand size}}\) = 0.5, Rules used = {4836, 12, 4474, 2234, 2204} \[ \frac{e \sqrt{\pi } \text{Erf}\left (1-i \sin ^{-1}(a x)\right )}{8 a^2}+\frac{e \sqrt{\pi } \text{Erf}\left (1+i \sin ^{-1}(a x)\right )}{8 a^2} \]

Antiderivative was successfully verified.

[In]

Int[E^ArcSin[a*x]^2*x,x]

[Out]

(E*Sqrt[Pi]*Erf[1 - I*ArcSin[a*x]])/(8*a^2) + (E*Sqrt[Pi]*Erf[1 + I*ArcSin[a*x]])/(8*a^2)

Rule 4836

Int[(u_.)*(f_)^(ArcSin[(a_.) + (b_.)*(x_)]^(n_.)*(c_.)), x_Symbol] :> Dist[1/b, Subst[Int[(u /. x -> -(a/b) +
Sin[x]/b)*f^(c*x^n)*Cos[x], x], x, ArcSin[a + b*x]], x] /; FreeQ[{a, b, c, f}, x] && IGtQ[n, 0]

Rule 12

Int[(a_)*(u_), x_Symbol] :> Dist[a, Int[u, x], x] /; FreeQ[a, x] &&  !MatchQ[u, (b_)*(v_) /; FreeQ[b, x]]

Rule 4474

Int[Cos[v_]^(n_.)*(F_)^(u_)*Sin[v_]^(m_.), x_Symbol] :> Int[ExpandTrigToExp[F^u, Sin[v]^m*Cos[v]^n, x], x] /;
FreeQ[F, x] && (LinearQ[u, x] || PolyQ[u, x, 2]) && (LinearQ[v, x] || PolyQ[v, x, 2]) && IGtQ[m, 0] && IGtQ[n,
 0]

Rule 2234

Int[(F_)^((a_.) + (b_.)*(x_) + (c_.)*(x_)^2), x_Symbol] :> Dist[F^(a - b^2/(4*c)), Int[F^((b + 2*c*x)^2/(4*c))
, x], x] /; FreeQ[{F, a, b, c}, x]

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 e^{\sin ^{-1}(a x)^2} x \, dx &=\frac{\operatorname{Subst}\left (\int \frac{e^{x^2} \cos (x) \sin (x)}{a} \, dx,x,\sin ^{-1}(a x)\right )}{a}\\ &=\frac{\operatorname{Subst}\left (\int e^{x^2} \cos (x) \sin (x) \, dx,x,\sin ^{-1}(a x)\right )}{a^2}\\ &=\frac{\operatorname{Subst}\left (\int \left (\frac{1}{4} i e^{-2 i x+x^2}-\frac{1}{4} i e^{2 i x+x^2}\right ) \, dx,x,\sin ^{-1}(a x)\right )}{a^2}\\ &=\frac{i \operatorname{Subst}\left (\int e^{-2 i x+x^2} \, dx,x,\sin ^{-1}(a x)\right )}{4 a^2}-\frac{i \operatorname{Subst}\left (\int e^{2 i x+x^2} \, dx,x,\sin ^{-1}(a x)\right )}{4 a^2}\\ &=\frac{(i e) \operatorname{Subst}\left (\int e^{\frac{1}{4} (-2 i+2 x)^2} \, dx,x,\sin ^{-1}(a x)\right )}{4 a^2}-\frac{(i e) \operatorname{Subst}\left (\int e^{\frac{1}{4} (2 i+2 x)^2} \, dx,x,\sin ^{-1}(a x)\right )}{4 a^2}\\ &=\frac{e \sqrt{\pi } \text{erf}\left (1-i \sin ^{-1}(a x)\right )}{8 a^2}+\frac{e \sqrt{\pi } \text{erf}\left (1+i \sin ^{-1}(a x)\right )}{8 a^2}\\ \end{align*}

Mathematica [A]  time = 0.0264709, size = 36, normalized size = 0.73 \[ \frac{e \sqrt{\pi } \left (\text{Erf}\left (1-i \sin ^{-1}(a x)\right )+\text{Erf}\left (1+i \sin ^{-1}(a x)\right )\right )}{8 a^2} \]

Antiderivative was successfully verified.

[In]

Integrate[E^ArcSin[a*x]^2*x,x]

[Out]

(E*Sqrt[Pi]*(Erf[1 - I*ArcSin[a*x]] + Erf[1 + I*ArcSin[a*x]]))/(8*a^2)

________________________________________________________________________________________

Maple [F]  time = 0.006, size = 0, normalized size = 0. \begin{align*} \int{{\rm e}^{ \left ( \arcsin \left ( ax \right ) \right ) ^{2}}}x\, dx \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(exp(arcsin(a*x)^2)*x,x)

[Out]

int(exp(arcsin(a*x)^2)*x,x)

________________________________________________________________________________________

Maxima [F]  time = 0., size = 0, normalized size = 0. \begin{align*} \int x e^{\left (\arcsin \left (a x\right )^{2}\right )}\,{d x} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(exp(arcsin(a*x)^2)*x,x, algorithm="maxima")

[Out]

integrate(x*e^(arcsin(a*x)^2), x)

________________________________________________________________________________________

Fricas [F]  time = 0., size = 0, normalized size = 0. \begin{align*}{\rm integral}\left (x e^{\left (\arcsin \left (a x\right )^{2}\right )}, x\right ) \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(exp(arcsin(a*x)^2)*x,x, algorithm="fricas")

[Out]

integral(x*e^(arcsin(a*x)^2), x)

________________________________________________________________________________________

Sympy [F]  time = 0., size = 0, normalized size = 0. \begin{align*} \int x e^{\operatorname{asin}^{2}{\left (a x \right )}}\, dx \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(exp(asin(a*x)**2)*x,x)

[Out]

Integral(x*exp(asin(a*x)**2), x)

________________________________________________________________________________________

Giac [F]  time = 0., size = 0, normalized size = 0. \begin{align*} \int x e^{\left (\arcsin \left (a x\right )^{2}\right )}\,{d x} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(exp(arcsin(a*x)^2)*x,x, algorithm="giac")

[Out]

integrate(x*e^(arcsin(a*x)^2), x)