Compare commits
5 Commits
5827237d7e
...
7198ed0d79
Author | SHA1 | Date | |
---|---|---|---|
7198ed0d79 | |||
fe75d15516 | |||
bb4fbd8558 | |||
5f5606733a | |||
5674ce6096 |
Binary file not shown.
@ -109,11 +109,11 @@
|
|||||||
\begin{tikzpicture}[yscale=0.4, xscale=0.6]
|
\begin{tikzpicture}[yscale=0.4, xscale=0.6]
|
||||||
%\repere{-9}{4}{-5}{4}
|
%\repere{-9}{4}{-5}{4}
|
||||||
\tkzInit[xmin=-9,xmax=4,xstep=1,
|
\tkzInit[xmin=-9,xmax=4,xstep=1,
|
||||||
ymin=-5,ymax=4,ystep=1]
|
ymin=-4,ymax=5,ystep=1]
|
||||||
\tkzGrid
|
\tkzGrid
|
||||||
\tkzAxeXY
|
\tkzAxeXY
|
||||||
\draw[very thick, color=red] plot [smooth,tension=0.2] coordinates{%
|
\draw[very thick, color=red] plot [smooth,tension=0.2] coordinates{%
|
||||||
(-8,0.2) (-6,3) (-2,-4.5) (0,-2) (1,0) (3,1.5)
|
(-8,-0.2) (-6,-3) (-2,4.5) (0,2) (1,0) (3,-1.5)
|
||||||
};
|
};
|
||||||
\draw (3,1) node[above right] {$\mathcal{C}_f$};
|
\draw (3,1) node[above right] {$\mathcal{C}_f$};
|
||||||
\end{tikzpicture}
|
\end{tikzpicture}
|
||||||
@ -142,36 +142,52 @@
|
|||||||
\end{exercise}
|
\end{exercise}
|
||||||
|
|
||||||
\begin{exercise}[subtitle={Lecture graphique}, step={4}, origin={???}, topics={ Fonctions et graphiques }, tags={ Fonctions, Graphiques }]
|
\begin{exercise}[subtitle={Lecture graphique}, step={4}, origin={???}, topics={ Fonctions et graphiques }, tags={ Fonctions, Graphiques }]
|
||||||
\begin{minipage}{0.5\textwidth}
|
Sur le graphique ci-dessous, on tracer les représentations graphiques des fonctions
|
||||||
\begin{tikzpicture}[xscale=0.7, yscale=0.6]
|
\[
|
||||||
\tkzInit[xmin=-6,xmax=6,xstep=1,
|
f(x) = 0.05(x+5)(x+1)(x-4) \qquad g(x) = 0.1x^2 - 1
|
||||||
ymin=-3,ymax=3,ystep=1]
|
\]
|
||||||
\tkzGrid
|
\begin{minipage}{0.4\textwidth}
|
||||||
\tkzAxeXY
|
\begin{tikzpicture}
|
||||||
\draw (4,2) node[below left] {$\mathcal{C}_g$};
|
\begin{axis}[
|
||||||
\tkzFct[domain = -6:6,color=red,very thick]%
|
axis lines = center,
|
||||||
{0.05*(x+5)*(x+1)*(x-4)}
|
grid = both,
|
||||||
|
xlabel = {$x$},
|
||||||
|
xtick distance=1,
|
||||||
|
ylabel = {$y$},
|
||||||
|
ytick distance=1,
|
||||||
|
legend pos = north west,
|
||||||
|
legend entries={$f(x)$, $g(x)$}
|
||||||
|
]
|
||||||
|
\addplot[domain=-6:6,samples=20, color=red, very thick]{0.05*(x+5)*(x+1)*(x-4)};
|
||||||
|
\addplot[domain=-6:6,samples=20, color=blue, very thick]{0.1*x^2 - 1};
|
||||||
|
\end{axis}
|
||||||
\end{tikzpicture}
|
\end{tikzpicture}
|
||||||
\end{minipage}
|
\end{minipage}
|
||||||
\begin{minipage}{0.5\textwidth}
|
\begin{minipage}{0.6\textwidth}
|
||||||
\begin{enumerate}
|
\begin{enumerate}
|
||||||
\item Résoudre graphiquement les équations suivantes
|
\item Résoudre graphiquement les équations suivantes
|
||||||
\begin{multicols}{2}
|
\begin{multicols}{2}
|
||||||
\begin{enumerate}
|
\begin{enumerate}
|
||||||
\item $g(x) = 1,5$
|
\item $g(x) = 0$
|
||||||
\item $g(x) = -2$
|
\item $f(x) = 2$
|
||||||
\item $g(x) = 3$
|
|
||||||
|
\item $0.1x^2 - 1 = -1$
|
||||||
|
\item $f(x) = g(x)$
|
||||||
\end{enumerate}
|
\end{enumerate}
|
||||||
|
|
||||||
\end{multicols}
|
\end{multicols}
|
||||||
\item Résoudre graphiquement les inéquations suivantes
|
\item Résoudre graphiquement les inéquations suivantes
|
||||||
\begin{multicols}{2}
|
\begin{multicols}{3}
|
||||||
\begin{enumerate}
|
\begin{enumerate}
|
||||||
\item $g(x) \geq 0$
|
\item $g(x) \geq 0$
|
||||||
\item $g(x) < -1,5$
|
\item $f(x) \leq 2$
|
||||||
\item $g(x) > 1 $
|
\item $g(x) > f(x)$
|
||||||
\end{enumerate}
|
\end{enumerate}
|
||||||
\end{multicols}
|
\end{multicols}
|
||||||
|
\begin{enumerate}
|
||||||
|
\setcounter{enumii}{3}
|
||||||
|
\item $0.05(x+5)(x+1)(x-4) > 1 $
|
||||||
|
\end{enumerate}
|
||||||
\end{enumerate}
|
\end{enumerate}
|
||||||
\end{minipage}
|
\end{minipage}
|
||||||
\end{exercise}
|
\end{exercise}
|
||||||
|
BIN
2nd/Questions_flashs/fiche_eval.pdf
Normal file
BIN
2nd/Questions_flashs/fiche_eval.pdf
Normal file
Binary file not shown.
277
2nd/Questions_flashs/fiche_eval.svg
Normal file
277
2nd/Questions_flashs/fiche_eval.svg
Normal file
@ -0,0 +1,277 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||||
|
|
||||||
|
<svg
|
||||||
|
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||||
|
xmlns:cc="http://creativecommons.org/ns#"
|
||||||
|
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||||
|
xmlns:svg="http://www.w3.org/2000/svg"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:xlink="http://www.w3.org/1999/xlink"
|
||||||
|
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||||
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||||
|
width="297mm"
|
||||||
|
height="210mm"
|
||||||
|
viewBox="0 0 1052.3622 744.09448"
|
||||||
|
id="svg2"
|
||||||
|
version="1.1"
|
||||||
|
inkscape:version="0.91 r13725"
|
||||||
|
sodipodi:docname="fiche_eval.svg">
|
||||||
|
<defs
|
||||||
|
id="defs4">
|
||||||
|
<inkscape:path-effect
|
||||||
|
nr_y="4"
|
||||||
|
nr_x="1"
|
||||||
|
is_visible="true"
|
||||||
|
id="path-effect4596"
|
||||||
|
effect="construct_grid" />
|
||||||
|
<inkscape:path-effect
|
||||||
|
effect="construct_grid"
|
||||||
|
id="path-effect4233"
|
||||||
|
is_visible="true"
|
||||||
|
nr_x="1"
|
||||||
|
nr_y="4" />
|
||||||
|
</defs>
|
||||||
|
<sodipodi:namedview
|
||||||
|
id="base"
|
||||||
|
pagecolor="#ffffff"
|
||||||
|
bordercolor="#666666"
|
||||||
|
borderopacity="1.0"
|
||||||
|
inkscape:pageopacity="0.0"
|
||||||
|
inkscape:pageshadow="2"
|
||||||
|
inkscape:zoom="0.73243386"
|
||||||
|
inkscape:cx="524.81579"
|
||||||
|
inkscape:cy="372.04724"
|
||||||
|
inkscape:document-units="px"
|
||||||
|
inkscape:current-layer="layer1"
|
||||||
|
showgrid="false"
|
||||||
|
inkscape:window-width="1366"
|
||||||
|
inkscape:window-height="715"
|
||||||
|
inkscape:window-x="0"
|
||||||
|
inkscape:window-y="29"
|
||||||
|
inkscape:window-maximized="1" />
|
||||||
|
<metadata
|
||||||
|
id="metadata7">
|
||||||
|
<rdf:RDF>
|
||||||
|
<cc:Work
|
||||||
|
rdf:about="">
|
||||||
|
<dc:format>image/svg+xml</dc:format>
|
||||||
|
<dc:type
|
||||||
|
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||||
|
<dc:title></dc:title>
|
||||||
|
</cc:Work>
|
||||||
|
</rdf:RDF>
|
||||||
|
</metadata>
|
||||||
|
<g
|
||||||
|
inkscape:label="Calque 1"
|
||||||
|
inkscape:groupmode="layer"
|
||||||
|
id="layer1"
|
||||||
|
transform="translate(0,-308.26772)">
|
||||||
|
<path
|
||||||
|
style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
||||||
|
d="m 526.18109,341.03516 0,678.55964"
|
||||||
|
id="path4136"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
<flowRoot
|
||||||
|
xml:space="preserve"
|
||||||
|
id="flowRoot4142"
|
||||||
|
style="font-style:normal;font-weight:normal;font-size:15px;line-height:125%;font-family:Sans;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
||||||
|
transform="translate(-0.45813026,302.19481)"><flowRegion
|
||||||
|
id="flowRegion4144"><rect
|
||||||
|
id="rect4146"
|
||||||
|
width="466.93637"
|
||||||
|
height="678.55957"
|
||||||
|
x="31.402153"
|
||||||
|
y="38.228703" /></flowRegion><flowPara
|
||||||
|
id="flowPara4148">Nom, prénom: Classe :</flowPara><flowPara
|
||||||
|
id="flowPara4150" /><flowPara
|
||||||
|
id="flowPara4154">Série 1</flowPara><flowPara
|
||||||
|
id="flowPara4158" /><flowPara
|
||||||
|
id="flowPara4160" /><flowPara
|
||||||
|
id="flowPara4162" /><flowPara
|
||||||
|
id="flowPara4168"></flowPara><flowPara
|
||||||
|
id="flowPara4222">Série 2</flowPara><flowPara
|
||||||
|
id="flowPara4172" /><flowPara
|
||||||
|
id="flowPara4174" /><flowPara
|
||||||
|
id="flowPara4176" /><flowPara
|
||||||
|
id="flowPara4178"></flowPara><flowPara
|
||||||
|
id="flowPara4224">Série 3</flowPara><flowPara
|
||||||
|
id="flowPara4180" /><flowPara
|
||||||
|
id="flowPara4182" /><flowPara
|
||||||
|
id="flowPara4184" /><flowPara
|
||||||
|
id="flowPara4186" /><flowPara
|
||||||
|
id="flowPara4188">Série 4</flowPara><flowPara
|
||||||
|
id="flowPara4190" /><flowPara
|
||||||
|
id="flowPara4192" /><flowPara
|
||||||
|
id="flowPara4194" /><flowPara
|
||||||
|
id="flowPara4196"></flowPara><flowPara
|
||||||
|
id="flowPara4226">Série 5</flowPara><flowPara
|
||||||
|
id="flowPara4198" /><flowPara
|
||||||
|
id="flowPara4200" /><flowPara
|
||||||
|
id="flowPara4202" /><flowPara
|
||||||
|
id="flowPara4204" /><flowPara
|
||||||
|
id="flowPara4206">Série 6</flowPara><flowPara
|
||||||
|
id="flowPara4208" /><flowPara
|
||||||
|
id="flowPara4210" /><flowPara
|
||||||
|
id="flowPara4212" /><flowPara
|
||||||
|
id="flowPara4228" /><flowPara
|
||||||
|
id="flowPara4214">Série 7</flowPara></flowRoot> <path
|
||||||
|
style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:2.58972478;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||||
|
d="m 493.48958,407.6186 -456.78944,0 m 456.78944,52.6574 -456.78944,0 m 456.78944,-52.6574 0,52.6574 m -114.19736,-52.6574 0,52.6574 m -114.19736,-52.6574 0,52.6574 m -114.19736,-52.6574 0,52.6574 m -114.19736,-52.6574 0,52.6574"
|
||||||
|
id="rect4230"
|
||||||
|
inkscape:path-effect="#path-effect4596"
|
||||||
|
inkscape:original-d="m 379.29222,407.6186 114.19736,0 0,52.6574 -114.19736,0 z"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
<use
|
||||||
|
x="0"
|
||||||
|
y="0"
|
||||||
|
xlink:href="#rect4230"
|
||||||
|
id="use4348"
|
||||||
|
transform="translate(-9.0000005e-7,92.613591)"
|
||||||
|
width="100%"
|
||||||
|
height="100%" />
|
||||||
|
<use
|
||||||
|
x="0"
|
||||||
|
y="0"
|
||||||
|
xlink:href="#use4348"
|
||||||
|
id="use4350"
|
||||||
|
width="100%"
|
||||||
|
height="100%"
|
||||||
|
transform="translate(0,92.613594)" />
|
||||||
|
<use
|
||||||
|
x="0"
|
||||||
|
y="0"
|
||||||
|
xlink:href="#use4350"
|
||||||
|
id="use4352"
|
||||||
|
transform="translate(0,92.613592)"
|
||||||
|
width="100%"
|
||||||
|
height="100%" />
|
||||||
|
<use
|
||||||
|
x="0"
|
||||||
|
y="0"
|
||||||
|
xlink:href="#use4352"
|
||||||
|
id="use4354"
|
||||||
|
transform="translate(0,92.613608)"
|
||||||
|
width="100%"
|
||||||
|
height="100%" />
|
||||||
|
<use
|
||||||
|
x="0"
|
||||||
|
y="0"
|
||||||
|
xlink:href="#use4354"
|
||||||
|
id="use4356"
|
||||||
|
transform="translate(0,92.613594)"
|
||||||
|
width="100%"
|
||||||
|
height="100%" />
|
||||||
|
<use
|
||||||
|
x="0"
|
||||||
|
y="0"
|
||||||
|
xlink:href="#use4356"
|
||||||
|
id="use4358"
|
||||||
|
transform="translate(8.9999996e-7,92.613592)"
|
||||||
|
width="100%"
|
||||||
|
height="100%" />
|
||||||
|
<g
|
||||||
|
transform="translate(525.18665,-6.0729088)"
|
||||||
|
id="use4405">
|
||||||
|
<flowRoot
|
||||||
|
xml:space="preserve"
|
||||||
|
id="flowRoot4503"
|
||||||
|
style="font-style:normal;font-weight:normal;font-size:15px;line-height:125%;font-family:Sans;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
||||||
|
transform="translate(0,308.26772)"><flowRegion
|
||||||
|
id="flowRegion4505"><rect
|
||||||
|
id="rect4507"
|
||||||
|
width="466.93637"
|
||||||
|
height="678.55957"
|
||||||
|
x="31.402153"
|
||||||
|
y="38.228703" /></flowRegion><flowPara
|
||||||
|
id="flowPara4509">Nom, prénom: Classe :</flowPara><flowPara
|
||||||
|
id="flowPara4511" /><flowPara
|
||||||
|
id="flowPara4513">Série 1</flowPara><flowPara
|
||||||
|
id="flowPara4515" /><flowPara
|
||||||
|
id="flowPara4517" /><flowPara
|
||||||
|
id="flowPara4519" /><flowPara
|
||||||
|
id="flowPara4521"></flowPara><flowPara
|
||||||
|
id="flowPara4523">Série 2</flowPara><flowPara
|
||||||
|
id="flowPara4525" /><flowPara
|
||||||
|
id="flowPara4527" /><flowPara
|
||||||
|
id="flowPara4529" /><flowPara
|
||||||
|
id="flowPara4531"></flowPara><flowPara
|
||||||
|
id="flowPara4533">Série 3</flowPara><flowPara
|
||||||
|
id="flowPara4535" /><flowPara
|
||||||
|
id="flowPara4537" /><flowPara
|
||||||
|
id="flowPara4539" /><flowPara
|
||||||
|
id="flowPara4541" /><flowPara
|
||||||
|
id="flowPara4543">Série 4</flowPara><flowPara
|
||||||
|
id="flowPara4545" /><flowPara
|
||||||
|
id="flowPara4547" /><flowPara
|
||||||
|
id="flowPara4549" /><flowPara
|
||||||
|
id="flowPara4551"></flowPara><flowPara
|
||||||
|
id="flowPara4553">Série 5</flowPara><flowPara
|
||||||
|
id="flowPara4555" /><flowPara
|
||||||
|
id="flowPara4557" /><flowPara
|
||||||
|
id="flowPara4559" /><flowPara
|
||||||
|
id="flowPara4561" /><flowPara
|
||||||
|
id="flowPara4563">Série 6</flowPara><flowPara
|
||||||
|
id="flowPara4565" /><flowPara
|
||||||
|
id="flowPara4567" /><flowPara
|
||||||
|
id="flowPara4569" /><flowPara
|
||||||
|
id="flowPara4571" /><flowPara
|
||||||
|
id="flowPara4573">Série 7</flowPara></flowRoot> <use
|
||||||
|
x="0"
|
||||||
|
y="0"
|
||||||
|
xlink:href="#rect4230"
|
||||||
|
id="use4577"
|
||||||
|
transform="translate(-9.0000003e-7,99.440146)"
|
||||||
|
width="100%"
|
||||||
|
height="100%" />
|
||||||
|
<use
|
||||||
|
x="0"
|
||||||
|
y="0"
|
||||||
|
xlink:href="#use4348"
|
||||||
|
id="use4579"
|
||||||
|
width="100%"
|
||||||
|
height="100%"
|
||||||
|
transform="translate(0,96.709527)" />
|
||||||
|
<use
|
||||||
|
x="0"
|
||||||
|
y="0"
|
||||||
|
xlink:href="#use4350"
|
||||||
|
id="use4581"
|
||||||
|
transform="translate(0,99.440147)"
|
||||||
|
width="100%"
|
||||||
|
height="100%" />
|
||||||
|
<use
|
||||||
|
x="0"
|
||||||
|
y="0"
|
||||||
|
xlink:href="#use4352"
|
||||||
|
id="use4583"
|
||||||
|
transform="translate(0,98.074852)"
|
||||||
|
width="100%"
|
||||||
|
height="100%" />
|
||||||
|
<use
|
||||||
|
x="0"
|
||||||
|
y="0"
|
||||||
|
xlink:href="#use4354"
|
||||||
|
id="use4585"
|
||||||
|
transform="translate(0,103.53608)"
|
||||||
|
width="100%"
|
||||||
|
height="100%" />
|
||||||
|
<use
|
||||||
|
x="0"
|
||||||
|
y="0"
|
||||||
|
xlink:href="#use4356"
|
||||||
|
id="use4587"
|
||||||
|
transform="translate(8.9999992e-7,100.80546)"
|
||||||
|
width="100%"
|
||||||
|
height="100%" />
|
||||||
|
</g>
|
||||||
|
<use
|
||||||
|
x="0"
|
||||||
|
y="0"
|
||||||
|
xlink:href="#rect4230"
|
||||||
|
id="use4636"
|
||||||
|
transform="translate(523.67957,-1.365311)"
|
||||||
|
width="100%"
|
||||||
|
height="100%" />
|
||||||
|
</g>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 9.3 KiB |
BIN
4e/02_Multiplication_nombre_relatif/3E_decouverte_mult.pdf
Normal file
BIN
4e/02_Multiplication_nombre_relatif/3E_decouverte_mult.pdf
Normal file
Binary file not shown.
23
4e/02_Multiplication_nombre_relatif/3E_decouverte_mult.tex
Normal file
23
4e/02_Multiplication_nombre_relatif/3E_decouverte_mult.tex
Normal file
@ -0,0 +1,23 @@
|
|||||||
|
\documentclass[a4paper, 10pt]{article}
|
||||||
|
\usepackage{myXsim}
|
||||||
|
|
||||||
|
\author{Benjamin Bertrand}
|
||||||
|
\title{Multiplication nombre relatif - Exercices}
|
||||||
|
\date{2021-09-13}
|
||||||
|
|
||||||
|
\DeclareExerciseCollection[step=3]{banque}
|
||||||
|
\xsimsetup{collect}
|
||||||
|
|
||||||
|
\thispagestyle{empty}
|
||||||
|
|
||||||
|
|
||||||
|
\begin{document}
|
||||||
|
\setcounter{exercise}{4}
|
||||||
|
\input{exercises.tex}
|
||||||
|
|
||||||
|
\foreach \n in {0,...,4}{%
|
||||||
|
\printcollection{banque}
|
||||||
|
\vfill
|
||||||
|
}
|
||||||
|
|
||||||
|
\end{document}
|
@ -63,3 +63,16 @@
|
|||||||
\end{enumerate}
|
\end{enumerate}
|
||||||
\end{multicols}
|
\end{multicols}
|
||||||
\end{exercise}
|
\end{exercise}
|
||||||
|
|
||||||
|
\begin{exercise}[subtitle={Celsius et Fahrenheit}, step={3}, origin={Les maths ensemble et pour chacun 4e}, topics={ Multiplication nombre relatif }, tags={ }]
|
||||||
|
En France, on mesure la température en degrés Celsius. Dans d'autres pays, elle se mesure en degrés Fahrenheit.
|
||||||
|
|
||||||
|
La température $t_F$ en degrés Fahrenheit se calcule, quand on connait la température $t_C$ en degrés Celsius avec la formule
|
||||||
|
\[
|
||||||
|
t_F = 1,8\times t_C + 32
|
||||||
|
\]
|
||||||
|
\begin{enumerate}
|
||||||
|
\item À quelle température en degrés Fahrenheit correspond une température de 10°C? de -10°C?
|
||||||
|
\item À quelle température en degrés Celsius correspond une température de 59°F? (pour cette question la calculatrice est autorisée)
|
||||||
|
\end{enumerate}
|
||||||
|
\end{exercise}
|
||||||
|
@ -2,7 +2,7 @@ Multiplication nombre relatif
|
|||||||
#############################
|
#############################
|
||||||
|
|
||||||
:date: 2021-09-13
|
:date: 2021-09-13
|
||||||
:modified: 2021-09-13
|
:modified: 2021-09-16
|
||||||
:authors: Benjamin Bertrand
|
:authors: Benjamin Bertrand
|
||||||
:tags:
|
:tags:
|
||||||
:category: 4e
|
:category: 4e
|
||||||
@ -13,8 +13,27 @@ Suivie de la séquence du livre Les maths ensemble et pour chacun.
|
|||||||
Étape 1: Sens des nombres relatifs
|
Étape 1: Sens des nombres relatifs
|
||||||
==================================
|
==================================
|
||||||
|
|
||||||
|
.. image:: ./1E_temperatures.pdf
|
||||||
|
:height: 200px
|
||||||
|
:alt:
|
||||||
|
|
||||||
|
|
||||||
Étape 2: Addition et soustraction
|
Étape 2: Addition et soustraction
|
||||||
=================================
|
=================================
|
||||||
|
|
||||||
Étape 3: Distributivité du x sur le +
|
Sur la durée
|
||||||
=====================================
|
|
||||||
|
.. image:: ./2E_addition_relatifs.pdf
|
||||||
|
:height: 200px
|
||||||
|
:alt: calculs
|
||||||
|
|
||||||
|
Accompagné des questions flashs du livre p26 et de l'activité 1 p 26 pour pousser vers l'utilisation de flèches pour remontrer les calculs.
|
||||||
|
|
||||||
|
|
||||||
|
Étape 3: Découverte de la multiplication
|
||||||
|
========================================
|
||||||
|
|
||||||
|
.. image:: ./3E_decouverte_mult.pdf
|
||||||
|
:height: 200px
|
||||||
|
:alt: découverte de la multiplication des nombres relatifs
|
||||||
|
|
||||||
|
3
Makefile
3
Makefile
@ -24,6 +24,9 @@ clean:
|
|||||||
sequence:
|
sequence:
|
||||||
sh ./tools/scripts/new_sequence.sh
|
sh ./tools/scripts/new_sequence.sh
|
||||||
|
|
||||||
|
eval:
|
||||||
|
sh ./tools/scripts/new_eval.sh
|
||||||
|
|
||||||
rsync_cleUSB: clean
|
rsync_cleUSB: clean
|
||||||
rsync -rtv -u --del --exclude "venv" ./ $(COMMON_EXCLUDE) /run/media/lafrite/$(CLEUSB)/Enseignements
|
rsync -rtv -u --del --exclude "venv" ./ $(COMMON_EXCLUDE) /run/media/lafrite/$(CLEUSB)/Enseignements
|
||||||
rsync -rtv -u $(COMMON_EXCLUDE) ../Divers/ /run/media/lafrite/$(CLEUSB)/Divers
|
rsync -rtv -u $(COMMON_EXCLUDE) ../Divers/ /run/media/lafrite/$(CLEUSB)/Divers
|
||||||
|
Binary file not shown.
@ -0,0 +1,267 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||||
|
|
||||||
|
<svg
|
||||||
|
id="svg2"
|
||||||
|
version="1.1"
|
||||||
|
inkscape:version="1.1 (c4e8f9ed74, 2021-05-24)"
|
||||||
|
xml:space="preserve"
|
||||||
|
width="210mm"
|
||||||
|
height="297mm"
|
||||||
|
viewBox="0 0 744.09448 1052.3622"
|
||||||
|
sodipodi:docname="1E_classer_transformations.svg"
|
||||||
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||||
|
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:svg="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||||
|
xmlns:cc="http://creativecommons.org/ns#"
|
||||||
|
xmlns:dc="http://purl.org/dc/elements/1.1/"><metadata
|
||||||
|
id="metadata8"><rdf:RDF><cc:Work
|
||||||
|
rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
|
||||||
|
rdf:resource="http://purl.org/dc/dcmitype/StillImage" /></cc:Work></rdf:RDF></metadata><defs
|
||||||
|
id="defs6"><clipPath
|
||||||
|
clipPathUnits="userSpaceOnUse"
|
||||||
|
id="clipPath80"><path
|
||||||
|
d="m 1359,1697.92 v 287 h 199 v -287 z"
|
||||||
|
id="path82"
|
||||||
|
inkscape:connector-curvature="0" /></clipPath><clipPath
|
||||||
|
clipPathUnits="userSpaceOnUse"
|
||||||
|
id="clipPath172"><path
|
||||||
|
d="m 4111,1839.92 v 270 h 123 v -270 z"
|
||||||
|
id="path174"
|
||||||
|
inkscape:connector-curvature="0" /></clipPath><clipPath
|
||||||
|
clipPathUnits="userSpaceOnUse"
|
||||||
|
id="clipPath198"><path
|
||||||
|
d="m 3131,4446.92 v 338 h 287 v -338 z"
|
||||||
|
id="path200"
|
||||||
|
inkscape:connector-curvature="0" /></clipPath><clipPath
|
||||||
|
clipPathUnits="userSpaceOnUse"
|
||||||
|
id="clipPath212"><path
|
||||||
|
d="m 4131,4784.92 v 28 h 114 v -28 z"
|
||||||
|
id="path214"
|
||||||
|
inkscape:connector-curvature="0" /></clipPath></defs><sodipodi:namedview
|
||||||
|
pagecolor="#ffffff"
|
||||||
|
bordercolor="#666666"
|
||||||
|
borderopacity="1"
|
||||||
|
objecttolerance="10"
|
||||||
|
gridtolerance="10"
|
||||||
|
guidetolerance="10"
|
||||||
|
inkscape:pageopacity="0"
|
||||||
|
inkscape:pageshadow="2"
|
||||||
|
inkscape:window-width="1920"
|
||||||
|
inkscape:window-height="1052"
|
||||||
|
id="namedview4"
|
||||||
|
showgrid="false"
|
||||||
|
inkscape:zoom="0.9399952"
|
||||||
|
inkscape:cx="421.27875"
|
||||||
|
inkscape:cy="389.89561"
|
||||||
|
inkscape:window-x="0"
|
||||||
|
inkscape:window-y="0"
|
||||||
|
inkscape:window-maximized="1"
|
||||||
|
inkscape:current-layer="g10"
|
||||||
|
units="mm"
|
||||||
|
inkscape:object-paths="true"
|
||||||
|
inkscape:pagecheckerboard="0"
|
||||||
|
inkscape:document-units="mm" /><g
|
||||||
|
id="g10"
|
||||||
|
inkscape:groupmode="layer"
|
||||||
|
inkscape:label="exercices2"
|
||||||
|
transform="matrix(0,1.25,1.25,0,0,-219.34055)"><g
|
||||||
|
id="g48" /><g
|
||||||
|
id="g90" /><g
|
||||||
|
id="g156" /><g
|
||||||
|
id="g182" /><g
|
||||||
|
id="g208"
|
||||||
|
transform="scale(0.12)"><g
|
||||||
|
clip-path="url(#clipPath212)"
|
||||||
|
id="g210"><g
|
||||||
|
transform="scale(8.33333)"
|
||||||
|
id="g216" /></g></g><g
|
||||||
|
id="g218" /><g
|
||||||
|
id="g50"
|
||||||
|
transform="matrix(0.70110759,0,0,0.70110759,152.04696,-2.0911929)"><text
|
||||||
|
id="text52"
|
||||||
|
style="font-variant:normal;font-weight:bold;line-height:0%;font-family:Times;-inkscape-font-specification:Times-Bold;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||||
|
transform="matrix(0,1,0.99943032,0,75.48,42.5906)"
|
||||||
|
y="0"><tspan
|
||||||
|
id="tspan54"
|
||||||
|
sodipodi:role="line"
|
||||||
|
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:17.1207px;line-height:1.25;font-family:sans-serif;-inkscape-font-specification:'sans-serif Bold'"
|
||||||
|
x="0"
|
||||||
|
y="0">Exercice des cocottes</tspan></text>
|
||||||
|
</g><g
|
||||||
|
id="g58"
|
||||||
|
transform="matrix(0.70110759,0,0,0.70110759,157.08934,-2.0911929)"><text
|
||||||
|
y="85.592377"
|
||||||
|
x="42.578537"
|
||||||
|
id="text60"
|
||||||
|
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:0%;font-family:sans-serif;-inkscape-font-specification:sans-serif;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
||||||
|
transform="matrix(0,1.000285,0.99971512,0,0,0)"><tspan
|
||||||
|
style="font-size:14.2631px;line-height:1.25"
|
||||||
|
id="tspan4245"
|
||||||
|
sodipodi:role="line"
|
||||||
|
x="42.578537"
|
||||||
|
y="85.592377">Chacune des cocottes blanches a été obtenue à partir de la grise par une transformation. </tspan><tspan
|
||||||
|
style="font-size:14.2631px;line-height:1.25"
|
||||||
|
sodipodi:role="line"
|
||||||
|
x="42.578537"
|
||||||
|
y="103.42125"
|
||||||
|
id="tspan4536"> - Quelles sont les cocottes qui ont subit la même transformation?</tspan><tspan
|
||||||
|
style="font-size:14.2631px;line-height:1.25"
|
||||||
|
id="tspan4246"
|
||||||
|
sodipodi:role="line"
|
||||||
|
x="42.578537"
|
||||||
|
y="121.25012"> - Ecris une phrase pour décrire chaque transformation. </tspan><tspan
|
||||||
|
sodipodi:role="line"
|
||||||
|
x="42.578537"
|
||||||
|
y="129.57669"
|
||||||
|
id="tspan1206" /></text>
|
||||||
|
</g><path
|
||||||
|
inkscape:connector-curvature="0"
|
||||||
|
id="path70"
|
||||||
|
style="fill:none;stroke:#000000;stroke-width:0.75;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
|
||||||
|
d="m 241.68834,531.22925 -20.70285,-21.0598 -20.82171,-0.11886 0.0594,-20.88132 10.41092,10.5299 10.5299,-10.41092 20.88121,0.17835 -10.5299,10.41092 10.35142,10.47041 -0.17847,20.88132" /><rect
|
||||||
|
transform="matrix(0,1,1,0,0,0)"
|
||||||
|
y="256.41254"
|
||||||
|
x="24.81793"
|
||||||
|
height="314.36044"
|
||||||
|
width="547.76715"
|
||||||
|
id="rect937"
|
||||||
|
style="opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.75;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /><path
|
||||||
|
inkscape:connector-curvature="0"
|
||||||
|
id="path941"
|
||||||
|
d="M 256.41255,207.407 H 570.77301"
|
||||||
|
style="fill:none;stroke:#000000;stroke-width:0.75px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /><path
|
||||||
|
inkscape:connector-curvature="0"
|
||||||
|
id="path943"
|
||||||
|
d="M 256.41255,389.99607 H 570.77301"
|
||||||
|
style="fill:none;stroke:#000000;stroke-width:0.75px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /><path
|
||||||
|
inkscape:connector-curvature="0"
|
||||||
|
id="path947"
|
||||||
|
d="m 413.59277,24.81793 v 547.7672"
|
||||||
|
style="fill:none;stroke:#000000;stroke-width:0.75px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /><g
|
||||||
|
id="g1198"><path
|
||||||
|
d="m 281.30491,186.33778 0.2524,-29.53065 -14.63913,-14.80722 14.80737,-14.72329 -0.0841,14.80739 14.80739,0.0841 14.63914,14.89136 -14.8074,-0.0841 -0.0841,14.72326 -14.89153,14.63912"
|
||||||
|
style="fill:#a1a1a1;fill-opacity:1;stroke:#000000;stroke-width:0.75;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
|
||||||
|
id="path70-3"
|
||||||
|
inkscape:connector-curvature="0" /><path
|
||||||
|
d="m 404.81047,62.832216 -29.53065,0.252399 -14.80722,-14.639124 -14.72329,14.807369 14.80739,-0.08414 0.0841,14.807394 14.89136,14.639134 -0.0841,-14.8074 14.72326,-0.08413 14.63912,-14.891534"
|
||||||
|
style="fill:none;stroke:#000000;stroke-width:0.75;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
|
||||||
|
id="path70-3-6"
|
||||||
|
inkscape:connector-curvature="0" /></g><g
|
||||||
|
id="g1128"
|
||||||
|
style="stroke-width:0.75;stroke-miterlimit:10;stroke-dasharray:none"><path
|
||||||
|
d="m 397.63838,351.47983 -28.79186,-6.56902 -17.59808,11.12947 -11.21165,-17.61625 14.44602,3.25243 3.25242,-14.44602 17.68028,-11.11147 -3.25242,14.44603 14.36384,3.23441 11.11142,17.68044"
|
||||||
|
style="fill:none;stroke:#000000;stroke-width:0.75;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
|
||||||
|
id="path70-7"
|
||||||
|
inkscape:connector-curvature="0" /><path
|
||||||
|
d="m 277.68509,239.42011 28.79185,6.56902 17.59809,-11.12947 11.21165,17.61624 -14.44603,-3.25242 -3.25242,14.44603 -17.68028,11.11147 3.25242,-14.44604 -14.36384,-3.2344 -11.11142,-17.68044"
|
||||||
|
style="fill:#a1a1a1;fill-opacity:1;stroke:#000000;stroke-width:0.75;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
|
||||||
|
id="path70-7-5"
|
||||||
|
inkscape:connector-curvature="0" /></g><g
|
||||||
|
id="g1204"><path
|
||||||
|
d="m 424.82587,181.47187 12.05776,-38.86986 -13.43954,-25.35256 25.38617,-13.55052 -5.99008,19.50711 19.50716,5.99009 13.40613,25.46358 -19.50717,-5.99005 -5.95665,19.3961 -25.4638,13.40607"
|
||||||
|
style="fill:none;stroke:#000000;stroke-width:0.75;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
|
||||||
|
id="path70-7-6"
|
||||||
|
inkscape:connector-curvature="0" /><path
|
||||||
|
d="m 557.76717,45.782931 -12.05776,38.86985 13.43954,25.352569 -25.38617,13.55052 5.99006,-19.50715 -19.50714,-5.990049 -13.40615,-25.463601 19.50717,5.990066 5.95664,-19.396123 25.46383,-13.406045"
|
||||||
|
style="fill:#a1a1a1;fill-opacity:1;stroke:#000000;stroke-width:0.75;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
|
||||||
|
id="path70-7-5-2"
|
||||||
|
inkscape:connector-curvature="0" /></g><g
|
||||||
|
id="g1116"
|
||||||
|
transform="translate(-161.31654,192.0435)"
|
||||||
|
style="stroke-width:0.75;stroke-miterlimit:10;stroke-dasharray:none"><path
|
||||||
|
d="m 453.97739,301.14061 -1.2363,-35.52594 -18.37673,-17.04343 17.03918,-18.47798 0.67093,17.81137 17.81137,-0.67093 18.38112,17.14461 -17.81137,0.67093 0.66654,17.71018 -17.14481,18.38113"
|
||||||
|
style="fill:#a1a1a1;fill-opacity:1;stroke:#000000;stroke-width:0.75;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
|
||||||
|
id="path70-9"
|
||||||
|
inkscape:connector-curvature="0" /><path
|
||||||
|
d="m 486.13073,330.62149 35.49961,-1.84336 18.5701,16.83253 16.93377,-18.57464 -17.8026,0.8733 -0.87328,-17.80261 -18.67128,-16.82814 0.87328,17.80261 -17.7014,0.86889 -16.82814,18.67148"
|
||||||
|
style="fill:none;stroke:#000000;stroke-width:0.75;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
|
||||||
|
id="path70-9-2"
|
||||||
|
inkscape:connector-curvature="0" /></g><path
|
||||||
|
inkscape:connector-curvature="0"
|
||||||
|
id="path70-36"
|
||||||
|
style="fill:none;stroke:#000000;stroke-width:0.832232;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
|
||||||
|
d="m 501.05913,548.65288 -31.57942,-8.75163 -20.07515,11.4381 -11.52832,-20.09945 15.84688,4.3428 4.34281,-15.84687 20.16534,-11.41395 -4.34281,15.84688 15.75669,4.31865 11.41389,20.16552" /><path
|
||||||
|
inkscape:connector-curvature="0"
|
||||||
|
id="path70-36-8"
|
||||||
|
style="fill:none;stroke:#000000;stroke-width:0.832232;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
|
||||||
|
d="m 520.96278,341.62248 -31.57942,-8.75163 -20.07515,11.4381 -11.52832,-20.09945 15.84688,4.3428 4.34281,-15.84687 20.16534,-11.41395 -4.34281,15.84688 15.75669,4.31865 11.41389,20.16552" /><rect
|
||||||
|
transform="matrix(0,1,1,0,0,0)"
|
||||||
|
y="570.77301"
|
||||||
|
x="24.817932"
|
||||||
|
height="314.36044"
|
||||||
|
width="547.76715"
|
||||||
|
id="rect937-3"
|
||||||
|
style="fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.75;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /><path
|
||||||
|
inkscape:connector-curvature="0"
|
||||||
|
id="path941-6"
|
||||||
|
d="M 570.77301,207.407 H 885.13347"
|
||||||
|
style="fill:none;stroke:#000000;stroke-width:0.75px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /><path
|
||||||
|
inkscape:connector-curvature="0"
|
||||||
|
id="path943-7"
|
||||||
|
d="M 570.77301,389.99607 H 885.13347"
|
||||||
|
style="fill:none;stroke:#000000;stroke-width:0.75px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /><path
|
||||||
|
inkscape:connector-curvature="0"
|
||||||
|
id="path947-5"
|
||||||
|
d="m 727.95323,24.81793 v 547.7672"
|
||||||
|
style="fill:none;stroke:#000000;stroke-width:0.75px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /><path
|
||||||
|
d="m 663.4326,41.958802 -24.75285,16.106491 -20.35862,-4.368556 -4.43942,20.404046 12.43452,-8.040438 8.04041,12.434544 20.42954,4.323278 -8.04041,-12.434548 12.36362,-7.995149 4.32317,-20.429679"
|
||||||
|
style="fill:none;stroke:#000000;stroke-width:0.75;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
|
||||||
|
id="path70-3-6-6"
|
||||||
|
inkscape:connector-curvature="0" /><path
|
||||||
|
d="m 694.16572,316.26653 -28.79186,-6.56902 -17.59808,11.12947 -11.21165,-17.61625 14.44602,3.25243 3.25242,-14.44602 17.68028,-11.11147 -3.25242,14.44603 14.36384,3.23441 11.11142,17.68044"
|
||||||
|
style="fill:none;stroke:#000000;stroke-width:0.75;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
|
||||||
|
id="path70-7-9"
|
||||||
|
inkscape:connector-curvature="0" /><path
|
||||||
|
d="m 739.18633,181.47187 12.05776,-38.86986 -13.43954,-25.35256 25.38617,-13.55052 -5.99008,19.50711 19.50716,5.99009 13.40613,25.46358 -19.50717,-5.99005 -5.95665,19.3961 -25.4638,13.40607"
|
||||||
|
style="fill:none;stroke:#000000;stroke-width:0.75;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
|
||||||
|
id="path70-7-6-7"
|
||||||
|
inkscape:connector-curvature="0" /><path
|
||||||
|
d="m 745.11747,310.93114 12.05776,-38.86986 -13.43954,-25.35256 25.38617,-13.55052 -5.99008,19.50711 19.50716,5.99009 13.40613,25.46358 -19.50717,-5.99005 -5.95665,19.3961 -25.4638,13.40607"
|
||||||
|
style="fill:none;stroke:#000000;stroke-width:0.75;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
|
||||||
|
id="path70-7-6-7-7"
|
||||||
|
inkscape:connector-curvature="0" /><path
|
||||||
|
d="m 592.36486,461.30642 35.49961,-1.84336 18.5701,16.83253 16.93377,-18.57464 -17.8026,0.8733 -0.87328,-17.80261 -18.67128,-16.82814 0.87328,17.80261 -17.7014,0.86889 -16.82814,18.67148"
|
||||||
|
style="fill:none;stroke:#000000;stroke-width:0.75;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
|
||||||
|
id="path70-9-2-6"
|
||||||
|
inkscape:connector-curvature="0" /><path
|
||||||
|
inkscape:connector-curvature="0"
|
||||||
|
id="path70-36-6"
|
||||||
|
style="fill:none;stroke:#000000;stroke-width:0.832232;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
|
||||||
|
d="m 833.36246,453.58092 -31.57942,-8.75163 -20.07515,11.4381 -11.52832,-20.09945 15.84688,4.3428 4.34281,-15.84687 20.16534,-11.41395 -4.34281,15.84688 15.75669,4.31865 11.41389,20.16552" /><path
|
||||||
|
inkscape:connector-curvature="0"
|
||||||
|
id="path893"
|
||||||
|
style="fill:#999999;stroke:#000000;stroke-width:0.832232;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
|
||||||
|
d="m 498.13492,301.29148 8.75163,-31.57942 -11.4381,-20.07515 20.09945,-11.52832 -4.3428,15.84688 15.84687,4.34281 11.41395,20.16534 -15.84688,-4.34281 -4.31865,15.75669 -20.16552,11.41389" /><path
|
||||||
|
inkscape:connector-curvature="0"
|
||||||
|
id="path949"
|
||||||
|
style="fill:#999999;stroke:#000000;stroke-width:0.832232;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
|
||||||
|
d="m 536.53658,461.7311 -31.57942,-8.75163 -20.07515,11.4381 -11.52832,-20.09945 15.84688,4.3428 4.34281,-15.84687 20.16534,-11.41395 -4.34281,15.84688 15.75669,4.31865 11.41389,20.16552" /><path
|
||||||
|
d="m 703.80328,137.1679 -24.75285,16.10649 -20.35862,-4.36856 -4.43942,20.40405 12.43452,-8.04044 8.04041,12.43455 20.42954,4.32327 -8.04041,-12.43454 12.36362,-7.99515 4.32317,-20.42968"
|
||||||
|
style="fill:#999999;stroke:#000000;stroke-width:0.75;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
|
||||||
|
id="path1069"
|
||||||
|
inkscape:connector-curvature="0" /><path
|
||||||
|
d="m 649.70212,245.6272 -6.56902,28.79186 11.12947,17.59808 -17.61625,11.21165 3.25243,-14.44602 -14.44602,-3.25242 -11.11147,-17.68028 14.44603,3.25242 3.23441,-14.36384 17.68044,-11.11142"
|
||||||
|
style="fill:#999999;stroke:#000000;stroke-width:0.75;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
|
||||||
|
id="path1089"
|
||||||
|
inkscape:connector-curvature="0" /><path
|
||||||
|
d="m 647.53022,548.08692 -1.84336,-35.49961 16.83253,-18.5701 -18.57464,-16.93377 0.8733,17.8026 -17.80261,0.87328 -16.82814,18.67128 17.80261,-0.87328 0.86889,17.7014 18.67148,16.82814"
|
||||||
|
style="fill:#999999;stroke:#000000;stroke-width:0.75;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
|
||||||
|
id="path1109"
|
||||||
|
inkscape:connector-curvature="0"
|
||||||
|
inkscape:transform-center-x="-44.338985"
|
||||||
|
inkscape:transform-center-y="-33.730558" /><path
|
||||||
|
d="m 818.95527,181.47187 12.05776,-38.86986 -13.43954,-25.35256 25.38617,-13.55052 -5.99008,19.50711 19.50716,5.99009 13.40613,25.46358 -19.50717,-5.99005 -5.95665,19.3961 -25.4638,13.40607"
|
||||||
|
style="fill:#999999;stroke:#000000;stroke-width:0.75;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
|
||||||
|
id="path1129"
|
||||||
|
inkscape:connector-curvature="0" /><path
|
||||||
|
d="m 863.14976,285.09185 -12.05776,38.86986 13.43954,25.35256 -25.38617,13.55052 5.99008,-19.50711 -19.50716,-5.99009 -13.40613,-25.46358 19.50717,5.99005 5.95665,-19.3961 25.4638,-13.40607"
|
||||||
|
style="fill:#999999;stroke:#000000;stroke-width:0.75;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
|
||||||
|
id="path1274"
|
||||||
|
inkscape:connector-curvature="0" /><path
|
||||||
|
inkscape:connector-curvature="0"
|
||||||
|
id="path1294"
|
||||||
|
style="fill:#999999;stroke:#000000;stroke-width:0.832232;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
|
||||||
|
d="m 833.36246,505.33286 -31.57942,8.75163 -20.07515,-11.4381 -11.52832,20.09945 15.84688,-4.3428 4.34281,15.84687 20.16534,11.41395 -4.34281,-15.84688 15.75669,-4.31865 11.41389,-20.16552" /></g></svg>
|
After Width: | Height: | Size: 18 KiB |
7
Technologique/02_Polygones_reguliers/exercises.tex
Normal file
7
Technologique/02_Polygones_reguliers/exercises.tex
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
\begin{exercise}[subtitle={<++>}, step={1}, origin={<++>}, topics={ Polygones reguliers }, tags={ Géométrie }]
|
||||||
|
<++>
|
||||||
|
\end{exercise}
|
||||||
|
|
||||||
|
\begin{solution}
|
||||||
|
<++>
|
||||||
|
\end{solution}
|
31
Technologique/02_Polygones_reguliers/index.rst
Normal file
31
Technologique/02_Polygones_reguliers/index.rst
Normal file
@ -0,0 +1,31 @@
|
|||||||
|
Polygones réguliers
|
||||||
|
###################
|
||||||
|
|
||||||
|
:date: 2021-09-16
|
||||||
|
:modified: 2021-09-16
|
||||||
|
:authors: Benjamin Bertrand
|
||||||
|
:tags: Géométrie
|
||||||
|
:category: Technologique
|
||||||
|
:summary: Étude des transformations du plan, des polygones réguliers, des pavages et des frises.
|
||||||
|
|
||||||
|
Étape 1: Reconnaître les transformations du plan
|
||||||
|
================================================
|
||||||
|
|
||||||
|
.. image:: ./1E_classer_transformations.pdf
|
||||||
|
:height: 200px
|
||||||
|
:alt: Reconnaitre les transformations du plan
|
||||||
|
|
||||||
|
|
||||||
|
Étape 2: Construire les polygones réguliers
|
||||||
|
===========================================
|
||||||
|
|
||||||
|
On donne la définition d'un polygone régulier et on demande de tous nous les trouver. On peut espérer qu'ils trouvent le triangle équilatérale et le carré. On les poussera alors à en chercher à 5 ou 6 côtés.
|
||||||
|
|
||||||
|
S'ils ne l'on pas fait, on leur montrera que ces polygones peuvent s'inscrire dans un cercle. On les laissera continuer à chercher d'autres polygones.
|
||||||
|
|
||||||
|
Si la méthode n'a pas été découverte, on pourra ensuite montrer comment construire les polygones réguliers à partir de l'angle au centre.
|
||||||
|
|
||||||
|
Étape 3: Exercices techniques
|
||||||
|
=============================
|
||||||
|
|
||||||
|
On y reverra le théorème de Pythagore ainsi que les outils pour calculer les angles.
|
66
tools/scripts/new_eval.sh
Normal file
66
tools/scripts/new_eval.sh
Normal file
@ -0,0 +1,66 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
|
||||||
|
display_result() {
|
||||||
|
dialog --title "$1" \
|
||||||
|
--no-collapse \
|
||||||
|
--msgbox "$result" 0 0
|
||||||
|
}
|
||||||
|
|
||||||
|
exec 3>&1
|
||||||
|
selection=$(dialog \
|
||||||
|
--backtitle "Création d'une nouvelle évaluation: Classe" \
|
||||||
|
--title "Menu" \
|
||||||
|
--clear \
|
||||||
|
--cancel-label "Exit" \
|
||||||
|
--menu "Choisir un niveau:" 0 0 4 \
|
||||||
|
"1" "2nd" \
|
||||||
|
"2" "Enseignements Scientifique" \
|
||||||
|
"3" "4e" \
|
||||||
|
"4" "Technologique" \
|
||||||
|
2>&1 1>&3)
|
||||||
|
exec 3>&-
|
||||||
|
case $selection in
|
||||||
|
1 )
|
||||||
|
tribe="2nd"
|
||||||
|
;;
|
||||||
|
2 )
|
||||||
|
tribe="EnseignementsScientifique"
|
||||||
|
;;
|
||||||
|
3 )
|
||||||
|
tribe="4e"
|
||||||
|
;;
|
||||||
|
4 )
|
||||||
|
tribe="Technologique"
|
||||||
|
;;
|
||||||
|
esac
|
||||||
|
|
||||||
|
exec 3>&1
|
||||||
|
date=$(dialog --calendar "Date" 0 0 2>&1 1>&3 | awk -F "/" '{print $3"-"$2"-"$1}')
|
||||||
|
exec 3>&-
|
||||||
|
|
||||||
|
exec 3>&1
|
||||||
|
name=$(dialog \
|
||||||
|
--inputbox "Nom de l'évaluation" \
|
||||||
|
0 0 \
|
||||||
|
2>&1 1>&3)
|
||||||
|
exec 3>&-
|
||||||
|
|
||||||
|
exec 3>&1
|
||||||
|
duration=$(dialog \
|
||||||
|
--inputbox "Temps pour le travailler" \
|
||||||
|
0 0 \
|
||||||
|
2>&1 1>&3)
|
||||||
|
exec 3>&-
|
||||||
|
|
||||||
|
mkdir -p $tribe/Evaluations/
|
||||||
|
sequence_path=$tribe/Evaluations/DS_${date}/
|
||||||
|
mkdir -p $sequence_path
|
||||||
|
|
||||||
|
export name=$name
|
||||||
|
export date=$date
|
||||||
|
export tribe=$tribe
|
||||||
|
export duration=$duration
|
||||||
|
envsubst < ./tools/skeleton/eval/exercises.tex > $sequence_path/exercises.tex
|
||||||
|
envsubst < ./tools/skeleton/eval/sujet.tex > $sequence_path/sujet.tex
|
||||||
|
|
7
tools/skeleton/eval/exercises.tex
Normal file
7
tools/skeleton/eval/exercises.tex
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
\begin{exercise}[subtitle={<++>}, step={1}, origin={<++>}, topics={ ${title} }, tags={ ${tags} }]
|
||||||
|
<++>
|
||||||
|
\end{exercise}
|
||||||
|
|
||||||
|
\begin{solution}
|
||||||
|
<++>
|
||||||
|
\end{solution}
|
27
tools/skeleton/eval/sujet.tex
Normal file
27
tools/skeleton/eval/sujet.tex
Normal file
@ -0,0 +1,27 @@
|
|||||||
|
\documentclass[a4paper,12pt]{article}
|
||||||
|
\usepackage{myXsim}
|
||||||
|
|
||||||
|
% Title Page
|
||||||
|
\title{ ${name} \hfill ${subname}}
|
||||||
|
\tribe{${tribe}}
|
||||||
|
\date{${date}}
|
||||||
|
\duree{${duration}}
|
||||||
|
|
||||||
|
\DeclareExerciseCollection[step=1]{banque}
|
||||||
|
\xsimsetup{collect}
|
||||||
|
|
||||||
|
|
||||||
|
\begin{document}
|
||||||
|
\maketitle
|
||||||
|
|
||||||
|
Le barème est donné à titre indicatif, il pourra être modifié.
|
||||||
|
|
||||||
|
\input{exercises.tex}
|
||||||
|
\printcollection{banque}
|
||||||
|
\end{document}
|
||||||
|
|
||||||
|
%%% Local Variables:
|
||||||
|
%%% mode: latex
|
||||||
|
%%% TeX-master: "master"
|
||||||
|
%%% End:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user