ebooksgratis.com

See also ebooksgratis.com: no banners, no cookies, totally FREE.

CLASSICISTRANIERI HOME PAGE - YOUTUBE CHANNEL
Privacy Policy Cookie Policy Terms and Conditions
Hyperbolic function - Wikipedia, the free encyclopedia

Hyperbolic function

From Wikipedia, the free encyclopedia

A ray through the origin intercepts the hyperbola  in the point , where  is the area between the ray, its mirror image with respect to the -axis, and the hyperbola (see animated version with comparison with the trigonometric (circular) functions).
A ray through the origin intercepts the hyperbola \scriptstyle x^2\ -\ y^2\ =\ 1 in the point \scriptstyle (\cosh\,a,\,\sinh\,a), where \scriptstyle a is the area between the ray, its mirror image with respect to the \scriptstyle x-axis, and the hyperbola (see animated version with comparison with the trigonometric (circular) functions).

In mathematics, the hyperbolic functions are analogs of the ordinary trigonometric, or circular, functions. The basic hyperbolic functions are the hyperbolic sine "sinh", and the hyperbolic cosine "cosh", from which are derived the hyperbolic tangent "tanh", etc., in analogy to the derived trigonometric functions. The inverse functions are the inverse hyperbolic sine "arsinh" (also called "arcsinh" or "asinh") and so on.

Just as the points (cos t, sin t) define a circle, the points (cosh t, sinh t) define the right half of the equilateral hyperbola. Hyperbolic functions are also useful because they occur in the solutions of some important linear differential equations, notably that defining the shape of a hanging cable, the catenary, and Laplace's equation (in Cartesian coordinates), which is important in many areas of physics including electromagnetic theory, heat transfer, fluid dynamics, and special relativity.

The hyperbolic functions take real values for real argument called a hyperbolic angle. In complex analysis, they are simply rational functions of exponentials, and so are meromorphic.

Contents

[edit] Standard algebraic expressions

sinh, cosh and tanh
sinh, cosh and tanh
csch, sech and coth
csch, sech and coth

The hyperbolic functions are:

  • Hyperbolic sine, often pronounced "sinch", or (especially in the U.K.) "shine":
\sinh x = \frac{e^x - e^{-x}}{2} = -i \sin ix \!
  • Hyperbolic cosine, often pronounced "cosh", "co-sinch", or "co-shine":
\cosh x =  \frac{e^{x} + e^{-x}}{2} = \cos ix \!
  • Hyperbolic tangent, often pronounced "tanch" (or "than"):
\tanh x =  \frac{\sinh x}{\cosh x} = \frac {\frac {e^x - e^{-x}} {2}} {\frac {e^x + e^{-x}} {2}} = \frac {e^x - e^{-x}} {e^x + e^{-x}} = \frac{e^{2x} - 1} {e^{2x} + 1} = -i \tan ix \!
  • Hyperbolic cotangent, often pronounced "coth", "co-tanch", or "chot":
\coth x = \frac{\cosh x}{\sinh x} = \frac {\frac {e^x + e^{-x}} {2}} {\frac {e^x - e^{-x}} {2}} = \frac {e^x + e^{-x}} {e^x - e^{-x}} = \frac{e^{2x} + 1} {e^{2x} - 1} = i  \cot ix \!
  • Hyperbolic secant, often pronounced "setch" or "sheck":
\operatorname{sech} x = \frac{1}{\cosh x} = \frac {2} {e^x + e^{-x}} = \sec {ix} \!
  • Hyperbolic cosecant, often pronounced "cosetch" or "cosheck"
\operatorname{csch} x = \frac{1}{\sinh x} = \frac {2} {e^x - e^{-x}} = i\,\csc\,ix \!

where i is the imaginary unit defined as i2 = − 1.

The complex forms in the definitions above derive from Euler's formula.

Note that, by convention, sinh2x means (sinhx)2, not sinh(sinhx); similarly for the other hyperbolic functions and positive exponents.

[edit] Useful relations

\sinh(-x) = -\sinh x\,\!
\cosh(-x) =  \cosh x\,\!

Hence:

\tanh(-x) = -\tanh x\,\!
\coth(-x) = -\coth x\,\!
\operatorname{sech}(-x) =  \operatorname{sech}\, x\,\!
\operatorname{csch}(-x) = -\operatorname{csch}\, x\,\!

It can be seen that both cosh x and sech x are even functions, others are odd functions.

