Import work from year 2013-2014

This commit is contained in:
Benjamin Bertrand
2017-06-16 09:46:40 +03:00
commit 32262a4ecf
1788 changed files with 113187 additions and 0 deletions

Binary file not shown.

View File

@@ -0,0 +1,81 @@
\documentclass{/media/documents/Cours/Prof/Enseignements/Archive/2013-2014/tools/style/classConn}
% Title Page
\title{}
\author{}
\date{}
\begin{document}
\begin{multicols}{2}
Nom - Prénom:
\section{Connaissance}
\begin{enumerate}
\item Enoncer le théorème de Pythagore.
\\[0.5cm]
. \dotfill
\\[0.5cm]
. \dotfill
\\[0.5cm]
. \dotfill
\\[0.5cm]
\item Soient $a$, $b$, $c$ et $d$ trois entiers relatifs tels que .. .. .. .. \\ Alors
\begin{eqnarray*}
\frac{a}{b} \times \frac{c}{d} & = &
\end{eqnarray*}
\item Calculer l'expression suivante
\begin{eqnarray*}
A &=& 4(2 \times (-3) + 1) - 3
\end{eqnarray*}
\\[2cm]
\begin{eqnarray*}
B &=& 10 \times \frac{2}{7}
\end{eqnarray*}
\end{enumerate}
\columnbreak
Nom - Prénom
\section{Connaissance}
\begin{enumerate}
\item Soient $a$, $b$, $c$ et $d$ trois entiers relatifs tels que .. .. .. .. \\ Alors
\begin{eqnarray*}
\frac{a}{b} \times \frac{c}{d} & = &
\end{eqnarray*}
\item Enoncer le théorème qui permet de montrer que deux droites sont parallèles.
\\[0.5cm]
. \dotfill
\\[0.5cm]
. \dotfill
\\[0.5cm]
. \dotfill
\\[0.5cm]
\item Calculer l'expression suivante
\begin{eqnarray*}
A &=& -4 + 4(-2 \times 3 + 1)
\end{eqnarray*}
\\[2cm]
\begin{eqnarray*}
B &=& 10 \times \frac{3}{17}
\end{eqnarray*}
\end{enumerate}
\end{multicols}
\end{document}
%%% Local Variables:
%%% mode: latex
%%% TeX-master: "master"
%%% End:

Binary file not shown.

View File

@@ -0,0 +1,92 @@
\documentclass{/media/documents/Cours/Prof/Enseignements/Archive/2013-2014/tools/style/classConn}
% Title Page
\title{}
\author{}
\date{}
\begin{document}
\begin{multicols}{2}
Nom - Prénom:
\section{Connaissance}
\begin{enumerate}
\item Énoncer le théorème de Pythagore pour le triangle suivant
\begin{minipage}[h]{0.2\textwidth}
\includegraphics[scale=0.15]{./fig/triangleRectABC}
\end{minipage}
\begin{minipage}[h]{0.25\textwidth}
~\\[0.5cm]
Si \dotfill
\\[0.5cm]
.\dotfill
\\[0.5cm]
Alors \dotfill
\\[0.5cm]
\end{minipage}
\item Sur la figure suivante, indiquer \textbf{l'axe des abscisses},et \textbf{l'origine du repère}.
\begin{center}
\includegraphics[scale=0.6]{./fig/graph}
\end{center}
\item Compléter les pointillés
\begin{tabular}{|c|c|c}
\hline
Première ligne & $a$ & \hspace{1cm} \\
\hline
Deuxième ligne & $b$ & \\
\hline
\end{tabular}
\hspace{1cm}
$\times$ \dotfill
\end{enumerate}
\columnbreak
Nom - Prénom
\section{Connaissance}
\begin{enumerate}
\item Énoncer le théorème de Pythagore pour le triangle suivant
\begin{minipage}[h]{0.2\textwidth}
\includegraphics[scale=0.15]{./fig/triangleRectABC_2}
\end{minipage}
\begin{minipage}[h]{0.25\textwidth}
~\\[0.5cm]
Si \dotfill
\\[0.5cm]
.\dotfill
\\[0.5cm]
Alors \dotfill
\\[0.5cm]
\end{minipage}
\item Sur la figure suivante, indiquer \textbf{l'axe des ordonnées} et \textbf{l'origine du repère}.
\begin{center}
\includegraphics[scale=0.5]{./fig/graph}
\end{center}
\item Le tableau suivant est un tableau de proportionnalité. Quel est le chiffre manquant?
\begin{center}
\begin{tabular}{|c|c|}
\hline
2 & 10 \\
\hline
4 & \\
\hline
\end{tabular}
\end{center}
\end{enumerate}
\end{multicols}
\end{document}
%%% Local Variables:
%%% mode: latex
%%% TeX-master: "master"
%%% End:

Binary file not shown.

View File

@@ -0,0 +1,17 @@
\begin{pspicture}(-0.9,-0.9)(9.2,9.2)
\psgrid[griddots=10,gridlabels=0pt, subgriddiv=0, gridcolor=black!40](0,0)(9,9)
\psaxes
[
%ytrigLabels=true,
linewidth=\pslinewidth,
%labelFontSize=\scriptscriptstyle,
tickcolor=gray,
ticksize=-1.5pt 1.5pt,
xlabelsep=3pt,
arrowscale=1,
%trigLabelBase=4,
]{->}(0,0)(-0.8,-0.8)(9.2,9.2)
\psset{algebraic,linewidth=1.5pt}
%\psplot{-5}{5}{2 * x}
\end{pspicture}

View File

@@ -0,0 +1,28 @@
#!/bin/sh
# on enlève lextension du 1er argument
FILE=${1%.*}
TMPFILE=pstemp
# création dun fichier temporaire psttemp.tex
cat > $TMPFILE.tex <<EOF
\documentclass{article}
\usepackage{pstricks}
\usepackage{pstricks-add}
\usepackage{pst-eps}
\usepackage{pst-eucl}
\usepackage{pst-plot}
\usepackage{pst-math}
\thispagestyle{empty}
\begin{document}
\begin{TeXtoEPS}
\input{$FILE}
\end{TeXtoEPS}
\end{document}
EOF
# Création du fichier dvi
latex $TMPFILE
# Création du fichier eps
dvips -E $TMPFILE.dvi -o $TMPFILE.eps
# Création du fichier pdf
epstopdf $TMPFILE.eps --debug --outfile=$FILE.pdf
# effacement des fichiers temporaires
rm -f $TMPFILE.*

View File

@@ -0,0 +1,103 @@
<?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:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="1052.3622"
height="744.09448"
id="svg2"
version="1.1"
inkscape:version="0.48.4 r9939"
sodipodi:docname="triangleRectABC.svg">
<defs
id="defs4" />
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="0.80366138"
inkscape:cx="526.18109"
inkscape:cy="372.04724"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="false"
inkscape:window-width="1364"
inkscape:window-height="748"
inkscape:window-x="0"
inkscape:window-y="274"
inkscape:window-maximized="0" />
<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 />
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:label="Calque 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(0,-308.2677)">
<path
style="fill:none;stroke:#000000;stroke-width:6.16622972;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
d="m 68.998551,950.43634 897.702519,0 0,-520.20711 z"
id="path3753"
inkscape:connector-curvature="0" />
<text
xml:space="preserve"
style="font-size:44.39685059px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Droid Sans;-inkscape-font-specification:Droid Sans"
x="995.31683"
y="988.71631"
id="text3755"
sodipodi:linespacing="125%"><tspan
sodipodi:role="line"
id="tspan3757"
x="995.31683"
y="988.71631"
style="font-size:56px">A</tspan></text>
<text
xml:space="preserve"
style="font-size:44.39685059px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Droid Sans;-inkscape-font-specification:Droid Sans"
x="982.2934"
y="410.07343"
id="text3759"
sodipodi:linespacing="125%"><tspan
sodipodi:role="line"
id="tspan3761"
x="982.2934"
y="410.07343"
style="font-size:56px">B</tspan></text>
<text
xml:space="preserve"
style="font-size:56px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Droid Sans;-inkscape-font-specification:Droid Sans"
x="10.686246"
y="974.98889"
id="text3763"
sodipodi:linespacing="125%"><tspan
sodipodi:role="line"
id="tspan3765"
x="10.686246"
y="974.98889">C</tspan></text>
<rect
style="fill:none;stroke:#000000;stroke-width:6.16622972;stroke-linecap:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
id="rect3767"
width="31.841585"
height="31.841585"
x="934.47583"
y="918.21112" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 3.8 KiB

View File

@@ -0,0 +1,105 @@
<?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:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="1052.3622"
height="744.09448"
id="svg2"
version="1.1"
inkscape:version="0.48.4 r9939"
sodipodi:docname="triangleRectABC_2.pdf">
<defs
id="defs4" />
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="0.80366138"
inkscape:cx="526.18109"
inkscape:cy="372.04724"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="false"
inkscape:window-width="1364"
inkscape:window-height="748"
inkscape:window-x="0"
inkscape:window-y="274"
inkscape:window-maximized="0" />
<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.2677)">
<text
xml:space="preserve"
style="font-size:44.39685059px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Droid Sans;-inkscape-font-specification:Droid Sans"
x="40.934795"
y="408.87009"
id="text3755"
sodipodi:linespacing="125%"><tspan
sodipodi:role="line"
id="tspan3757"
x="40.934795"
y="408.87009">A</tspan></text>
<text
xml:space="preserve"
style="font-size:44.39685059px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Droid Sans;-inkscape-font-specification:Droid Sans"
x="1009.6681"
y="402.6076"
id="text3759"
sodipodi:linespacing="125%"><tspan
sodipodi:role="line"
id="tspan3761"
x="1009.6681"
y="402.6076">B</tspan></text>
<text
xml:space="preserve"
style="font-size:44.39685059px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Droid Sans;-inkscape-font-specification:Droid Sans"
x="10.686246"
y="974.98889"
id="text3763"
sodipodi:linespacing="125%"><tspan
sodipodi:role="line"
id="tspan3765"
x="10.686246"
y="974.98889">C</tspan></text>
<g
id="g3825"
transform="matrix(-1,0,0,-1,1035.6996,1380.6656)">
<path
inkscape:connector-curvature="0"
id="path3753"
d="m 68.998551,950.43634 897.702519,0 0,-520.20711 z"
style="fill:none;stroke:#000000;stroke-width:6.16622972;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
<rect
y="918.21112"
x="934.47583"
height="31.841585"
width="31.841585"
id="rect3767"
style="fill:none;stroke:#000000;stroke-width:6.16622972;stroke-linecap:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" />
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 3.8 KiB

Binary file not shown.

View File

@@ -0,0 +1,69 @@
\documentclass{/media/documents/Cours/Prof/Enseignements/Archive/2013-2014/tools/style/classConn}
% Title Page
\title{}
\author{}
\date{}
\begin{document}
\begin{multicols}{2}
Nom - Prénom:
\section{Connaissance}
\begin{enumerate}
\item Énoncer le théorème de Pythagore pour le triangle suivant
\begin{center}
\includegraphics[scale=0.25]{./fig/triangleRectIJK}
\end{center}
Si \dotfill
\\[0.5cm]
.\dotfill
\\[0.5cm]
Alors \dotfill
\\[0.5cm]
\item Calculer les expressions suivantes
\begin{eqnarray*}
A & = & 5 - 12 \\
B & = & (4 - 2) \times 5 \\
C & = & -4 \times (-2) \times (-2)
\end{eqnarray*}
\end{enumerate}
\columnbreak
Nom - Prénom
\section{Connaissance}
\begin{enumerate}
\item Énoncer le théorème de Pythagore pour le triangle suivant
\begin{center}
\includegraphics[scale=0.25]{./fig/triangleRectABC_2}
\end{center}
Si \dotfill
\\[0.5cm]
.\dotfill
\\[0.5cm]
Alors \dotfill
\\[0.5cm]
\item Calculer les expressions suivantes
\begin{eqnarray*}
A & = & 9 - 12 \\[0.5cm]
B & = & 2 \times 4 - 2 \\[0.5cm]
C & = & -3 \times 2 \times (-2)
\end{eqnarray*}
\end{enumerate}
\end{multicols}
\end{document}
%%% Local Variables:
%%% mode: latex
%%% TeX-master: "master"
%%% End:

View File

@@ -0,0 +1,28 @@
#!/bin/sh
# on enlève lextension du 1er argument
FILE=${1%.*}
TMPFILE=pstemp
# création dun fichier temporaire psttemp.tex
cat > $TMPFILE.tex <<EOF
\documentclass{article}
\usepackage{pstricks}
\usepackage{pstricks-add}
\usepackage{pst-eps}
\usepackage{pst-eucl}
\usepackage{pst-plot}
\usepackage{pst-math}
\thispagestyle{empty}
\begin{document}
\begin{TeXtoEPS}
\input{$FILE}
\end{TeXtoEPS}
\end{document}
EOF
# Création du fichier dvi
latex $TMPFILE
# Création du fichier eps
dvips -E $TMPFILE.dvi -o $TMPFILE.eps
# Création du fichier pdf
epstopdf $TMPFILE.eps --debug --outfile=$FILE.pdf
# effacement des fichiers temporaires
rm -f $TMPFILE.*

View File

@@ -0,0 +1,105 @@
<?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:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="1052.3622"
height="744.09448"
id="svg2"
version="1.1"
inkscape:version="0.48.4 r9939"
sodipodi:docname="triangleRectABC_2.pdf">
<defs
id="defs4" />
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="0.80366138"
inkscape:cx="526.18109"
inkscape:cy="372.04724"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="false"
inkscape:window-width="1364"
inkscape:window-height="748"
inkscape:window-x="0"
inkscape:window-y="274"
inkscape:window-maximized="0" />
<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.2677)">
<text
xml:space="preserve"
style="font-size:44.39685059px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Droid Sans;-inkscape-font-specification:Droid Sans"
x="40.934795"
y="408.87009"
id="text3755"
sodipodi:linespacing="125%"><tspan
sodipodi:role="line"
id="tspan3757"
x="40.934795"
y="408.87009">A</tspan></text>
<text
xml:space="preserve"
style="font-size:44.39685059px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Droid Sans;-inkscape-font-specification:Droid Sans"
x="1009.6681"
y="402.6076"
id="text3759"
sodipodi:linespacing="125%"><tspan
sodipodi:role="line"
id="tspan3761"
x="1009.6681"
y="402.6076">B</tspan></text>
<text
xml:space="preserve"
style="font-size:44.39685059px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Droid Sans;-inkscape-font-specification:Droid Sans"
x="10.686246"
y="974.98889"
id="text3763"
sodipodi:linespacing="125%"><tspan
sodipodi:role="line"
id="tspan3765"
x="10.686246"
y="974.98889">C</tspan></text>
<g
id="g3825"
transform="matrix(-1,0,0,-1,1035.6996,1380.6656)">
<path
inkscape:connector-curvature="0"
id="path3753"
d="m 68.998551,950.43634 897.702519,0 0,-520.20711 z"
style="fill:none;stroke:#000000;stroke-width:6.16622972;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
<rect
y="918.21112"
x="934.47583"
height="31.841585"
width="31.841585"
id="rect3767"
style="fill:none;stroke:#000000;stroke-width:6.16622972;stroke-linecap:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" />
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 3.8 KiB

View File

@@ -0,0 +1,105 @@
<?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:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="1052.3622"
height="744.09448"
id="svg2"
version="1.1"
inkscape:version="0.48.4 r9939"
sodipodi:docname="triangleRectABC_2.pdf">
<defs
id="defs4" />
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="0.80366138"
inkscape:cx="526.18109"
inkscape:cy="372.04724"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="false"
inkscape:window-width="1364"
inkscape:window-height="748"
inkscape:window-x="0"
inkscape:window-y="274"
inkscape:window-maximized="0" />
<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.2677)">
<text
xml:space="preserve"
style="font-size:44.39685059px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Droid Sans;-inkscape-font-specification:Droid Sans"
x="40.934795"
y="408.87009"
id="text3755"
sodipodi:linespacing="125%"><tspan
sodipodi:role="line"
id="tspan3757"
x="40.934795"
y="408.87009">I</tspan></text>
<text
xml:space="preserve"
style="font-size:44.39685059px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Droid Sans;-inkscape-font-specification:Droid Sans"
x="1009.6681"
y="402.6076"
id="text3759"
sodipodi:linespacing="125%"><tspan
sodipodi:role="line"
id="tspan3761"
x="1009.6681"
y="402.6076">J</tspan></text>
<text
xml:space="preserve"
style="font-size:44.39685059px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Droid Sans;-inkscape-font-specification:Droid Sans"
x="10.686246"
y="974.98889"
id="text3763"
sodipodi:linespacing="125%"><tspan
sodipodi:role="line"
id="tspan3765"
x="10.686246"
y="974.98889">K</tspan></text>
<g
id="g3825"
transform="matrix(-1,0,0,-1,1035.6996,1380.6656)">
<path
inkscape:connector-curvature="0"
id="path3753"
d="m 68.998551,950.43634 897.702519,0 0,-520.20711 z"
style="fill:none;stroke:#000000;stroke-width:6.16622972;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
<rect
y="918.21112"
x="934.47583"
height="31.841585"
width="31.841585"
id="rect3767"
style="fill:none;stroke:#000000;stroke-width:6.16622972;stroke-linecap:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" />
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 3.8 KiB

View File

@@ -0,0 +1,15 @@
Notes sur des exercices d'applications du théorème de Pythagore
###############################################################
:date: 2014-07-01
:modified: 2014-07-01
:tags: Geometrie, Exo
:category: 4e
:authors: Benjamin Bertrand
:summary: Pas de résumé, note créée automatiquement parce que je ne l'avais pas bien fait...
`Lien vers pythagore.pdf <pythagore.pdf>`_
`Lien vers pythagore2.pdf <pythagore2.pdf>`_

Binary file not shown.

View File

