3.571 \(\int \sinh (x) \, dx\)

Optimal. Leaf size=2 \[ \cosh (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 = {2638} \[ \cosh (x) \]

Antiderivative was successfully verified.

[In]

Int[Sinh[x],x]

[Out]

Cosh[x]

Rule 2638

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

Rubi steps

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

________________________________________________________________________________________

Mathematica [A]  time = 0.00, size = 2, normalized size = 1.00 \[ \cosh (x) \]

Antiderivative was successfully verified.

[In]

Integrate[Sinh[x],x]

[Out]

Cosh[x]

________________________________________________________________________________________

IntegrateAlgebraic [F]  time = 0.00, size = 0, normalized size = 0.00 \[ \int \sinh (x) \, dx \]

Verification is Not applicable to the result.

[In]

IntegrateAlgebraic[Sinh[x],x]

[Out]

Could not integrate

________________________________________________________________________________________

fricas [A]  time = 1.17, size = 2, normalized size = 1.00 \[ \cosh \relax (x) \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

cosh(x)

________________________________________________________________________________________

giac [B]  time = 0.62, size = 11, normalized size = 5.50 \[ \frac {1}{2} \, e^{\left (-x\right )} + \frac {1}{2} \, e^{x} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

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

________________________________________________________________________________________

maple [A]  time = 0.03, size = 3, normalized size = 1.50




method result size



lookup \(\cosh \relax (x )\) \(3\)
default \(\cosh \relax (x )\) \(3\)
risch \(\frac {{\mathrm e}^{-x}}{2}+\frac {{\mathrm e}^{x}}{2}\) \(12\)
meijerg \(-\sqrt {\pi }\, \left (\frac {1}{\sqrt {\pi }}-\frac {\cosh \relax (x )}{\sqrt {\pi }}\right )\) \(17\)



Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

cosh(x)

________________________________________________________________________________________

maxima [A]  time = 0.42, size = 2, normalized size = 1.00 \[ \cosh \relax (x) \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

cosh(x)

________________________________________________________________________________________

mupad [B]  time = 0.02, size = 2, normalized size = 1.00 \[ \mathrm {cosh}\relax (x) \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(sinh(x),x)

[Out]

cosh(x)

________________________________________________________________________________________

sympy [A]  time = 0.13, size = 2, normalized size = 1.00 \[ \cosh {\relax (x )} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(sinh(x),x)

[Out]

cosh(x)

________________________________________________________________________________________