3.9.26 \(\int \frac {1}{a+b \sinh (x)+c \sinh ^2(x)} \, dx\) [826]

Optimal. Leaf size=271 \[ -\frac {2 \sqrt {2} c \text {ArcTan}\left (\frac {2 i c-i b \tanh \left (\frac {x}{2}\right )+\sqrt {-b^2+4 a c} \tanh \left (\frac {x}{2}\right )}{\sqrt {2} \sqrt {b^2-2 (a-c) c+i b \sqrt {-b^2+4 a c}}}\right )}{\sqrt {-b^2+4 a c} \sqrt {b^2-2 (a-c) c+i b \sqrt {-b^2+4 a c}}}+\frac {2 \sqrt {2} c \text {ArcTan}\left (\frac {2 i c-\left (i b+\sqrt {-b^2+4 a c}\right ) \tanh \left (\frac {x}{2}\right )}{\sqrt {2} \sqrt {b^2-2 (a-c) c-i b \sqrt {-b^2+4 a c}}}\right )}{\sqrt {-b^2+4 a c} \sqrt {b^2-2 (a-c) c-i b \sqrt {-b^2+4 a c}}} \]

[Out]

2*c*arctan(1/2*(2*I*c-(I*b+(4*a*c-b^2)^(1/2))*tanh(1/2*x))*2^(1/2)/(b^2-2*(a-c)*c-I*b*(4*a*c-b^2)^(1/2))^(1/2)
)*2^(1/2)/(4*a*c-b^2)^(1/2)/(b^2-2*(a-c)*c-I*b*(4*a*c-b^2)^(1/2))^(1/2)-2*c*arctan(1/2*(2*I*c-I*b*tanh(1/2*x)+
(4*a*c-b^2)^(1/2)*tanh(1/2*x))*2^(1/2)/(b^2-2*(a-c)*c+I*b*(4*a*c-b^2)^(1/2))^(1/2))*2^(1/2)/(4*a*c-b^2)^(1/2)/
(b^2-2*(a-c)*c+I*b*(4*a*c-b^2)^(1/2))^(1/2)

________________________________________________________________________________________

Rubi [A]
time = 0.58, antiderivative size = 271, normalized size of antiderivative = 1.00, number of steps used = 7, number of rules used = 4, integrand size = 14, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.286, Rules used = {3329, 2739, 632, 210} \begin {gather*} \frac {2 \sqrt {2} c \text {ArcTan}\left (\frac {2 i c-\tanh \left (\frac {x}{2}\right ) \left (\sqrt {4 a c-b^2}+i b\right )}{\sqrt {2} \sqrt {-i b \sqrt {4 a c-b^2}-2 c (a-c)+b^2}}\right )}{\sqrt {4 a c-b^2} \sqrt {-i b \sqrt {4 a c-b^2}-2 c (a-c)+b^2}}-\frac {2 \sqrt {2} c \text {ArcTan}\left (\frac {\tanh \left (\frac {x}{2}\right ) \sqrt {4 a c-b^2}-i b \tanh \left (\frac {x}{2}\right )+2 i c}{\sqrt {2} \sqrt {i b \sqrt {4 a c-b^2}-2 c (a-c)+b^2}}\right )}{\sqrt {4 a c-b^2} \sqrt {i b \sqrt {4 a c-b^2}-2 c (a-c)+b^2}} \end {gather*}

Antiderivative was successfully verified.

[In]

Int[(a + b*Sinh[x] + c*Sinh[x]^2)^(-1),x]

[Out]

