3.1.48 \(\int e^{2 \text {csch}^{-1}(a x)} x^m \, dx\) [48]

Optimal. Leaf size=64 \[ -\frac {2 x^{-1+m}}{a^2 (1-m)}+\frac {x^{1+m}}{1+m}+\frac {2 x^m \, _2F_1\left (-\frac {1}{2},-\frac {m}{2};1-\frac {m}{2};-\frac {1}{a^2 x^2}\right )}{a m} \]

[Out]

-2*x^(-1+m)/a^2/(1-m)+x^(1+m)/(1+m)+2*x^m*hypergeom([-1/2, -1/2*m],[1-1/2*m],-1/a^2/x^2)/a/m

________________________________________________________________________________________

Rubi [A]
time = 0.23, antiderivative size = 64, normalized size of antiderivative = 1.00, number of steps used = 5, number of rules used = 4, integrand size = 12, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.333, Rules used = {6473, 6874, 346, 371} \begin {gather*} \frac {2 x^m \, _2F_1\left (-\frac {1}{2},-\frac {m}{2};1-\frac {m}{2};-\frac {1}{a^2 x^2}\right )}{a m}-\frac {2 x^{m-1}}{a^2 (1-m)}+\frac {x^{m+1}}{m+1} \end {gather*}

Antiderivative was successfully verified.

[In]

Int[E^(2*ArcCsch[a*x])*x^m,x]

[Out]

(-2*x^(-1 + m))/(a^2*(1 - m)) + x^(1 + m)/(1 + m) + (2*x^m*Hypergeometric2F1[-1/2, -1/2*m, 1 - m/2, -(1/(a^2*x
^2))])/(a*m)

Rule 346

Int[((c_.)*(x_))^(m_)*((a_) + (b_.)*(x_)^(n_))^(p_), x_Symbol] :> Dist[(-c^(-1))*(c*x)^(m + 1)*(1/x)^(m + 1),
Subst[Int[(a + b/x^n)^p/x^(m + 2), x], x, 1/x], x] /; FreeQ[{a, b, c, m, p}, x] && ILtQ[n, 0] &&  !RationalQ[m
]

Rule 371

Int[((c_.)*(x_))^(m_.)*((a_) + (b_.)*(x_)^(n_))^(p_), x_Symbol] :> Simp[a^p*((c*x)^(m + 1)/(c*(m + 1)))*Hyperg
eometric2F1[-p, (m + 1)/n, (m + 1)/n + 1, (-b)*(x^n/a)], x] /; FreeQ[{a, b, c, m, n, p}, x] &&  !IGtQ[p, 0] &&
 (ILtQ[p, 0] || GtQ[a, 0])

Rule 6473

Int[E^(ArcCsch[u_]*(n_.))*(x_)^(m_.), x_Symbol] :> Int[x^m*(1/u + Sqrt[1 + 1/u^2])^n, x] /; FreeQ[m, x] && Int
egerQ[n]

Rule 6874

Int[u_, x_Symbol] :> With[{v = ExpandIntegrand[u, x]}, Int[v, x] /; SumQ[v]]

Rubi steps

\begin {align*} \int e^{2 \text {csch}^{-1}(a x)} x^m \, dx &=\int \left (\sqrt {1+\frac {1}{a^2 x^2}}+\frac {1}{a x}\right )^2 x^m \, dx\\ &=\int \left (\frac {2 x^{-2+m}}{a^2}+\frac {2 \sqrt {1+\frac {1}{a^2 x^2}} x^{-1+m}}{a}+x^m\right ) \, dx\\ &=-\frac {2 x^{-1+m}}{a^2 (1-m)}+\frac {x^{1+m}}{1+m}+\frac {2 \int \sqrt {1+\frac {1}{a^2 x^2}} x^{-1+m} \, dx}{a}\\ &=-\frac {2 x^{-1+m}}{a^2 (1-m)}+\frac {x^{1+m}}{1+m}-\frac {\left (2 \left (\frac {1}{x}\right )^m x^m\right ) \text {Subst}\left (\int x^{-1-m} \sqrt {1+\frac {x^2}{a^2}} \, dx,x,\frac {1}{x}\right )}{a}\\ &=-\frac {2 x^{-1+m}}{a^2 (1-m)}+\frac {x^{1+m}}{1+m}+\frac {2 x^m \, _2F_1\left (-\frac {1}{2},-\frac {m}{2};1-\frac {m}{2};-\frac {1}{a^2 x^2}\right )}{a m}\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]
time = 0.05, size = 57, normalized size = 0.89 \begin {gather*} x^m \left (\frac {2}{a^2 (-1+m) x}+\frac {x}{1+m}+\frac {2 \, _2F_1\left (-\frac {1}{2},-\frac {m}{2};1-\frac {m}{2};-\frac {1}{a^2 x^2}\right )}{a m}\right ) \end {gather*}

