From 0e15c50b49cf2fd0223d096bd55c6b7ddef47503 Mon Sep 17 00:00:00 2001 From: Bertrand Benjamin Date: Mon, 18 Oct 2021 15:07:38 +0200 Subject: [PATCH] =?UTF-8?q?Feat:=20pr=C3=A9pa=20p2=20pour=20les=202nd=20av?= =?UTF-8?q?ec=20Camille?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 2nd/08_Vecteur_hors_repere/1B.tex | 14 ++++++++++ 2nd/08_Vecteur_hors_repere/1E.tex | 17 ++++++++++++ 2nd/08_Vecteur_hors_repere/exercises.tex | 7 +++++ 2nd/08_Vecteur_hors_repere/index.rst | 33 ++++++++++++++++++++++++ 2nd/09_Fonctions_tableaux/1B.tex | 14 ++++++++++ 2nd/09_Fonctions_tableaux/1E.tex | 17 ++++++++++++ 2nd/09_Fonctions_tableaux/exercises.tex | 7 +++++ 2nd/09_Fonctions_tableaux/index.rst | 12 +++++++++ 8 files changed, 121 insertions(+) create mode 100644 2nd/08_Vecteur_hors_repere/1B.tex create mode 100644 2nd/08_Vecteur_hors_repere/1E.tex create mode 100644 2nd/08_Vecteur_hors_repere/exercises.tex create mode 100644 2nd/08_Vecteur_hors_repere/index.rst create mode 100644 2nd/09_Fonctions_tableaux/1B.tex create mode 100644 2nd/09_Fonctions_tableaux/1E.tex create mode 100644 2nd/09_Fonctions_tableaux/exercises.tex create mode 100644 2nd/09_Fonctions_tableaux/index.rst diff --git a/2nd/08_Vecteur_hors_repere/1B.tex b/2nd/08_Vecteur_hors_repere/1B.tex new file mode 100644 index 0000000..cf26082 --- /dev/null +++ b/2nd/08_Vecteur_hors_repere/1B.tex @@ -0,0 +1,14 @@ +\documentclass[a4paper,10pt]{article} +\usepackage{myXsim} + +\author{Benjamin Bertrand} +\title{Vecteur hors repere - Cours} +\date{2021-10-18} + +\pagestyle{empty} + +\begin{document} + +\maketitle + +\end{document} diff --git a/2nd/08_Vecteur_hors_repere/1E.tex b/2nd/08_Vecteur_hors_repere/1E.tex new file mode 100644 index 0000000..87943b9 --- /dev/null +++ b/2nd/08_Vecteur_hors_repere/1E.tex @@ -0,0 +1,17 @@ +\documentclass[a4paper,10pt]{article} +\usepackage{myXsim} + +\author{Benjamin Bertrand} +\title{Vecteur hors repere - Exercices} +\date{2021-10-18} + +\DeclareExerciseCollection[step=1]{banque} +\xsimsetup{collect} + + +\begin{document} +\input{exercises.tex} + +\printcollection{banque} + +\end{document} diff --git a/2nd/08_Vecteur_hors_repere/exercises.tex b/2nd/08_Vecteur_hors_repere/exercises.tex new file mode 100644 index 0000000..180bc6f --- /dev/null +++ b/2nd/08_Vecteur_hors_repere/exercises.tex @@ -0,0 +1,7 @@ +\begin{exercise}[subtitle={<++>}, step={1}, origin={<++>}, topics={ Vecteur hors repere }, tags={ Vecteur }] + <++> +\end{exercise} + +\begin{solution} + <++> +\end{solution} diff --git a/2nd/08_Vecteur_hors_repere/index.rst b/2nd/08_Vecteur_hors_repere/index.rst new file mode 100644 index 0000000..fbe7cef --- /dev/null +++ b/2nd/08_Vecteur_hors_repere/index.rst @@ -0,0 +1,33 @@ +Vecteur hors repere +################### + +:date: 2021-10-18 +:modified: 2021-10-18 +:authors: Benjamin Bertrand +:tags: Vecteur +:category: 2nd +:summary: Découverte des vecteurs comme une flèche + +Étape 1: Découverte d'une vecteur comme un déplacement +====================================================== + +On voit: +- égalité de vecteurs +- somme de vecteurs +- vecteur opposé +- relation de chasles + + +Étape 2: Vecteurs en tant que force +=================================== + +On voit: +- égalité de vecteurs +- somme de vecteurs +- vecteur opposé +- colinéarité + +Étape 3: Manipulation technique +=============================== + +Le bilan des deux premières étapes permet de définir la notion de vecteur et les opérations associées. On les formalisera en parallèle des exercices techniques. diff --git a/2nd/09_Fonctions_tableaux/1B.tex b/2nd/09_Fonctions_tableaux/1B.tex new file mode 100644 index 0000000..194a070 --- /dev/null +++ b/2nd/09_Fonctions_tableaux/1B.tex @@ -0,0 +1,14 @@ +\documentclass[a4paper,10pt]{article} +\usepackage{myXsim} + +\author{Benjamin Bertrand} +\title{Fonctions tableaux - Cours} +\date{2021-10-18} + +\pagestyle{empty} + +\begin{document} + +\maketitle + +\end{document} diff --git a/2nd/09_Fonctions_tableaux/1E.tex b/2nd/09_Fonctions_tableaux/1E.tex new file mode 100644 index 0000000..6d73586 --- /dev/null +++ b/2nd/09_Fonctions_tableaux/1E.tex @@ -0,0 +1,17 @@ +\documentclass[a4paper,10pt]{article} +\usepackage{myXsim} + +\author{Benjamin Bertrand} +\title{Fonctions tableaux - Exercices} +\date{2021-10-18} + +\DeclareExerciseCollection[step=1]{banque} +\xsimsetup{collect} + + +\begin{document} +\input{exercises.tex} + +\printcollection{banque} + +\end{document} diff --git a/2nd/09_Fonctions_tableaux/exercises.tex b/2nd/09_Fonctions_tableaux/exercises.tex new file mode 100644 index 0000000..85915a6 --- /dev/null +++ b/2nd/09_Fonctions_tableaux/exercises.tex @@ -0,0 +1,7 @@ +\begin{exercise}[subtitle={<++>}, step={1}, origin={<++>}, topics={ Fonctions tableaux }, tags={ Fonctions }] + <++> +\end{exercise} + +\begin{solution} + <++> +\end{solution} diff --git a/2nd/09_Fonctions_tableaux/index.rst b/2nd/09_Fonctions_tableaux/index.rst new file mode 100644 index 0000000..2819d40 --- /dev/null +++ b/2nd/09_Fonctions_tableaux/index.rst @@ -0,0 +1,12 @@ +Fonctions tableaux +################## + +:date: 2021-10-18 +:modified: 2021-10-18 +:authors: Benjamin Bertrand +:tags: Fonctions +:category: 2nd +:summary: Liens entre les fonctions et les tableaux pour les représenter + +Étape 1: +========