@@ -0,0 +1,358 @@
<?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:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="210mm"
height="297mm"
id="svg2"
version="1.1"
inkscape:version="0.48.4 r9939"
sodipodi:docname="pythagore.svg">
<defs
id="defs4">
<marker
style="overflow:visible"
id="DistanceEnd"
refX="0.0"
refY="0.0"
orient="auto"
inkscape:stockid="DistanceEnd">
<g
id="g2301">
<path
style="fill:none;stroke:#ffffff;stroke-width:1.15;stroke-linecap:square"
d="M 0,0 L -2,0"
id="path2316" />
<path
style="fill:#000000;fill-rule:evenodd;stroke:none"
d="M 0,0 L -13,4 L -9,0 -13,-4 L 0,0 z "
id="path2312" />
<path
style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:square"
d="M 0,-4 L 0,40"
id="path2314" />
</g>
</marker>
<marker
inkscape:stockid="Arrow2Send"
orient="auto"
refY="0.0"
refX="0.0"
id="Arrow2Send"
style="overflow:visible;">
<path
id="path3800"
style="fill-rule:evenodd;stroke-width:0.62500000;stroke-linejoin:round;"
d="M 8.7185878,4.0337352 L -2.2072895,0.016013256 L 8.7185884,-4.0017078 C 6.9730900,-1.6296469 6.9831476,1.6157441 8.7185878,4.0337352 z "
transform="scale(0.3) rotate(180) translate(-2.3,0)" />
</marker>
</defs>
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="0.7193341"
inkscape:cx="372.04724"
inkscape:cy="526.18109"
inkscape:document-units="px"
inkscape:current-layer="g4889"
showgrid="false"
showguides="true"
inkscape:guide-bbox="true"
inkscape:window-width="1280"
inkscape:window-height="974"
inkscape:window-x="-8"
inkscape:window-y="-8"
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">
<g
id="g4854"
transform="matrix(0.53932113,-0.1072674,0.1072674,0.53932113,-80.561229,62.217911)"
style="stroke-width:4.54640468;stroke-miterlimit:4;stroke-dasharray:none">
<g
id="g4894"
style="stroke-width:4.54640468;stroke-miterlimit:4;stroke-dasharray:none">
<g
id="g4905"
transform="translate(-22.507124,-16.168785)"
style="stroke-width:4.54640468;stroke-miterlimit:4;stroke-dasharray:none">
<rect
y="514.36462"
x="368.39627"
height="221.03777"
width="221.03777"
id="rect4832"
style="fill:none;stroke:#000000;stroke-width:4.54640468;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
<rect
y="364.26602"
x="218.2977"
height="148.66815"
width="148.66815"
id="rect4832-0"
style="fill:none;stroke:#000000;stroke-width:4.54640468;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
<rect
transform="matrix(0.82480506,0.56541721,-0.56541721,0.82480506,0,0)"
y="-176.10519"
x="507.98987"
height="267.7377"
width="267.7377"
id="rect4852"
style="fill:none;stroke:#000000;stroke-width:4.54640466;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
</g>
</g>
</g>
<g
style="stroke-width:2.57998133;stroke-miterlimit:4;stroke-dasharray:none"
id="g4889"
transform="matrix(-0.88367235,-0.39759626,0.39759626,-0.88367235,708.85706,1063.7947)">
<rect
transform="matrix(0.98078885,-0.1950724,0.1950724,0.98078885,0,0)"
y="838.64618"
x="313.0603"
height="133.97742"
width="133.97742"
id="rect4832-4"
style="fill:none;stroke:#000000;stroke-width:2.57998133;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
<rect
transform="matrix(0.9145172,-0.40454702,0.43045375,0.90261264,0,0)"
y="779.52533"
x="-16.998037"
height="107.37976"
width="115.02496"
id="rect4832-0-8"
style="fill:none;stroke:#000000;stroke-width:2.58050561;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
<rect
ry="0.37481248"
transform="matrix(-0.36811037,0.9297821,-0.9297821,-0.36811037,0,0)"
y="-829.74042"
x="271.25165"
height="189.20238"
width="189.20238"
id="rect4852-8"
style="fill:none;stroke:#000000;stroke-width:2.57998133;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
<text
xml:space="preserve"
style="font-size:24.76782036px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans"
x="-519.20703"
y="-856.80695"
id="text4950"
sodipodi:linespacing="125%"
transform="matrix(-0.91194325,0.41031636,-0.41031636,-0.91194325,0,0)"><tspan
sodipodi:role="line"
id="tspan4952"
x="-519.20703"
y="-856.80695">5</tspan></text>
<text
xml:space="preserve"
style="font-size:23.99999998px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans"
x="208.52618"
y="316.95981"
id="text4954"
sodipodi:linespacing="125%"
transform="matrix(-0.9411186,0.42344341,-0.42344341,-0.9411186,1117.5754,700.99612)"><tspan
sodipodi:role="line"
id="tspan4956"
x="208.52618"
y="316.95981">4</tspan></text>
<text
xml:space="preserve"
style="font-size:24.76782013px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans"
x="-606.72064"
y="-820.94073"
id="text4958"
sodipodi:linespacing="125%"
transform="matrix(-0.91194325,0.41031636,-0.41031636,-0.91194325,0,0)"><tspan
sodipodi:role="line"
id="tspan4960"
x="-606.72064"
y="-820.94073">3</tspan></text>
<text
xml:space="preserve"
style="font-size:24.76782036px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans"
x="-212.19193"
y="-822.37537"
id="text4962"
sodipodi:linespacing="125%"
transform="matrix(-0.91194325,0.41031636,-0.41031636,-0.91194325,0,0)"><tspan
sodipodi:role="line"
id="tspan4964"
x="-212.19193"
y="-822.37537">6</tspan></text>
<text
xml:space="preserve"
style="font-size:24.76782036px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans"
x="-183.49892"
y="-917.06226"
id="text4966"
sodipodi:linespacing="125%"
transform="matrix(-0.91194325,0.41031636,-0.41031636,-0.91194325,0,0)"><tspan
sodipodi:role="line"
id="tspan4968"
x="-183.49892"
y="-917.06226">4</tspan></text>
<text
xml:space="preserve"
style="font-size:23.99999998px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans"
x="608.89648"
y="269.69388"
id="text4970"
sodipodi:linespacing="125%"
transform="matrix(-0.9411186,0.42344341,-0.42344341,-0.9411186,1117.5754,700.99612)"><tspan
sodipodi:role="line"
id="tspan4972"
x="608.89648"
y="269.69388">3</tspan></text>
<path
style="fill:none;stroke:#000000;stroke-width:2.57998133;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;marker-mid:none"
d="M 748.74172,236.3139 663.79915,210.71495 578.8566,185.116 652.18153,296.22894 z"
id="path3761-1"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccccc" />
<text
xml:space="preserve"
style="font-size:24.76782013px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans"
x="-569.41974"
y="-436.45459"
id="text4974"
sodipodi:linespacing="125%"
transform="matrix(-0.91194325,0.41031636,-0.41031636,-0.91194325,0,0)"><tspan
sodipodi:role="line"
id="tspan4976"
x="-569.41974"
y="-436.45459">20</tspan></text>
<text
xml:space="preserve"
style="font-size:24.76782013px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans"
x="-557.94257"
y="-552.66119"
id="text4978"
sodipodi:linespacing="125%"
transform="matrix(-0.91194325,0.41031636,-0.41031636,-0.91194325,0,0)"><tspan
sodipodi:role="line"
id="tspan4980"
x="-557.94257"
y="-552.66119">12</tspan></text>
<text
xml:space="preserve"
style="font-size:24.76782013px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans"
x="-450.34381"
y="-473.75549"
id="text4982"
sodipodi:linespacing="125%"
transform="matrix(-0.91194325,0.41031636,-0.41031636,-0.91194325,0,0)"><tspan
sodipodi:role="line"
id="tspan4984"
x="-450.34381"
y="-473.75549">16</tspan></text>
<text
xml:space="preserve"
style="font-size:24.76782013px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans"
x="-206.45332"
y="-479.49408"
id="text4986"
sodipodi:linespacing="125%"
transform="matrix(-0.91194325,0.41031636,-0.41031636,-0.91194325,0,0)"><tspan
sodipodi:role="line"
id="tspan4988"
x="-206.45332"
y="-479.49408">12</tspan></text>
<text
xml:space="preserve"
style="font-size:24.76782013px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans"
x="-107.46252"
y="-538.31476"
id="text4990"
sodipodi:linespacing="125%"
transform="matrix(-0.91194325,0.41031636,-0.41031636,-0.91194325,0,0)"><tspan
sodipodi:role="line"
id="tspan4992"
x="-107.46252"
y="-538.31476">5</tspan></text>
<text
xml:space="preserve"
style="font-size:23.99999998px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans"
x="600.55542"
y="657.55261"
id="text4994"
sodipodi:linespacing="125%"
transform="matrix(-0.9411186,0.42344341,-0.42344341,-0.9411186,1117.5754,700.99612)"><tspan
sodipodi:role="line"
id="tspan4996"
x="600.55542"
y="657.55261">10</tspan></text>
<text
xml:space="preserve"
style="font-size:24.76782013px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans"
x="-341.31042"
y="-234.16898"
id="text4998"
sodipodi:linespacing="125%"
transform="matrix(-0.91194325,0.41031636,-0.41031636,-0.91194325,0,0)"><tspan
sodipodi:role="line"
id="tspan5000"
x="-341.31042"
y="-234.16898">3,4</tspan></text>
<text
xml:space="preserve"
style="font-size:24.76782013px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans"
x="-240.88495"
y="-155.26326"
id="text5002"
sodipodi:linespacing="125%"
transform="matrix(-0.91194325,0.41031636,-0.41031636,-0.91194325,0,0)"><tspan
sodipodi:role="line"
id="tspan5004"
x="-240.88495"
y="-155.26326">3</tspan></text>
<text
xml:space="preserve"
style="font-size:24.76782013px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans"
x="-403.00037"
y="-129.43951"
id="text5006"
sodipodi:linespacing="125%"
transform="matrix(-0.91194325,0.41031636,-0.41031636,-0.91194325,0,0)"><tspan
sodipodi:role="line"
id="tspan5008"
x="-403.00037"
y="-129.43951">1,6</tspan></text>
</g>
<path
style="fill:none;stroke:#000000;stroke-width:2.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;marker-mid:none"
d="m 559.81563,514.79374 c -0.0385,53.4305 -0.0768,106.86099 -0.11528,160.29148 l 67.61378,-95.27489 z"
id="path3761-1-2"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cccc" />
<path
style="fill:none;stroke:#000000;stroke-width:2.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;marker-mid:none"
d="m 323.54121,873.19276 91.50215,-22.04597 91.50213,-22.04595 -84.29982,113.31894 z"
id="path3761-1-4"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccccc" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

View File

@@ -0,0 +1,448 @@
<?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:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="210mm"
height="297mm"
id="svg2"
version="1.1"
inkscape:version="0.48.4 r9939"
sodipodi:docname="pythagore.svg">
<defs
id="defs4">
<marker
style="overflow:visible"
id="DistanceEnd"
refX="0.0"
refY="0.0"
orient="auto"
inkscape:stockid="DistanceEnd">
<g
id="g2301">
<path
style="fill:none;stroke:#ffffff;stroke-width:1.15;stroke-linecap:square"
d="M 0,0 L -2,0"
id="path2316" />
<path
style="fill:#000000;fill-rule:evenodd;stroke:none"
d="M 0,0 L -13,4 L -9,0 -13,-4 L 0,0 z "
id="path2312" />
<path
style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:square"
d="M 0,-4 L 0,40"
id="path2314" />
</g>
</marker>
<marker
inkscape:stockid="Arrow2Send"
orient="auto"
refY="0.0"
refX="0.0"
id="Arrow2Send"
style="overflow:visible;">
<path
id="path3800"
style="fill-rule:evenodd;stroke-width:0.62500000;stroke-linejoin:round;"
d="M 8.7185878,4.0337352 L -2.2072895,0.016013256 L 8.7185884,-4.0017078 C 6.9730900,-1.6296469 6.9831476,1.6157441 8.7185878,4.0337352 z "
transform="scale(0.3) rotate(180) translate(-2.3,0)" />
</marker>
</defs>
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="0.81150769"
inkscape:cx="372.04724"
inkscape:cy="526.18109"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="false"
showguides="true"
inkscape:guide-bbox="true"
inkscape:window-width="1278"
inkscape:window-height="1004"
inkscape:window-x="1366"
inkscape:window-y="18"
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">
<g
id="g3161"
transform="translate(-33.364191,0)">
<text
xml:space="preserve"
style="font-size:24px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans"
x="508.80392"
y="599.16528"
id="text4986"
sodipodi:linespacing="125%"><tspan
sodipodi:role="line"
id="tspan4988"
x="508.80392"
y="599.16528">5,3</tspan></text>
<text
xml:space="preserve"
style="font-size:24px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans"
x="604.72595"
y="542.16809"
id="text4990"
sodipodi:linespacing="125%"><tspan
sodipodi:role="line"
id="tspan4992"
x="604.72595"
y="542.16809">10</tspan></text>
<text
xml:space="preserve"
style="font-size:24px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans"
x="600.55542"
y="657.55261"
id="text4994"
sodipodi:linespacing="125%"><tspan
sodipodi:role="line"
id="tspan4996"
x="600.55542"
y="657.55261">8,5</tspan></text>
<path
sodipodi:nodetypes="cccc"
inkscape:connector-curvature="0"
id="path3761-1-2"
d="m 559.81563,514.79374 c -0.0385,53.4305 -0.0768,106.86099 -0.11528,160.29148 l 67.61378,-95.27489 z"
style="fill:none;stroke:#000000;stroke-width:2.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;marker-mid:none" />
</g>
<text
xml:space="preserve"
style="font-size:40px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Droid Sans;-inkscape-font-specification:Droid Sans"
x="56.997154"
y="82.020309"
id="text3123"
sodipodi:linespacing="125%"><tspan
sodipodi:role="line"
id="tspan3125"
x="56.997154"
y="82.020309"
style="font-size:32px">Quels sont les triangles rectangles?</tspan><tspan
sodipodi:role="line"
x="56.997154"
y="132.02031"
id="tspan3415"
style="font-size:32px">Pour les triangles rectangles, preciser</tspan><tspan
sodipodi:role="line"
x="56.997154"
y="182.02031"
id="tspan3417"
style="font-size:32px">quel est l'hypoténuse.</tspan></text>
<path
style="fill:none;stroke:#000000;stroke-width:2.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;marker-mid:none"
d="m 602.83035,234.13664 c -51.78632,13.15279 -103.5726,26.30576 -155.35891,39.45857 l 109.01757,42.00114 z"
id="path3761-1-2-6"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cccc" />
<g
id="g3419"
transform="translate(-26.413317,40.315064)">
<path
sodipodi:nodetypes="ccccc"
inkscape:connector-curvature="0"
id="path3761-1-4-0"
d="m 142.04719,251.56563 91.50215,-22.04597 91.50213,-22.04595 -84.29982,113.31894 z"
style="fill:none;stroke:#000000;stroke-width:2.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;marker-mid:none" />
<text
sodipodi:linespacing="125%"
id="text3273"
y="255.79213"
x="109.8238"
style="font-size:28px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Droid Sans;-inkscape-font-specification:Droid Sans"
xml:space="preserve"><tspan
y="255.79213"
x="109.8238"
id="tspan3275"
sodipodi:role="line">A</tspan></text>
<text
sodipodi:linespacing="125%"
id="text3273-0"
y="203.26944"
x="333.47223"
style="font-size:28px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Droid Sans;-inkscape-font-specification:Droid Sans"
xml:space="preserve"><tspan
y="203.26944"
x="333.47223"
id="tspan3275-2"
sodipodi:role="line">B</tspan></text>
<text
sodipodi:linespacing="125%"
id="text3273-1"
y="353.40829"
x="236.15999"
style="font-size:28px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Droid Sans;-inkscape-font-specification:Droid Sans"
xml:space="preserve"><tspan
y="353.40829"
x="236.15999"
id="tspan3275-0"
sodipodi:role="line">C</tspan></text>
</g>
<text
xml:space="preserve"
style="font-size:28px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Droid Sans;-inkscape-font-specification:Droid Sans"
x="416.88269"
y="296.41113"
id="text3273-4"
sodipodi:linespacing="125%"><tspan
sodipodi:role="line"
id="tspan3275-8"
x="416.88269"
y="296.41113">D</tspan></text>
<text
xml:space="preserve"
style="font-size:28px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Droid Sans;-inkscape-font-specification:Droid Sans"
x="612.89728"
y="236.63362"
id="text3273-9"
sodipodi:linespacing="125%"><tspan
sodipodi:role="line"
id="tspan3275-02"
x="612.89728"
y="236.63362">E</tspan></text>
<text
xml:space="preserve"
style="font-size:28px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Droid Sans;-inkscape-font-specification:Droid Sans"
x="555.90015"
y="345.06723"
id="text3273-02"
sodipodi:linespacing="125%"><tspan
sodipodi:role="line"
id="tspan3275-5"
x="555.90015"
y="345.06723">F</tspan></text>
<path
sodipodi:nodetypes="ccccc"
inkscape:connector-curvature="0"
id="path3761-1"
d="m 138.39188,564.2246 64.88335,56.39394 64.88334,56.39392 -20.61713,-127.34115 z"
style="fill:none;stroke:#000000;stroke-width:2.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;marker-mid:none" />
<text
sodipodi:linespacing="125%"
id="text4974"
y="623.17603"
x="270.14316"
style="font-size:24px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans"
xml:space="preserve"><tspan
y="623.17603"
x="270.14316"
sodipodi:role="line"
id="tspan3269">10</tspan></text>
<text
sodipodi:linespacing="125%"
id="text4978"
y="537.99762"
x="176.55217"
style="font-size:24px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans"
xml:space="preserve"><tspan
y="537.99762"
x="176.55217"
id="tspan4980"
sodipodi:role="line">6</tspan></text>
<text
sodipodi:linespacing="125%"
id="text4982"
y="643.716"
x="174.80879"
style="font-size:24px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans"
xml:space="preserve"><tspan
y="643.716"
x="174.80879"
id="tspan4984"
sodipodi:role="line">8</tspan></text>
<text
xml:space="preserve"
style="font-size:28px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Droid Sans;-inkscape-font-specification:Droid Sans"
x="92.972"
y="571.66571"
id="text3273-44"
sodipodi:linespacing="125%"><tspan
sodipodi:role="line"
id="tspan3275-6"
x="92.972"
y="571.66571">G</tspan></text>
<text
xml:space="preserve"
style="font-size:28px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Droid Sans;-inkscape-font-specification:Droid Sans"
x="259.79297"
y="546.64258"
id="text3273-91"
sodipodi:linespacing="125%"><tspan
sodipodi:role="line"
id="tspan3275-4"
x="259.79297"
y="546.64258">H</tspan></text>
<text
xml:space="preserve"
style="font-size:28px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Droid Sans;-inkscape-font-specification:Droid Sans"
x="272.30453"
y="714.85376"
id="text3273-7"
sodipodi:linespacing="125%"><tspan
sodipodi:role="line"
id="tspan3275-27"
x="272.30453"
y="714.85376">I</tspan></text>
<text
xml:space="preserve"
style="font-size:28px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Droid Sans;-inkscape-font-specification:Droid Sans"
x="507.24405"
y="500.76678"
id="text3273-17"
sodipodi:linespacing="125%"><tspan
sodipodi:role="line"
id="tspan3275-7"
x="507.24405"
y="500.76678">J</tspan></text>
<text
xml:space="preserve"
style="font-size:28px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Droid Sans;-inkscape-font-specification:Droid Sans"
x="604.55627"
y="582.78711"
id="text3273-47"
sodipodi:linespacing="125%"><tspan
sodipodi:role="line"
id="tspan3275-09"
x="604.55627"
y="582.78711">K</tspan></text>
<text
xml:space="preserve"
style="font-size:28px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Droid Sans;-inkscape-font-specification:Droid Sans"
x="510.02438"
y="712.07336"
id="text3273-3"
sodipodi:linespacing="125%"><tspan
sodipodi:role="line"
id="tspan3275-69"
x="510.02438"
y="712.07336">L</tspan></text>
<text
sodipodi:linespacing="125%"
id="text4978-9"
y="260.35794"
x="184.1273"
style="font-size:24px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans"
xml:space="preserve"><tspan
y="260.35794"
x="184.1273"
id="tspan4980-1"
sodipodi:role="line">13</tspan></text>
<text
sodipodi:linespacing="125%"
id="text4978-95"
y="361.8407"
x="128.52031"
style="font-size:24px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans"
xml:space="preserve"><tspan
y="361.8407"
x="128.52031"
id="tspan4980-5"
sodipodi:role="line">5</tspan></text>
<text
sodipodi:linespacing="125%"
id="text4978-8"
y="334.0372"
x="264.75742"
style="font-size:24px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans"
xml:space="preserve"><tspan
y="334.0372"
x="264.75742"
id="tspan4980-4"
sodipodi:role="line">12</tspan></text>
<text
sodipodi:linespacing="125%"
id="text4978-82"
y="243.67584"
x="510.81833"
style="font-size:24px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans"
xml:space="preserve"><tspan
y="243.67584"
x="510.81833"
sodipodi:role="line"
id="tspan3547">6,5</tspan></text>
<text
sodipodi:linespacing="125%"
id="text4978-1"
y="322.9158"
x="483.01483"
style="font-size:24px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans"
xml:space="preserve"><tspan
y="322.9158"
x="483.01483"
id="tspan4980-0"
sodipodi:role="line">6,4</tspan></text>
<text
sodipodi:linespacing="125%"
id="text4978-5"
y="300.673"
x="594.22882"
style="font-size:24px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans"
xml:space="preserve"><tspan
y="300.673"
x="594.22882"
id="tspan4980-8"
sodipodi:role="line">1,6</tspan></text>
<flowRoot
xml:space="preserve"
id="flowRoot3494"
style="fill:black;stroke:none;stroke-opacity:1;stroke-width:1px;stroke-linejoin:miter;stroke-linecap:butt;fill-opacity:1;font-family:Droid Sans;font-style:normal;font-weight:normal;font-size:40px;line-height:125%;letter-spacing:0px;word-spacing:0px;-inkscape-font-specification:Droid Sans;font-stretch:normal;font-variant:normal"><flowRegion
id="flowRegion3496"><rect
id="rect3498"
width="371.17661"
height="328.08121"
x="66.728378"
y="688.13641" /></flowRegion><flowPara
id="flowPara3500"></flowPara></flowRoot> <text
xml:space="preserve"
style="font-size:28px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Droid Sans;-inkscape-font-specification:Droid Sans"
x="20.852621"
y="861.90826"
id="text3502"
sodipodi:linespacing="125%"><tspan
sodipodi:role="line"
id="tspan3504"
x="20.852621"
y="861.90826"><tspan
style="font-size:24px"
id="tspan3506">Triangle MNO tel que MN = 3,5m, NO=2,1m et OM = 2,8m. </tspan></tspan></text>
<text
xml:space="preserve"
style="font-size:28px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Droid Sans;-inkscape-font-specification:Droid Sans"
x="20.852621"
y="916.79883"
id="text3502-9"
sodipodi:linespacing="125%"><tspan
sodipodi:role="line"
id="tspan3504-9"
x="20.852621"
y="916.79883"><tspan
style="font-size:24px"
id="tspan3506-7">Triangle PQR tel que PQ = 6,5km, NO=7,2km et OM = 9,8km. </tspan></tspan></text>
</g>
</svg>

