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

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

[Out]

1/4*exp(1/4)*erfi(-1/2*I+arcsin(a*x))*Pi^(1/2)/a+1/4*exp(1/4)*erfi(1/2*I+arcsin(a*x))*Pi^(1/2)/a

________________________________________________________________________________________

Rubi [A]  time = 0.05, antiderivative size = 65, normalized size of antiderivative = 1.00, number of steps used = 7, number of rules used = 4, integrand size = 8, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.500, Rules used = {4836, 4473, 2234, 2204} \[ \frac {\sqrt [4]{e} \sqrt {\pi } \text {Erfi}\left (\frac {1}{2} \left (2 \sin ^{-1}(a x)-i\right )\right )}{4 a}+\frac {\sqrt [4]{e} \sqrt {\pi } \text {Erfi}\left (\frac {1}{2} \left (2 \sin ^{-1}(a x)+i\right )\right )}{4 a} \]

Antiderivative was successfully verified.

[In]

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

[Out]

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

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]

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 4473

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

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]

Rubi steps

\begin {align*} \int e^{\sin ^{-1}(a x)^2} \, dx &=\frac {\operatorname {Subst}\left (\int e^{x^2} \cos (x) \, dx,x,\sin ^{-1}(a x)\right )}{a}\\ &=\frac {\operatorname {Subst}\left (\int \left (\frac {1}{2} e^{-i x+x^2}+\frac {1}{2} e^{i x+x^2}\right ) \, dx,x,\sin ^{-1}(a x)\right )}{a}\\ &=\frac {\operatorname {Subst}\left (\int e^{-i x+x^2} \, dx,x,\sin ^{-1}(a x)\right )}{2 a}+\frac {\operatorname {Subst}\left (\int e^{i x+x^2} \, dx,x,\sin ^{-1}(a x)\right )}{2 a}\\ &=\frac {\sqrt [4]{e} \operatorname {Subst}\left (\int e^{\frac {1}{4} (-i+2 x)^2} \, dx,x,\sin ^{-1}(a x)\right )}{2 a}+\frac {\sqrt [4]{e} \operatorname {Subst}\left (\int e^{\frac {1}{4} (i+2 x)^2} \, dx,x,\sin ^{-1}(a x)\right )}{2 a}\\ &=\frac {\sqrt [4]{e} \sqrt {\pi } \text {erfi}\left (\frac {1}{2} \left (-i+2 \sin ^{-1}(a x)\right )\right )}{4 a}+\frac {\sqrt [4]{e} \sqrt {\pi } \text {erfi}\left (\frac {1}{2} \left (i+2 \sin ^{-1}(a x)\right )\right )}{4 a}\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]  time = 0.04, size = 48, normalized size = 0.74 \[ \frac {\sqrt [4]{e} \sqrt {\pi } \left (\text {erfi}\left (\frac {1}{2} \left (2 \sin ^{-1}(a x)-i\right )\right )+\text {erfi}\left (\frac {1}{2} \left (2 \sin ^{-1}(a x)+i\right )\right )\right )}{4 a} \]

Antiderivative was successfully verified.

[In]

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

[Out]

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

________________________________________________________________________________________

fricas [F]  time = 0.52, size = 0, normalized size = 0.00 \[ {\rm integral}\left (e^{\left (\arcsin \left (a x\right )^{2}\right )}, x\right ) \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

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

________________________________________________________________________________________

giac [F]  time = 0.00, size = 0, normalized size = 0.00 \[ \int e^{\left (\arcsin \left (a x\right )^{2}\right )}\,{d x} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

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

________________________________________________________________________________________

maple [F]  time = 0.00, size = 0, normalized size = 0.00 \[ \int {\mathrm e}^{\arcsin \left (a x \right )^{2}}\, dx \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

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

________________________________________________________________________________________

maxima [F]  time = 0.00, size = 0, normalized size = 0.00 \[ \int e^{\left (\arcsin \left (a x\right )^{2}\right )}\,{d x} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

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

________________________________________________________________________________________

mupad [F]  time = 0.00, size = -1, normalized size = -0.02 \[ \int {\mathrm {e}}^{{\mathrm {asin}\left (a\,x\right )}^2} \,d x \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

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

________________________________________________________________________________________

sympy [F]  time = 0.00, size = 0, normalized size = 0.00 \[ \int e^{\operatorname {asin}^{2}{\left (a x \right )}}\, dx \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

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

________________________________________________________________________________________