3.6.70 \(\int \cosh (x) \, dx\) [570]

Optimal. Leaf size=2 \[ \sinh (x) \]

[Out]

sinh(x)

________________________________________________________________________________________

Rubi [A]
time = 0.00, antiderivative size = 2, normalized size of antiderivative = 1.00, number of steps used = 1, number of rules used = 1, integrand size = 2, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.500, Rules used = {2717} \begin {gather*} \sinh (x) \end {gather*}

Antiderivative was successfully verified.

[In]

Int[Cosh[x],x]

[Out]

Sinh[x]

Rule 2717

Int[sin[Pi/2 + (c_.) + (d_.)*(x_)], x_Symbol] :> Simp[Sin[c + d*x]/d, x] /; FreeQ[{c, d}, x]

Rubi steps

\begin {align*} \int \cosh (x) \, dx &=\sinh (x)\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]
time = 0.00, size = 2, normalized size = 1.00 \begin {gather*} \sinh (x) \end {gather*}

Antiderivative was successfully verified.

[In]

Integrate[Cosh[x],x]

[Out]

Sinh[x]

________________________________________________________________________________________

Maple [A]
time = 0.01, size = 3, normalized size = 1.50

method result size
lookup \(\sinh \left (x \right )\) \(3\)
default \(\sinh \left (x \right )\) \(3\)
meijerg \(\sinh \left (x \right )\) \(3\)
risch \(-\frac {{\mathrm e}^{-x}}{2}+\frac {{\mathrm e}^{x}}{2}\) \(12\)

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(cosh(x),x,method=_RETURNVERBOSE)

[Out]

sinh(x)

________________________________________________________________________________________

Maxima [A]
time = 3.74, size = 2, normalized size = 1.00 \begin {gather*} \sinh \left (x\right ) \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(cosh(x),x, algorithm="maxima")

[Out]

sinh(x)

________________________________________________________________________________________

Fricas [A]
time = 0.60, size = 2, normalized size = 1.00 \begin {gather*} \sinh \left (x\right ) \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(cosh(x),x, algorithm="fricas")

[Out]

sinh(x)

________________________________________________________________________________________

Sympy [A]
time = 0.05, size = 2, normalized size = 1.00 \begin {gather*} \sinh {\left (x \right )} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(cosh(x),x)

[Out]

sinh(x)

________________________________________________________________________________________

Giac [B] Leaf count of result is larger than twice the leaf count of optimal. 11 vs. \(2 (2) = 4\).
time = 1.31, size = 11, normalized size = 5.50 \begin {gather*} -\frac {1}{2} \, e^{\left (-x\right )} + \frac {1}{2} \, e^{x} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(cosh(x),x, algorithm="giac")

[Out]

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

________________________________________________________________________________________

Mupad [B]
time = 0.02, size = 2, normalized size = 1.00 \begin {gather*} \mathrm {sinh}\left (x\right ) \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(cosh(x),x)

[Out]

sinh(x)

________________________________________________________________________________________