3.1.28 \(\int \frac {1}{\sqrt {\text {sech}^2(a+b x)}} \, dx\) [28]

Optimal. Leaf size=22 \[ \frac {\tanh (a+b x)}{b \sqrt {\text {sech}^2(a+b x)}} \]

[Out]

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

________________________________________________________________________________________

Rubi [A]
time = 0.01, antiderivative size = 22, normalized size of antiderivative = 1.00, number of steps used = 2, number of rules used = 2, integrand size = 12, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.167, Rules used = {4207, 197} \begin {gather*} \frac {\tanh (a+b x)}{b \sqrt {\text {sech}^2(a+b x)}} \end {gather*}

Antiderivative was successfully verified.

[In]

Int[1/Sqrt[Sech[a + b*x]^2],x]

[Out]

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

Rule 197

Int[((a_) + (b_.)*(x_)^(n_))^(p_), x_Symbol] :> Simp[x*((a + b*x^n)^(p + 1)/a), x] /; FreeQ[{a, b, n, p}, x] &
& EqQ[1/n + p + 1, 0]

Rule 4207

Int[((b_.)*sec[(e_.) + (f_.)*(x_)]^2)^(p_), x_Symbol] :> With[{ff = FreeFactors[Tan[e + f*x], x]}, Dist[b*(ff/
f), Subst[Int[(b + b*ff^2*x^2)^(p - 1), x], x, Tan[e + f*x]/ff], x]] /; FreeQ[{b, e, f, p}, x] &&  !IntegerQ[p
]

Rubi steps

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

________________________________________________________________________________________

Mathematica [A]
time = 0.02, size = 22, normalized size = 1.00 \begin {gather*} \frac {\tanh (a+b x)}{b \sqrt {\text {sech}^2(a+b x)}} \end {gather*}

Antiderivative was successfully verified.

[In]

Integrate[1/Sqrt[Sech[a + b*x]^2],x]

[Out]

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

________________________________________________________________________________________

Maple [B] Leaf count of result is larger than twice the leaf count of optimal. \(96\) vs. \(2(20)=40\).
time = 2.41, size = 97, normalized size = 4.41

method result size
risch \(\frac {{\mathrm e}^{2 b x +2 a}}{2 b \left ({\mathrm e}^{2 b x +2 a}+1\right ) \sqrt {\frac {{\mathrm e}^{2 b x +2 a}}{\left ({\mathrm e}^{2 b x +2 a}+1\right )^{2}}}}-\frac {1}{2 b \left ({\mathrm e}^{2 b x +2 a}+1\right ) \sqrt {\frac {{\mathrm e}^{2 b x +2 a}}{\left ({\mathrm e}^{2 b x +2 a}+1\right )^{2}}}}\) \(97\)

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

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

________________________________________________________________________________________

Maxima [A]
time = 0.31, size = 26, normalized size = 1.18 \begin {gather*} \frac {e^{\left (b x + a\right )}}{2 \, b} - \frac {e^{\left (-b x - a\right )}}{2 \, b} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

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

________________________________________________________________________________________

Fricas [A]
time = 0.39, size = 10, normalized size = 0.45 \begin {gather*} \frac {\sinh \left (b x + a\right )}{b} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

sinh(b*x + a)/b

________________________________________________________________________________________

Sympy [A]
time = 12.13, size = 29, normalized size = 1.32 \begin {gather*} \begin {cases} \frac {\tanh {\left (a + b x \right )}}{b \sqrt {\operatorname {sech}^{2}{\left (a + b x \right )}}} & \text {for}\: b \neq 0 \\\frac {x}{\sqrt {\operatorname {sech}^{2}{\left (a \right )}}} & \text {otherwise} \end {cases} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

Piecewise((tanh(a + b*x)/(b*sqrt(sech(a + b*x)**2)), Ne(b, 0)), (x/sqrt(sech(a)**2), True))

________________________________________________________________________________________

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

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

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

________________________________________________________________________________________

Mupad [B]
time = 0.15, size = 53, normalized size = 2.41 \begin {gather*} \frac {{\mathrm {e}}^{-2\,a-2\,b\,x}\,\left ({\mathrm {e}}^{4\,a+4\,b\,x}-1\right )\,\sqrt {\frac {4\,{\mathrm {e}}^{2\,a+2\,b\,x}}{{\left ({\mathrm {e}}^{2\,a+2\,b\,x}+1\right )}^2}}}{4\,b} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

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

________________________________________________________________________________________