(-2*Sqrt[2]*c*ArcTan[((2*I)*c - I*b*Tanh[x/2] + Sqrt[-b^2 + 4*a*c]*Tanh[x/2])/(Sqrt[2]*Sqrt[b^2 - 2*(a - c)*c
+ I*b*Sqrt[-b^2 + 4*a*c]])])/(Sqrt[-b^2 + 4*a*c]*Sqrt[b^2 - 2*(a - c)*c + I*b*Sqrt[-b^2 + 4*a*c]]) + (2*Sqrt[2
]*c*ArcTan[((2*I)*c - (I*b + Sqrt[-b^2 + 4*a*c])*Tanh[x/2])/(Sqrt[2]*Sqrt[b^2 - 2*(a - c)*c - I*b*Sqrt[-b^2 +
4*a*c]])])/(Sqrt[-b^2 + 4*a*c]*Sqrt[b^2 - 2*(a - c)*c - I*b*Sqrt[-b^2 + 4*a*c]])

Rule 210

Int[((a_) + (b_.)*(x_)^2)^(-1), x_Symbol] :> Simp[(-(Rt[-a, 2]*Rt[-b, 2])^(-1))*ArcTan[Rt[-b, 2]*(x/Rt[-a, 2])
], x] /; FreeQ[{a, b}, x] && PosQ[a/b] && (LtQ[a, 0] || LtQ[b, 0])

Rule 632

Int[((a_.) + (b_.)*(x_) + (c_.)*(x_)^2)^(-1), x_Symbol] :> Dist[-2, Subst[Int[1/Simp[b^2 - 4*a*c - x^2, x], x]
, x, b + 2*c*x], x] /; FreeQ[{a, b, c}, x] && NeQ[b^2 - 4*a*c, 0]

Rule 2739

Int[((a_) + (b_.)*sin[(c_.) + (d_.)*(x_)])^(-1), x_Symbol] :> With[{e = FreeFactors[Tan[(c + d*x)/2], x]}, Dis
t[2*(e/d), Subst[Int[1/(a + 2*b*e*x + a*e^2*x^2), x], x, Tan[(c + d*x)/2]/e], x]] /; FreeQ[{a, b, c, d}, x] &&
 NeQ[a^2 - b^2, 0]

Rule 3329

Int[((a_.) + (b_.)*sin[(d_.) + (e_.)*(x_)]^(n_.) + (c_.)*sin[(d_.) + (e_.)*(x_)]^(n2_.))^(-1), x_Symbol] :> Mo
dule[{q = Rt[b^2 - 4*a*c, 2]}, Dist[2*(c/q), Int[1/(b - q + 2*c*Sin[d + e*x]^n), x], x] - Dist[2*(c/q), Int[1/
(b + q + 2*c*Sin[d + e*x]^n), x], x]] /; FreeQ[{a, b, c, d, e, n}, x] && EqQ[n2, 2*n] && NeQ[b^2 - 4*a*c, 0]

Rubi steps

