\(\int \coth ^2(x) \sqrt {a+b \tanh ^2(x)} \, dx\) [215]

Optimal result
Mathematica [C] (verified)
Rubi [A] (verified)
Maple [F]
Fricas [B] (verification not implemented)
Sympy [F]
Maxima [F]
Giac [B] (verification not implemented)
Mupad [F(-1)]
Reduce [F]

Optimal result

Integrand size = 17, antiderivative size = 48 \[ \int \coth ^2(x) \sqrt {a+b \tanh ^2(x)} \, dx=\sqrt {a+b} \text {arctanh}\left (\frac {\sqrt {a+b} \tanh (x)}{\sqrt {a+b \tanh ^2(x)}}\right )-\coth (x) \sqrt {a+b \tanh ^2(x)} \] Output:

(a+b)^(1/2)*arctanh((a+b)^(1/2)*tanh(x)/(a+b*tanh(x)^2)^(1/2))-coth(x)*(a+ 
b*tanh(x)^2)^(1/2)
 

Mathematica [C] (verified)

Result contains higher order function than in optimal. Order 5 vs. order 3 in optimal.

Time = 0.10 (sec) , antiderivative size = 42, normalized size of antiderivative = 0.88 \[ \int \coth ^2(x) \sqrt {a+b \tanh ^2(x)} \, dx=-\coth (x) \operatorname {Hypergeometric2F1}\left (-\frac {1}{2},1,\frac {1}{2},\frac {(a+b) \tanh ^2(x)}{a+b \tanh ^2(x)}\right ) \sqrt {a+b \tanh ^2(x)} \] Input:

Integrate[Coth[x]^2*Sqrt[a + b*Tanh[x]^2],x]
 

Output:

-(Coth[x]*Hypergeometric2F1[-1/2, 1, 1/2, ((a + b)*Tanh[x]^2)/(a + b*Tanh[ 
x]^2)]*Sqrt[a + b*Tanh[x]^2])
 

Rubi [A] (verified)

Time = 0.43 (sec) , antiderivative size = 48, normalized size of antiderivative = 1.00, number of steps used = 9, number of rules used = 8, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.471, Rules used = {3042, 25, 4153, 25, 377, 27, 291, 219}

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 \coth ^2(x) \sqrt {a+b \tanh ^2(x)} \, dx\)

\(\Big \downarrow \) 3042

\(\displaystyle \int -\frac {\sqrt {a-b \tan (i x)^2}}{\tan (i x)^2}dx\)

\(\Big \downarrow \) 25

\(\displaystyle -\int \frac {\sqrt {a-b \tan (i x)^2}}{\tan (i x)^2}dx\)

\(\Big \downarrow \) 4153

\(\displaystyle -\int -\frac {\coth ^2(x) \sqrt {b \tanh ^2(x)+a}}{1-\tanh ^2(x)}d\tanh (x)\)

\(\Big \downarrow \) 25

\(\displaystyle \int \frac {\coth ^2(x) \sqrt {a+b \tanh ^2(x)}}{1-\tanh ^2(x)}d\tanh (x)\)

\(\Big \downarrow \) 377

\(\displaystyle \int \frac {a+b}{\left (1-\tanh ^2(x)\right ) \sqrt {b \tanh ^2(x)+a}}d\tanh (x)-\coth (x) \sqrt {a+b \tanh ^2(x)}\)

\(\Big \downarrow \) 27

\(\displaystyle (a+b) \int \frac {1}{\left (1-\tanh ^2(x)\right ) \sqrt {b \tanh ^2(x)+a}}d\tanh (x)-\coth (x) \sqrt {a+b \tanh ^2(x)}\)

\(\Big \downarrow \) 291

\(\displaystyle (a+b) \int \frac {1}{1-\frac {(a+b) \tanh ^2(x)}{b \tanh ^2(x)+a}}d\frac {\tanh (x)}{\sqrt {b \tanh ^2(x)+a}}-\coth (x) \sqrt {a+b \tanh ^2(x)}\)

\(\Big \downarrow \) 219

\(\displaystyle \sqrt {a+b} \text {arctanh}\left (\frac {\sqrt {a+b} \tanh (x)}{\sqrt {a+b \tanh ^2(x)}}\right )-\coth (x) \sqrt {a+b \tanh ^2(x)}\)

Input:

