3.1 \(\int \text {sech}(a+b x) \, dx\)

Optimal. Leaf size=11 \[ \frac {\tan ^{-1}(\sinh (a+b x))}{b} \]

[Out]

arctan(sinh(b*x+a))/b

________________________________________________________________________________________

Rubi [A]  time = 0.01, antiderivative size = 11, normalized size of antiderivative = 1.00, number of steps used = 1, number of rules used = 1, integrand size = 6, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.167, Rules used = {3770} \[ \frac {\tan ^{-1}(\sinh (a+b x))}{b} \]

Antiderivative was successfully verified.

[In]

Int[Sech[a + b*x],x]

[Out]

ArcTan[Sinh[a + b*x]]/b

Rule 3770

Int[csc[(c_.) + (d_.)*(x_)], x_Symbol] :> -Simp[ArcTanh[Cos[c + d*x]]/d, x] /; FreeQ[{c, d}, x]

Rubi steps

\begin {align*} \int \text {sech}(a+b x) \, dx &=\frac {\tan ^{-1}(\sinh (a+b x))}{b}\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]  time = 0.00, size = 11, normalized size = 1.00 \[ \frac {\tan ^{-1}(\sinh (a+b x))}{b} \]

Antiderivative was successfully verified.

[In]

Integrate[Sech[a + b*x],x]

[Out]

ArcTan[Sinh[a + b*x]]/b

________________________________________________________________________________________

fricas [A]  time = 0.43, size = 19, normalized size = 1.73 \[ \frac {2 \, \arctan \left (\cosh \left (b x + a\right ) + \sinh \left (b x + a\right )\right )}{b} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

2*arctan(cosh(b*x + a) + sinh(b*x + a))/b

________________________________________________________________________________________

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

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

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

________________________________________________________________________________________

maple [A]  time = 0.02, size = 12, normalized size = 1.09 \[ \frac {\arctan \left (\sinh \left (b x +a \right )\right )}{b} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(sech(b*x+a),x)

[Out]

arctan(sinh(b*x+a))/b

________________________________________________________________________________________

maxima [A]  time = 0.36, size = 11, normalized size = 1.00 \[ \frac {\arctan \left (\sinh \left (b x + a\right )\right )}{b} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

arctan(sinh(b*x + a))/b

________________________________________________________________________________________

mupad [B]  time = 0.08, size = 23, normalized size = 2.09 \[ \frac {2\,\mathrm {atan}\left (\frac {{\mathrm {e}}^{b\,x}\,{\mathrm {e}}^a\,\sqrt {b^2}}{b}\right )}{\sqrt {b^2}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

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

________________________________________________________________________________________

sympy [F]  time = 0.00, size = 0, normalized size = 0.00 \[ \int \operatorname {sech}{\left (a + b x \right )}\, dx \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

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

________________________________________________________________________________________