summaryrefslogtreecommitdiff
path: root/libs/math/doc/html/math_toolkit/inv_hyper/inv_hyper_over.html
blob: 725cf2167e98bc91dedb927b81563b30c7e1e75b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>Inverse Hyperbolic Functions Overview</title>
<link rel="stylesheet" href="../../math.css" type="text/css">
<meta name="generator" content="DocBook XSL Stylesheets V1.77.1">
<link rel="home" href="../../index.html" title="Math Toolkit 2.2.0">
<link rel="up" href="../inv_hyper.html" title="Inverse Hyperbolic Functions">
<link rel="prev" href="../inv_hyper.html" title="Inverse Hyperbolic Functions">
<link rel="next" href="acosh.html" title="acosh">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table cellpadding="2" width="100%"><tr>
<td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../../../boost.png"></td>
<td align="center"><a href="../../../../../../index.html">Home</a></td>
<td align="center"><a href="../../../../../../libs/libraries.htm">Libraries</a></td>
<td align="center"><a href="http://www.boost.org/users/people.html">People</a></td>
<td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td>
<td align="center"><a href="../../../../../../more/index.htm">More</a></td>
</tr></table>
<hr>
<div class="spirit-nav">
<a accesskey="p" href="../inv_hyper.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../inv_hyper.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="acosh.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
</div>
<div class="section">
<div class="titlepage"><div><div><h3 class="title">
<a name="math_toolkit.inv_hyper.inv_hyper_over"></a><a class="link" href="inv_hyper_over.html" title="Inverse Hyperbolic Functions Overview">Inverse Hyperbolic
      Functions Overview</a>
</h3></div></div></div>
<p>
        The exponential funtion is defined, for all objects for which this makes
        sense, as the power series <span class="inlinemediaobject"><img src="../../../equations/special_functions_blurb1.svg"></span>,
        with <span class="emphasis"><em><code class="literal">n! = 1x2x3x4x5...xn</code></em></span> (and <span class="emphasis"><em><code class="literal">0!
        = 1</code></em></span> by definition) being the factorial of <span class="emphasis"><em><code class="literal">n</code></em></span>.
        In particular, the exponential function is well defined for real numbers,
        complex number, quaternions, octonions, and matrices of complex numbers,
        among others.
      </p>
<div class="blockquote"><blockquote class="blockquote"><p>
          <span class="emphasis"><em><span class="bold"><strong>Graph of exp on R</strong></span></em></span>
        </p></blockquote></div>
<div class="blockquote"><blockquote class="blockquote"><p>
          <span class="inlinemediaobject"><img src="../../../graphs/exp_on_r.png"></span>
        </p></blockquote></div>
<div class="blockquote"><blockquote class="blockquote"><p>
          <span class="emphasis"><em><span class="bold"><strong>Real and Imaginary parts of exp on C</strong></span></em></span>
        </p></blockquote></div>
<div class="blockquote"><blockquote class="blockquote"><p>
          <span class="inlinemediaobject"><img src="../../../graphs/im_exp_on_c.png"></span>
        </p></blockquote></div>
<p>
        The hyperbolic functions are defined as power series which can be computed
        (for reals, complex, quaternions and octonions) as:
      </p>
<p>
        Hyperbolic cosine: <span class="inlinemediaobject"><img src="../../../equations/special_functions_blurb5.svg"></span>
      </p>
<p>
        Hyperbolic sine: <span class="inlinemediaobject"><img src="../../../equations/special_functions_blurb6.svg"></span>
      </p>
<p>
        Hyperbolic tangent: <span class="inlinemediaobject"><img src="../../../equations/special_functions_blurb7.svg"></span>
      </p>
<div class="blockquote"><blockquote class="blockquote"><p>
          <span class="emphasis"><em><span class="bold"><strong>Trigonometric functions on R (cos: purple;
          sin: red; tan: blue)</strong></span></em></span>
        </p></blockquote></div>
<div class="blockquote"><blockquote class="blockquote"><p>
          <span class="inlinemediaobject"><img src="../../../graphs/trigonometric.png"></span>
        </p></blockquote></div>
<div class="blockquote"><blockquote class="blockquote"><p>
          <span class="emphasis"><em><span class="bold"><strong>Hyperbolic functions on r (cosh: purple;
          sinh: red; tanh: blue)</strong></span></em></span>
        </p></blockquote></div>
<div class="blockquote"><blockquote class="blockquote"><p>
          <span class="inlinemediaobject"><img src="../../../graphs/hyperbolic.png"></span>
        </p></blockquote></div>
<p>
        The hyperbolic sine is one to one on the set of real numbers, with range
        the full set of reals, while the hyperbolic tangent is also one to one on
        the set of real numbers but with range <code class="literal">[0;+&#8734;[</code>, and therefore
        both have inverses. The hyperbolic cosine is one to one from <code class="literal">]-&#8734;;+1[</code>
        onto <code class="literal">]-&#8734;;-1[</code> (and from <code class="literal">]+1;+&#8734;[</code> onto
        <code class="literal">]-&#8734;;-1[</code>); the inverse function we use here is defined on
        <code class="literal">]-&#8734;;-1[</code> with range <code class="literal">]-&#8734;;+1[</code>.
      </p>
<p>
        The inverse of the hyperbolic tangent is called the Argument hyperbolic tangent,
        and can be computed as <span class="inlinemediaobject"><img src="../../../equations/special_functions_blurb15.svg"></span>.
      </p>
<p>
        The inverse of the hyperbolic sine is called the Argument hyperbolic sine,
        and can be computed (for <code class="literal">[-1;-1+&#949;[</code>) as <span class="inlinemediaobject"><img src="../../../equations/special_functions_blurb17.svg"></span>.
      </p>
<p>
        The inverse of the hyperbolic cosine is called the Argument hyperbolic cosine,
        and can be computed as <span class="inlinemediaobject"><img src="../../../equations/special_functions_blurb18.svg"></span>.
      </p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
<td align="right"><div class="copyright-footer">Copyright &#169; 2006-2010, 2012-2014 Nikhar Agrawal,
      Anton Bikineev, Paul A. Bristow, Marco Guazzone, Christopher Kormanyos, Hubert
      Holin, Bruno Lalande, John Maddock, Johan R&#229;de, Gautam Sewani, Benjamin Sobotta,
      Thijs van den Berg, Daryle Walker and Xiaogang Zhang<p>
        Distributed under the Boost Software License, Version 1.0. (See accompanying
        file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
      </p>
</div></td>
</tr></table>
<hr>
<div class="spirit-nav">
<a accesskey="p" href="../inv_hyper.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../inv_hyper.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="acosh.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
</div>
</body>
</html>