[edit] Derivatives

 \frac{d}{dx}\sinh(x) = \cosh(x) \,
 \frac{d}{dx}\cosh(x) = \sinh(x) \,
 \frac{d}{dx}\tanh(x) = 1 - \tanh^2(x) = \hbox{sech}^2(x) = 1/\cosh^2(x) \,
 \frac{d}{dx}\coth(x) = 1 - \coth^2(x) = -\hbox{csch}^2(x) = -1/\sinh^2(x) \,
 \frac{d}{dx}\ \hbox{csch(x)} = - \coth(x)\ \hbox{csch(x)}\,
 \frac{d}{dx}\ \hbox{sech(x)} = - \tanh(x)\ \hbox{sech(x)}\,

[edit] Standard Integrals

For a full list of integrals of hyperbolic functions, see list of integrals of hyperbolic functions

\int\sinh ax\,dx = \frac{1}{a}\cosh ax + C
\int\cosh ax\,dx = \frac{1}{a}\sinh ax + C
\int \tanh ax\,dx = \frac{1}{a}\ln|\cosh ax| + C
\int \coth ax\,dx = \frac{1}{a}\ln|\sinh ax| + C

In the above expressions, C is called the constant of integration.

[edit] Taylor series expressions

It is possible to express the above functions as Taylor series:

\sinh x = x + \frac {x^3} {3!} + \frac {x^5} {5!} + \frac {x^7} {7!} +\cdots = \sum_{n=0}^\infty \frac{x^{2n+1}}{(2n+1)!}
\cosh x = 1 + \frac {x^2} {2!} + \frac {x^4} {4!} + \frac {x^6} {6!} + \cdots = \sum_{n=0}^\infty \frac{x^{2n}}{(2n)!}
\tanh x = x - \frac {x^3} {3} + \frac {2x^5} {15} - \frac {17x^7} {315} + \cdots = \sum_{n=1}^\infty \frac{2^{2n}(2^{2n}-1)B_{2n} x^{2n-1}}{(2n)!}, \left |x \right | < \frac {\pi} {2}
\coth x = \frac {1} {x} + \frac {x} {3} - \frac {x^3} {45} + \frac {2x^5} {945} + \cdots = \frac {1} {x} + \sum_{n=1}^\infty \frac{2^{2n} B_{2n} x^{2n-1}} {(2n)!}, 0 < \left |x \right | < \pi (Laurent series)
\operatorname {sech}\, x = 1 - \frac {x^2} {2} + \frac {5x^4} {24} - \frac {61x^6} {720} + \cdots = \sum_{n=0}^\infty \frac{E_{2 n} x^{2n}}{(2n)!} , \left |x \right | < \frac {\pi} {2}
\operatorname {csch}\, x = \frac {1} {x} - \frac {x} {6} +\frac {7x^3} {360} -\frac {31x^5} {15120} + \cdots = \frac {1} {x} + \sum_{n=1}^\infty \frac{ 2 (1-2^{2n-1}) B_{2n} x^{2n-1}}{(2n)!} , 0 < \left |x \right | < \pi (Laurent series)

where

B_n \, is the nth Bernoulli number
E_n \, is the nth Euler number

[edit] Similarities to circular trigonometric functions

A point on the hyperbola x y = 1 with x > 1 determines a hyperbolic triangle in which the side adjacent to the hyperbolic angle is associated with cosh while the side opposite is associated with sinh. However, since the point (1,1) on this hyperbola is a distance √2 from the origin, the normalization constant 1/√2 is necessary to define cosh and sinh by the lengths of the sides of the hyperbolic triangle.

Just as the points (cos t, sin t) define a circle, the points (cosh t, sinh t) define the right half of the equilateral hyperbola x² - y² = 1. This is based on the easily verified identity

\cosh^2 t - \sinh^2 t = 1 \,

and the property that cosh t > 0 for all t.

The hyperbolic functions are periodic with complex period i.

The parameter t is not a circular angle, but rather a hyperbolic angle which represents twice the area between the x-axis, the hyperbola and the straight line which links the origin with the point (cosh t, sinh t) on the hyperbola.

The function cosh x is an even function, that is symmetric with respect to the y-axis.

The function sinh x is an odd function, that is -sinh x = sinh -x, and sinh 0 = 0.

The hyperbolic functions satisfy many identities, all of them similar in form to the trigonometric identities. In fact, Osborn's rule [1] states that one can convert any trigonometric identity into a hyperbolic identity by expanding it completely in terms of integral powers of sines and cosines, changing sine to sinh and cosine to cosh, and switching the sign of every term which contains a product of two sinh's. This yields for example the addition theorems