After

Width:  |  Height:  |  Size: 19 KiB

View File

@@ -0,0 +1,39 @@
\documentclass[a4paper,12pt]{/media/documents/Cours/Prof/Enseignements/Archive/2013-2014/tools/style/classCours}
\usepackage{/media/documents/Cours/Prof/Enseignements/Archive/2013-2014/2013_2014}
% Title Page
\titre{Téléphérique du Mont Blanc}
% \quatreC \quatreD \troisB \troisPro
\classe{\quatreD}
\date{13 mars 2014}
%\fancyhead[L]{<++classes++> : \Thetitle}
%% Tache complexe inspiré de http://wwwacad.ac-clermont.fr/disciplines/fileadmin/user_upload/Mathematiques/pages/outils/Irem_Clermont-Ferrand_le_Mont_Blanc.pdf
\begin{document}
\maketitle
Rémi Manfredi a un rêve, construire un téléphérique qui partirait de la ville Chamonix et qui arriverait au sommet du Mont Blanc.
Quelle serait alors la longueur du trajet?
Répondre par un texte présentant la démarche, les calculs et les arguments même non abouties.
Vous êtes autorisé à utiliser l'outil informatique.
\vfill
\textbf{Document 1:} Carte des environs de Chamonix et du Mont Blanc.
\begin{center}
\includegraphics[scale=0.5]{./fig/carte}
\end{center}
\end{document}
%%% Local Variables:
%%% mode: latex
%%% TeX-master: "master"
%%% End:

Binary file not shown.

After

Width:  |  Height:  |  Size: 479 KiB

View File

@@ -0,0 +1,17 @@
Notes sur la tache complexe Telepherique Mt Blanc
#################################################
:date: 2014-07-01
:modified: 2014-07-01
:tags: Geometrie, Tache Complexe,
:category: 4e
:authors: Benjamin Bertrand
:summary: Quelle serait la longueur du cable si l'on construisait un téléphérique pour relier Chamonix et le Mont Blanc?
`Lien vers TelepheriqueMtBlanc.tex <TelepheriqueMtBlanc.tex>`_
`Lien vers TelepheriqueMtBlanc.pdf <TelepheriqueMtBlanc.pdf>`_
`Lien vers fig/carte.png <fig/carte.png>`_

View File

@@ -0,0 +1,39 @@
\documentclass[a4paper,10pt]{beamer}
\usepackage[utf8]{inputenc}
\usepackage[french]{babel}
\usepackage{graphicx}
\usepackage{thumbpdf}
\usepackage{wasysym}
\usepackage{ucs}
\usepackage{pgf,pgfarrows,pgfnodes,pgfautomata,pgfheaps,pgfshade}
\usepackage{verbatim}
\usepackage{subfig}
\usepackage{amssymb}
\begin{document}
\begin{frame}{Exercices}
\textbf{Exercice 54 p 183}:
\begin{enumerate}
\item Tracer la droite $(d)$ et placer un point $A$ sur $(d)$.
\item Construire tous les points situés à 4cm de la droite $(d)$ et à 6cm du point $A$.
\end{enumerate}
\textbf{Exercice 56 p 183}\\
On assimile le poste-avions Charles de Gulle à un rectangle de dimension 260m sur 65m.
\begin{enumerate}
\item Construire ce rectangle à l'échelle 1/4000.
\item Sur ce plan, construire toutes les positions d'un bateau situé à 25m du porte-avions.
\end{enumerate}
\textbf{Exercice 55 p 183}
\begin{enumerate}
\item Tracer une droite $(d)$ et un point $A$ à 3,6cm de $(d)$.
\item Construire le symétrique $B$ de $A$ par rapport à $(d)$. Determiner la distance de $B$ à la droite $(d)$.
\item Construire les points $C$ et $D$ sur la droite $(d)$ situés à 6cm de $A$.
\item Quelle est la nature du quadrilatère $ABCD$? Justifier.
\end{enumerate}
\end{frame}
\end{document}

View File

@@ -0,0 +1,63 @@
\documentclass[a4paper,12pt,landscape, twocolumn]{/media/documents/Cours/Prof/Enseignements/Archive/2013-2014/tools/style/classExo}
\usepackage{tikz}
% Title Page
\title{Distance d'un point à une droite - Exercices}
\author{}
\date{}
\fancyhead[L]{Quatrième}
\fancyhead[C]{\Thetitle}
\fancyhead[R]{\thepage}
\begin{document}
\thispagestyle{fancy}
\begin{Exo}
\begin{center}
\includegraphics[scale=0.5]{./fig/plage}
\end{center}
Jean, debout sur la digue, veut aller se baigner mais il doit dabord passer par le parasol (point $P$). Représente le trajet que doit emprunter Jean afin de marcher le moins longtemps sur le sable rendu brûlant par les rayons du soleil.
\end{Exo}
\begin{Exo}
Soient une droite $(d)$ et un point $T$ sur cette droite.
\begin{enumerate}
\item Faire le dessin.
\item Colorier en vert la région qui est à plus de 3cm de la droite $(d)$ et à moins de 4cm du point $T$.
\item Placer $U$ un point à 4cm de $(d)$ et à plus de 5cm de $T$.
\item Colorier en bleu la région qui est à moins de 1cm de $U$ et à moins de 3cm de $(d)$.
\end{enumerate}
\end{Exo}
% Changer de coté de la page
\vfill
\eject
\begin{Exo}
Avant une course, on donne le plan du parcours aux coureurs. Ils vont ainsi pouvoir determiner le chemin le plus court entre le départ et l'arrivée en passant par les balises avant la course.
\begin{center}
\includegraphics[scale=0.4]{./fig/course}
\end{center}
Tracer le plus court chemin entre le départ et l'arrivée en passant par les balises $B1$ et $B2$. Mesurer la longueur du chemin.
\end{Exo}
\begin{Exo}
Jack veut faire tondre son jardin par sa chèvre. Son jardin est un carré de 5m de coté. Malheureusement, il ne peut pas mettre de barrière autour de son jardin et si sa chèvre sort du jardin, son voisin sera furieux et tuera la chèvre. Il cherche donc un moyen d'attacher la chèvre pour qu'elle tonde tout son jardin sans en sortir.
\begin{enumerate}
\item S'il met un piquet au milieu de son jardin et qu'il y attache la chèvre, est-ce qu'elle tondra tout le jardin sans en sortir?
\item Trouver une façon d'attacher la chèvre.
\end{enumerate}
\end{Exo}
\end{document}
%%% Local Variables:
%%% mode: latex
%%% TeX-master: "master"
%%% End:

View File

@@ -0,0 +1,228 @@
<?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:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="1052.3622"
height="744.09448"
id="svg2"
version="1.1"
inkscape:version="0.48.4 r9939"
sodipodi:docname="course.pdf">
<defs
id="defs4">
<inkscape:path-effect
effect="spiro"
id="path-effect3763"
is_visible="true" />
<inkscape:path-effect
effect="spiro"
id="path-effect3755"
is_visible="true" />
<inkscape:path-effect
effect="spiro"
id="path-effect3763-2"
is_visible="true" />
<inkscape:path-effect
effect="spiro"
id="path-effect3763-5"
is_visible="true" />
<inkscape:path-effect
effect="spiro"
id="path-effect3763-2-2"
is_visible="true" />
<inkscape:path-effect
effect="spiro"
id="path-effect3755-1"
is_visible="true" />
</defs>
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="0.80366138"
inkscape:cx="526.18109"
inkscape:cy="372.04724"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="false"
inkscape:window-width="1364"
inkscape:window-height="748"
inkscape:window-x="0"
inkscape:window-y="274"
inkscape:window-maximized="0" />
<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.2677)">
<g
id="g3884"
transform="translate(-68.436784,-27.374713)">
<path
transform="translate(0,308.2677)"
inkscape:connector-curvature="0"
inkscape:original-d="M 111.76812,225.89683 C 113.21966,218.63916 658.99646,58.970413 658.99646,58.970413"
inkscape:path-effect="#path-effect3755"
id="path3753"
d="M 111.76812,225.89683 658.99646,58.970413"
style="fill:none;stroke:#000000;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
<text
transform="matrix(0.95073847,-0.30999412,0.30999412,0.95073847,0,0)"
sodipodi:linespacing="125%"
id="text3757"
y="534.66406"
x="-39.959316"
style="font-size:36px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Droid Sans;-inkscape-font-specification:Droid Sans"
xml:space="preserve"><tspan
y="534.66406"
x="-39.959316"
id="tspan3759"
sodipodi:role="line">Départ</tspan></text>
</g>
<g
id="g3798"
transform="translate(-317.29781,-82.124136)">
<path
inkscape:connector-curvature="0"
inkscape:original-d="m 538.55602,701.24002 17.25433,17.25433"
inkscape:path-effect="#path-effect3763"
id="path3761"
d="m 538.55602,701.24002 17.25433,17.25433"
style="fill:none;stroke:#000000;stroke-width:3;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
<path
inkscape:connector-curvature="0"
inkscape:original-d="m 555.81035,701.24002 -17.25433,17.25433"
inkscape:path-effect="#path-effect3763-2"
id="path3761-1"
d="m 555.81035,701.24002 -17.25433,17.25433"
style="fill:none;stroke:#000000;stroke-width:3;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
</g>
<g
id="g3798-8"
transform="translate(201.88852,-22.086413)">
<path
inkscape:connector-curvature="0"
inkscape:original-d="m 538.55602,701.24002 17.25433,17.25433"
inkscape:path-effect="#path-effect3763-5"
id="path3761-2"
d="m 538.55602,701.24002 17.25433,17.25433"
style="fill:none;stroke:#000000;stroke-width:3;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
<path
inkscape:connector-curvature="0"
inkscape:original-d="m 555.81035,701.24002 -17.25433,17.25433"
inkscape:path-effect="#path-effect3763-2-2"
id="path3761-1-9"
d="m 555.81035,701.24002 -17.25433,17.25433"
style="fill:none;stroke:#000000;stroke-width:3;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
</g>
<g
id="g3878"
transform="translate(138.11787,2.4886103)">
<path
inkscape:connector-curvature="0"
inkscape:original-d="m 513.78037,1021.4657 c -1.86235,-5.8942 333.07176,-342.60625 333.07176,-342.60625"
inkscape:path-effect="#path-effect3755-1"
id="path3753-9"
d="M 513.78037,1021.4657 846.85213,678.85945"
style="fill:none;stroke:#000000;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
<text
transform="matrix(0.72670932,-0.68694509,0.68694509,0.72670932,0,0)"
sodipodi:linespacing="125%"
id="text3757-6"
y="1116.2385"
x="10.890796"
style="font-size:36px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Droid Sans;-inkscape-font-specification:Droid Sans"
xml:space="preserve"><tspan
y="1116.2385"
x="10.890796"
id="tspan3759-5"
sodipodi:role="line">Arrivée</tspan><tspan
id="tspan3874"
y="1161.2385"
x="10.890796"
sodipodi:role="line" /></text>
</g>
<path
sodipodi:type="arc"
style="fill:none;stroke:#000000;stroke-width:5;stroke-linecap:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
id="path3876"
sodipodi:cx="485.27902"
sodipodi:cy="419.33084"
sodipodi:rx="75.902611"
sodipodi:ry="75.902611"
d="m 561.18163,419.33084 a 75.902611,75.902611 0 1 1 -151.80522,0 75.902611,75.902611 0 1 1 151.80522,0 z"
transform="translate(2.4886107,254.76258)" />
<text
xml:space="preserve"
style="font-size:65.00091553%;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;baseline-shift:sub;fill:#000000;fill-opacity:1;stroke:none;font-family:Droid Sans;-inkscape-font-specification:Droid Sans"
x="199.08882"
y="369.55862"
id="text3889"
sodipodi:linespacing="125%"
transform="translate(0,308.2677)"><tspan
sodipodi:role="line"
id="tspan3891"
x="199.08882"
y="369.55862" /></text>
<text
xml:space="preserve"
style="font-size:36px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Droid Sans;-inkscape-font-specification:Droid Sans"
x="196.6002"
y="365.82571"
id="text3893"
sodipodi:linespacing="125%"
transform="translate(0,308.2677)"><tspan
sodipodi:role="line"
id="tspan3895"
x="196.6002"
y="365.82571">B1</tspan></text>
<text
xml:space="preserve"
x="759.02612"
y="671.6048"
id="text3897"
style="font-size:36px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Droid Sans;-inkscape-font-specification:Droid Sans"
sodipodi:linespacing="125%"><tspan
sodipodi:role="line"
id="tspan3899"
x="759.02612"
y="671.6048">B2</tspan></text>
<text
xml:space="preserve"
style="font-size:36px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Droid Sans;-inkscape-font-specification:Droid Sans"
x="459.87115"
y="686.76727"
id="text3920"
sodipodi:linespacing="125%"><tspan
sodipodi:role="line"
id="tspan3922"
x="459.87115"
y="686.76727">Lac</tspan><tspan
sodipodi:role="line"
x="459.87115"
y="731.76727"
id="tspan3924" /></text>
</g>
</svg>

After

Width:  |  Height:  |  Size: 9.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 192 KiB

View File

@@ -0,0 +1,27 @@
Notes sur une fiche d'exercice sur comment calculer la distance d'un point à une droite
#######################################################################################
:date: 2014-07-01
:modified: 2014-07-01
:tags: Geometrie, Exo
:category: 4e
:authors: Benjamin Bertrand
:summary: Pas de résumé, note créée automatiquement parce que je ne l'avais pas bien fait...
`Lien vers exo_dist_dte.pdf <exo_dist_dte.pdf>`_
`Lien vers intro_dist_pt_dte.tex <intro_dist_pt_dte.tex>`_
`Lien vers exo_dist_dte.tex <exo_dist_dte.tex>`_
`Lien vers exo_dist_dte_2.tex <exo_dist_dte_2.tex>`_
`Lien vers exo_dist_dte_2.pdf <exo_dist_dte_2.pdf>`_
`Lien vers intro_dist_pt_dte.pdf <intro_dist_pt_dte.pdf>`_
`Lien vers fig/plage.png <fig/plage.png>`_
`Lien vers fig/course.pdf <fig/course.pdf>`_

View File