Antiderivative was successfully verified.

[In]

Integrate[E^(2*ArcCsch[a*x])*x^m,x]

[Out]

x^m*(2/(a^2*(-1 + m)*x) + x/(1 + m) + (2*Hypergeometric2F1[-1/2, -1/2*m, 1 - m/2, -(1/(a^2*x^2))])/(a*m))

________________________________________________________________________________________

Maple [F]
time = 0.03, size = 0, normalized size = 0.00 \[\int \left (\frac {1}{a x}+\sqrt {1+\frac {1}{a^{2} x^{2}}}\right )^{2} x^{m}\, dx\]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((1/a/x+(1+1/a^2/x^2)^(1/2))^2*x^m,x)

[Out]

int((1/a/x+(1+1/a^2/x^2)^(1/2))^2*x^m,x)

________________________________________________________________________________________

Maxima [F(-2)]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {Exception raised: ValueError} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((1/a/x+(1+1/a^2/x^2)^(1/2))^2*x^m,x, algorithm="maxima")

[Out]

Exception raised: ValueError >> Computation failed since Maxima requested additional constraints; using the 'a
ssume' command before evaluation *may* help (example of legal syntax is 'assume(m-2>0)', see `assume?` for mor
e details)Is

________________________________________________________________________________________

Fricas [F]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {could not integrate} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((1/a/x+(1+1/a^2/x^2)^(1/2))^2*x^m,x, algorithm="fricas")

[Out]

integral((2*a*x*x^m*sqrt((a^2*x^2 + 1)/(a^2*x^2)) + (a^2*x^2 + 2)*x^m)/(a^2*x^2), x)

________________________________________________________________________________________

Sympy [A]
time = 4.17, size = 71, normalized size = 1.11 \begin {gather*} \begin {cases} \frac {x^{m + 1}}{m + 1} & \text {for}\: m \neq -1 \\\log {\left (x \right )} & \text {otherwise} \end {cases} - \frac {x^{m} \Gamma \left (- \frac {m}{2}\right ) {{}_{2}F_{1}\left (\begin {matrix} - \frac {1}{2}, - \frac {m}{2} \\ 1 - \frac {m}{2} \end {matrix}\middle | {\frac {e^{i \pi }}{a^{2} x^{2}}} \right )}}{a \Gamma \left (1 - \frac {m}{2}\right )} + \frac {2 \left (\begin {cases} \frac {x^{m}}{m x - x} & \text {for}\: m \neq 1 \\\log {\left (x \right )} & \text {otherwise} \end {cases}\right )}{a^{2}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((1/a/x+(1+1/a**2/x**2)**(1/2))**2*x**m,x)

[Out]

Piecewise((x**(m + 1)/(m + 1), Ne(m, -1)), (log(x), True)) - x**m*gamma(-m/2)*hyper((-1/2, -m/2), (1 - m/2,),
exp_polar(I*pi)/(a**2*x**2))/(a*gamma(1 - m/2)) + 2*Piecewise((x**m/(m*x - x), Ne(m, 1)), (log(x), True))/a**2

________________________________________________________________________________________

Giac [F(-2)]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {Exception raised: TypeError} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((1/a/x+(1+1/a^2/x^2)^(1/2))^2*x^m,x, algorithm="giac")

[Out]

Exception raised: TypeError >> An error occurred running a Giac command:INPUT:sage2:=int(sage0,sageVARx):;OUTP
UT:Warning, integration of abs or sign assumes constant sign by intervals (correct if the argument is real):Ch
eck [abs(sa

________________________________________________________________________________________

Mupad [F]
time = 0.00, size = -1, normalized size = -0.02 \begin {gather*} \int x^m\,{\left (\sqrt {\frac {1}{a^2\,x^2}+1}+\frac {1}{a\,x}\right )}^2 \,d x \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(x^m*((1/(a^2*x^2) + 1)^(1/2) + 1/(a*x))^2,x)

[Out]

int(x^m*((1/(a^2*x^2) + 1)^(1/2) + 1/(a*x))^2, x)

________________________________________________________________________________________