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: