3.4.69 \(\int \frac {x}{\text {arcsinh}(\sinh (x))} \, dx\) [369]

3.4.69.1 Optimal result
3.4.69.2 Mathematica [B] (warning: unable to verify)
3.4.69.3 Rubi [F]
3.4.69.4 Maple [F]
3.4.69.5 Fricas [A] (verification not implemented)
3.4.69.6 Sympy [F]
3.4.69.7 Maxima [A] (verification not implemented)
3.4.69.8 Giac [A] (verification not implemented)
3.4.69.9 Mupad [B] (verification not implemented)

3.4.69.1 Optimal result

Integrand size = 7, antiderivative size = 27 \[ \int \frac {x}{\text {arcsinh}(\sinh (x))} \, dx=\text {arcsinh}(\sinh (x))+\log (\text {arcsinh}(\sinh (x))) \left (-\text {arcsinh}(\sinh (x))+x \sqrt {\cosh ^2(x)} \text {sech}(x)\right ) \]

output
arcsinh(sinh(x))+ln(arcsinh(sinh(x)))*(-arcsinh(sinh(x))+x*sech(x)*(cosh(x 
)^2)^(1/2))
 
3.4.69.2 Mathematica [B] (warning: unable to verify)

Leaf count is larger than twice the leaf count of optimal. \(148\) vs. \(2(27)=54\).

Time = 0.22 (sec) , antiderivative size = 148, normalized size of antiderivative = 5.48 \[ \int \frac {x}{\text {arcsinh}(\sinh (x))} \, dx=-\log \left (\frac {1}{2} e^{-x} \left (-1+e^{2 x}+e^x \sqrt {2+e^{-2 x}+e^{2 x}}\right )\right ) \left (-1+\log \left (\log \left (\frac {1}{2} e^{-x} \left (-1+e^{2 x}+e^x \sqrt {2+e^{-2 x}+e^{2 x}}\right )\right )\right )\right )+\frac {e^x \sqrt {2+e^{-2 x}+e^{2 x}} x \log \left (\log \left (\frac {1}{2} e^{-x} \left (-1+e^{2 x}+e^x \sqrt {2+e^{-2 x}+e^{2 x}}\right )\right )\right )}{1+e^{2 x}} \]

input
Integrate[x/ArcSinh[Sinh[x]],x]
 
output
-(Log[(-1 + E^(2*x) + E^x*Sqrt[2 + E^(-2*x) + E^(2*x)])/(2*E^x)]*(-1 + Log 
[Log[(-1 + E^(2*x) + E^x*Sqrt[2 + E^(-2*x) + E^(2*x)])/(2*E^x)]])) + (E^x* 
Sqrt[2 + E^(-2*x) + E^(2*x)]*x*Log[Log[(-1 + E^(2*x) + E^x*Sqrt[2 + E^(-2* 
x) + E^(2*x)])/(2*E^x)]])/(1 + E^(2*x))
 
3.4.69.3 Rubi [F]

Below are the steps used by Rubi to obtain the solution. The rule number used for the transformation is given above next to the arrow. The rules definitions used are listed below.

\(\displaystyle \int \frac {x}{\text {arcsinh}(\sinh (x))} \, dx\)

\(\Big \downarrow \) 7299

\(\displaystyle \int \frac {x}{\text {arcsinh}(\sinh (x))}dx\)

input
Int[x/ArcSinh[Sinh[x]],x]
 
output
$Aborted
 

3.4.69.3.1 Defintions of rubi rules used

rule 7299
Int[u_, x_] :> CannotIntegrate[u, x]
 
3.4.69.4 Maple [F]

\[\int \frac {x}{\operatorname {arcsinh}\left (\sinh \left (x \right )\right )}d x\]

input
int(x/arcsinh(sinh(x)),x)
 
output
int(x/arcsinh(sinh(x)),x)
 
3.4.69.5 Fricas [A] (verification not implemented)

Time = 0.25 (sec) , antiderivative size = 1, normalized size of antiderivative = 0.04 \[ \int \frac {x}{\text {arcsinh}(\sinh (x))} \, dx=x \]

input
integrate(x/arcsinh(sinh(x)),x, algorithm="fricas")
 
output
x
 
3.4.69.6 Sympy [F]

\[ \int \frac {x}{\text {arcsinh}(\sinh (x))} \, dx=\int \frac {x}{\operatorname {asinh}{\left (\sinh {\left (x \right )} \right )}}\, dx \]

input
integrate(x/asinh(sinh(x)),x)
 
output
Integral(x/asinh(sinh(x)), x)
 
3.4.69.7 Maxima [A] (verification not implemented)

Time = 0.41 (sec) , antiderivative size = 1, normalized size of antiderivative = 0.04 \[ \int \frac {x}{\text {arcsinh}(\sinh (x))} \, dx=x \]

input
integrate(x/arcsinh(sinh(x)),x, algorithm="maxima")
 
output
x
 
3.4.69.8 Giac [A] (verification not implemented)

Time = 0.28 (sec) , antiderivative size = 1, normalized size of antiderivative = 0.04 \[ \int \frac {x}{\text {arcsinh}(\sinh (x))} \, dx=x \]

input
integrate(x/arcsinh(sinh(x)),x, algorithm="giac")
 
output
x
 
3.4.69.9 Mupad [B] (verification not implemented)

Time = 2.53 (sec) , antiderivative size = 1, normalized size of antiderivative = 0.04 \[ \int \frac {x}{\text {arcsinh}(\sinh (x))} \, dx=x \]

input
int(x/asinh(sinh(x)),x)
 
output
x