\begin {align*} \int \frac {1}{a+b \sinh (x)+c \sinh ^2(x)} \, dx &=-\frac {(2 c) \int \frac {1}{-i b-\sqrt {-b^2+4 a c}-2 i c \sinh (x)} \, dx}{\sqrt {-b^2+4 a c}}+\frac {(2 c) \int \frac {1}{-i b+\sqrt {-b^2+4 a c}-2 i c \sinh (x)} \, dx}{\sqrt {-b^2+4 a c}}\\ &=-\frac {(4 c) \text {Subst}\left (\int \frac {1}{-i b-\sqrt {-b^2+4 a c}-4 i c x-\left (-i b-\sqrt {-b^2+4 a c}\right ) x^2} \, dx,x,\tanh \left (\frac {x}{2}\right )\right )}{\sqrt {-b^2+4 a c}}+\frac {(4 c) \text {Subst}\left (\int \frac {1}{-i b+\sqrt {-b^2+4 a c}-4 i c x-\left (-i b+\sqrt {-b^2+4 a c}\right ) x^2} \, dx,x,\tanh \left (\frac {x}{2}\right )\right )}{\sqrt {-b^2+4 a c}}\\ &=\frac {(8 c) \text {Subst}\left (\int \frac {1}{-8 \left (b^2-2 (a-c) c-i b \sqrt {-b^2+4 a c}\right )-x^2} \, dx,x,-4 i c+2 \left (i b+\sqrt {-b^2+4 a c}\right ) \tanh \left (\frac {x}{2}\right )\right )}{\sqrt {-b^2+4 a c}}-\frac {(8 c) \text {Subst}\left (\int \frac {1}{-8 \left (b^2-2 (a-c) c+i b \sqrt {-b^2+4 a c}\right )-x^2} \, dx,x,-4 i c+2 \left (i b-\sqrt {-b^2+4 a c}\right ) \tanh \left (\frac {x}{2}\right )\right )}{\sqrt {-b^2+4 a c}}\\ &=-\frac {2 \sqrt {2} c \tan ^{-1}\left (\frac {2 i c-\left (i b-\sqrt {-b^2+4 a c}\right ) \tanh \left (\frac {x}{2}\right )}{\sqrt {2} \sqrt {b^2-2 (a-c) c+i b \sqrt {-b^2+4 a c}}}\right )}{\sqrt {-b^2+4 a c} \sqrt {b^2-2 (a-c) c+i b \sqrt {-b^2+4 a c}}}+\frac {2 \sqrt {2} c \tan ^{-1}\left (\frac {2 i c-\left (i b+\sqrt {-b^2+4 a c}\right ) \tanh \left (\frac {x}{2}\right )}{\sqrt {2} \sqrt {b^2-2 (a-c) c-i b \sqrt {-b^2+4 a c}}}\right )}{\sqrt {-b^2+4 a c} \sqrt {b^2-2 (a-c) c-i b \sqrt {-b^2+4 a c}}}\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]
time = 0.46, size = 217, normalized size = 0.80 \begin {gather*} \frac {2 \sqrt {2} c \left (\frac {\text {ArcTan}\left (\frac {2 c+\left (-b+\sqrt {b^2-4 a c}\right ) \tanh \left (\frac {x}{2}\right )}{\sqrt {-2 b^2+4 (a-c) c+2 b \sqrt {b^2-4 a c}}}\right )}{\sqrt {-b^2+2 (a-c) c+b \sqrt {b^2-4 a c}}}-\frac {\text {ArcTan}\left (\frac {2 c-\left (b+\sqrt {b^2-4 a c}\right ) \tanh \left (\frac {x}{2}\right )}{\sqrt {2} \sqrt {-b^2+2 (a-c) c-b \sqrt {b^2-4 a c}}}\right )}{\sqrt {-b^2+2 (a-c) c-b \sqrt {b^2-4 a c}}}\right )}{\sqrt {b^2-4 a c}} \end {gather*}

Antiderivative was successfully verified.

[In]

Integrate[(a + b*Sinh[x] + c*Sinh[x]^2)^(-1),x]

[Out]

(2*Sqrt[2]*c*(ArcTan[(2*c + (-b + Sqrt[b^2 - 4*a*c])*Tanh[x/2])/Sqrt[-2*b^2 + 4*(a - c)*c + 2*b*Sqrt[b^2 - 4*a
*c]]]/Sqrt[-b^2 + 2*(a - c)*c + b*Sqrt[b^2 - 4*a*c]] - ArcTan[(2*c - (b + Sqrt[b^2 - 4*a*c])*Tanh[x/2])/(Sqrt[
2]*Sqrt[-b^2 + 2*(a - c)*c - b*Sqrt[b^2 - 4*a*c]])]/Sqrt[-b^2 + 2*(a - c)*c - b*Sqrt[b^2 - 4*a*c]]))/Sqrt[b^2
- 4*a*c]

________________________________________________________________________________________

Maple [C] Result contains higher order function than in optimal. Order 9 vs. order 3.
time = 1.95, size = 74, normalized size = 0.27

