3.2.11 \(\int e^{\text {ArcCos}(a x)} \, dx\) [111]

Optimal. Leaf size=39 \[ \frac {1}{2} e^{\text {ArcCos}(a x)} x-\frac {e^{\text {ArcCos}(a x)} \sqrt {1-a^2 x^2}}{2 a} \]

[Out]

1/2*exp(arccos(a*x))*x-1/2*exp(arccos(a*x))*(-a^2*x^2+1)^(1/2)/a

________________________________________________________________________________________

Rubi [A]
time = 0.01, antiderivative size = 39, normalized size of antiderivative = 1.00, number of steps used = 2, number of rules used = 2, integrand size = 6, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.333, Rules used = {4921, 4517} \begin {gather*} \frac {1}{2} x e^{\text {ArcCos}(a x)}-\frac {\sqrt {1-a^2 x^2} e^{\text {ArcCos}(a x)}}{2 a} \end {gather*}

Antiderivative was successfully verified.

[In]

Int[E^ArcCos[a*x],x]

[Out]

(E^ArcCos[a*x]*x)/2 - (E^ArcCos[a*x]*Sqrt[1 - a^2*x^2])/(2*a)

Rule 4517

Int[(F_)^((c_.)*((a_.) + (b_.)*(x_)))*Sin[(d_.) + (e_.)*(x_)], x_Symbol] :> Simp[b*c*Log[F]*F^(c*(a + b*x))*(S
in[d + e*x]/(e^2 + b^2*c^2*Log[F]^2)), x] - Simp[e*F^(c*(a + b*x))*(Cos[d + e*x]/(e^2 + b^2*c^2*Log[F]^2)), x]
 /; FreeQ[{F, a, b, c, d, e}, x] && NeQ[e^2 + b^2*c^2*Log[F]^2, 0]

Rule 4921

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

Rubi steps

\begin {align*} \int e^{\cos ^{-1}(a x)} \, dx &=-\frac {\text {Subst}\left (\int e^x \sin (x) \, dx,x,\cos ^{-1}(a x)\right )}{a}\\ &=\frac {1}{2} e^{\cos ^{-1}(a x)} x-\frac {e^{\cos ^{-1}(a x)} \sqrt {1-a^2 x^2}}{2 a}\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]
time = 0.03, size = 32, normalized size = 0.82 \begin {gather*} -\frac {e^{\text {ArcCos}(a x)} \left (-a x+\sqrt {1-a^2 x^2}\right )}{2 a} \end {gather*}

Antiderivative was successfully verified.

[In]

Integrate[E^ArcCos[a*x],x]

[Out]

-1/2*(E^ArcCos[a*x]*(-(a*x) + Sqrt[1 - a^2*x^2]))/a

________________________________________________________________________________________

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

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(exp(arccos(a*x)),x)

[Out]

int(exp(arccos(a*x)),x)

________________________________________________________________________________________

Maxima [F]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {Failed to integrate} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(exp(arccos(a*x)),x, algorithm="maxima")

[Out]

integrate(e^(arccos(a*x)), x)

________________________________________________________________________________________

Fricas [A]
time = 1.37, size = 28, normalized size = 0.72 \begin {gather*} \frac {{\left (a x - \sqrt {-a^{2} x^{2} + 1}\right )} e^{\left (\arccos \left (a x\right )\right )}}{2 \, a} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(exp(arccos(a*x)),x, algorithm="fricas")

[Out]

1/2*(a*x - sqrt(-a^2*x^2 + 1))*e^(arccos(a*x))/a

________________________________________________________________________________________

Sympy [A]
time = 0.08, size = 37, normalized size = 0.95 \begin {gather*} \begin {cases} \frac {x e^{\operatorname {acos}{\left (a x \right )}}}{2} - \frac {\sqrt {- a^{2} x^{2} + 1} e^{\operatorname {acos}{\left (a x \right )}}}{2 a} & \text {for}\: a \neq 0 \\x e^{\frac {\pi }{2}} & \text {otherwise} \end {cases} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(exp(acos(a*x)),x)

[Out]

Piecewise((x*exp(acos(a*x))/2 - sqrt(-a**2*x**2 + 1)*exp(acos(a*x))/(2*a), Ne(a, 0)), (x*exp(pi/2), True))

________________________________________________________________________________________

Giac [A]
time = 0.43, size = 31, normalized size = 0.79 \begin {gather*} \frac {1}{2} \, x e^{\left (\arccos \left (a x\right )\right )} - \frac {\sqrt {-a^{2} x^{2} + 1} e^{\left (\arccos \left (a x\right )\right )}}{2 \, a} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(exp(arccos(a*x)),x, algorithm="giac")

[Out]

1/2*x*e^(arccos(a*x)) - 1/2*sqrt(-a^2*x^2 + 1)*e^(arccos(a*x))/a

________________________________________________________________________________________

Mupad [F]
time = 0.00, size = -1, normalized size = -0.03 \begin {gather*} \int {\mathrm {e}}^{\mathrm {acos}\left (a\,x\right )} \,d x \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(exp(acos(a*x)),x)

[Out]

int(exp(acos(a*x)), x)

________________________________________________________________________________________