3.110 \(\int e^{\cos ^{-1}(a x)} x \, dx\)

Optimal. Leaf size=41 \[ \frac {e^{\cos ^{-1}(a x)} \cos \left (2 \cos ^{-1}(a x)\right )}{5 a^2}-\frac {e^{\cos ^{-1}(a x)} \sin \left (2 \cos ^{-1}(a x)\right )}{10 a^2} \]

[Out]

1/5*exp(arccos(a*x))*cos(2*arccos(a*x))/a^2-1/10*exp(arccos(a*x))*sin(2*arccos(a*x))/a^2

________________________________________________________________________________________

Rubi [A]  time = 0.03, antiderivative size = 41, normalized size of antiderivative = 1.00, number of steps used = 5, number of rules used = 4, integrand size = 8, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.500, Rules used = {4837, 12, 4469, 4432} \[ \frac {e^{\cos ^{-1}(a x)} \cos \left (2 \cos ^{-1}(a x)\right )}{5 a^2}-\frac {e^{\cos ^{-1}(a x)} \sin \left (2 \cos ^{-1}(a x)\right )}{10 a^2} \]

Antiderivative was successfully verified.

[In]

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

[Out]

(E^ArcCos[a*x]*Cos[2*ArcCos[a*x]])/(5*a^2) - (E^ArcCos[a*x]*Sin[2*ArcCos[a*x]])/(10*a^2)

Rule 12

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

Rule 4432

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 4469

Int[Cos[(f_.) + (g_.)*(x_)]^(n_.)*(F_)^((c_.)*((a_.) + (b_.)*(x_)))*Sin[(d_.) + (e_.)*(x_)]^(m_.), x_Symbol] :
> Int[ExpandTrigReduce[F^(c*(a + b*x)), Sin[d + e*x]^m*Cos[f + g*x]^n, x], x] /; FreeQ[{F, a, b, c, d, e, f, g
}, x] && IGtQ[m, 0] && IGtQ[n, 0]

Rule 4837

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)} x \, dx &=-\frac {\operatorname {Subst}\left (\int \frac {e^x \cos (x) \sin (x)}{a} \, dx,x,\cos ^{-1}(a x)\right )}{a}\\ &=-\frac {\operatorname {Subst}\left (\int e^x \cos (x) \sin (x) \, dx,x,\cos ^{-1}(a x)\right )}{a^2}\\ &=-\frac {\operatorname {Subst}\left (\int \frac {1}{2} e^x \sin (2 x) \, dx,x,\cos ^{-1}(a x)\right )}{a^2}\\ &=-\frac {\operatorname {Subst}\left (\int e^x \sin (2 x) \, dx,x,\cos ^{-1}(a x)\right )}{2 a^2}\\ &=\frac {e^{\cos ^{-1}(a x)} \cos \left (2 \cos ^{-1}(a x)\right )}{5 a^2}-\frac {e^{\cos ^{-1}(a x)} \sin \left (2 \cos ^{-1}(a x)\right )}{10 a^2}\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]  time = 0.04, size = 30, normalized size = 0.73 \[ -\frac {e^{\cos ^{-1}(a x)} \left (\sin \left (2 \cos ^{-1}(a x)\right )-2 \cos \left (2 \cos ^{-1}(a x)\right )\right )}{10 a^2} \]

Antiderivative was successfully verified.

[In]

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

[Out]

-1/10*(E^ArcCos[a*x]*(-2*Cos[2*ArcCos[a*x]] + Sin[2*ArcCos[a*x]]))/a^2

________________________________________________________________________________________

fricas [A]  time = 0.45, size = 36, normalized size = 0.88 \[ \frac {{\left (2 \, a^{2} x^{2} - \sqrt {-a^{2} x^{2} + 1} a x - 1\right )} e^{\left (\arccos \left (a x\right )\right )}}{5 \, a^{2}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

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

________________________________________________________________________________________

giac [A]  time = 0.20, size = 44, normalized size = 1.07 \[ \frac {2}{5} \, x^{2} e^{\left (\arccos \left (a x\right )\right )} - \frac {\sqrt {-a^{2} x^{2} + 1} x e^{\left (\arccos \left (a x\right )\right )}}{5 \, a} - \frac {e^{\left (\arccos \left (a x\right )\right )}}{5 \, a^{2}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

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

________________________________________________________________________________________

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

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

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

________________________________________________________________________________________

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

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

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

________________________________________________________________________________________

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

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

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

________________________________________________________________________________________

sympy [A]  time = 0.39, size = 58, normalized size = 1.41 \[ \begin {cases} \frac {2 x^{2} e^{\operatorname {acos}{\left (a x \right )}}}{5} - \frac {x \sqrt {- a^{2} x^{2} + 1} e^{\operatorname {acos}{\left (a x \right )}}}{5 a} - \frac {e^{\operatorname {acos}{\left (a x \right )}}}{5 a^{2}} & \text {for}\: a \neq 0 \\\frac {x^{2} e^{\frac {\pi }{2}}}{2} & \text {otherwise} \end {cases} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

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

________________________________________________________________________________________