3.1.99 \(\int \frac {\text {sech}(x)}{a+b \text {sech}(x)} \, dx\) [99]

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

[Out]

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

________________________________________________________________________________________

Rubi [A]
time = 0.04, antiderivative size = 42, normalized size of antiderivative = 1.00, number of steps used = 3, number of rules used = 3, integrand size = 11, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.273, Rules used = {3916, 2738, 211} \begin {gather*} \frac {2 \text {ArcTan}\left (\frac {\sqrt {a-b} \tanh \left (\frac {x}{2}\right )}{\sqrt {a+b}}\right )}{\sqrt {a-b} \sqrt {a+b}} \end {gather*}

Antiderivative was successfully verified.

[In]

Int[Sech[x]/(a + b*Sech[x]),x]

[Out]

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

Rule 211

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

Rule 2738

Int[((a_) + (b_.)*sin[Pi/2 + (c_.) + (d_.)*(x_)])^(-1), x_Symbol] :> With[{e = FreeFactors[Tan[(c + d*x)/2], x
]}, Dist[2*(e/d), Subst[Int[1/(a + b + (a - b)*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 3916

Int[csc[(e_.) + (f_.)*(x_)]/(csc[(e_.) + (f_.)*(x_)]*(b_.) + (a_)), x_Symbol] :> Dist[1/b, Int[1/(1 + (a/b)*Si
n[e + f*x]), x], x] /; FreeQ[{a, b, e, f}, x] && NeQ[a^2 - b^2, 0]

Rubi steps

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

________________________________________________________________________________________

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

Antiderivative was successfully verified.

[In]

Integrate[Sech[x]/(a + b*Sech[x]),x]

[Out]

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

________________________________________________________________________________________

Maple [A]
time = 0.42, size = 36, normalized size = 0.86

method result size
default \(\frac {2 \arctan \left (\frac {\left (a -b \right ) \tanh \left (\frac {x}{2}\right )}{\sqrt {\left (a +b \right ) \left (a -b \right )}}\right )}{\sqrt {\left (a +b \right ) \left (a -b \right )}}\) \(36\)
risch \(-\frac {\ln \left ({\mathrm e}^{x}+\frac {b \sqrt {-a^{2}+b^{2}}-a^{2}+b^{2}}{\sqrt {-a^{2}+b^{2}}\, a}\right )}{\sqrt {-a^{2}+b^{2}}}+\frac {\ln \left ({\mathrm e}^{x}+\frac {b \sqrt {-a^{2}+b^{2}}+a^{2}-b^{2}}{\sqrt {-a^{2}+b^{2}}\, a}\right )}{\sqrt {-a^{2}+b^{2}}}\) \(109\)

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(sech(x)/(a+b*sech(x)),x,method=_RETURNVERBOSE)

[Out]

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

________________________________________________________________________________________

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(sech(x)/(a+b*sech(x)),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(4*b^2-4*a^2>0)', see `assume?`
 for more de

________________________________________________________________________________________

Fricas [A]
time = 0.38, size = 165, normalized size = 3.93 \begin {gather*} \left [-\frac {\sqrt {-a^{2} + b^{2}} \log \left (\frac {a^{2} \cosh \left (x\right )^{2} + a^{2} \sinh \left (x\right )^{2} + 2 \, a b \cosh \left (x\right ) - a^{2} + 2 \, b^{2} + 2 \, {\left (a^{2} \cosh \left (x\right ) + a b\right )} \sinh \left (x\right ) - 2 \, \sqrt {-a^{2} + b^{2}} {\left (a \cosh \left (x\right ) + a \sinh \left (x\right ) + b\right )}}{a \cosh \left (x\right )^{2} + a \sinh \left (x\right )^{2} + 2 \, b \cosh \left (x\right ) + 2 \, {\left (a \cosh \left (x\right ) + b\right )} \sinh \left (x\right ) + a}\right )}{a^{2} - b^{2}}, -\frac {2 \, \arctan \left (-\frac {a \cosh \left (x\right ) + a \sinh \left (x\right ) + b}{\sqrt {a^{2} - b^{2}}}\right )}{\sqrt {a^{2} - b^{2}}}\right ] \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(sech(x)/(a+b*sech(x)),x, algorithm="fricas")

[Out]

[-sqrt(-a^2 + b^2)*log((a^2*cosh(x)^2 + a^2*sinh(x)^2 + 2*a*b*cosh(x) - a^2 + 2*b^2 + 2*(a^2*cosh(x) + a*b)*si
nh(x) - 2*sqrt(-a^2 + b^2)*(a*cosh(x) + a*sinh(x) + b))/(a*cosh(x)^2 + a*sinh(x)^2 + 2*b*cosh(x) + 2*(a*cosh(x
) + b)*sinh(x) + a))/(a^2 - b^2), -2*arctan(-(a*cosh(x) + a*sinh(x) + b)/sqrt(a^2 - b^2))/sqrt(a^2 - b^2)]

________________________________________________________________________________________

Sympy [F]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \int \frac {\operatorname {sech}{\left (x \right )}}{a + b \operatorname {sech}{\left (x \right )}}\, dx \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(sech(x)/(a+b*sech(x)),x)

[Out]

Integral(sech(x)/(a + b*sech(x)), x)

________________________________________________________________________________________

Giac [A]
time = 0.39, size = 32, normalized size = 0.76 \begin {gather*} \frac {2 \, \arctan \left (\frac {a e^{x} + b}{\sqrt {a^{2} - b^{2}}}\right )}{\sqrt {a^{2} - b^{2}}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(sech(x)/(a+b*sech(x)),x, algorithm="giac")

[Out]

2*arctan((a*e^x + b)/sqrt(a^2 - b^2))/sqrt(a^2 - b^2)

________________________________________________________________________________________

Mupad [B]
time = 0.12, size = 43, normalized size = 1.02 \begin {gather*} \frac {2\,\mathrm {atan}\left (\frac {b}{\sqrt {a^2-b^2}}+\frac {a\,{\mathrm {e}}^x}{\sqrt {a^2-b^2}}\right )}{\sqrt {a^2-b^2}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(1/(cosh(x)*(a + b/cosh(x))),x)

[Out]

(2*atan(b/(a^2 - b^2)^(1/2) + (a*exp(x))/(a^2 - b^2)^(1/2)))/(a^2 - b^2)^(1/2)

________________________________________________________________________________________