@@ -0,0 +1,119 @@
\documentclass[a4paper,12pt,landscape, twocolumn]{/media/documents/Cours/Prof/Enseignements/Archive/2013-2014/tools/style/classExo}
\usepackage{tikz}
% Title Page
\title{Distance d'un point à une droite - Exercices}
\author{}
\date{}
\fancyhead[L]{Quatrième}
\fancyhead[C]{\Thetitle}
\fancyhead[R]{\thepage}
\begin{document}
\thispagestyle{fancy}
\begin{Exo}
\begin{enumerate}
\item
André veut rejoindre la mer par le plus court chemin. Tracer le chemin qu'il va devoir parcourir et mesurer la distance parcourue (sur le dessin
\begin{center}
\begin{tikzpicture}
\draw (0,0) -- (8, 2)
node[near start, sloped, above] {Mer}
node[near start, sloped, below] {Plage};
\draw (6, 0) node {$\times$};
\draw (6, 0) node[above right] {André};
\end{tikzpicture}
\end{center}
Distance parcourue: \dotfill
\item Tracer le plus court chemin entre le point $B$ et la droite $(d)$ puis mesurer la distance entre $B$ et $(d)$.
\begin{center}
\begin{tikzpicture}
\draw (7,2) -- (0, 0)
node[sloped, above] {$(d)$};
\draw (4, 0) node {$\times$};
\draw (4, 0) node[right] {$B$};
\end{tikzpicture}
\end{center}
\end{enumerate}
\end{Exo}
\begin{Exo}
Tracer le chemin le plus court entre $A$ et chacune des trois droites, puis mesurer la distance entre $A$ et chacune des droites.
\begin{center}
\begin{tikzpicture}
\draw (5, 5) -- (0,0)
node[left] {$d_1$};
\draw (8, 5) -- (0,1)
node[left] {$d_2$};
\draw (8, 2) -- (1,5)
node[left] {$d_3$};
\draw (4, 1) node {$\times$} node[above right] {$A$};
\end{tikzpicture}
\end{center}
\end{Exo}
% Changer de coté de la page
\vfill
\eject
\begin{Exo}
$ABC$ est un triangle rectangle en $C$ tel que $AB = 5$, $BC = 4$ et $D$ un point de $(AB)$ tel que $AD = 1$ comme sur le dessin ci dessous.
\begin{center}
\begin{tikzpicture}
\coordinate (A) at (0,0);
\coordinate (B) at (5,0);
\coordinate (C) at (2,2.23);
\coordinate (D) at (2,0);
\draw (A) -- (B) -- (C) -- (A);
\draw (C) -- (D);
\draw (2.2, 0) -- (2.2, 0.2) -- (2, 0.2);
\draw (A) node[left] {$A$};
\draw (B) node[right] {$B$};
\draw (C) node[above] {$C$};
\draw (D) node[below] {$D$};
\end{tikzpicture}
\end{center}
\begin{enumerate}
\item Calculer la distance de $A$ à la droite $(BC)$.
\hspace{-1cm}
\framebox{\parbox{0.49\textwidth}{
Calculer la distance de $A$ à la droite $(BC)$ revient à calculer la distance $AC$ car le triangle $ABC$ est rectangle en $C$.
\parbox{1.5cm}{\dotfill} est un triangle rectangle en \parbox{1cm}{\dotfill} donc d'après le théorème de \parbox{3cm}{\dotfill} on a
\begin{eqnarray*}
\parbox{1cm}{\dotfill} & = & \parbox{1cm}{\dotfill} + \parbox{1cm}{\dotfill} \\[0.5cm]
\parbox{1cm}{\dotfill} & = & \parbox{1cm}{\dotfill} + \parbox{1cm}{\dotfill} \\[0.5cm]
\parbox{1cm}{\dotfill} & = & \parbox{1cm}{\dotfill} - \parbox{1cm}{\dotfill} \\[0.5cm]
\parbox{1cm}{\dotfill} & = & \parbox{1cm}{\dotfill} \\[0.5cm]
\parbox{1cm}{\dotfill} & = & \sqrt{\parbox{1cm}{\dotfill}} = \parbox{1cm}{\dotfill}
\end{eqnarray*}
Donc la distance entre $A$ et $(BC)$ est de \parbox{1cm}{\dotfill}.
}}
\item Calculer la distance de $C$ à la droite $(AB)$.
\end{enumerate}
\end{Exo}
\begin{Exo}
\exo{51 p 183}
\exo{55 p 183}
\end{Exo}
\end{document}
%%% Local Variables:
%%% mode: latex
%%% TeX-master: "master"
%%% End:

Binary file not shown.

View File

@@ -0,0 +1,143 @@
\documentclass[a4paper,12pt,landscape, twocolumn]{/media/documents/Cours/Prof/Enseignements/Archive/2013-2014/tools/style/classExo}
\usepackage{tikz}
\usetikzlibrary{calc}
% Title Page
\title{Thalès - Travail de groupe}
\author{}
\date{}
\fancyhead[L]{Quatrième}
\fancyhead[C]{\Thetitle}
\fancyhead[R]{\thepage}
\begin{document}
\thispagestyle{fancy}
Dans tous les dessins suivants, $ABC$ et $AMN$ sont deux triangles tels que $M$ est un point de $[AB]$, $N$ un point de $[AC]$ et $(MN)//(BC)$. Dans chacunes des figures, les longueurs de quatres côtés sont données. (Les mesures sur les dessins ne sont pas respectées)
\textbf{Conjecturer les valeurs des longueurs des deux cotés manquants pour remplir les tableaux des longueurs.} Justifier quand c'est possible les valeurs trouvées.
\begin{itemize}
\item \textbf{Cas 1}
\begin{tikzpicture}
\coordinate (A) at (0,0);
\coordinate (M) at (3,0);
\coordinate (B) at (6,0);
\coordinate (C) at (6,4);
\coordinate (N) at (3,2);
\draw (A) node [left] {$A$}
-- (M) node [below] {$M$} node[midway, below] {$4$}
-- (B) node [right] {$B$}
-- (C) node [right] {$C$}
-- (N) node [above] {$N$}
-- (A) node [midway, sloped, above] {5};
\draw (N) -- (M) node[midway, right] {3};
\draw[<->] ($(A)+(0,-0.5)$) -- ($(B) + (0,-0.5)$) node [midway, below] {$8$};
\end{tikzpicture}
\begin{tabular}{|c|*{3}{p{2cm}|}}
\hline
Triangle $AMN$ & AM = & AN = & MN = \\
\hline
Triangle $ABC$ & AB = & AC = & BC = \\
\hline
\end{tabular}
\item \textbf{Cas 2}
\begin{tikzpicture}
\coordinate (A) at (0,0);
\coordinate (M) at (2.3,0);
\coordinate (B) at (9.2,0);
\coordinate (C) at (8,4);
\coordinate (N) at (2,1);
\draw (A) node [left] {$A$}
-- (M) node [below] {$M$} node[midway, below] {$1$}
-- (B) node [right] {$B$}
-- (C) node [right] {$C$}
-- (N) node [above] {$N$}
-- (A) node [midway, sloped, above] {5};
\draw (N) -- (M) node[midway, right] {3};
\draw[<->] ($(A)+(0,-0.5)$) -- ($(B) + (0,-0.5)$) node [midway, below] {4};
\draw (A) --++ (2.3,0) --++ (2.3,0) node {$|$} --++ (2.3,0) node {$|$};
\end{tikzpicture}
\begin{tabular}{|c|*{3}{p{2cm}|}}
\hline
Triangle $AMN$ & AM = & AN = & MN = \\
\hline
Triangle $ABC$ & AB = & AC = & BC = \\
\hline
\end{tabular}
\item \textbf{Cas 3}
\begin{tikzpicture}
\coordinate (A) at (0,0);
\coordinate (M) at (3,0);
\coordinate (B) at (6,0);
\coordinate (C) at (6.8,4);
\coordinate (N) at (3.4,2);
\draw (A) node [left] {$A$}
-- (M) node [below] {$M$} node[midway, below] {$4$}
-- (B) node [right] {$B$}
-- (C) node [right] {$C$}
-- (N) node [above] {$N$}
-- (A) node [midway, sloped, above] {5};
\draw (N) -- (M) node[midway, right] {4.4};
\draw[<->] ($(A)+(-0.5,+0.5)$) -- ($(C) + (0,+0.75)$) node [midway, above, sloped] {$10$};
\end{tikzpicture}
\begin{tabular}{|c|*{3}{p{2cm}|}}
\hline
Triangle $AMN$ & AM = & AN = & MN = \\
\hline
Triangle $ABC$ & AB = & AC = & BC = \\
\hline
\end{tabular}
\item \textbf{Cas 4}
\begin{tikzpicture}
\coordinate (A) at (0,0);
\coordinate (M) at (3,0);
\coordinate (B) at (6,0);
\coordinate (C) at (6,4);
\coordinate (N) at (3,2);
\draw (A) node [left] {$A$}
-- (M) node [below] {$M$} node[midway, below] {$4$}
-- (B) node [right] {$B$}
-- (C) node [right] {$C$} node [midway, right] {15}
-- (N) node [above] {$N$}
-- (A) node [midway, sloped, above] {5};
\draw (N) -- (M) node[midway, right] {3};
\end{tikzpicture}
\begin{tabular}{|c|*{3}{p{2cm}|}}
\hline
Triangle $AMN$ & AM = & AN = & MN = \\
\hline
Triangle $ABC$ & AB = & AC = & BC = \\
\hline
\end{tabular}
\end{itemize}
\end{document}
%%% Local Variables:
%%% mode: latex
%%% TeX-master: "master"
%%% End:

View File

@@ -0,0 +1,146 @@
\documentclass[a4paper,12pt,landscape, twocolumn]{/media/documents/Cours/Prof/Enseignements/Archive/2013-2014/tools/style/classExo}
\usepackage{tikz}
\usetikzlibrary{calc}
% Title Page
\title{Thalès - Travail de groupe}
\author{}
\date{}
\fancyhead[L]{Quatrième}
\fancyhead[C]{\Thetitle}
\fancyhead[R]{\thepage}
\begin{document}
\thispagestyle{fancy}
Dans tous les dessins suivants, $ABC$ et $AMN$ sont deux triangles tels que $M$ est un point de $[AB]$, $N$ un point de $[AC]$ et $(MN)//(BC)$. Dans chacunes des figures, les longueurs de quatres côtés sont données. (Les mesures sur les dessins ne sont pas respectées)
\textbf{Conjecturer les valeurs des longueurs des deux cotés manquants pour remplir les tableaux des longueurs.} Justifier quand c'est possible les valeurs trouvées.
\begin{itemize}
\item \textbf{Cas 1}
\begin{tikzpicture}
\coordinate (A) at (0,0);
\coordinate (M) at (3,0);
\coordinate (B) at (6,0);
\coordinate (C) at (6,4);
\coordinate (N) at (3,2);
\draw (A) node [left] {$A$}
-- (M) node [below] {$M$} node[midway, below] {$4$}
-- (B) node [right] {$B$}
-- (C) node [right] {$C$}
-- (N) node [above] {$N$}
-- (A) node [midway, sloped, above] {5};
\draw (N) -- (M) node[midway, right] {3};
\draw[<->] ($(A)+(0,-0.5)$) -- ($(B) + (0,-0.5)$) node [midway, below] {$8$};
\end{tikzpicture}
\begin{tabular}{|c|*{3}{p{2cm}|}}
\hline
Triangle $AMN$ & AM = \color{blue}{4} & AN = \color{blue}{5} & MN = \color{blue}{3} \\
\hline
Triangle $ABC$ & AB = \color{blue}{8} & AC = \color{red}{10} & BC = \color{red}{6} \\
\hline
\end{tabular}
\item \textbf{Cas 2}
\begin{tikzpicture}
\coordinate (A) at (0,0);
\coordinate (M) at (2.3,0);
\coordinate (B) at (9.2,0);
\coordinate (C) at (8,4);
\coordinate (N) at (2,1);
\draw (A) node [left] {$A$}
-- (M) node [below] {$M$} node[midway, below] {$1$}
-- (B) node [right] {$B$}
-- (C) node [right] {$C$}
-- (N) node [above] {$N$}
-- (A) node [midway, sloped, above] {5};
\draw (N) -- (M) node[midway, right] {3};
\draw[<->] ($(A)+(0,-0.5)$) -- ($(B) + (0,-0.5)$) node [midway, below] {4};
\draw (A) --++ (2.3,0) --++ (2.3,0) node {$|$} --++ (2.3,0) node {$|$};
\end{tikzpicture}
\begin{tabular}{|c|*{3}{p{2cm}|}}
\hline
Triangle $AMN$ & AM = \color{blue}{1} & AN = \color{blue}{5} & MN = \color{blue}{3} \\
\hline
Triangle $ABC$ & AB = \color{blue}{4} & AC = \color{red}{20} & BC = \color{red}{12} \\
\hline
\end{tabular}
\item \textbf{Cas 3}
\begin{tikzpicture}
\coordinate (A) at (0,0);
\coordinate (M) at (3,0);
\coordinate (B) at (6,0);
\coordinate (C) at (6.8,4);
\coordinate (N) at (3.4,2);
\draw (A) node [left] {$A$}
-- (M) node [below] {$M$} node[midway, below] {$4$}
-- (B) node [right] {$B$}
-- (C) node [right] {$C$}
-- (N) node [above] {$N$}
-- (A) node [midway, sloped, above] {5};
\draw (N) -- (M) node[midway, right] {4.4};
\draw[<->] ($(A)+(-0.5,+0.5)$) -- ($(C) + (0,+0.75)$) node [midway, above, sloped] {$15$};
\end{tikzpicture}
\begin{tabular}{|c|*{3}{p{2cm}|}}
\hline
Triangle $AMN$ & AM = \color{blue}{4} & AN = \color{blue}{5} & MN = \color{blue}{4.4} \\
\hline
Triangle $ABC$ & AB = \color{red}{12} & AC = \color{blue}{15} & BC = \color{red}{13.2} \\
\hline
\end{tabular}
\item \textbf{Cas 4}
\begin{tikzpicture}
\coordinate (A) at (0,0);
\coordinate (M) at (3,0);
\coordinate (B) at (6,0);
\coordinate (C) at (6,4);
\coordinate (N) at (3,2);
\draw (A) node [left] {$A$}
-- (M) node [below] {$M$} node[midway, below] {$4$}
-- (B) node [right] {$B$}
-- (C) node [right] {$C$} node [midway, right] {15}
-- (N) node [above] {$N$}
-- (A) node [midway, sloped, above] {5};
\draw (N) -- (M) node[midway, right] {3};
\end{tikzpicture}
\begin{tabular}{|c|*{3}{p{2cm}|}}
\hline
Triangle $AMN$ & AM = \color{blue}{4} & AN = \color{blue}{5} & MN = \color{blue}{3} \\
\hline
Triangle $ABC$ & AB = \color{red}{12} & AC = \color{red}{15} & BC = \color{blue}{15} \\
\hline
\end{tabular}
\end{itemize}
\end{document}
%%% Local Variables:
%%% mode: latex
%%% TeX-master: "master"
%%% End:

View File

@@ -0,0 +1,19 @@
Notes sur une activité decouverte du théorème de Thales
#######################################################
:date: 2014-07-01
:modified: 2014-07-01
:tags: Geometrie, Exo
:category: 4e
:authors: Benjamin Bertrand
:summary: Pas de résumé, note créée automatiquement parce que je ne l'avais pas bien fait...
`Lien vers act_dec_corr.tex <act_dec_corr.tex>`_
`Lien vers act_dec.tex <act_dec.tex>`_
`Lien vers act_dec_corr.pdf <act_dec_corr.pdf>`_
`Lien vers act_dec.pdf <act_dec.pdf>`_

Binary file not shown.

View File

@@ -0,0 +1,129 @@
\documentclass[a4paper,12pt,landscape, twocolumn]{/media/documents/Cours/Prof/Enseignements/Archive/2013-2014/tools/style/classExo}
\usepackage{tikz}
\usetikzlibrary{calc}
% Title Page
\title{Thalès- Exercices}
\author{}
\date{}
\fancyhead[L]{Quatrième}
\fancyhead[C]{\Thetitle}
\fancyhead[R]{\thepage}
\begin{document}
\thispagestyle{fancy}
\begin{Exo}
Lors d'un spectacle d'ombre chinoise, l'acteur place ses mains à 1m de la lampe et l'ombre de ses mains se projette sur l'écran. On considère que ses mains, ensembles, mesurent 40cm.
\begin{enumerate}
\item On place l'écran à 2m comme sur le dessin ci-dessous. Quel sera la taille de l'ombre sur l'écran?
\begin{center}
\begin{tikzpicture}
\coordinate (A) at (0,0);
\coordinate (B) at (2,0);
\coordinate (C) at (4,0);
\coordinate (D) at (4,1.5);
\coordinate (E) at (2,0.75);
\draw (A) -- (B)
-- (C)
-- (D) node [midway, right] {Ombre}
-- (E)
-- (A);
\draw (B) -- (E) node [above] {Mains};
\draw[<->] ($(A)+(0,-0.5)$) -- ($(B) + (0,-0.5)$) node [midway, above] {$1m$};
\draw[<->] ($(A)+(0,-0.75)$) -- ($(C) + (0,-0.75)$) node [midway, above, near end] {$2m$};
\end{tikzpicture}
\end{center}
\item On effectue plusieurs tests où l'on place l'écran à différentes distances. Les dessins suivants sont à l'échelle 1/50 ($1cm \Leftrightarrow 50cm$) . Dans chacun des cas, mesurer la taille de l'ombre.
\begin{itemize}
\item Écran placé à 3m
\begin{tikzpicture}
\coordinate (A) at (0,0);
\coordinate (B) at (2,0);
\coordinate (C) at (6,0);
\coordinate (D) at (6,2.25);
\coordinate (E) at (2,0.75);
\draw (A) -- (B)
-- (C)
-- (D)
-- (E)
-- (A);
\draw (B) -- (E);
\end{tikzpicture}
\item Écran placé à 4m
\begin{tikzpicture}
\coordinate (A) at (0,0);
\coordinate (B) at (2,0);
\coordinate (C) at (8,0);
\coordinate (D) at (8,3);
\coordinate (E) at (2,0.75);
\draw (A) -- (B)
-- (C)
-- (D)
-- (E)
-- (A);
\draw (B) -- (E);
\end{tikzpicture}
\item Écran placé à 5m
\begin{tikzpicture}
\coordinate (A) at (0,0);
\coordinate (B) at (2,0);
\coordinate (C) at (10,0);
\coordinate (D) at (10,3.75);
\coordinate (E) at (2,0.75);
\draw (A) -- (B)
-- (C)
-- (D)
-- (E)
-- (A);
\draw (B) -- (E);
\end{tikzpicture}
\end{itemize}
\item Quel sera la taille de l'ombre si l'on place l'écran aux distances suivantes:
\begin{itemize}
\item 7m:
\item 10m:
\item 20m:
\end{itemize}
\item Avec les distances trouvées aux questions précédentes, compléter le tableau suivant.
\begin{tabular}{|c|*{7}{p{0.7cm}|}}
\hline
Distance de l'écran & 2 & 3 & 4 & 5 & 7 & 10 & 20 \\
\hline
Taille de l'ombre & & & & & & & \\
\hline
\end{tabular}
\item Est-ce que le tableau est un tableau de proportionnalité?
\end{enumerate}
\end{Exo}
\end{document}
%%% Local Variables:
%%% mode: latex
%%% TeX-master: "master"
%%% End:

View File

@@ -0,0 +1,15 @@
Notes sur un exercice autour du théorème de Thales
##################################################
:date: 2014-07-01
:modified: 2014-07-01
:tags: Geometrie, Exo
:category: 4e
:authors: Benjamin Bertrand
:summary: Pas de résumé, note créée automatiquement parce que je ne l'avais pas bien fait...
`Lien vers ecran.pdf <ecran.pdf>`_
`Lien vers ecran.tex <ecran.tex>`_

Binary file not shown.

View File

@@ -0,0 +1,94 @@
\documentclass[a4paper,12pt,landscape, twocolumn]{/media/documents/Cours/Prof/Enseignements/Archive/2013-2014/tools/style/classExo}
\usepackage{tikz}
\usetikzlibrary{calc}
% Title Page
\title{Thalès- Exercices}
\author{}
\date{}
\fancyhead[L]{Quatrième}
\fancyhead[C]{\Thetitle}
\fancyhead[R]{\thepage}
\begin{document}
\thispagestyle{fancy}
\textbf{Calcul de la hauteur d'une pyramide, une légende}
\includegraphics[scale=0.45]{./fig/pyramide}
\vfill
Dimensions observées par Thalès (en coudées, 1 coudées $\approx$ 52.5cm)
\begin{itemize}
\item Côté de la pyramide: 442 coudées
\item Taille de l'ombre de la pyramide: 404 coudées.
\item Taille du baton: 5 coudées.
\item Taille de l'ombre du baton: 11 coudées.
\end{itemize}
\textbf{La légende dit que, grâce à ces informations, Thalès, lors d'un voyage en Égypte, a réussi à mesurer la hauteur de la pyramide.}
\vfill
\eject
\begin{Exo}
Calculer les longueurs manquantes sur les dessins suivants.
\begin{enumerate}
\item
\begin{minipage}{0.2\textwidth}
\includegraphics[scale=0.2]{./fig/ABCMN.pdf}
\end{minipage}
\begin{minipage}{0.15\textwidth}
\begin{itemize}
\item $(BC) // (MN)$
\item $AN = 3$
\item $AC = 6$
\item $MN = 4$
\item $AM = 5$
\end{itemize}
\end{minipage}
\item
\begin{minipage}{0.2\textwidth}
\includegraphics[scale=0.2]{./fig/IJKLM.pdf}
\end{minipage}
\begin{minipage}{0.2\textwidth}
\begin{itemize}
\item $(JK) // (LM)$
\item $IM = 6$
\item $IL = 6$
\item $LM = 5$
\item $JK = 9$
\end{itemize}
\end{minipage}
\item
\begin{minipage}{0.2\textwidth}
\includegraphics[scale=0.2]{./fig/USTXY.pdf}
\end{minipage}
\begin{minipage}{0.2\textwidth}
\begin{itemize}
\item $(YX) // (ST)$
\item $US = 10$
\item $ST = 11$
\item $UT = 5$
\item $YX = 10$
\end{itemize}
\end{minipage}
\end{enumerate}
Le coefficent de proportionnalité des longueurs des triangles est appelé rapport de réduction (ou d'agrandissement). Calculer ce rapport pour tous les triangles.
\end{Exo}
\end{document}
%%% Local Variables:
%%% mode: latex
%%% TeX-master: "master"
%%% End:

Binary file not shown.

View File

@@ -0,0 +1,92 @@
\documentclass[a4paper,12pt,landscape, twocolumn]{/media/documents/Cours/Prof/Enseignements/Archive/2013-2014/tools/style/classExo}
\usepackage{tikz}
\usetikzlibrary{calc}
% Title Page
\title{Thalès- Exercices}
\author{}
\date{}
\fancyhead[L]{Quatrième}
\fancyhead[C]{\Thetitle}
\fancyhead[R]{\thepage}
\begin{document}
\thispagestyle{fancy}
\textbf{Évacuation d'un téléphérique}
Le téléphérique qui lie Chamonix au sommet du Mont Blanc va être construit. Le constructeur pense avant tout à la sécurité. Il veut installer une corde dans le téléphérique pour évacuer les personnes en cas de panne. \textbf{De quelle longueur devra être cette corde?}
\includegraphics[scale=0.45]{./fig/Telepherique}
\vfill
Dimensions enregistrées pour les travaux:
\begin{itemize}
\item Différence d'altitude entre Chamonix et le Mont Blanc: 3815m.
\item Longueur du téléphérique: 10km.
\item Distance parcourue par le téléphérique avant d'atteindre le pied de la montagne: 3km
\end{itemize}
\vfill
\eject
\begin{Exo}
Calculer les longueurs manquantes sur les dessins suivants.
\begin{enumerate}
\item
\begin{minipage}{0.2\textwidth}
\includegraphics[scale=0.2]{./fig/ABCMN.pdf}
\end{minipage}
\begin{minipage}{0.15\textwidth}
\begin{itemize}
\item $(BC) // (MN)$
\item $AN = 3$
\item $AC = 6$
\item $MN = 4$
\item $AM = 5$
\end{itemize}
\end{minipage}
\item
\begin{minipage}{0.2\textwidth}
\includegraphics[scale=0.2]{./fig/IJKLM.pdf}
\end{minipage}
\begin{minipage}{0.2\textwidth}
\begin{itemize}
\item $(JK) // (LM)$
\item $IM = 6$
\item $IL = 6$
\item $LM = 5$
\item $JK = 9$
\end{itemize}
\end{minipage}
\item
\begin{minipage}{0.2\textwidth}
\includegraphics[scale=0.2]{./fig/USTXY.pdf}
\end{minipage}
\begin{minipage}{0.2\textwidth}
\begin{itemize}
\item $(YX) // (ST)$
\item $US = 10$
\item $ST = 11$
\item $UT = 5$
\item $YX = 10$
\end{itemize}
\end{minipage}
\end{enumerate}
Le coefficent de proportionnalité des longueurs des triangles est appelé rapport de réduction (ou d'agrandissement). Calculer ce rapport pour tous les triangles.
\end{Exo}
\end{document}
%%% Local Variables:
%%% mode: latex
%%% TeX-master: "master"
%%% End:

Binary file not shown.

View File

@@ -0,0 +1,67 @@
\documentclass[a4paper,12pt,landscape, twocolumn]{/media/documents/Cours/Prof/Enseignements/Archive/2013-2014/tools/style/classExo}
\usepackage{tikz}
\usetikzlibrary{calc}
% Title Page
\title{Thalès- Exercices}
\author{}
\date{}
\fancyhead[L]{Quatrième}
\fancyhead[C]{\Thetitle}
\fancyhead[R]{\thepage}
\begin{document}
\thispagestyle{fancy}
\begin{Exo}
\textbf{Évacuation d'un téléphérique}
Le téléphérique qui lie Chamonix au sommet du Mont Blanc va être construit. Le constructeur pense avant tout à la sécurité. Il veut installer une corde dans le téléphérique pour évacuer les personnes en cas de panne. \textbf{De quelle longueur devra être cette corde?}
\includegraphics[scale=0.45]{./fig/Telepherique}
\vfill
Dimensions enregistrées pour les travaux:
\begin{itemize}
\item Différence d'altitude entre Chamonix et le Mont Blanc: 3815m.
\item Longueur du téléphérique: 10km.
\item Distance parcourue par le téléphérique avant d'atteindre le pied de la montagne: 3km
\end{itemize}
\end{Exo}
\vfill
\eject
\begin{Exo}
Inspiré par l'expérience de Thalès, Tom en voyage à Pise veut mesurer la tour penchée grâce à son ombre. Il se renseigne et apprend qu'elle est penchée de $4,19^o$ comme sur le dessin suivant:
\begin{center}
\includegraphics[scale=0.4]{./fig/ombre_pise}
\end{center}
\begin{enumerate}
\item Comment doit-il placer son bâton pour pouvoir appliquer le théorème de Thalès? Dessiner le baton sur le dessin.
Une fois le bâton installé, il mesure les distances suivantes:
\begin{itemize}
\item Diamètre de la tour: 15.5m.
\item Taille du baton 1,5m.
\item Taille de l'ombre du baton: 2m
\item Taille de l'ombre de la tour: 66,95m
\end{itemize}
\item Reporter les mesures sur le dessin.
\item Calculer la hauteur de la tour de Pise.
\end{enumerate}
\end{Exo}
\end{document}
%%% Local Variables:
%%% mode: latex
%%% TeX-master: "master"
%%% End:

Binary file not shown.

View File

@@ -0,0 +1,72 @@
\documentclass[a4paper,12pt,landscape, twocolumn]{/media/documents/Cours/Prof/Enseignements/Archive/2013-2014/tools/style/classExo}
\usepackage{tikz}
\usetikzlibrary{calc}
% Title Page
\title{Thalès- Exercices}
\author{}
\date{}
\fancyhead[L]{Quatrième}
\fancyhead[C]{\Thetitle}
\fancyhead[R]{\thepage}
\begin{document}
\thispagestyle{fancy}
\begin{Exo}
Inspiré par l'expérience de Thalès, Tom en voyage à Pise veut mesurer la tour penchée grâce à son ombre. Il se renseigne et apprend qu'elle est penchée de $4,19^o$ comme sur le dessin suivant:
\begin{center}
\includegraphics[scale=0.4]{./fig/ombre_pise}
\end{center}
\begin{enumerate}
\item Comment doit-il placer son bâton pour pouvoir appliquer le théorème de Thalès? Dessiner le baton sur le dessin.
Une fois le bâton installé, il mesure les distances suivantes:
\begin{itemize}
\item Diamètre de la tour: 15.5m.
\item Taille du baton 1,5m.
\item Taille de l'ombre du baton: 2m
\item Taille de l'ombre de la tour: 66,95m
\end{itemize}
\item Reporter les mesures sur le dessin.
\item Calculer la hauteur de la tour de Pise.
\end{enumerate}
\end{Exo}
\setcounter{exo}{0}
\eject
\begin{Exo}
Inspiré par l'expérience de Thalès, Tom en voyage à Pise veut mesurer la tour penchée grâce à son ombre. Il se renseigne et apprend qu'elle est penchée de $4,19^o$ comme sur le dessin suivant:
\begin{center}
\includegraphics[scale=0.4]{./fig/ombre_pise}
\end{center}
\begin{enumerate}
\item Comment doit-il placer son bâton pour pouvoir appliquer le théorème de Thalès? Dessiner le baton sur le dessin.
Une fois le bâton installé, il mesure les distances suivantes:
\begin{itemize}
\item Diamètre de la tour: 15.5m.
\item Taille du baton 1,5m.
\item Taille de l'ombre du baton: 2m
\item Taille de l'ombre de la tour: 66,95m
\end{itemize}
\item Reporter les mesures sur le dessin.
\item Calculer la hauteur de la tour de Pise.
\end{enumerate}
\end{Exo}
\eject
\end{document}
%%% Local Variables:
%%% mode: latex
%%% TeX-master: "master"
%%% End:

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@@ -0,0 +1,105 @@
<?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:inkscape="http://www.inkscape.org/namespaces/inkscape"
version="1.1"
width="1052.3622"
height="744.09448"
id="svg2">
<defs
id="defs4">
<inkscape:path-effect
effect="spiro"
id="path-effect3763" />
<inkscape:path-effect
effect="spiro"
id="path-effect3759" />
<inkscape:path-effect
effect="spiro"
id="path-effect3755" />
</defs>
<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
transform="translate(0,-308.2677)"
id="layer1">
<g
transform="matrix(1.3435879,0,0,1.506971,-183.15753,-495.44693)"
id="g3819">
<path
d="m 148.07231,569.89176 762.75906,0"
transform="translate(0,308.2677)"
id="path3753"
style="fill:none;stroke:#000000;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
<path
d="m 552.30972,875.511 c 0,0 34.35104,-168.43223 116.14107,-219.96415"
id="path3765"
style="fill:none;stroke:#000000;stroke-width:4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
<path
d="m 783.2484,875.25329 c 0,0 -71.68019,-214.47152 -116.14107,-219.96415"
id="path3765-2"
style="fill:none;stroke:#000000;stroke-width:4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
<text
x="585.9845"
y="617.39514"
transform="translate(0,308.2677)"
id="text3785"
xml:space="preserve"
style="font-size:40px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Droid Sans;-inkscape-font-specification:Droid Sans"><tspan
x="585.9845"
y="617.39514"
id="tspan3787">Mont Blanc</tspan></text>
<text
x="169.81233"
y="614.75555"
transform="translate(0,308.2677)"
id="text3789"
xml:space="preserve"
style="font-size:40px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Droid Sans;-inkscape-font-specification:Droid Sans"><tspan
x="169.81233"
y="614.75555"
id="tspan3791">Chamonix</tspan></text>
<path
d="M 194.44831,566.36345 668.69103,346.39929"
transform="translate(0,308.2677)"
id="path3793"
style="fill:none;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
<path
d="m 668.69103,348.15901 0,218.20444"
transform="translate(0,308.2677)"
id="path3795"
style="fill:none;stroke:#000000;stroke-width:3;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:3, 6;stroke-dashoffset:0" />
<path
d="m 549.03053,709.74595 0,166.99693"
id="path3795-0"
style="fill:none;stroke:#000000;stroke-width:3;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:3, 6;stroke-dashoffset:0" />
<path
d="m 391.84727,782.39716 0,14.07771"
id="path3815"
style="fill:none;stroke:#000000;stroke-width:3;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
<rect
width="37.640232"
height="20.842112"
x="372.35831"
y="797.2796"
id="rect3817"
style="fill:none;stroke:#000000;stroke-width:3;stroke-linecap:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" />
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 4.4 KiB

Binary file not shown.

View File

@@ -0,0 +1,158 @@
<?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:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="1052.3622"
height="744.09448"
id="svg4488"
version="1.1"
inkscape:version="0.48.4 r9939"
sodipodi:docname="USTXY.pdf">
<defs
id="defs4490">
<inkscape:path-effect
effect="spiro"
id="path-effect5010"
is_visible="true" />
<inkscape:path-effect
effect="spiro"
id="path-effect5006"
is_visible="true" />
<inkscape:path-effect
effect="spiro"
id="path-effect5010-6"
is_visible="true" />
<inkscape:path-effect
effect="spiro"
id="path-effect5010-3"
is_visible="true" />
<inkscape:path-effect
effect="spiro"
id="path-effect5010-4"
is_visible="true" />
</defs>
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="0.80366138"
inkscape:cx="526.18109"
inkscape:cy="421.81945"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="false"
inkscape:window-width="1364"
inkscape:window-height="748"
inkscape:window-x="0"
inkscape:window-y="274"
inkscape:window-maximized="0" />
<metadata
id="metadata4493">
<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.2677)">
<path
style="fill:none;stroke:#000000;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
d="M 941.772,440.14676 25.939118,531.57353 804.2913,879.58512"
id="path5004"
inkscape:path-effect="#path-effect5006"
inkscape:original-d="M 941.772,440.14676 25.939118,531.57353 804.2913,879.58512"
inkscape:connector-curvature="0" />
<path
style="fill:none;stroke:#000000;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
d="M 705.71155,988.52621 927.67183,322.76232"
id="path5008"
inkscape:path-effect="#path-effect5010"
inkscape:original-d="M 705.71155,988.52621 927.67183,322.76232"
inkscape:connector-curvature="0" />
<path
style="fill:none;stroke:#000000;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
d="M 566.76024,906.59258 753.44755,346.62902"
id="path5008-6"
inkscape:path-effect="#path-effect5010-4"
inkscape:original-d="M 566.76024,906.59258 753.44755,346.62902"
inkscape:connector-curvature="0" />
<text
xml:space="preserve"
style="font-size:40px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Droid Sans;-inkscape-font-specification:Droid Sans"
x="33.596237"
y="185.40147"
id="text5209"
sodipodi:linespacing="125%"
transform="translate(0,308.2677)"><tspan
sodipodi:role="line"
id="tspan5211"
x="33.596237"
y="185.40147">U</tspan></text>
<text
xml:space="preserve"
style="font-size:40px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Droid Sans;-inkscape-font-specification:Droid Sans"
x="862.30347"
y="115.72038"
id="text5213"
sodipodi:linespacing="125%"
transform="translate(0,308.2677)"><tspan
sodipodi:role="line"
id="tspan5215"
x="862.30347"
y="115.72038">S</tspan></text>
<text
xml:space="preserve"
style="font-size:40px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Droid Sans;-inkscape-font-specification:Droid Sans"
x="771.46918"
y="614.68677"
id="text5217"
sodipodi:linespacing="125%"
transform="translate(0,308.2677)"><tspan
sodipodi:role="line"
id="tspan5219"
x="771.46918"
y="614.68677">T</tspan></text>
<text
xml:space="preserve"
style="font-size:40px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Droid Sans;-inkscape-font-specification:Droid Sans"
x="542.51703"
y="512.65375"
id="text5221"
sodipodi:linespacing="125%"
transform="translate(0,308.2677)"><tspan
sodipodi:role="line"
id="tspan5223"
x="542.51703"
y="512.65375">X</tspan></text>
<text
xml:space="preserve"
style="font-size:40px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Droid Sans;-inkscape-font-specification:Droid Sans"
x="681.87921"
y="138.11787"
id="text5225"
sodipodi:linespacing="125%"
transform="translate(0,308.2677)"><tspan
sodipodi:role="line"
id="tspan5227"
x="681.87921"
y="138.11787">Y</tspan></text>
</g>
</svg>

After

Width:  |  Height:  |  Size: 6.1 KiB

Binary file not shown.

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 185 KiB

Binary file not shown.

View File

@@ -0,0 +1,292 @@
<?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:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="1052.3622"
height="744.09448"
id="svg2"
version="1.1"
inkscape:version="0.48.4 r9939"
sodipodi:docname="pyramide.pdf">
<defs
id="defs4">
<marker
inkscape:stockid="Arrow1Mend"
orient="auto"
refY="0.0"
refX="0.0"
id="Arrow1Mend"
style="overflow:visible;">
<path
id="path3960"
d="M 0.0,0.0 L 5.0,-5.0 L -12.5,0.0 L 5.0,5.0 L 0.0,0.0 z "
style="fill-rule:evenodd;stroke:#000000;stroke-width:1.0pt;"
transform="scale(0.4) rotate(180) translate(10,0)" />
</marker>
<inkscape:path-effect
effect="spiro"
id="path-effect3864"
is_visible="true" />
<inkscape:path-effect
effect="spiro"
id="path-effect3860"
is_visible="true" />
<inkscape:path-effect
effect="spiro"
id="path-effect3769"
is_visible="true" />
<inkscape:path-effect
effect="spiro"
id="path-effect3763"
is_visible="true" />
<inkscape:path-effect
effect="spiro"
id="path-effect3759"
is_visible="true" />
<inkscape:path-effect
effect="spiro"
id="path-effect3755"
is_visible="true" />
<inkscape:path-effect
effect="spiro"
id="path-effect3769-1"
is_visible="true" />
<inkscape:path-effect
effect="spiro"
id="path-effect3769-3"
is_visible="true" />
<inkscape:path-effect
effect="spiro"
id="path-effect3769-6"
is_visible="true" />
<inkscape:path-effect
effect="spiro"
id="path-effect3769-66"
is_visible="true" />
<inkscape:path-effect
effect="spiro"
id="path-effect3769-1-5"
is_visible="true" />
<inkscape:path-effect
effect="spiro"
id="path-effect3769-3-1"
is_visible="true" />
<inkscape:path-effect
effect="spiro"
id="path-effect3769-6-1"
is_visible="true" />
<inkscape:path-effect
effect="spiro"
id="path-effect3864-8"
is_visible="true" />
<inkscape:path-effect
effect="spiro"
id="path-effect3864-6"
is_visible="true" />
<inkscape:path-effect
effect="spiro"
id="path-effect3864-6-7"
is_visible="true" />
<inkscape:path-effect
effect="spiro"
id="path-effect3864-6-4"
is_visible="true" />
<inkscape:path-effect
effect="spiro"
id="path-effect3864-6-78"
is_visible="true" />
</defs>
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="0.80366138"
inkscape:cx="526.18109"
inkscape:cy="372.04724"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="false"
inkscape:window-width="1364"
inkscape:window-height="748"
inkscape:window-x="0"
inkscape:window-y="274"
inkscape:window-maximized="0" />
<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.2677)">
<path
style="fill:none;stroke:#000000;stroke-width:5.78706932;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
d="m 16.569499,974.59546 964.917971,0"
id="path3753"
inkscape:path-effect="#path-effect3755"
inkscape:original-d="m 16.569499,974.59546 964.917971,0"
inkscape:connector-curvature="0" />
<g
id="g4399"
transform="matrix(1.1574139,0,0,1.1574139,-124.56776,-93.93253)">
<g
id="g4391">
<path
sodipodi:type="arc"
style="fill:none;stroke:#000000;stroke-width:4;stroke-linecap:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
id="path3765"
sodipodi:cx="933.85101"
sodipodi:cy="111.36531"
sodipodi:rx="16.79812"
sodipodi:ry="16.79812"
d="m 950.64913,111.36531 c 0,9.27735 -7.52077,16.79812 -16.79812,16.79812 -9.27734,0 -16.79812,-7.52077 -16.79812,-16.79812 0,-9.27735 7.52078,-16.79812 16.79812,-16.79812 9.27735,0 16.79812,7.52077 16.79812,16.79812 z"
transform="translate(0.93323182,303.60156)" />
<g
id="g3810"
transform="translate(0,1.6689451e-6)">
<path
transform="translate(0,308.2677)"
inkscape:connector-curvature="0"
inkscape:original-d="M 914.56429,83.368445 898.38832,67.192478"
inkscape:path-effect="#path-effect3769"
id="path3767"
d="M 914.56429,83.368445 898.38832,67.192478"
style="fill:none;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
<path
inkscape:connector-curvature="0"
inkscape:original-d="m 955.0042,391.63615 16.17597,-16.17597"
inkscape:path-effect="#path-effect3769-1"
id="path3767-8"
d="m 955.0042,391.63615 16.17597,-16.17597"
style="fill:none;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
<path
inkscape:connector-curvature="0"
inkscape:original-d="m 898.38832,454.47356 16.17597,-16.17597"
inkscape:path-effect="#path-effect3769-3"
id="path3767-6"
d="m 898.38832,454.47356 16.17597,-16.17597"
style="fill:none;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
<path
inkscape:connector-curvature="0"
inkscape:original-d="m 955.0042,438.29759 16.17597,16.17597"
inkscape:path-effect="#path-effect3769-6"
id="path3767-7"
d="m 955.0042,438.29759 16.17597,16.17597"
style="fill:none;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
</g>
</g>
<g
id="g3810-8"
transform="matrix(-0.70710678,0.70710678,-0.70710678,-0.70710678,1889.2024,47.40048)">
<path
style="fill:none;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="M 914.56429,83.368445 898.38832,67.192478"
id="path3767-63"
inkscape:path-effect="#path-effect3769-66"
inkscape:original-d="M 914.56429,83.368445 898.38832,67.192478"
inkscape:connector-curvature="0"
transform="translate(0,308.2677)" />
<path
style="fill:none;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 955.0042,391.63615 16.17597,-16.17597"
id="path3767-8-5"
inkscape:path-effect="#path-effect3769-1-5"
inkscape:original-d="m 955.0042,391.63615 16.17597,-16.17597"
inkscape:connector-curvature="0" />
<path
style="fill:none;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 898.38832,454.47356 16.17597,-16.17597"
id="path3767-6-1"
inkscape:path-effect="#path-effect3769-3-1"
inkscape:original-d="m 898.38832,454.47356 16.17597,-16.17597"
inkscape:connector-curvature="0" />
<path
style="fill:none;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 955.0042,438.29759 16.17597,16.17597"
id="path3767-7-2"
inkscape:path-effect="#path-effect3769-6-1"
inkscape:original-d="m 955.0042,438.29759 16.17597,16.17597"
inkscape:connector-curvature="0" />
</g>
</g>
<g
id="g3235"
transform="translate(-98.300107,0)">
<path
inkscape:connector-curvature="0"
inkscape:original-d="M 578.23817,973.15529 753.84267,668.99935 930.47934,974.94301"
inkscape:path-effect="#path-effect3759"
id="path3757"
d="M 578.23817,973.15529 753.84267,668.99935 930.47934,974.94301"
style="fill:none;stroke:#000000;stroke-width:4.62965584;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
<path
inkscape:connector-curvature="0"
inkscape:original-d="m 752.49947,667.83796 0,306.7575"
inkscape:path-effect="#path-effect3763"
id="path3761"
d="m 752.49947,667.83796 0,306.7575"
style="fill:none;stroke:#000000;stroke-width:1.15741396px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
<path
inkscape:connector-curvature="0"
inkscape:original-d="m 378.20235,971.71511 c 0,-67.68827 0,-67.68827 0,-67.68827"
inkscape:path-effect="#path-effect3860"
id="path3858"
d="m 378.20235,971.71511 0,-67.68827"
style="fill:none;stroke:#000000;stroke-width:4.62965584;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
<path
inkscape:connector-curvature="0"
inkscape:original-d="M 773.19381,654.96697 274.49786,972.52809"
inkscape:path-effect="#path-effect3864"
id="path3862"
d="M 773.19381,654.96697 274.49786,972.52809"
style="fill:none;stroke:#000000;stroke-width:4.62965584;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:4.62965559, 9.25931117;stroke-dashoffset:0" />
</g>
<path
style="fill:none;stroke:#000000;stroke-width:4.62965584;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:4.62965559, 9.25931117;stroke-dashoffset:0;marker-end:url(#Arrow1Mend)"
d="M 828.96432,381.72926 648.3891,496.71648"
id="path3862-8"
inkscape:path-effect="#path-effect3864-6"
inkscape:original-d="M 828.96432,381.72926 648.3891,496.71648"
inkscape:connector-curvature="0" />
<path
style="fill:none;stroke:#000000;stroke-width:4.62965584;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:4.62965559, 9.25931117;stroke-dashoffset:0;marker-end:url(#Arrow1Mend)"
d="M 879.67227,442.40133 699.09704,557.38856"
id="path3862-8-9"
inkscape:path-effect="#path-effect3864-6-7"
inkscape:original-d="M 879.67227,442.40133 699.09704,557.38856"
inkscape:connector-curvature="0" />
<path
style="fill:none;stroke:#000000;stroke-width:4.62965584;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:4.62965559, 9.25931117;stroke-dashoffset:0;marker-end:url(#Arrow1Mend)"
d="M 953.42675,522.20213 772.85153,637.18936"
id="path3862-8-1"
inkscape:path-effect="#path-effect3864-6-4"
inkscape:original-d="M 953.42675,522.20213 772.85153,637.18936"
inkscape:connector-curvature="0" />
<path
style="fill:none;stroke:#000000;stroke-width:4.62965584;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:4.62965559, 9.25931117;stroke-dashoffset:0;marker-end:url(#Arrow1Mend)"
d="M 983.90407,577.64723 803.32885,692.63446"
id="path3862-8-5"
inkscape:path-effect="#path-effect3864-6-78"
inkscape:original-d="M 983.90407,577.64723 803.32885,692.63446"
inkscape:connector-curvature="0" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 12 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 117 KiB

View File

@@ -0,0 +1,39 @@
Notes sur divers exercices autour du théorème de Thales
#######################################################
:date: 2014-07-01
:modified: 2014-07-01
:tags: Geometrie,Exo
:category: 4e
:authors: Benjamin Bertrand
:summary: Pas de résumé, note créée automatiquement parce que je ne l'avais pas bien fait...
`Lien vers exo3_b.pdf <exo3_b.pdf>`_
`Lien vers exo2.pdf <exo2.pdf>`_
`Lien vers exo1.pdf <exo1.pdf>`_
`Lien vers exo2.tex <exo2.tex>`_
`Lien vers exo3_b.tex <exo3_b.tex>`_
`Lien vers exo1.tex <exo1.tex>`_
`Lien vers exo3.tex <exo3.tex>`_
`Lien vers exo3.pdf <exo3.pdf>`_
`Lien vers fig/ombre_pise.pdf <fig/ombre_pise.pdf>`_
`Lien vers fig/pyramide.pdf <fig/pyramide.pdf>`_
`Lien vers fig/USTXY.pdf <fig/USTXY.pdf>`_
`Lien vers fig/ABCMN.pdf <fig/ABCMN.pdf>`_
`Lien vers fig/IJKLM.pdf <fig/IJKLM.pdf>`_
`Lien vers fig/Telepherique.pdf <fig/Telepherique.pdf>`_

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 85 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 36 KiB

Binary file not shown.

View File

@@ -0,0 +1,66 @@
\documentclass[a4paper,12pt,landscape, twocolumn]{/media/documents/Cours/Prof/Enseignements/Archive/2013-2014/tools/style/classExo}
\usepackage{tikz}
\usetikzlibrary{calc}
% Title Page
\title{Thalès - Géogebra }
\author{}
\date{}
\fancyhead[L]{Quatrième}
\fancyhead[C]{\Thetitle}
\fancyhead[R]{\thepage}
\begin{document}
\thispagestyle{fancy}
\section{Construction de la figure}
\begin{enumerate}
\item \includegraphics[scale=0.008]{fig/curseur} Placer 3 points $A$, $B$, $C$ (les renommer si necessaire avec clic droit).
\item \includegraphics[scale=0.008]{fig/polygon} En utilisant l'outil "polygone", tracer le triangle $ABC$.
\item \includegraphics[scale=0.008]{fig/point} Placer le point $M$ sur le segment $[AB]$.
\item \includegraphics[scale=0.008]{fig/parallele} Tracer la parallèleà $(BC)$ passant par $M$.
\item \includegraphics[scale=0.008]{fig/intersection} Placer le point $N$ point d'intersection de cette droite et de $[AC]$.
\item Effacer la droite (clic droit puis décocher "Afficher l'objet").
\item \includegraphics[scale=0.008]{fig/polygon} Tracer le triangle $AMN$ (toujours avec l'outil polygone).
\item \includegraphics[scale=0.008]{fig/curseur} Déplacer les points pour vérifier que la figure est bien faite.
\end{enumerate}
\section{Mesure et distance}
Maintenant que la figure est faite nous allons utiliser les outils de Géogebra pour mesurer notre figure et faire les calculs à notre place.
\subsection{Un tableur}
\begin{enumerate}
\item Ouvrir le tableur de Géogebra (\textit{affichage > Tableur}).
\item Completer le tableau pour qu'il soit le même que dans le figure ci dessous.
\includegraphics[scale=0.008]{./fig/tableau}
\end{enumerate}
\subsection{Mesure et calculs}
\begin{enumerate}
\item Nous allons commencer par mesurer la distance $AM$ pour cela taper dans la case \texttt{C3}: \textbf{=Distance[A,M]}.
\item Puis dans la case \texttt{C4}, nous allons y mettre la distance $AB$ en tapant: \textbf{=Distance[A,B]}.
\item Finir de completer les cases \texttt{E3}, \texttt{E4}, \texttt{G3} et \texttt{G4}.
\item Le tableau ainsi créé est-il un tableau de proportionnalité? Proposer un calcul à faire faire par Géogebra pour vérifier que le tableau est un tableau de proportionnalité.
\end{enumerate}
\subsection{Vérfications}
Déplacer les points pour vérifier que les distances sont bien proportionnelles quelque soit la forme du triangle et la position de $M$ sur le segment $[AB]$.
\begin{center}
\includegraphics[scale=0.3]{./fig/figure}
\end{center}
\end{document}
%%% Local Variables:
%%% mode: latex
%%% TeX-master: "master"
%%% End:

View File

@@ -0,0 +1,39 @@
Notes sur une activité autour du théorème de Thales et de Geogébra
##################################################################
:date: 2014-07-01
:modified: 2014-07-01
:tags: Geometrie, TICE, Géogébra
:category: 4e
:authors: Benjamin Bertrand
:summary: Pas de résumé, note créée automatiquement parce que je ne l'avais pas bien fait...
`Lien vers geogebra.tex <geogebra.tex>`_
`Lien vers geogebra.pdf <geogebra.pdf>`_
`Lien vers fig/point.png <fig/point.png>`_
`Lien vers fig/2014-05-22_09-04-1400742280.jpg <fig/2014-05-22_09-04-1400742280.jpg>`_
`Lien vers fig/tableau.png <fig/tableau.png>`_
`Lien vers fig/figure.png <fig/figure.png>`_
`Lien vers fig/figure.jpg <fig/figure.jpg>`_
`Lien vers fig/parallele.png <fig/parallele.png>`_
`Lien vers fig/2014-05-22_08-58-1400741912.jpg <fig/2014-05-22_08-58-1400741912.jpg>`_
`Lien vers fig/curseur.png <fig/curseur.png>`_
`Lien vers fig/2014-05-22_08-58-1400741930.jpg <fig/2014-05-22_08-58-1400741930.jpg>`_
`Lien vers fig/polygon.png <fig/polygon.png>`_
`Lien vers fig/2014-05-22_08-58-1400741902.jpg <fig/2014-05-22_08-58-1400741902.jpg>`_
`Lien vers fig/intersection.png <fig/intersection.png>`_

View File

@@ -0,0 +1,442 @@
<?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:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="401.9108"
height="169.46614"
id="svg2"
version="1.1"
inkscape:version="0.48.4 r9939"
sodipodi:docname="Nouveau document 1">
<defs
id="defs4">
<inkscape:path-effect
effect="spiro"
id="path-effect4799"
is_visible="true" />
<marker
inkscape:stockid="StopS"
orient="auto"
refY="0"
refX="0"
id="StopS"
style="overflow:visible">
<path
id="path3936"
d="M 0,5.65 0,-5.65"
style="fill:none;stroke:#000000;stroke-width:1pt"
transform="scale(0.2,0.2)"
inkscape:connector-curvature="0" />
</marker>
<marker
inkscape:stockid="StopM"
orient="auto"
refY="0"
refX="0"
id="StopM"
style="overflow:visible">
<path
id="path3933"
d="M 0,5.65 0,-5.65"
style="fill:none;stroke:#000000;stroke-width:1pt"
transform="scale(0.4,0.4)"
inkscape:connector-curvature="0" />
</marker>
<inkscape:path-effect
effect="spiro"
id="path-effect2987"
is_visible="true" />
<marker
inkscape:stockid="StopM"
orient="auto"
refY="0"
refX="0"
id="StopM-6"
style="overflow:visible">
<path
inkscape:connector-curvature="0"
id="path3933-5"
d="M 0,5.65 0,-5.65"
style="fill:none;stroke:#000000;stroke-width:1pt"
transform="scale(0.4,0.4)" />
</marker>
<marker
inkscape:stockid="StopM"
orient="auto"
refY="0"
refX="0"
id="marker4597"
style="overflow:visible">
<path
inkscape:connector-curvature="0"
id="path4599"
d="M 0,5.65 0,-5.65"
style="fill:none;stroke:#000000;stroke-width:1pt"
transform="scale(0.4,0.4)" />
</marker>
<inkscape:path-effect
effect="spiro"
id="path-effect2987-8"
is_visible="true" />
<marker
inkscape:stockid="StopM"
orient="auto"
refY="0"
refX="0"
id="StopM-2"
style="overflow:visible">
<path
inkscape:connector-curvature="0"
id="path3933-4"
d="M 0,5.65 0,-5.65"
style="fill:none;stroke:#000000;stroke-width:1pt"
transform="scale(0.4,0.4)" />
</marker>
<marker
inkscape:stockid="StopM"
orient="auto"
refY="0"
refX="0"
id="marker4653"
style="overflow:visible">
<path
inkscape:connector-curvature="0"
id="path4655"
d="M 0,5.65 0,-5.65"
style="fill:none;stroke:#000000;stroke-width:1pt"
transform="scale(0.4,0.4)" />
</marker>
<inkscape:path-effect
effect="spiro"
id="path-effect2987-1"
is_visible="true" />
<marker
inkscape:stockid="StopM"
orient="auto"
refY="0"
refX="0"
id="StopM-7"
style="overflow:visible">
<path
inkscape:connector-curvature="0"
id="path3933-7"
d="M 0,5.65 0,-5.65"
style="fill:none;stroke:#000000;stroke-width:1pt"
transform="scale(0.4,0.4)" />
</marker>
<marker
inkscape:stockid="StopM"
orient="auto"
refY="0"
refX="0"
id="marker4717"
style="overflow:visible">
<path
inkscape:connector-curvature="0"
id="path4719"
d="M 0,5.65 0,-5.65"
style="fill:none;stroke:#000000;stroke-width:1pt"
transform="scale(0.4,0.4)" />
</marker>
<inkscape:path-effect
effect="spiro"
id="path-effect2987-1-5"
is_visible="true" />
</defs>
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="1.4508103"
inkscape:cx="218.86283"
inkscape:cy="47.38927"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="false"
width="1052.36px"
units="mm"
fit-margin-top="2"
fit-margin-left="2"
fit-margin-right="2"
fit-margin-bottom="2"
inkscape:window-width="1364"
inkscape:window-height="748"
inkscape:window-x="0"
inkscape:window-y="274"
inkscape:window-maximized="0" />
<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.67342186,-878.92712)">
<g
id="g4773"
transform="translate(-16.542479,2.0678099)">
<path
inkscape:connector-curvature="0"
inkscape:original-d="M 35.363942,1021.6489 117.74191,906.15309"
inkscape:path-effect="#path-effect2987"
id="path2985"
d="M 35.363942,1021.6489 117.74191,906.15309"
style="fill:none;stroke:#000000;stroke-width:3;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;marker-start:url(#StopM);marker-end:url(#StopM)" />
<text
sodipodi:linespacing="125%"
id="text4571"
y="1039.2388"
x="24.302515"
style="font-size:16px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Droid Sans;-inkscape-font-specification:Droid Sans"
xml:space="preserve"><tspan
y="1039.2388"
x="24.302515"
id="tspan4573"
sodipodi:role="line">A</tspan></text>
<text
sodipodi:linespacing="125%"
id="text4575"
y="895.36786"
x="116.16602"
style="font-size:16px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Droid Sans;-inkscape-font-specification:Droid Sans"
xml:space="preserve"><tspan
y="895.36786"
x="116.16602"
id="tspan4577"
sodipodi:role="line">B</tspan></text>
<text
sodipodi:linespacing="125%"
id="text4579"
y="983.82898"
x="80.198311"
style="font-size:16px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Droid Sans;-inkscape-font-specification:Droid Sans"
xml:space="preserve"><tspan
y="983.82898"
x="80.198311"
id="tspan4581"
sodipodi:role="line">4cm</tspan><tspan
id="tspan4583"
y="1003.829"
x="80.198311"
sodipodi:role="line" /></text>
</g>
<g
id="g4783"
transform="translate(-16.542479,-1.6989137)">
<path
inkscape:connector-curvature="0"
inkscape:original-d="M 173.97842,1025.4157 256.35639,909.91982"
inkscape:path-effect="#path-effect2987-1"
id="path2985-3"
d="M 173.97842,1025.4157 256.35639,909.91982"
style="fill:none;stroke:#000000;stroke-width:3;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;marker-start:url(#StopM);marker-end:url(#StopM)" />
<text
sodipodi:linespacing="125%"
id="text4571-8"
y="1043.0055"
x="162.91699"
style="font-size:16px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Droid Sans;-inkscape-font-specification:Droid Sans"
xml:space="preserve"><tspan
y="1043.0055"
x="162.91699"
id="tspan4573-4"
sodipodi:role="line">A</tspan></text>
<text
sodipodi:linespacing="125%"
id="text4575-8"
y="899.13458"
x="254.7805"
style="font-size:16px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Droid Sans;-inkscape-font-specification:Droid Sans"
xml:space="preserve"><tspan
y="899.13458"
x="254.7805"
id="tspan4577-4"
sodipodi:role="line">B</tspan></text>
<text
sodipodi:linespacing="125%"
id="text4579-8"
y="987.5957"
x="218.81279"
style="font-size:16px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Droid Sans;-inkscape-font-specification:Droid Sans"
xml:space="preserve"><tspan
y="987.5957"
x="218.81279"
id="tspan4581-5"
sodipodi:role="line">4cm</tspan><tspan
id="tspan4583-1"
y="1007.5957"
x="218.81279"
sodipodi:role="line" /></text>
<path
sodipodi:open="true"
sodipodi:end="4.9296495"
sodipodi:start="4.5570053"
transform="translate(0,875.19679)"
d="m 158.18941,46.938955 c 12.77165,-2.000634 25.80469,-1.597284 38.42818,1.189286"
sodipodi:ry="103.77174"
sodipodi:rx="103.77174"
sodipodi:cy="149.46048"
sodipodi:cx="174.24904"
id="path4697"
style="fill:none;stroke:#000000;stroke-width:2;stroke-linecap:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
sodipodi:type="arc" />
<path
sodipodi:open="true"
sodipodi:end="3.2390139"
sodipodi:start="2.7577277"
transform="translate(0,875.19679)"
d="M 181.30068,65.759522 C 176.45884,53.771847 174.58692,40.791294 175.84445,27.924035"
sodipodi:ry="80.198303"
sodipodi:rx="80.198303"
sodipodi:cy="35.724701"
sodipodi:cx="255.66248"
id="path4699"
style="fill:none;stroke:#000000;stroke-width:2;stroke-linecap:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
sodipodi:type="arc" />
<text
transform="translate(0,875.19679)"
sodipodi:linespacing="125%"
id="text4701"
y="37.18285"
x="160.39661"
style="font-size:16px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Droid Sans;-inkscape-font-specification:Droid Sans"
xml:space="preserve"><tspan
y="37.18285"
x="160.39661"
id="tspan4703"
sodipodi:role="line">C</tspan></text>
</g>
<g
id="g4845">
<path
inkscape:connector-curvature="0"
inkscape:original-d="M 305.64081,1023.7168 388.01878,908.22087"
inkscape:path-effect="#path-effect2987-1-5"
id="path2985-3-6"
d="M 305.64081,1023.7168 388.01878,908.22087"
style="fill:none;stroke:#000000;stroke-width:3;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;marker-start:url(#StopM);marker-end:url(#StopM)" />
<text
sodipodi:linespacing="125%"
id="text4571-8-8"
y="1041.3066"
x="294.57938"
style="font-size:16px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Droid Sans;-inkscape-font-specification:Droid Sans"
xml:space="preserve"><tspan
y="1041.3066"
x="294.57938"
id="tspan4573-4-9"
sodipodi:role="line">A</tspan></text>
<text
sodipodi:linespacing="125%"
id="text4575-8-0"
y="897.43561"
x="386.4429"
style="font-size:16px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Droid Sans;-inkscape-font-specification:Droid Sans"
xml:space="preserve"><tspan
y="897.43561"
x="386.4429"
id="tspan4577-4-7"
sodipodi:role="line">B</tspan></text>
<text
sodipodi:linespacing="125%"
id="text4579-8-2"
y="985.89673"
x="350.47516"
style="font-size:16px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Droid Sans;-inkscape-font-specification:Droid Sans"
xml:space="preserve"><tspan
y="985.89673"
x="350.47516"
id="tspan4581-5-8"
sodipodi:role="line">4cm</tspan><tspan
id="tspan4583-1-2"
y="1005.8967"
x="350.47516"
sodipodi:role="line" /></text>
<path
sodipodi:open="true"
sodipodi:end="4.9296495"
sodipodi:start="4.5570053"
d="m 158.18941,46.938955 a 103.77174,103.77174 0 0 1 38.42818,1.189286"
sodipodi:ry="103.77174"
sodipodi:rx="103.77174"
sodipodi:cy="149.46048"
sodipodi:cx="174.24904"
id="path4697-2"
style="fill:none;stroke:#000000;stroke-width:2;stroke-linecap:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
sodipodi:type="arc"
transform="translate(131.66239,873.49784)" />
<path
sodipodi:open="true"
sodipodi:end="3.2390139"
sodipodi:start="2.7577277"
d="M 181.30068,65.759522 A 80.198303,80.198303 0 0 1 175.84445,27.924035"
sodipodi:ry="80.198303"
sodipodi:rx="80.198303"
sodipodi:cy="35.724701"
sodipodi:cx="255.66248"
id="path4699-4"
style="fill:none;stroke:#000000;stroke-width:2;stroke-linecap:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
sodipodi:type="arc"
transform="translate(131.66239,873.49784)" />
<text
sodipodi:linespacing="125%"
id="text4701-9"
y="910.68066"
x="292.05899"
style="font-size:16px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Droid Sans;-inkscape-font-specification:Droid Sans"
xml:space="preserve"><tspan
y="910.68066"
x="292.05899"
id="tspan4703-2"
sodipodi:role="line">C</tspan></text>
<path
inkscape:connector-curvature="0"
inkscape:original-d="m 305.62064,1023.1214 1.94955,-104.30088 79.44415,-10.23514"
inkscape:path-effect="#path-effect4799"
id="path4797"
d="m 305.62064,1023.1214 1.94955,-104.30088 79.44415,-10.23514"
style="fill:none;stroke:#000000;stroke-width:3;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
<text
sodipodi:linespacing="125%"
id="text4801"
y="974.12238"
x="269.50455"
style="font-size:16px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Droid Sans;-inkscape-font-specification:Droid Sans"
xml:space="preserve"><tspan
y="974.12238"
x="269.50455"
id="tspan4803"
sodipodi:role="line">3cm</tspan></text>
<text
sodipodi:linespacing="125%"
id="text4805"
y="903.81683"
x="323.26761"
style="font-size:16px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Droid Sans;-inkscape-font-specification:Droid Sans"
xml:space="preserve"><tspan
y="903.81683"
x="323.26761"
id="tspan4807"
sodipodi:role="line">2,5cm</tspan></text>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 17 KiB

View File

@@ -0,0 +1,370 @@
<?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:inkscape="http://www.inkscape.org/namespaces/inkscape"
version="1.1"
width="401.9108"
height="169.46614"
id="svg2">
<defs
id="defs4">
<inkscape:path-effect
effect="spiro"
id="path-effect5012" />
<inkscape:path-effect
effect="spiro"
id="path-effect4916" />
<inkscape:path-effect
effect="spiro"
id="path-effect4799" />
<marker
refX="0"
refY="0"
orient="auto"
id="StopS"
style="overflow:visible">
<path
d="M 0,5.65 0,-5.65"
transform="scale(0.2,0.2)"
id="path3936"
style="fill:none;stroke:#000000;stroke-width:1pt" />
</marker>
<marker
refX="0"
refY="0"
orient="auto"
id="StopM"
style="overflow:visible">
<path
d="M 0,5.65 0,-5.65"
transform="scale(0.4,0.4)"
id="path3933"
style="fill:none;stroke:#000000;stroke-width:1pt" />
</marker>
<inkscape:path-effect
effect="spiro"
id="path-effect2987" />
<marker
refX="0"
refY="0"
orient="auto"
id="StopM-6"
style="overflow:visible">
<path
d="M 0,5.65 0,-5.65"
transform="scale(0.4,0.4)"
id="path3933-5"
style="fill:none;stroke:#000000;stroke-width:1pt" />
</marker>
<marker
refX="0"
refY="0"
orient="auto"
id="marker4597"
style="overflow:visible">
<path
d="M 0,5.65 0,-5.65"
transform="scale(0.4,0.4)"
id="path4599"
style="fill:none;stroke:#000000;stroke-width:1pt" />
</marker>
<inkscape:path-effect
effect="spiro"
id="path-effect2987-8" />
<marker
refX="0"
refY="0"
orient="auto"
id="StopM-2"
style="overflow:visible">
<path
d="M 0,5.65 0,-5.65"
transform="scale(0.4,0.4)"
id="path3933-4"
style="fill:none;stroke:#000000;stroke-width:1pt" />
</marker>
<marker
refX="0"
refY="0"
orient="auto"
id="marker4653"
style="overflow:visible">
<path
d="M 0,5.65 0,-5.65"
transform="scale(0.4,0.4)"
id="path4655"
style="fill:none;stroke:#000000;stroke-width:1pt" />
</marker>
<inkscape:path-effect
effect="spiro"
id="path-effect2987-1" />
<marker
refX="0"
refY="0"
orient="auto"
id="StopM-7"
style="overflow:visible">
<path
d="M 0,5.65 0,-5.65"
transform="scale(0.4,0.4)"
id="path3933-7"
style="fill:none;stroke:#000000;stroke-width:1pt" />
</marker>
<marker
refX="0"
refY="0"
orient="auto"
id="marker4717"
style="overflow:visible">
<path
d="M 0,5.65 0,-5.65"
transform="scale(0.4,0.4)"
id="path4719"
style="fill:none;stroke:#000000;stroke-width:1pt" />
</marker>
<inkscape:path-effect
effect="spiro"
id="path-effect2987-1-5" />
<inkscape:path-effect
effect="spiro"
id="path-effect4916-3" />
<marker
refX="0"
refY="0"
orient="auto"
id="StopM-5"
style="overflow:visible">
<path
d="M 0,5.65 0,-5.65"
transform="scale(0.4,0.4)"
id="path3933-0"
style="fill:none;stroke:#000000;stroke-width:1pt" />
</marker>
<marker
refX="0"
refY="0"
orient="auto"
id="marker4939"
style="overflow:visible">
<path
d="M 0,5.65 0,-5.65"
transform="scale(0.4,0.4)"
id="path4941"
style="fill:none;stroke:#000000;stroke-width:1pt" />
</marker>
<inkscape:path-effect
effect="spiro"
id="path-effect2987-1-3" />
</defs>
<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
transform="translate(-0.67342186,-878.92712)"
id="layer1">
<g
transform="translate(-16.542479,2.0678099)"
id="g4773">
<path
d="M 35.363942,1021.6489 117.74191,906.15309"
id="path2985"
style="fill:none;stroke:#000000;stroke-width:3;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;marker-start:url(#StopM);marker-end:url(#StopM)" />
<text
x="24.302515"
y="1039.2388"
id="text4571"
xml:space="preserve"
style="font-size:16px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Droid Sans;-inkscape-font-specification:Droid Sans"><tspan
x="24.302515"
y="1039.2388"
id="tspan4573">A</tspan></text>
<text
x="116.16602"
y="895.36786"
id="text4575"
xml:space="preserve"
style="font-size:16px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Droid Sans;-inkscape-font-specification:Droid Sans"><tspan
x="116.16602"
y="895.36786"
id="tspan4577">B</tspan></text>
<text
x="80.198311"
y="983.82898"
id="text4579"
xml:space="preserve"
style="font-size:16px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Droid Sans;-inkscape-font-specification:Droid Sans"><tspan
x="80.198311"
y="983.82898"
id="tspan4581"
style="font-size:14px">4cm</tspan><tspan
x="80.198311"
y="1001.329"
id="tspan4583" /></text>
</g>
<path
d="M 157.43594,1023.7168 239.81391,908.22091"
id="path2985-3"
style="fill:none;stroke:#000000;stroke-width:3;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;marker-start:url(#StopM);marker-end:url(#StopM)" />
<text
x="146.37451"
y="1041.3065"
id="text4571-8"
xml:space="preserve"
style="font-size:16px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Droid Sans;-inkscape-font-specification:Droid Sans"><tspan
x="146.37451"
y="1041.3065"
id="tspan4573-4">A</tspan></text>
<text
x="238.23802"
y="897.43567"
id="text4575-8"
xml:space="preserve"
style="font-size:16px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Droid Sans;-inkscape-font-specification:Droid Sans"><tspan
x="238.23802"
y="897.43567"
id="tspan4577-4">B</tspan></text>
<text
x="202.27031"
y="985.89679"
id="text4579-8"
xml:space="preserve"
style="font-size:16px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Droid Sans;-inkscape-font-specification:Droid Sans"><tspan
x="202.27031"
y="985.89679"
id="tspan4581-5"
style="font-size:14px">4cm</tspan><tspan
x="202.27031"
y="1003.3968"
id="tspan4583-1" /></text>
<path
d="M 188.58991,79.691038 A 80.198303,80.198303 0 0 1 177.02563,51.473171"
transform="translate(-16.542479,873.49788)"
id="path4699"
style="fill:none;stroke:#000000;stroke-width:2;stroke-linecap:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" />
<text
x="143.85413"
y="910.68073"
id="text4701"
xml:space="preserve"
style="font-size:16px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Droid Sans;-inkscape-font-specification:Droid Sans"><tspan
x="143.85413"
y="910.68073"
id="tspan4703">C</tspan></text>
<path
d="M 152.79734,1077.7553 175.34102,868.64815"
id="path4914"
style="fill:none;stroke:#000000;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
<path
d="m 161.23846,116.06053 a 26.806311,26.806311 0 0 1 12.75887,5.15426"
transform="translate(0.67342186,878.92712)"
id="path4920"
style="fill:none;stroke:#000000;stroke-width:2;stroke-linecap:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" />
<text
x="165.83453"
y="985.82373"
id="text4922"
xml:space="preserve"
style="font-size:16px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Droid Sans;-inkscape-font-specification:Droid Sans"><tspan
x="165.83453"
y="985.82373"
id="tspan4924"
style="font-size:14px">30°</tspan></text>
<path
d="M 292.93355,1021.6829 375.31152,906.18694"
id="path2985-3-9"
style="fill:none;stroke:#000000;stroke-width:3;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;marker-start:url(#StopM);marker-end:url(#StopM)" />
<text
x="281.8721"
y="1039.2726"
id="text4571-8-2"
xml:space="preserve"
style="font-size:16px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Droid Sans;-inkscape-font-specification:Droid Sans"><tspan
x="281.8721"
y="1039.2726"
id="tspan4573-4-0">A</tspan></text>
<text
x="373.73563"
y="895.40173"
id="text4575-8-3"
xml:space="preserve"
style="font-size:16px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Droid Sans;-inkscape-font-specification:Droid Sans"><tspan
x="373.73563"
y="895.40173"
id="tspan4577-4-8">B</tspan></text>
<text
x="337.76791"
y="983.86285"
id="text4579-8-8"
xml:space="preserve"
style="font-size:16px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Droid Sans;-inkscape-font-specification:Droid Sans"><tspan
x="337.76791"
y="983.86285"
id="tspan4581-5-7"
style="font-size:14px">4cm</tspan><tspan
x="337.76791"
y="1001.3629"
id="tspan4583-1-6" /></text>
<path
d="M 188.58991,79.691038 A 80.198303,80.198303 0 0 1 177.02563,51.473171"
transform="translate(118.95513,871.46391)"
id="path4699-2"
style="fill:none;stroke:#000000;stroke-width:2;stroke-linecap:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" />
<text
x="279.35172"
y="908.64679"
id="text4701-5"
xml:space="preserve"
style="font-size:16px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Droid Sans;-inkscape-font-specification:Droid Sans"><tspan
x="279.35172"
y="908.64679"
id="tspan4703-4">C</tspan></text>
<path
d="M 288.29495,1075.7214 310.83863,866.61418"
id="path4914-6"
style="fill:none;stroke:#000000;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
<path
d="m 161.23846,116.06053 a 26.806311,26.806311 0 0 1 12.75887,5.15426"
transform="translate(136.17103,876.89315)"
id="path4920-3"
style="fill:none;stroke:#000000;stroke-width:2;stroke-linecap:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" />
<text
x="301.33212"
y="983.78979"
id="text4922-3"
xml:space="preserve"
style="font-size:16px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Droid Sans;-inkscape-font-specification:Droid Sans"><tspan
x="301.33212"
y="983.78979"
id="tspan4924-3"
style="font-size:14px">30°</tspan></text>
<path
d="m 373.72631,27.980012 -72.1181,36.804935 -8.52373,77.658273"
transform="translate(0.67342186,878.92712)"
id="path5010"
style="fill:none;stroke:#000000;stroke-width:3;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
<text
x="315.21231"
y="909.72559"
id="text5014"
xml:space="preserve"
style="font-size:16px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Droid Sans;-inkscape-font-specification:Droid Sans"><tspan
x="315.21231"
y="909.72559"
id="tspan5016">2,5cm</tspan></text>
</g>
</svg>

After

Width:  |  Height:  |  Size: 14 KiB

View File

@@ -0,0 +1,310 @@
<?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:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="210mm"
height="297mm"
id="svg2"
version="1.1"
inkscape:version="0.48.4 r9939"
sodipodi:docname="Nouveau document 1">
<defs
id="defs4" />
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="0.56824543"
inkscape:cx="372.04724"
inkscape:cy="526.18109"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="false"
inkscape:window-width="1364"
inkscape:window-height="748"
inkscape:window-x="0"
inkscape:window-y="274"
inkscape:window-maximized="0" />
<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">
<path
sodipodi:type="star"
style="fill:none;stroke:#000000;stroke-width:3;stroke-linecap:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
id="path3765"
sodipodi:sides="3"
sodipodi:cx="255.17143"
sodipodi:cy="183.01952"
sodipodi:r1="47.547256"
sodipodi:r2="23.773628"
sodipodi:arg1="0.68052122"
sodipodi:arg2="1.7277188"
inkscape:flatsided="true"
inkscape:rounded="0"
inkscape:randomized="10"
d="m 145.62178,231.06041 56.6308,234.45067 455.27317,-256.45244 z"
inkscape:transform-center-x="-111.70152"
inkscape:transform-center-y="-60.528821"
transform="matrix(0.55201504,-0.83383415,0.83383415,0.55201504,120.08731,456.66251)" />
<path
sodipodi:type="star"
style="fill:none;stroke:#000000;stroke-width:3;stroke-linecap:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
id="path3767"
sodipodi:sides="3"
sodipodi:cx="337.88217"
sodipodi:cy="568.41638"
sodipodi:r1="48.322536"
sodipodi:r2="24.161268"
sodipodi:arg1="0.99289439"
sodipodi:arg2="2.0400919"
inkscape:flatsided="true"
inkscape:rounded="0"
inkscape:randomized="10"
d="M 734.77937,1001.2943 716.82132,447.98215 257.63207,470.30662 z"
inkscape:transform-center-x="-125.8142"
inkscape:transform-center-y="128.55967"
transform="matrix(0.7946651,0,0,0.82293,119.48638,195.18421)" />
<path
sodipodi:type="star"
style="fill:none;stroke:#000000;stroke-width:3;stroke-linecap:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
id="path3769"
sodipodi:sides="3"
sodipodi:cx="219.97537"
sodipodi:cy="696.88196"
sodipodi:r1="25.623117"
sodipodi:r2="12.811559"
sodipodi:arg1="2.863293"
sodipodi:arg2="3.9104905"
inkscape:flatsided="true"
inkscape:rounded="0"
inkscape:randomized="10"
d="M 401.06603,568.38966 14.463512,530.61326 195.5348,722.52495 z"
inkscape:transform-center-x="-85.081529"
inkscape:transform-center-y="-120.95968"
transform="matrix(0.76763224,0.64089058,-0.64089058,0.76763224,372.79426,-47.679563)" />
<path
sodipodi:type="star"
style="fill:none;stroke:#000000;stroke-width:3;stroke-linecap:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
id="path3771"
sodipodi:sides="3"
sodipodi:cx="167.18127"
sodipodi:cy="147.82346"
sodipodi:r1="33.987442"
sodipodi:r2="16.993719"
sodipodi:arg1="0.37089129"
sodipodi:arg2="1.4180888"
inkscape:flatsided="true"
inkscape:rounded="0"
inkscape:randomized="10"
d="M -78.126215,7.4750531 126.90332,-45.276393 159.5643,360.86417 z"
inkscape:transform-center-x="126.46223"
inkscape:transform-center-y="9.9704342"
transform="translate(126.70581,89.749952)" />
<path
sodipodi:type="star"
style="fill:none;stroke:#000000;stroke-width:3;stroke-linecap:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
id="path3773"
sodipodi:sides="3"
sodipodi:cx="223.49498"
sodipodi:cy="862.30347"
sodipodi:r1="25.011499"
sodipodi:r2="12.50575"
sodipodi:arg1="0.68572951"
sodipodi:arg2="1.7329271"
inkscape:flatsided="true"
inkscape:rounded="0"
inkscape:randomized="10"
d="M 11.046898,636.46575 440.86391,1065.109 462.24783,946.22495 z"
inkscape:transform-center-x="0.28451572"
inkscape:transform-center-y="-11.772579"
transform="matrix(0.97259607,-0.23250137,0.23250137,0.97259607,-134.5288,93.191424)" />
<text
xml:space="preserve"
style="font-size:36px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Droid Sans;-inkscape-font-specification:Droid Sans"
x="38.715668"
y="72.151924"
id="text3775"
sodipodi:linespacing="125%"><tspan
sodipodi:role="line"
id="tspan3777"
x="38.715668"
y="72.151924">A</tspan></text>
<text
xml:space="preserve"
style="font-size:36px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Droid Sans;-inkscape-font-specification:Droid Sans"
x="295.64691"
y="66.872513"
id="text3779"
sodipodi:linespacing="125%"><tspan
sodipodi:role="line"
id="tspan3781"
x="295.64691"
y="66.872513">B</tspan></text>
<text
xml:space="preserve"
style="font-size:36px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Droid Sans;-inkscape-font-specification:Droid Sans"
x="267.49005"
y="492.74484"
id="text3783"
sodipodi:linespacing="125%"><tspan
sodipodi:role="line"
id="tspan3785"
x="267.49005"
y="492.74484">C</tspan></text>
<text
xml:space="preserve"
style="font-size:36px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Droid Sans;-inkscape-font-specification:Droid Sans"
x="357.23999"
y="475.14679"
id="text3787"
sodipodi:linespacing="125%"><tspan
sodipodi:role="line"
id="tspan3789"
x="357.23999"
y="475.14679">D</tspan></text>
<text
xml:space="preserve"
style="font-size:36px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Droid Sans;-inkscape-font-specification:Droid Sans"
x="600.09283"
y="40.475468"
id="text3791"
sodipodi:linespacing="125%"><tspan
sodipodi:role="line"
id="tspan3793"
x="600.09283"
y="40.475468">E</tspan></text>
<text
xml:space="preserve"
style="font-size:36px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Droid Sans;-inkscape-font-specification:Droid Sans"
x="640.5683"
y="534.9801"
id="text3795"
sodipodi:linespacing="125%"><tspan
sodipodi:role="line"
id="tspan3797"
x="640.5683"
y="534.9801">F</tspan></text>
<text
xml:space="preserve"
style="font-size:36px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Droid Sans;-inkscape-font-specification:Droid Sans"
x="710.96039"
y="589.534"
id="text3799"
sodipodi:linespacing="125%"><tspan
sodipodi:role="line"
id="tspan3801"
x="710.96039"
y="589.534">G</tspan></text>
<text
xml:space="preserve"
style="font-size:36px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Droid Sans;-inkscape-font-specification:Droid Sans"
x="645.84766"
y="1033.0044"
id="text3803"
sodipodi:linespacing="125%"><tspan
sodipodi:role="line"
id="tspan3805"
x="645.84766"
y="1033.0044">H</tspan></text>
<text
xml:space="preserve"
style="font-size:36px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Droid Sans;-inkscape-font-specification:Droid Sans"
x="325.56354"
y="556.09772"
id="text3807"
sodipodi:linespacing="125%"><tspan
sodipodi:role="line"
id="tspan3809"
x="325.56354"
y="556.09772">I</tspan></text>
<text
xml:space="preserve"
style="font-size:36px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Droid Sans;-inkscape-font-specification:Droid Sans"
x="318.52435"
y="688.08295"
id="text3811"
sodipodi:linespacing="125%"><tspan
sodipodi:role="line"
id="tspan3813"
x="318.52435"
y="688.08295">J</tspan></text>
<text
xml:space="preserve"
style="font-size:36px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Droid Sans;-inkscape-font-specification:Droid Sans"
x="47.514679"
y="346.68118"
id="text3815"
sodipodi:linespacing="125%"><tspan
sodipodi:role="line"
id="tspan3817"
x="47.514679"
y="346.68118">K</tspan></text>
<text
xml:space="preserve"
style="font-size:36px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Droid Sans;-inkscape-font-specification:Droid Sans"
x="38.715668"
y="674.00452"
id="text3819"
sodipodi:linespacing="125%"><tspan
sodipodi:role="line"
id="tspan3821"
x="38.715668"
y="674.00452">L</tspan></text>
<text
xml:space="preserve"
style="font-size:36px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Droid Sans;-inkscape-font-specification:Droid Sans"
x="15.838227"
y="765.51428"
id="text3823"
sodipodi:linespacing="125%"><tspan
sodipodi:role="line"
id="tspan3825"
x="15.838227"
y="765.51428">M</tspan></text>
<text
xml:space="preserve"
style="font-size:36px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Droid Sans;-inkscape-font-specification:Droid Sans"
x="508.58307"
y="872.8623"
id="text3827"
sodipodi:linespacing="125%"><tspan
sodipodi:role="line"
id="tspan3829"
x="508.58307"
y="872.8623">N</tspan></text>
<text
xml:space="preserve"
style="font-size:36px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Droid Sans;-inkscape-font-specification:Droid Sans"
x="464.58798"
y="1036.524"
id="text3831"
sodipodi:linespacing="125%"><tspan
sodipodi:role="line"
id="tspan3833"
x="464.58798"
y="1036.524">O</tspan></text>
</g>
</svg>

After

Width:  |  Height:  |  Size: 13 KiB

View File

@@ -0,0 +1,21 @@
Notes sur des exercices autour de la bissectrice
################################################
:date: 2014-07-01
:modified: 2014-07-01
:tags: Geometrie, Exo
:category: 4e
:authors: Benjamin Bertrand
:summary: Pas de résumé, note créée automatiquement parce que je ne l'avais pas bien fait...
`Lien vers intro_bissec.pdf <intro_bissec.pdf>`_
`Lien vers intro_bissec.tex <intro_bissec.tex>`_
`Lien vers fig/contructionTriangle2.pdf <fig/contructionTriangle2.pdf>`_
`Lien vers fig/contructionTriangle.pdf <fig/contructionTriangle.pdf>`_
`Lien vers fig/triangles.pdf <fig/triangles.pdf>`_

View File

@@ -0,0 +1,77 @@
\documentclass[a4paper,12pt,landscape, twocolumn]{/media/documents/Cours/Prof/Enseignements/Archive/2013-2014/tools/style/classExo}
% Title Page
\title{Bissectrice d'un angle - Exercices}
\author{}
\date{}
\fancyhead[L]{Quatrième}
\fancyhead[C]{\Thetitle}
\fancyhead[R]{\thepage}
\begin{document}
\thispagestyle{fancy}
\begin{Exo}
\begin{enumerate}
\item Tracer les triangles suivants en respectant les distances et les mesures.
\begin{itemize}
\item Triangle $ABC$ tel que $AB = 4cm$, $BC = 6cm$ et $CA = 3cm$.
\item Triangle $DEF$ tel que $EF = 5cm$, $FG = 3cm$ et $GE = 7cm$
\item Triangle $GHI$ tel que $GH = 2cm$, $HI = 10cm$ et $IG = 9cm$.
\item Triangle $JKL$ tel que $JK = 6cm$, $KL = 7cm$ et $\widehat{JKL} = 40^{\circ}$.
\item Triangle $NMO$ tel que $NM = 5cm$, $MO = 9cm$ et $\widehat{OMN} = 45^{\circ}$.
\item Triangle $PQR$ tel que $PQ = 6cm$, $RP = 6cm$ et $\widehat{PQR} = 60^{\circ}$.
\end{itemize}
\item Sur chaque figure, marquer les angles suivants et mesurez les.
\begin{eqnarray*}
\widehat{ABC} = \parbox{1cm}{\dotfill} &\hspace{1cm}& \widehat{EFD} = \parbox{1cm}{\dotfill} \\
\widehat{IGH} = \parbox{1cm}{\dotfill} &\hspace{1cm}& \widehat{LJK} = \parbox{1cm}{\dotfill} \\
\widehat{NMO} = \parbox{1cm}{\dotfill} &\hspace{1cm}&a\widehat{RPQ} = \parbox{1cm}{\dotfill}
\end{eqnarray*}
\end{enumerate}
\end{Exo}
\begin{Exo}
\begin{enumerate}
\item Sur les triangles ci-contre, tracer la bissectrice des angles suivants.
\begin{eqnarray*}
\widehat{ABC} \qquad
\widehat{DFE} \qquad
\widehat{IGH} \qquad
\widehat{LJK} \qquad
\widehat{MNO} \qquad
\end{eqnarray*}
\item Tracer la bissectrice de tous les angles du triangle $GHI$. Que remarque-t-on?
\\[0.5cm]
.\dotfill
\end{enumerate}
\end{Exo}
\begin{Exo}
\begin{enumerate}
\item Tracer le triangle $XYZ$ tel que $XY = 10cm$, $YZ = 11cm$ et $ZX = 12cm$.
\item Tracer les bissectrices de tous les angles de ce triangle.
\item Tracer le cercle de centre le point d'intersection des bissectrices et qui ne touche que 3 fois les bords du triangle $XYZ$.
\end{enumerate}
\end{Exo}
\eject
\begin{center}
\includegraphics[scale=0.6]{./fig/triangles}
\end{center}
\end{document}
%%% Local Variables:
%%% mode: latex
%%% TeX-master: "master"
%%% End:

Binary file not shown.

View File

@@ -0,0 +1,55 @@
\documentclass{/media/documents/Cours/Prof/Enseignements/Archive/2013-2014/tools/style/classConn}
% Title Page
\title{}
\author{}
\date{}
\begin{document}
\begin{multicols}{2}
Nom - Prénom:
\section{Connaissance}
\begin{enumerate}
\item Pour \textbf{comparer} des fractions, il faut
\vspace{0.5cm}
. \dotfill .
\vspace{0.5cm}
\item Écrire le théorème qui permet de démontrer que le triangle suivant est rectangle (on précisera l'angle droit).
\begin{center}
\includegraphics[scale=1]{./fig/cercle2rect.png}
\end{center}
\end{enumerate}
\columnbreak
Nom - Prénom
\section{Connaissance}
\begin{enumerate}
\item Pour \textbf{additionner} des fractions, il faut
\vspace{0.5cm}
. \dotfill .
\vspace{0.5cm}
\item Sur le dessin suivant quels longeurs sont égales? Écrire le théorème qui permet d'obtenir ces égalités.
\begin{center}
\includegraphics[scale=1]{./fig/rect_mediane.png}
\end{center}
\end{enumerate}
\end{multicols}
\end{document}
%%% Local Variables:
%%% mode: latex
%%% TeX-master: "master"
%%% End:

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 43 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB

Binary file not shown.

View File

@@ -0,0 +1,64 @@
\documentclass{/media/documents/Cours/Prof/Enseignements/Archive/2013-2014/tools/style/classConn}
% Title Page
\title{}
\author{}
\date{}
\begin{document}
\begin{multicols}{2}
Nom - Prénom:
\section{Connaissance}
Completer les phrases suivantes
\begin{itemize}
\renewcommand{\labelitemi}{$\star$}
\item $[AB]$ se prononce \dotfill \\
\item $[AC)$ se prononce \dotfill \\
\vspace{2cm}
\item Énoncer le théorème des milieux pour la figure suivante
\begin{center}
\includegraphics[scale=1.4]{fig/thmMilieux}
\end{center}
Si \dotfill \\ \vfill . \dotfill \\ \vfill . \dotfill \\ \vfill Alors \dotfill
\end{itemize}
\columnbreak
Nom - Prénom:
\section{Connaissance}
Completer les phrases suivantes
\begin{itemize}
\renewcommand{\labelitemi}{$\star$}
\item $AB$ se prononce \dotfill \\
\item $(AC)$ se prononce \dotfill \\
\vspace{2cm}
\item Énoncer le théorème du \textbf{segment} du milieu pour la figure suivante
\begin{center}
\includegraphics[scale=1.4]{fig/thmMilieux2}
\end{center}
Si \dotfill \\ \vfill . \dotfill \\ \vfill . \dotfill \\ \vfill Alors \dotfill
\end{itemize}
\end{multicols}
\end{document}
%%% Local Variables:
%%% mode: latex
%%% TeX-master: "master"
%%% End:

View File

@@ -0,0 +1,26 @@
#!/bin/sh
# on enlève lextension du 1er argument
FILE=${1%.*}
TMPFILE=pstemp
# création dun fichier temporaire psttemp.tex
cat > $TMPFILE.tex <<EOF
\documentclass{article}
\usepackage{pstricks}
\usepackage{pstricks-add}
\usepackage{pst-eps}
\usepackage{pst-eucl}
\thispagestyle{empty}
\begin{document}
\begin{TeXtoEPS}
\input{$FILE}
\end{TeXtoEPS}
\end{document}
EOF
# Création du fichier dvi
latex $TMPFILE
# Création du fichier eps
dvips -E $TMPFILE.dvi -o $TMPFILE.eps
# Création du fichier pdf
epstopdf $TMPFILE.eps --debug --outfile=$FILE.pdf
# effacement des fichiers temporaires
rm -f $TMPFILE.*

Binary file not shown.

View File

@@ -0,0 +1,21 @@
\begin{pspicture}*(-2.5,-1.5)(3.5,2.5)
\pstGeonode[PosAngle=180](-2,-1){A}
\pstGeonode(2,2){B}
\pstGeonode(3,-1){E}
\pspolygon(A)(B)(E)
\pstMiddleAB{A}{B}{M}
\pstSegmentMark{A}{M}
\pstSegmentMark{M}{B}
\pstMiddleAB[PosAngle=0]{E}{B}{J}
\pstSegmentMark[SegmentSymbol=pstslash]{E}{J}
\pstSegmentMark[SegmentSymbol=pstslash]{J}{B}
\pstLineAB{M}{J}
\end{pspicture}

Some files were not shown because too many files have changed in this diff Show More