method result size
default \(\munderset {\textit {\_R} =\RootOf \left (a \,\textit {\_Z}^{4}-2 b \,\textit {\_Z}^{3}+\left (-2 a +4 c \right ) \textit {\_Z}^{2}+2 \textit {\_Z} b +a \right )}{\sum }\frac {\left (-\textit {\_R}^{2}+1\right ) \ln \left (\tanh \left (\frac {x}{2}\right )-\textit {\_R} \right )}{2 \textit {\_R}^{3} a -3 \textit {\_R}^{2} b -2 \textit {\_R} a +4 \textit {\_R} c +b}\) \(74\)
risch \(\munderset {\textit {\_R} =\RootOf \left (\left (16 a^{4} c^{2}-8 a^{3} b^{2} c -32 a^{3} c^{3}+a^{2} b^{4}+32 a^{2} b^{2} c^{2}+16 a^{2} c^{4}-10 a \,b^{4} c -8 a \,b^{2} c^{3}+b^{6}+b^{4} c^{2}\right ) \textit {\_Z}^{4}+\left (-8 a^{2} c^{2}+6 a \,b^{2} c +8 a \,c^{3}-b^{4}-2 b^{2} c^{2}\right ) \textit {\_Z}^{2}+c^{2}\right )}{\sum }\textit {\_R} \ln \left ({\mathrm e}^{x}+\left (-3 b^{3}-2 b \,c^{2}-\frac {8 a^{4}}{b}-22 a^{2} b -\frac {b^{5}}{c^{2}}-\frac {24 c^{2} a^{2}}{b}+\frac {8 b^{3} a}{c}+18 a b c +\frac {8 c^{3} a}{b}+\frac {6 b \,a^{3}}{c}+\frac {24 c \,a^{3}}{b}-\frac {b^{3} a^{2}}{c^{2}}\right ) \textit {\_R}^{3}+\left (-\frac {b^{3}}{c}-b c +\frac {4 a^{3}}{b}+6 a b -\frac {b \,a^{2}}{c}-\frac {8 c \,a^{2}}{b}+\frac {4 c^{2} a}{b}\right ) \textit {\_R}^{2}+\left (2 b +\frac {b^{3}}{c^{2}}+\frac {2 c^{2}}{b}+\frac {2 a^{2}}{b}-\frac {4 b a}{c}-\frac {4 c a}{b}\right ) \textit {\_R} +\frac {b}{c}-\frac {a}{b}+\frac {c}{b}\right )\) \(352\)

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(1/(a+b*sinh(x)+c*sinh(x)^2),x,method=_RETURNVERBOSE)

[Out]

sum((-_R^2+1)/(2*_R^3*a-3*_R^2*b-2*_R*a+4*_R*c+b)*ln(tanh(1/2*x)-_R),_R=RootOf(a*_Z^4-2*b*_Z^3+(-2*a+4*c)*_Z^2
+2*_Z*b+a))

________________________________________________________________________________________

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(1/(a+b*sinh(x)+c*sinh(x)^2),x, algorithm="maxima")

[Out]

integrate(1/(c*sinh(x)^2 + b*sinh(x) + a), x)

________________________________________________________________________________________

Fricas [B] Leaf count of result is larger than twice the leaf count of optimal. 3313 vs. \(2 (219) = 438\).
time = 0.52, size = 3313, normalized size = 12.23 \begin {gather*} \text {Too large to display} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