Int[Coth[x]^2*Sqrt[a + b*Tanh[x]^2],x]
 

Output:

Sqrt[a + b]*ArcTanh[(Sqrt[a + b]*Tanh[x])/Sqrt[a + b*Tanh[x]^2]] - Coth[x] 
*Sqrt[a + b*Tanh[x]^2]
 

Defintions of rubi rules used

rule 25
Int[-(Fx_), x_Symbol] :> Simp[Identity[-1]   Int[Fx, x], x]
 

rule 27
Int[(a_)*(Fx_), x_Symbol] :> Simp[a   Int[Fx, x], x] /; FreeQ[a, x] &&  !Ma 
tchQ[Fx, (b_)*(Gx_) /; FreeQ[b, x]]
 

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

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

rule 377
Int[((e_.)*(x_))^(m_)*((a_) + (b_.)*(x_)^2)^(p_)*((c_) + (d_.)*(x_)^2)^(q_) 
, x_Symbol] :> Simp[(e*x)^(m + 1)*(a + b*x^2)^(p + 1)*((c + d*x^2)^q/(a*e*( 
m + 1))), x] - Simp[1/(a*e^2*(m + 1))   Int[(e*x)^(m + 2)*(a + b*x^2)^p*(c 
+ d*x^2)^(q - 1)*Simp[b*c*(m + 1) + 2*(b*c*(p + 1) + a*d*q) + d*(b*(m + 1) 
+ 2*b*(p + q + 1))*x^2, x], x], x] /; FreeQ[{a, b, c, d, e, p}, x] && NeQ[b 
*c - a*d, 0] && LtQ[0, q, 1] && LtQ[m, -1] && IntBinomialQ[a, b, c, d, e, m 
, 2, p, q, x]
 

rule 3042
Int[u_, x_Symbol] :> Int[DeactivateTrig[u, x], x] /; FunctionOfTrigOfLinear 
Q[u, x]
 

rule 4153
Int[((d_.)*tan[(e_.) + (f_.)*(x_)])^(m_.)*((a_) + (b_.)*((c_.)*tan[(e_.) + 
(f_.)*(x_)])^(n_))^(p_.), x_Symbol] :> With[{ff = FreeFactors[Tan[e + f*x], 
 x]}, Simp[c*(ff/f)   Subst[Int[(d*ff*(x/c))^m*((a + b*(ff*x)^n)^p/(c^2 + f 
f^2*x^2)), x], x, c*(Tan[e + f*x]/ff)], x]] /; FreeQ[{a, b, c, d, e, f, m, 
n, p}, x] && (IGtQ[p, 0] || EqQ[n, 2] || EqQ[n, 4] || (IntegerQ[p] && Ratio 
nalQ[n]))
 
Maple [F]

\[\int \coth \left (x \right )^{2} \sqrt {a +b \tanh \left (x \right )^{2}}d x\]

Input:

int(coth(x)^2*(a+b*tanh(x)^2)^(1/2),x)
 

Output:

int(coth(x)^2*(a+b*tanh(x)^2)^(1/2),x)
 

Fricas [B] (verification not implemented)

Leaf count of result is larger than twice the leaf count of optimal. 420 vs. \(2 (40) = 80\).

Time = 0.14 (sec) , antiderivative size = 1469, normalized size of antiderivative = 30.60 \[ \int \coth ^2(x) \sqrt {a+b \tanh ^2(x)} \, dx=\text {Too large to display} \] Input:

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

Output:

[1/4*((cosh(x)^2 + 2*cosh(x)*sinh(x) + sinh(x)^2 - 1)*sqrt(a + b)*log(-((a 
*b^2 + b^3)*cosh(x)^8 + 8*(a*b^2 + b^3)*cosh(x)*sinh(x)^7 + (a*b^2 + b^3)* 
sinh(x)^8 - 2*(a*b^2 + 2*b^3)*cosh(x)^6 - 2*(a*b^2 + 2*b^3 - 14*(a*b^2 + b 
^3)*cosh(x)^2)*sinh(x)^6 + 4*(14*(a*b^2 + b^3)*cosh(x)^3 - 3*(a*b^2 + 2*b^ 
3)*cosh(x))*sinh(x)^5 + (a^3 - a^2*b + 4*a*b^2 + 6*b^3)*cosh(x)^4 + (70*(a 
*b^2 + b^3)*cosh(x)^4 + a^3 - a^2*b + 4*a*b^2 + 6*b^3 - 30*(a*b^2 + 2*b^3) 
*cosh(x)^2)*sinh(x)^4 + 4*(14*(a*b^2 + b^3)*cosh(x)^5 - 10*(a*b^2 + 2*b^3) 
*cosh(x)^3 + (a^3 - a^2*b + 4*a*b^2 + 6*b^3)*cosh(x))*sinh(x)^3 + a^3 + 3* 
a^2*b + 3*a*b^2 + b^3 + 2*(a^3 - 3*a*b^2 - 2*b^3)*cosh(x)^2 + 2*(14*(a*b^2 
 + b^3)*cosh(x)^6 - 15*(a*b^2 + 2*b^3)*cosh(x)^4 + a^3 - 3*a*b^2 - 2*b^3 + 
 3*(a^3 - a^2*b + 4*a*b^2 + 6*b^3)*cosh(x)^2)*sinh(x)^2 + sqrt(2)*(b^2*cos 
h(x)^6 + 6*b^2*cosh(x)*sinh(x)^5 + b^2*sinh(x)^6 - 3*b^2*cosh(x)^4 + 3*(5* 
b^2*cosh(x)^2 - b^2)*sinh(x)^4 + 4*(5*b^2*cosh(x)^3 - 3*b^2*cosh(x))*sinh( 
x)^3 - (a^2 - 2*a*b - 3*b^2)*cosh(x)^2 + (15*b^2*cosh(x)^4 - 18*b^2*cosh(x 
)^2 - a^2 + 2*a*b + 3*b^2)*sinh(x)^2 - a^2 - 2*a*b - b^2 + 2*(3*b^2*cosh(x 
)^5 - 6*b^2*cosh(x)^3 - (a^2 - 2*a*b - 3*b^2)*cosh(x))*sinh(x))*sqrt(a + b 
)*sqrt(((a + b)*cosh(x)^2 + (a + b)*sinh(x)^2 + a - b)/(cosh(x)^2 - 2*cosh 
(x)*sinh(x) + sinh(x)^2)) + 4*(2*(a*b^2 + b^3)*cosh(x)^7 - 3*(a*b^2 + 2*b^ 
3)*cosh(x)^5 + (a^3 - a^2*b + 4*a*b^2 + 6*b^3)*cosh(x)^3 + (a^3 - 3*a*b^2 
- 2*b^3)*cosh(x))*sinh(x))/(cosh(x)^6 + 6*cosh(x)^5*sinh(x) + 15*cosh(x...
 

Sympy [F]

\[ \int \coth ^2(x) \sqrt {a+b \tanh ^2(x)} \, dx=\int \sqrt {a + b \tanh ^{2}{\left (x \right )}} \coth ^{2}{\left (x \right )}\, dx \] Input:

integrate(coth(x)**2*(a+b*tanh(x)**2)**(1/2),x)
 

Output:

Integral(sqrt(a + b*tanh(x)**2)*coth(x)**2, x)
 

Maxima [F]

\[ \int \coth ^2(x) \sqrt {a+b \tanh ^2(x)} \, dx=\int { \sqrt {b \tanh \left (x\right )^{2} + a} \coth \left (x\right )^{2} \,d x } \] Input:

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

Output:

integrate(sqrt(b*tanh(x)^2 + a)*coth(x)^2, x)
 

Giac [B] (verification not implemented)

Leaf count of result is larger than twice the leaf count of optimal. 348 vs. \(2 (40) = 80\).

Time = 0.36 (sec) , antiderivative size = 348, normalized size of antiderivative = 7.25 \[ \int \coth ^2(x) \sqrt {a+b \tanh ^2(x)} \, dx=-\frac {1}{2} \, \sqrt {a + b} \log \left ({\left | -{\left (\sqrt {a + b} e^{\left (2 \, x\right )} - \sqrt {a e^{\left (4 \, x\right )} + b e^{\left (4 \, x\right )} + 2 \, a e^{\left (2 \, x\right )} - 2 \, b e^{\left (2 \, x\right )} + a + b}\right )} {\left (a + b\right )} - \sqrt {a + b} {\left (a - b\right )} \right |}\right ) - \frac {1}{2} \, \sqrt {a + b} \log \left ({\left | -\sqrt {a + b} e^{\left (2 \, x\right )} + \sqrt {a e^{\left (4 \, x\right )} + b e^{\left (4 \, x\right )} + 2 \, a e^{\left (2 \, x\right )} - 2 \, b e^{\left (2 \, x\right )} + a + b} + \sqrt {a + b} \right |}\right ) + \frac {1}{2} \, \sqrt {a + b} \log \left ({\left | -\sqrt {a + b} e^{\left (2 \, x\right )} + \sqrt {a e^{\left (4 \, x\right )} + b e^{\left (4 \, x\right )} + 2 \, a e^{\left (2 \, x\right )} - 2 \, b e^{\left (2 \, x\right )} + a + b} - \sqrt {a + b} \right |}\right ) + \frac {4 \, {\left ({\left (\sqrt {a + b} e^{\left (2 \, x\right )} - \sqrt {a e^{\left (4 \, x\right )} + b e^{\left (4 \, x\right )} + 2 \, a e^{\left (2 \, x\right )} - 2 \, b e^{\left (2 \, x\right )} + a + b}\right )} a + \sqrt {a + b} a\right )}}{{\left (\sqrt {a + b} e^{\left (2 \, x\right )} - \sqrt {a e^{\left (4 \, x\right )} + b e^{\left (4 \, x\right )} + 2 \, a e^{\left (2 \, x\right )} - 2 \, b e^{\left (2 \, x\right )} + a + b}\right )}^{2} - 2 \, {\left (\sqrt {a + b} e^{\left (2 \, x\right )} - \sqrt {a e^{\left (4 \, x\right )} + b e^{\left (4 \, x\right )} + 2 \, a e^{\left (2 \, x\right )} - 2 \, b e^{\left (2 \, x\right )} + a + b}\right )} \sqrt {a + b} - 3 \, a + b} \] Input:

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

Output:

-1/2*sqrt(a + b)*log(abs(-(sqrt(a + b)*e^(2*x) - sqrt(a*e^(4*x) + b*e^(4*x 
) + 2*a*e^(2*x) - 2*b*e^(2*x) + a + b))*(a + b) - sqrt(a + b)*(a - b))) - 
1/2*sqrt(a + b)*log(abs(-sqrt(a + b)*e^(2*x) + sqrt(a*e^(4*x) + b*e^(4*x) 
+ 2*a*e^(2*x) - 2*b*e^(2*x) + a + b) + sqrt(a + b))) + 1/2*sqrt(a + b)*log 
(abs(-sqrt(a + b)*e^(2*x) + sqrt(a*e^(4*x) + b*e^(4*x) + 2*a*e^(2*x) - 2*b 
*e^(2*x) + a + b) - sqrt(a + b))) + 4*((sqrt(a + b)*e^(2*x) - sqrt(a*e^(4* 
x) + b*e^(4*x) + 2*a*e^(2*x) - 2*b*e^(2*x) + a + b))*a + sqrt(a + b)*a)/(( 
sqrt(a + b)*e^(2*x) - sqrt(a*e^(4*x) + b*e^(4*x) + 2*a*e^(2*x) - 2*b*e^(2* 
x) + a + b))^2 - 2*(sqrt(a + b)*e^(2*x) - sqrt(a*e^(4*x) + b*e^(4*x) + 2*a 
*e^(2*x) - 2*b*e^(2*x) + a + b))*sqrt(a + b) - 3*a + b)
 

Mupad [F(-1)]

Timed out. \[ \int \coth ^2(x) \sqrt {a+b \tanh ^2(x)} \, dx=\int {\mathrm {coth}\left (x\right )}^2\,\sqrt {b\,{\mathrm {tanh}\left (x\right )}^2+a} \,d x \] Input:

int(coth(x)^2*(a + b*tanh(x)^2)^(1/2),x)
 

Output:

int(coth(x)^2*(a + b*tanh(x)^2)^(1/2), x)
 

Reduce [F]

\[ \int \coth ^2(x) \sqrt {a+b \tanh ^2(x)} \, dx=\int \sqrt {\tanh \left (x \right )^{2} b +a}\, \coth \left (x \right )^{2}d x \] Input:

int(coth(x)^2*(a+b*tanh(x)^2)^(1/2),x)
 

Output:

int(sqrt(tanh(x)**2*b + a)*coth(x)**2,x)