\sinh(x+y) = \sinh x \cosh y + \cosh x \sinh y \,
\cosh(x+y) = \cosh x \cosh y + \sinh x \sinh y \,
\tanh(x+y) = \frac{\tanh x + \tanh y}{1 + \tanh x \tanh y} \,

the "double angle formulas"

\sinh 2x\ = 2\sinh x \cosh x \,
\cosh 2x\ = \cosh^2 x + \sinh^2 x = 2\cosh^2 x - 1 = 2\sinh^2 x + 1 \,

and the "half-angle formulas"

\cosh^2\frac{x}{2} = \frac{\cosh x + 1}{2} Note: This corresponds to its circular counterpart.
\sinh^2\frac{x}{2} = \frac{\cosh x - 1}{2} Note: This is equivalent to its circular counterpart multiplied by -1.

The derivative of sinh x is given by cosh x and the derivative of cosh x is sinh x.

The Gudermannian function gives a direct relationship between the circular functions and the hyperbolic ones that does not involve complex numbers.

The graph of the function cosh x is the catenary, the curve formed by a uniform flexible chain hanging freely under gravity.

[edit] Relationship to the exponential function

From the definitions of the hyperbolic sine and cosine, we can derive the following identities:

e^x = \cosh x + \sinh x\!

and

e^{-x} = \cosh x - \sinh x.\!

These expressions are analogous to the expressions for sine and cosine, based on Euler's formula, as sums of complex exponentials.

[edit] Hyperbolic functions for complex numbers

Since the exponential function can be defined for any complex argument, we can extend the definitions of the hyperbolic functions also to complex arguments. The functions sinh z and cosh z are then holomorphic; their Taylor series expansions are given in the Taylor series article.

Relationships to ordinary trigonometric functions are given by Euler's formula for complex numbers:

e^{i x} = \cos x + i \;\sin x
e^{-i x} = \cos x - i \;\sin x

so:

\cosh ix = \frac{e^{i x} + e^{-i x}}{2} = \cos x
\sinh ix = \frac{e^{i x} - e^{-i x}}{2} = i \sin x
\tanh ix = i \tan x \,
\cosh x = \cos ix \,
\sinh x = -i \sin ix \,
\tanh x = -i \tan ix \,
Hyperbolic functions in the complex plane

\operatorname{sinh}(z)

\operatorname{cosh}(z)

\operatorname{tanh}(z)

\operatorname{coth}(z)

\operatorname{sech}(z)

\operatorname{csch}(z)

[edit] References

  1. ^ G. Osborn, Mnemonic for hyperbolic formulae, The Mathematical Gazette, p. 189, volume 2, issue 34, July 1902

[edit] See also

[edit] External links


aa - ab - af - ak - als - am - an - ang - ar - arc - as - ast - av - ay - az - ba - bar - bat_smg - bcl - be - be_x_old - bg - bh - bi - bm - bn - bo - bpy - br - bs - bug - bxr - ca - cbk_zam - cdo - ce - ceb - ch - cho - chr - chy - co - cr - crh - cs - csb - cu - cv - cy - da - de - diq - dsb - dv - dz - ee - el - eml - en - eo - es - et - eu - ext - fa - ff - fi - fiu_vro - fj - fo - fr - frp - fur - fy - ga - gan - gd - gl - glk - gn - got - gu - gv - ha - hak - haw - he - hi - hif - ho - hr - hsb - ht - hu - hy - hz - ia - id - ie - ig - ii - ik - ilo - io - is - it - iu - ja - jbo - jv - ka - kaa - kab - kg - ki - kj - kk - kl - km - kn - ko - kr - ks - ksh - ku - kv - kw - ky - la - lad - lb - lbe - lg - li - lij - lmo - ln - lo - lt - lv - map_bms - mdf - mg - mh - mi - mk - ml - mn - mo - mr - mt - mus - my - myv - mzn - na - nah - nap - nds - nds_nl - ne - new - ng - nl - nn - no - nov - nrm - nv - ny - oc - om - or - os - pa - pag - pam - pap - pdc - pi - pih - pl - pms - ps - pt - qu - quality - rm - rmy - rn - ro - roa_rup - roa_tara - ru - rw - sa - sah - sc - scn - sco - sd - se - sg - sh - si - simple - sk - sl - sm - sn - so - sr - srn - ss - st - stq - su - sv - sw - szl - ta - te - tet - tg - th - ti - tk - tl - tlh - tn - to - tpi - tr - ts - tt - tum - tw - ty - udm - ug - uk - ur - uz - ve - vec - vi - vls - vo - wa - war - wo - wuu - xal - xh - yi - yo - za - zea - zh - zh_classical - zh_min_nan - zh_yue - zu -