cours/fonction tangente hyperbolique.md
oscar.plaisant@icloud.com 38fbb1938d from github to this gitea
2023-10-23 23:09:51 +02:00

37 lines
936 B
Markdown

---
alias: ["th", "tangente hyperbolique"]
---
up::[[trigonométrie]], [[fonctions]]
properties::[[fonction impaire|impaire]], [[bijection|bijective]]
derivative::$\dfrac{1}{\mathrm{ch}^{2}(x)}$
description::"$\mathbb{R} \to [-1; 1]$", "$x \mapsto \dfrac{\mathrm{sh}(x)}{\mathrm{ch}(x)} = \dfrac{e^{x}-e^{-x}}{e^{x}+e^{-x}}$"
title::$\mathrm{th}$
#maths/trigonométrie #maths/analyse
----
La *tangente hyperbolique* est la [[fonction]] suivante :
$\begin{align*} \mathrm{th} : & \mathbb{R} \to [-1; 1]\\ & x \mapsto \frac{\cosh(x)}{\sinh(x)} \end{align*}$
ou bien, sous une autre forme :
$\displaystyle\mathrm{th}(x) = \frac{e^{x}-e^{-x}}{e^{x} + e^{-x}}$
$\sin x + \cos x - \arccos \arg \mathrm{th} $
```desmos-graph
top=2.5
left=-5; right=5
bottom=-2.5
width=400; height=200
---
y = \tanh(x)
```
# Propriétés
- $\mathrm{th}$ est une [[fonction impaire]]
- dérivée : $\mathrm{th}'=\frac{1}{\mathrm{ch}^{2}}$
-