1/2*sqrt(2)*sqrt((b^2 - 2*a*c + 2*c^2 + (a^2*b^2 + b^4 - 4*a*c^3 + (8*a^2 + b^2)*c^2 - 2*(2*a^3 + 3*a*b^2)*c)*
sqrt(b^2/(a^4*b^2 + 2*a^2*b^4 + b^6 - 4*a*c^5 + (16*a^2 + b^2)*c^4 - 12*(2*a^3 + a*b^2)*c^3 + 2*(8*a^4 + 11*a^
2*b^2 + b^4)*c^2 - 4*(a^5 + 3*a^3*b^2 + 2*a*b^4)*c)))/(a^2*b^2 + b^4 - 4*a*c^3 + (8*a^2 + b^2)*c^2 - 2*(2*a^3
+ 3*a*b^2)*c))*log(4*b*c^2*cosh(x) + 4*b*c^2*sinh(x) + 2*b^2*c + sqrt(2)*(b^4 - 4*a*b^2*c - (a^2*b^4 + b^6 - 8
*a*c^5 + 2*(12*a^2 + b^2)*c^4 - 6*(4*a^3 + 3*a*b^2)*c^3 + (8*a^4 + 22*a^2*b^2 + 3*b^4)*c^2 - 2*(3*a^3*b^2 + 4*
a*b^4)*c)*sqrt(b^2/(a^4*b^2 + 2*a^2*b^4 + b^6 - 4*a*c^5 + (16*a^2 + b^2)*c^4 - 12*(2*a^3 + a*b^2)*c^3 + 2*(8*a
^4 + 11*a^2*b^2 + b^4)*c^2 - 4*(a^5 + 3*a^3*b^2 + 2*a*b^4)*c)))*sqrt((b^2 - 2*a*c + 2*c^2 + (a^2*b^2 + b^4 - 4
*a*c^3 + (8*a^2 + b^2)*c^2 - 2*(2*a^3 + 3*a*b^2)*c)*sqrt(b^2/(a^4*b^2 + 2*a^2*b^4 + b^6 - 4*a*c^5 + (16*a^2 +
b^2)*c^4 - 12*(2*a^3 + a*b^2)*c^3 + 2*(8*a^4 + 11*a^2*b^2 + b^4)*c^2 - 4*(a^5 + 3*a^3*b^2 + 2*a*b^4)*c)))/(a^2
*b^2 + b^4 - 4*a*c^3 + (8*a^2 + b^2)*c^2 - 2*(2*a^3 + 3*a*b^2)*c)) + 2*(4*a*c^4 - (8*a^2 + b^2)*c^3 + 2*(2*a^3
 + 3*a*b^2)*c^2 - (a^2*b^2 + b^4)*c)*sqrt(b^2/(a^4*b^2 + 2*a^2*b^4 + b^6 - 4*a*c^5 + (16*a^2 + b^2)*c^4 - 12*(
2*a^3 + a*b^2)*c^3 + 2*(8*a^4 + 11*a^2*b^2 + b^4)*c^2 - 4*(a^5 + 3*a^3*b^2 + 2*a*b^4)*c))) - 1/2*sqrt(2)*sqrt(
(b^2 - 2*a*c + 2*c^2 + (a^2*b^2 + b^4 - 4*a*c^3 + (8*a^2 + b^2)*c^2 - 2*(2*a^3 + 3*a*b^2)*c)*sqrt(b^2/(a^4*b^2
 + 2*a^2*b^4 + b^6 - 4*a*c^5 + (16*a^2 + b^2)*c^4 - 12*(2*a^3 + a*b^2)*c^3 + 2*(8*a^4 + 11*a^2*b^2 + b^4)*c^2
- 4*(a^5 + 3*a^3*b^2 + 2*a*b^4)*c)))/(a^2*b^2 + b^4 - 4*a*c^3 + (8*a^2 + b^2)*c^2 - 2*(2*a^3 + 3*a*b^2)*c))*lo
g(4*b*c^2*cosh(x) + 4*b*c^2*sinh(x) + 2*b^2*c - sqrt(2)*(b^4 - 4*a*b^2*c - (a^2*b^4 + b^6 - 8*a*c^5 + 2*(12*a^
2 + b^2)*c^4 - 6*(4*a^3 + 3*a*b^2)*c^3 + (8*a^4 + 22*a^2*b^2 + 3*b^4)*c^2 - 2*(3*a^3*b^2 + 4*a*b^4)*c)*sqrt(b^
2/(a^4*b^2 + 2*a^2*b^4 + b^6 - 4*a*c^5 + (16*a^2 + b^2)*c^4 - 12*(2*a^3 + a*b^2)*c^3 + 2*(8*a^4 + 11*a^2*b^2 +
 b^4)*c^2 - 4*(a^5 + 3*a^3*b^2 + 2*a*b^4)*c)))*sqrt((b^2 - 2*a*c + 2*c^2 + (a^2*b^2 + b^4 - 4*a*c^3 + (8*a^2 +
 b^2)*c^2 - 2*(2*a^3 + 3*a*b^2)*c)*sqrt(b^2/(a^4*b^2 + 2*a^2*b^4 + b^6 - 4*a*c^5 + (16*a^2 + b^2)*c^4 - 12*(2*
a^3 + a*b^2)*c^3 + 2*(8*a^4 + 11*a^2*b^2 + b^4)*c^2 - 4*(a^5 + 3*a^3*b^2 + 2*a*b^4)*c)))/(a^2*b^2 + b^4 - 4*a*
c^3 + (8*a^2 + b^2)*c^2 - 2*(2*a^3 + 3*a*b^2)*c)) + 2*(4*a*c^4 - (8*a^2 + b^2)*c^3 + 2*(2*a^3 + 3*a*b^2)*c^2 -
 (a^2*b^2 + b^4)*c)*sqrt(b^2/(a^4*b^2 + 2*a^2*b^4 + b^6 - 4*a*c^5 + (16*a^2 + b^2)*c^4 - 12*(2*a^3 + a*b^2)*c^
3 + 2*(8*a^4 + 11*a^2*b^2 + b^4)*c^2 - 4*(a^5 + 3*a^3*b^2 + 2*a*b^4)*c))) + 1/2*sqrt(2)*sqrt((b^2 - 2*a*c + 2*
c^2 - (a^2*b^2 + b^4 - 4*a*c^3 + (8*a^2 + b^2)*c^2 - 2*(2*a^3 + 3*a*b^2)*c)*sqrt(b^2/(a^4*b^2 + 2*a^2*b^4 + b^
6 - 4*a*c^5 + (16*a^2 + b^2)*c^4 - 12*(2*a^3 + a*b^2)*c^3 + 2*(8*a^4 + 11*a^2*b^2 + b^4)*c^2 - 4*(a^5 + 3*a^3*
b^2 + 2*a*b^4)*c)))/(a^2*b^2 + b^4 - 4*a*c^3 + (8*a^2 + b^2)*c^2 - 2*(2*a^3 + 3*a*b^2)*c))*log(4*b*c^2*cosh(x)
 + 4*b*c^2*sinh(x) + 2*b^2*c + sqrt(2)*(b^4 - 4*a*b^2*c + (a^2*b^4 + b^6 - 8*a*c^5 + 2*(12*a^2 + b^2)*c^4 - 6*
(4*a^3 + 3*a*b^2)*c^3 + (8*a^4 + 22*a^2*b^2 + 3*b^4)*c^2 - 2*(3*a^3*b^2 + 4*a*b^4)*c)*sqrt(b^2/(a^4*b^2 + 2*a^
2*b^4 + b^6 - 4*a*c^5 + (16*a^2 + b^2)*c^4 - 12*(2*a^3 + a*b^2)*c^3 + 2*(8*a^4 + 11*a^2*b^2 + b^4)*c^2 - 4*(a^
5 + 3*a^3*b^2 + 2*a*b^4)*c)))*sqrt((b^2 - 2*a*c + 2*c^2 - (a^2*b^2 + b^4 - 4*a*c^3 + (8*a^2 + b^2)*c^2 - 2*(2*
a^3 + 3*a*b^2)*c)*sqrt(b^2/(a^4*b^2 + 2*a^2*b^4 + b^6 - 4*a*c^5 + (16*a^2 + b^2)*c^4 - 12*(2*a^3 + a*b^2)*c^3
+ 2*(8*a^4 + 11*a^2*b^2 + b^4)*c^2 - 4*(a^5 + 3*a^3*b^2 + 2*a*b^4)*c)))/(a^2*b^2 + b^4 - 4*a*c^3 + (8*a^2 + b^
2)*c^2 - 2*(2*a^3 + 3*a*b^2)*c)) - 2*(4*a*c^4 - (8*a^2 + b^2)*c^3 + 2*(2*a^3 + 3*a*b^2)*c^2 - (a^2*b^2 + b^4)*
c)*sqrt(b^2/(a^4*b^2 + 2*a^2*b^4 + b^6 - 4*a*c^5 + (16*a^2 + b^2)*c^4 - 12*(2*a^3 + a*b^2)*c^3 + 2*(8*a^4 + 11
*a^2*b^2 + b^4)*c^2 - 4*(a^5 + 3*a^3*b^2 + 2*a*b^4)*c))) - 1/2*sqrt(2)*sqrt((b^2 - 2*a*c + 2*c^2 - (a^2*b^2 +
b^4 - 4*a*c^3 + (8*a^2 + b^2)*c^2 - 2*(2*a^3 + 3*a*b^2)*c)*sqrt(b^2/(a^4*b^2 + 2*a^2*b^4 + b^6 - 4*a*c^5 + (16
*a^2 + b^2)*c^4 - 12*(2*a^3 + a*b^2)*c^3 + 2*(8*a^4 + 11*a^2*b^2 + b^4)*c^2 - 4*(a^5 + 3*a^3*b^2 + 2*a*b^4)*c)
))/(a^2*b^2 + b^4 - 4*a*c^3 + (8*a^2 + b^2)*c^2 - 2*(2*a^3 + 3*a*b^2)*c))*log(4*b*c^2*cosh(x) + 4*b*c^2*sinh(x
) + 2*b^2*c - sqrt(2)*(b^4 - 4*a*b^2*c + (a^2*b^4 + b^6 - 8*a*c^5 + 2*(12*a^2 + b^2)*c^4 - 6*(4*a^3 + 3*a*b^2)
*c^3 + (8*a^4 + 22*a^2*b^2 + 3*b^4)*c^2 - 2*(3*a^3*b^2 + 4*a*b^4)*c)*sqrt(b^2/(a^4*b^2 + 2*a^2*b^4 + b^6 - 4*a
*c^5 + (16*a^2 + b^2)*c^4 - 12*(2*a^3 + a*b^2)*c^3 + 2*(8*a^4 + 11*a^2*b^2 + b^4)*c^2 - 4*(a^5 + 3*a^3*b^2 + 2
*a*b^4)*c)))*sqrt((b^2 - 2*a*c + 2*c^2 - (a^2*b^2 + b^4 - 4*a*c^3 + (8*a^2 + b^2)*c^2 - 2*(2*a^3 + 3*a*b^2)*c)
*sqrt(b^2/(a^4*b^2 + 2*a^2*b^4 + b^6 - 4*a*c^5 + (16*a^2 + b^2)*c^4 - 12*(2*a^3 + a*b^2)*c^3 + 2*(8*a^4 + 11*a
^2*b^2 + b^4)*c^2 - 4*(a^5 + 3*a^3*b^2 + 2*a*b^4)*c)))/(a^2*b^2 + b^4 - 4*a*c^3 + (8*a^2 + b^2)*c^2 - 2*(2*a^3
 + 3*a*b^2)*c)) - 2*(4*a*c^4 - (8*a^2 + b^2)*c^...

________________________________________________________________________________________

Sympy [F(-1)] Timed out
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {Timed out} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/(a+b*sinh(x)+c*sinh(x)**2),x)

[Out]

Timed out

________________________________________________________________________________________

Giac [A]
time = 53.42, size = 1, normalized size = 0.00 \begin {gather*} 0 \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

0

________________________________________________________________________________________

Mupad [F(-1)]
time = 0.00, size = -1, normalized size = -0.00 \begin {gather*} \text {Hanged} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(1/(a + c*sinh(x)^2 + b*sinh(x)),x)

[Out]

\text{Hanged}

________________________________________________________________________________________