Import all

This commit is contained in:
2020-05-05 09:53:14 +02:00
parent 0e4c9c0fea
commit 7de4bab059
1411 changed files with 163444 additions and 0 deletions

View File

@@ -0,0 +1,33 @@
\documentclass[a4paper,10pt]{article}
\usepackage{myXsim}
\title{Fonctions puissances - Exponentiel}
\tribe{Terminale Tsti2d}
\date{Novembre 2019}
\pagestyle{empty}
\begin{document}
\section*{Variation de la fonction exponentiel}
\subsection*{Propriété (non démontrée)}
La fonction $\exp$ est strictement croissante sur $\R$.
Donc pour tout $a$ et $b$ deux réels
\[
e^a = e^b \equiv a = b
\]
\[
e^a > e^b \equiv a > b
\]
\subsection*{Exemple}
Pour résoudre l'inéquation
\[
e^{2x+1} \gep e^{5x -1}
\]
\afaire{Terminer l'exemple}
\end{document}