From 836a40c9c4939bd83586361204175aa3daa9af98 Mon Sep 17 00:00:00 2001 From: Bertrand Benjamin Date: Thu, 17 Dec 2020 13:30:33 +0100 Subject: [PATCH] =?UTF-8?q?Feat:=20d=C3=A9but=20de=20la=20s=C3=A9quence=20?= =?UTF-8?q?Logarithme=20et=20=C3=A9quation=20puissance?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../1B.tex | 14 +++++++++++ .../1E.tex | 18 +++++++++++++ .../exercises.tex | 10 ++++++++ .../index.rst | 25 +++++++++++++++++++ 4 files changed, 67 insertions(+) create mode 100644 TST/07_Logarithme_et_equation_puissance/1B.tex create mode 100644 TST/07_Logarithme_et_equation_puissance/1E.tex create mode 100644 TST/07_Logarithme_et_equation_puissance/exercises.tex create mode 100644 TST/07_Logarithme_et_equation_puissance/index.rst diff --git a/TST/07_Logarithme_et_equation_puissance/1B.tex b/TST/07_Logarithme_et_equation_puissance/1B.tex new file mode 100644 index 0000000..cf73961 --- /dev/null +++ b/TST/07_Logarithme_et_equation_puissance/1B.tex @@ -0,0 +1,14 @@ +\documentclass[a4paper,10pt]{article} +\usepackage{myXsim} + +\author{Benjamin Bertrand} +\title{Logarithme et equation puissance - Cours} +\date{décembre 2020} + +\pagestyle{empty} + +\begin{document} + +\maketitle + +\end{document} \ No newline at end of file diff --git a/TST/07_Logarithme_et_equation_puissance/1E.tex b/TST/07_Logarithme_et_equation_puissance/1E.tex new file mode 100644 index 0000000..1577b93 --- /dev/null +++ b/TST/07_Logarithme_et_equation_puissance/1E.tex @@ -0,0 +1,18 @@ +\documentclass[a4paper,10pt]{article} +\usepackage{myXsim} + +\author{Benjamin Bertrand} +\title{Logarithme et equation puissance - Cours} +\date{décembre 2020} + +\DeclareExerciseCollection{banque} +\xsimsetup{ + step=1, +} + +\begin{document} + +\input{exercises.tex} +\printcollection{banque} + +\end{document} \ No newline at end of file diff --git a/TST/07_Logarithme_et_equation_puissance/exercises.tex b/TST/07_Logarithme_et_equation_puissance/exercises.tex new file mode 100644 index 0000000..bfe4b4f --- /dev/null +++ b/TST/07_Logarithme_et_equation_puissance/exercises.tex @@ -0,0 +1,10 @@ +\collectexercises{banque} +\begin{exercise}[subtitle={<++>}, step={1}, origin={<++>}, topics={Logarithme et equation puissance}, tags={logairthme, fonctions}] + <++> +\end{exercise} + +\begin{solution} + <++> +\end{solution} + +\collectexercisesstop{banque} \ No newline at end of file diff --git a/TST/07_Logarithme_et_equation_puissance/index.rst b/TST/07_Logarithme_et_equation_puissance/index.rst new file mode 100644 index 0000000..66e8930 --- /dev/null +++ b/TST/07_Logarithme_et_equation_puissance/index.rst @@ -0,0 +1,25 @@ +Logarithme et équation puissance +################################ + +:date: 2020-12-17 +:modified: 2020-12-17 +:authors: Benjamin Bertrand +:tags: Logairthme, Fonctions +:category: TST +:summary: Résolution d'équation puissance avec le logarithme décimal. + +Étape 1: Problèmes de seuil avec les fonctions puissance +======================================================== + +Situations utilisant les fonctions puissances où l'on calcule des valeurs et où l'on utilise le tableur de la calculatrice pour connaître un seuil. + +Bilan: On pose l'inéquation du seuil et on introduit la fonction log décimal + +Étape 2: Premières équations/inéquations +======================================== + +Étape 3: Manipulation algébrique du log +======================================= + +Étape 4: Résolution d'inéquations et problèmes +==============================================