3.28 \(\int \frac {1}{\sqrt {\text {sech}^2(a+b x)}} \, dx\)

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.02, 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 = {4122, 191} \[ \frac {\tanh (a+b x)}{b \sqrt {\text {sech}^2(a+b x)}} \]

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 191

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 4122

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 {\operatorname {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.03, size = 22, normalized size = 1.00 \[ \frac {\tanh (a+b x)}{b \sqrt {\text {sech}^2(a+b x)}} \]

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])

________________________________________________________________________________________

fricas [A]  time = 0.38, size = 10, normalized size = 0.45 \[ \frac {\sinh \left (b x + a\right )}{b} \]

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

________________________________________________________________________________________

giac [A]  time = 0.13, size = 23, normalized size = 1.05 \[ \frac {e^{\left (b x + a\right )} - e^{\left (-b x - a\right )}}{2 \, b} \]

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

________________________________________________________________________________________

maple [B]  time = 0.41, size = 97, normalized size = 4.41 \[ \frac {{\mathrm e}^{2 b x +2 a}}{2 b \left (1+{\mathrm e}^{2 b x +2 a}\right ) \sqrt {\frac {{\mathrm e}^{2 b x +2 a}}{\left (1+{\mathrm e}^{2 b x +2 a}\right )^{2}}}}-\frac {1}{2 b \left (1+{\mathrm e}^{2 b x +2 a}\right ) \sqrt {\frac {{\mathrm e}^{2 b x +2 a}}{\left (1+{\mathrm e}^{2 b x +2 a}\right )^{2}}}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

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

________________________________________________________________________________________

maxima [A]  time = 0.32, size = 26, normalized size = 1.18 \[ \frac {e^{\left (b x + a\right )}}{2 \, b} - \frac {e^{\left (-b x - a\right )}}{2 \, b} \]

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

________________________________________________________________________________________

mupad [B]  time = 0.15, size = 53, normalized size = 2.41 \[ \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} \]

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)

________________________________________________________________________________________

sympy [A]  time = 17.32, size = 29, normalized size = 1.32 \[ \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}{\relax (a )}}} & \text {otherwise} \end {cases} \]

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))

________________________________________________________________________________________