3.811 \(\int \frac{1}{\cosh ^2(x)-\sinh ^2(x)} \, dx\)

Optimal. Leaf size=1 \[ x \]

[Out]

x

________________________________________________________________________________________

Rubi [A]  time = 0.0147339, antiderivative size = 1, normalized size of antiderivative = 1., number of steps used = 2, number of rules used = 2, integrand size = 13, \(\frac{\text{number of rules}}{\text{integrand size}}\) = 0.154, Rules used = {4380, 8} \[ x \]

Antiderivative was successfully verified.

[In]

Int[(Cosh[x]^2 - Sinh[x]^2)^(-1),x]

[Out]

x

Rule 4380

Int[(u_.)*((a_.) + cos[(d_.) + (e_.)*(x_)]^2*(b_.) + (c_.)*sin[(d_.) + (e_.)*(x_)]^2)^(p_.), x_Symbol] :> Dist
[(a + c)^p, Int[ActivateTrig[u], x], x] /; FreeQ[{a, b, c, d, e, p}, x] && EqQ[b - c, 0]

Rule 8

Int[a_, x_Symbol] :> Simp[a*x, x] /; FreeQ[a, x]

Rubi steps

\begin{align*} \int \frac{1}{\cosh ^2(x)-\sinh ^2(x)} \, dx &=\int 1 \, dx\\ &=x\\ \end{align*}

Mathematica [A]  time = 0.0004396, size = 1, normalized size = 1. \[ x \]

Antiderivative was successfully verified.

[In]

Integrate[(Cosh[x]^2 - Sinh[x]^2)^(-1),x]

[Out]

x

________________________________________________________________________________________

Maple [C]  time = 0.01, size = 8, normalized size = 8. \begin{align*} 2\,{\it Artanh} \left ( \tanh \left ( x/2 \right ) \right ) \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(1/(cosh(x)^2-sinh(x)^2),x)

[Out]

2*arctanh(tanh(1/2*x))

________________________________________________________________________________________

Maxima [A]  time = 1.10203, size = 1, normalized size = 1. \begin{align*} x \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/(cosh(x)^2-sinh(x)^2),x, algorithm="maxima")

[Out]

x

________________________________________________________________________________________

Fricas [A]  time = 2.06439, size = 4, normalized size = 4. \begin{align*} x \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/(cosh(x)^2-sinh(x)^2),x, algorithm="fricas")

[Out]

x

________________________________________________________________________________________

Sympy [B]  time = 0.503864, size = 10, normalized size = 10. \begin{align*} \frac{x}{- \sinh ^{2}{\left (x \right )} + \cosh ^{2}{\left (x \right )}} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/(cosh(x)**2-sinh(x)**2),x)

[Out]

x/(-sinh(x)**2 + cosh(x)**2)

________________________________________________________________________________________

Giac [A]  time = 1.15502, size = 1, normalized size = 1. \begin{align*} x \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/(cosh(x)^2-sinh(x)^2),x, algorithm="giac")

[Out]

x