Début du chapitre sur l'utilisation des formules
This commit is contained in:
parent
ea86bf781f
commit
a316987d8b
Binary file not shown.
@ -0,0 +1,79 @@
|
||||
\documentclass[a5paper,12pt]{article}
|
||||
\usepackage{myXsim}
|
||||
|
||||
\title{Distance d'arrêt}
|
||||
\date{Janvier 2018}
|
||||
\tribe{Troisième}
|
||||
|
||||
|
||||
\renewcommand{\lexo}{%
|
||||
\setcounter{exo}{0}
|
||||
\begin{Exo}
|
||||
\begin{center}
|
||||
{\Large\textbf{Distance d'arrêt}}
|
||||
\end{center}
|
||||
La distance d’arrêt pour un automobiliste est la distance qu'il parcourt entre le moment où il voit un obstacle et le moment où il s’arrête après avoir freiné.
|
||||
La distance d'arrêt, notée $D$, depend de la vitesse du conducteur $V$ et de son état:
|
||||
\begin{itemize}
|
||||
\item Pour un conducteur lucide:
|
||||
\[D = V\div 6 + 0,007\times V^2\]
|
||||
\item Pour un conducteur peu lucide:
|
||||
\[D = V\div 2 + 0,007\times V^2\]
|
||||
\end{itemize}
|
||||
\begin{enumerate}
|
||||
\item Complète le tableau suivant en écrivant les calculs sur ton cahier.
|
||||
|
||||
\hspace{-0.7cm}
|
||||
\begin{tabular}{|m{3.5cm}|*{5}{p{1.3cm}|}}
|
||||
\hline
|
||||
Vitesse $V$ en km/h & 50 & 90 & 100 & 110 & 130 \\
|
||||
\hline
|
||||
Distance $D$ d'arrêt pour le conducteur lucide & & & & & \\
|
||||
\hline
|
||||
Distance $D$ d'arrêt pour le conducteur peu lucide & & & & & \\
|
||||
\hline
|
||||
\end{tabular}
|
||||
\item Un conducteur roule à 100 km/h. Un obstacle surgit à 100 m de lui. Pourra-t-il s’arrêter à temps ?
|
||||
\item Un conducteur lucide veut pouvoir s’arrêter en 10 mètres au maximum. Détermine la vitesse qu’il ne doit pas dépasser.
|
||||
\end{enumerate}
|
||||
\end{Exo}
|
||||
}
|
||||
|
||||
\pagestyle{empty}
|
||||
|
||||
\begin{document}
|
||||
|
||||
\maketitle
|
||||
|
||||
La distance d’arrêt pour un automobiliste est la distance qu'il parcourt entre le moment où il voit un obstacle et le moment où il s’arrête après avoir freiné.
|
||||
La distance d'arrêt, notée $D$, depend de la vitesse du conducteur $V$ et de son état:
|
||||
\begin{itemize}
|
||||
\item Pour un conducteur lucide:
|
||||
\[D = \frac{V}{6} + 0,007\; V^2\]
|
||||
\item Pour un conducteur peu lucide:
|
||||
\[D = \frac{V}{2} + 0,007\; V^2\]
|
||||
\end{itemize}
|
||||
\begin{enumerate}
|
||||
\item Complète le tableau suivant en écrivant les calculs sur ton cahier.
|
||||
|
||||
\hspace{-1cm}
|
||||
\begin{tabular}{|m{3.5cm}|*{5}{p{1.3cm}|}}
|
||||
\hline
|
||||
Vitesse $V$ en km/h & 50 & 90 & 100 & 110 & 130 \\
|
||||
\hline
|
||||
Distance $D$ d'arrêt pour le conducteur lucide & & & & & \\
|
||||
\hline
|
||||
Distance $D$ d'arrêt pour le conducteur peu lucide & & & & & \\
|
||||
\hline
|
||||
\end{tabular}
|
||||
\item Un conducteur roule à 100 km/h. Un obstacle surgit à 100 m de lui. Pourra-t-il s’arrêter à temps ?
|
||||
\item Un conducteur lucide veut pouvoir s’arrêter en 10 mètres au maximum. Détermine la vitesse qu’il ne doit pas dépasser.
|
||||
\end{enumerate}
|
||||
|
||||
\end{document}
|
||||
|
||||
%%% Local Variables:
|
||||
%%% mode: latex
|
||||
%%% TeX-master: "master"
|
||||
%%% End:
|
||||
|
Binary file not shown.
@ -0,0 +1,63 @@
|
||||
\documentclass[landscape, a5paper,12pt]{article}
|
||||
\usepackage{myXsim}
|
||||
|
||||
\title{Réceptions}
|
||||
\date{Janvier 2018}
|
||||
\tribe{Troisième}
|
||||
|
||||
\pagestyle{empty}
|
||||
|
||||
\begin{document}
|
||||
|
||||
%\maketitle
|
||||
|
||||
\noindent
|
||||
Lors d'une réception, le serveur doit choisir le verre le plus adapté pour servir 15cL ($=150cm^3$).
|
||||
|
||||
Pour cela il doit choisir parmi tous les verres à sa disposition:
|
||||
|
||||
\begin{multicols}{3}
|
||||
\includegraphics[scale=0.1]{./fig/V_pave} \textbf{Verres pavé}
|
||||
\begin{itemize}
|
||||
\item $a = 2cm$, $b = 2cm$ et $c = 5cm$
|
||||
\item $a = 3cm$, $b = 3cm$ et $c = 2cm$
|
||||
\end{itemize}
|
||||
|
||||
\includegraphics[scale=0.1]{./fig/V_cylindre} \textbf{Verres cylindre }
|
||||
\begin{itemize}
|
||||
\item $h = 3cm$ et $r = 2cm$
|
||||
\item $h = 1cm$ et $r = 4cm$
|
||||
\item $h = 12cm$ et $r = 1cm$
|
||||
\end{itemize}
|
||||
|
||||
\includegraphics[scale=0.1]{./fig/V_cone} \textbf{Verres cône}
|
||||
\begin{itemize}
|
||||
\item $h = 5cm$ et $r = 1cm$
|
||||
\item $h = 1cm$ et $r = 2cm$
|
||||
\item $h = 6cm$ et $r = 1cm$
|
||||
\end{itemize}
|
||||
\end{multicols}
|
||||
|
||||
Pour vous aider à choisir, voici les formules qui permettent de calculer le volume de ces verres:
|
||||
|
||||
|
||||
\begin{multicols}{3}
|
||||
\textbf{Verres pavé}\\
|
||||
\includegraphics[scale=0.4]{./fig/V_pave} $V = a\times b \times c
|
||||
|
||||
\textbf{Verres cylindre }\\
|
||||
\includegraphics[scale=0.4]{./fig/V_cylindre} $V = \pi \times r^3 \times h$
|
||||
|
||||
\textbf{Verres cône}\\
|
||||
\includegraphics[scale=0.4]{./fig/V_cone} $V = \dfrac{\pi \times r^3 \times h}{3}$
|
||||
\end{multicols}
|
||||
|
||||
|
||||
|
||||
\end{document}
|
||||
|
||||
%%% Local Variables:
|
||||
%%% mode: latex
|
||||
%%% TeX-master: "master"
|
||||
%%% End:
|
||||
|
BIN
3ePasserelles/Nombres_Calculs/Formules_litterales/fig/V_cone.pdf
Normal file
BIN
3ePasserelles/Nombres_Calculs/Formules_litterales/fig/V_cone.pdf
Normal file
Binary file not shown.
@ -0,0 +1,70 @@
|
||||
%PDF-1.5
|
||||
%µí®û
|
||||
4 0 obj
|
||||
<< /Length 5 0 R
|
||||
/Filter /FlateDecode
|
||||
>>
|
||||
stream
|
||||
xœ…UËnT1Ýç+òb'v’/@BbQXV,ÐE¡vQXðû;Ét:j+ÍÌñõãøØÉ¥˜ñ"|ð TEs—x<…ç<E280A6>ýѧ÷ñÝ׿ÿ%þ<>íC ø3܉9åø-Ôø1>Gr×ù‰Xâšj¥ÈœJñ)nC)©‹ÄÑ•kI4(jñgà‘š,"§Zúœ`¥=¤œzáFIvBûyìZÁЦ±"®hñÇ-óÏñ.ü£?Tè5’UÊê
.K«©“Æ¡IQ•zM”<4D>S@®:{ìµ·t<>rlÑ‚ïîÌ-÷ _£pKìiø¤‡ð›Ôé†Õ‰M”zAëDRRæ²y<C2B2>ò¶²y9”qÁË-µŽEñœ„Ø™<C398>^SË—ëp+ &õnt.úzüŸ´&_Ä,ÃqÊ©7L¶â¶0·œ˜ÆŠ²Í½H"kO:Ä*.CϾ^}øÌßCš%¶}ÚðˆERÆÄö”.rßp¥?ÎQ¸—ε¹ûLÎø8×_†Ín…_±÷¾nÈZg?¼˜T„¶¯7èZÃé—áqmâÛ JÒ,/C F)ç<>`^+¿¾ÇÁXÁ
|
||||
ž‰ªyKm†s-†ì²¤¡bˆXÙ<15>›j<E280BA>?ì2‚AíŽpªícÞ¾›«CM;ŸV”‡!;o@
ŠˆÝá…Ç-xÉ@™ž¨ñavEn\pØp”cÇDt,^PQÙVp'¸Æà¢v¢"“šÚœ²ÙreÛ‚—®*–
XL,šòØe"®Îô-¾ÏäŸ8L-<2D>–Ý]@¬î\Y§sîlÛf3r$>“F3Ò:´e»âCèìm»HͲ0åœJw<4A>ÈŽ1XÄà3Q\J h'nØ2IıjÍ@%»²í”eú@µ6æû…À“Y£aÁ#¶žXêùqóôŠ²@Yu6l¢5<C2A2>OñÊÃЦÔ1• <09>qçéûº#¼tÐa•ÃÙ†sFŒªM¨cø.£[pÃlÈn mjÐ*‡Õ¢|%Š¡Æ@%»"gw!×K™6î3?<3F>
|
||||
ºÃ¨2¦<EFBFBD>:E¬/`<60>Ê›y÷º~=f[…ëÁ?„»ðÀD ”
|
||||
endstream
|
||||
endobj
|
||||
5 0 obj
|
||||
816
|
||||
endobj
|
||||
3 0 obj
|
||||
<<
|
||||
/ExtGState <<
|
||||
/a0 << /CA 1 /ca 1 >>
|
||||
>>
|
||||
>>
|
||||
endobj
|
||||
2 0 obj
|
||||
<< /Type /Page % 1
|
||||
/Parent 1 0 R
|
||||
/MediaBox [ 0 0 125.94281 291.456085 ]
|
||||
/Contents 4 0 R
|
||||
/Group <<
|
||||
/Type /Group
|
||||
/S /Transparency
|
||||
/I true
|
||||
/CS /DeviceRGB
|
||||
>>
|
||||
/Resources 3 0 R
|
||||
>>
|
||||
endobj
|
||||
1 0 obj
|
||||
<< /Type /Pages
|
||||
/Kids [ 2 0 R ]
|
||||
/Count 1
|
||||
>>
|
||||
endobj
|
||||
6 0 obj
|
||||
<< /Producer (cairo 1.15.10 (http://cairographics.org))
|
||||
/CreationDate (D:20180108095120+03'00)
|
||||
>>
|
||||
endobj
|
||||
7 0 obj
|
||||
<< /Type /Catalog
|
||||
/Pages 1 0 R
|
||||
>>
|
||||
endobj
|
||||
xref
|
||||
0 8
|
||||
0000000000 65535 f
|
||||
0000001233 00000 n
|
||||
0000001002 00000 n
|
||||
0000000930 00000 n
|
||||
0000000015 00000 n
|
||||
0000000908 00000 n
|
||||
0000001298 00000 n
|
||||
0000001414 00000 n
|
||||
trailer
|
||||
<< /Size 8
|
||||
/Root 7 0 R
|
||||
/Info 6 0 R
|
||||
>>
|
||||
startxref
|
||||
1466
|
||||
%%EOF
|
BIN
3ePasserelles/Nombres_Calculs/Formules_litterales/fig/V_pave.pdf
Normal file
BIN
3ePasserelles/Nombres_Calculs/Formules_litterales/fig/V_pave.pdf
Normal file
Binary file not shown.
@ -0,0 +1,70 @@
|
||||
%PDF-1.5
|
||||
%µí®û
|
||||
4 0 obj
|
||||
<< /Length 5 0 R
|
||||
/Filter /FlateDecode
|
||||
>>
|
||||
stream
|
||||
xœuTKnAÜ÷)|<7C>gÚýqÛ'@BbXF,Ð EÉ"°àú”=3 äÁ<éÍ”»í.—ݪø]m6n£wm´=•çRséÓ{z÷µÒÝÏÒ¹ºŒÕé–>¡‡rû…*WúV}¤g’ôØÿ« Ï>鉤uÞH¹‹’LaóI£òèØ4œ§*-ç¡“6·X¯‚<C2AF>Á<1B>QÖd³ž~Ò]yÙLCC <43>SZzÇná%ÁÝFÁæKÅá‡;j8
|
||||
/e<>Jª\³VAŸé™kÅÓ<C385>ùU’Á§O'kì ûD§Á®#Ž(K_$u<>8 <è#yO<79>2äW
™!pPP üYç9ý$“ú?\3<>"ÚfžoUÀä0´ÞÙ=¦·üË3*i[ƒøع—*C¸µàÞЕ׀î#u?áF¨Ó‚Þ‡¡à#ëpúžðˆ½½de€ÓÙ·Ö_Âï0J•‡«'¯Ã÷
ï<>î¯S‰¤Û!Ù-!Z
û?õÊÒS‚ZYVJ¹¡n»|û<>øqG>¹×ÕT<C395>æY<>§r´ªŒDhu Ø4TÀ8¸–¨åbGÞÞ÷æÞѸš¾¬6¼ò5ò¸?„£w·†Q5¦+<2B>(1^îDÎÖ5âîØ&W¬>’áöu?py5@1ÀÓÿ
Ô¼V‰‡'M©(4E·
¬šð5§–¸†T}Š<>™ÒÄÞ¥TsÙ<73>Ë®¤'œ+Pd>¹Ùu_Å؉Šà:Å1uj–ùÔ½îËÛ~<>xà„–É —ß‚ÞöxþnžËÕ¸XÜrÿc\@'ò<çÀE[ævÌ<76>€+ÙŸs ,
|
||||
÷9pYšvÌ<76>ˆ=¹‚›òq°˜
|
||||
endstream
|
||||
endobj
|
||||
5 0 obj
|
||||
650
|
||||
endobj
|
||||
3 0 obj
|
||||
<<
|
||||
/ExtGState <<
|
||||
/a0 << /CA 1 /ca 1 >>
|
||||
>>
|
||||
>>
|
||||
endobj
|
||||
2 0 obj
|
||||
<< /Type /Page % 1
|
||||
/Parent 1 0 R
|
||||
/MediaBox [ 0 0 151.246643 252.243362 ]
|
||||
/Contents 4 0 R
|
||||
/Group <<
|
||||
/Type /Group
|
||||
/S /Transparency
|
||||
/I true
|
||||
/CS /DeviceRGB
|
||||
>>
|
||||
/Resources 3 0 R
|
||||
>>
|
||||
endobj
|
||||
1 0 obj
|
||||
<< /Type /Pages
|
||||
/Kids [ 2 0 R ]
|
||||
/Count 1
|
||||
>>
|
||||
endobj
|
||||
6 0 obj
|
||||
<< /Producer (cairo 1.15.10 (http://cairographics.org))
|
||||
/CreationDate (D:20180108095138+03'00)
|
||||
>>
|
||||
endobj
|
||||
7 0 obj
|
||||
<< /Type /Catalog
|
||||
/Pages 1 0 R
|
||||
>>
|
||||
endobj
|
||||
xref
|
||||
0 8
|
||||
0000000000 65535 f
|
||||
0000001068 00000 n
|
||||
0000000836 00000 n
|
||||
0000000764 00000 n
|
||||
0000000015 00000 n
|
||||
0000000742 00000 n
|
||||
0000001133 00000 n
|
||||
0000001249 00000 n
|
||||
trailer
|
||||
<< /Size 8
|
||||
/Root 7 0 R
|
||||
/Info 6 0 R
|
||||
>>
|
||||
startxref
|
||||
1301
|
||||
%%EOF
|
446
3ePasserelles/Nombres_Calculs/Formules_litterales/fig/verres.svg
Normal file
446
3ePasserelles/Nombres_Calculs/Formules_litterales/fig/verres.svg
Normal file
@ -0,0 +1,446 @@
|
||||
<?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="261.89899mm"
|
||||
height="130.04369mm"
|
||||
viewBox="0 0 261.89899 130.04369"
|
||||
version="1.1"
|
||||
id="svg8"
|
||||
inkscape:version="0.92.1 r"
|
||||
sodipodi:docname="verres.svg">
|
||||
<defs
|
||||
id="defs2" />
|
||||
<sodipodi:namedview
|
||||
id="base"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="0.71074356"
|
||||
inkscape:cx="589.55449"
|
||||
inkscape:cy="215.52981"
|
||||
inkscape:document-units="mm"
|
||||
inkscape:current-layer="layer1"
|
||||
showgrid="true"
|
||||
units="mm"
|
||||
inkscape:window-width="1366"
|
||||
inkscape:window-height="712"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="30"
|
||||
inkscape:window-maximized="1"
|
||||
fit-margin-top="0"
|
||||
fit-margin-left="0"
|
||||
fit-margin-right="0"
|
||||
fit-margin-bottom="0">
|
||||
<inkscape:grid
|
||||
type="axonomgrid"
|
||||
id="grid4788"
|
||||
units="mm"
|
||||
empspacing="5"
|
||||
originx="-20.256698"
|
||||
originy="-69.271048"
|
||||
enabled="false" />
|
||||
</sodipodi:namedview>
|
||||
<metadata
|
||||
id="metadata5">
|
||||
<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(-20.256697,-97.685277)">
|
||||
<g
|
||||
id="g4860"
|
||||
transform="translate(8.6357598e-7,-8.2583591)">
|
||||
<g
|
||||
transform="translate(3.2671737e-7,-28.999998)"
|
||||
id="g4735">
|
||||
<rect
|
||||
style="opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:1.05833328;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
||||
id="rect4487"
|
||||
width="25.980762"
|
||||
height="55.000004"
|
||||
x="25.980762"
|
||||
y="152"
|
||||
ry="0" />
|
||||
<path
|
||||
style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1.05833328;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
d="M 25.980762,152 43.301269,142 H 69.282031 L 51.961523,152 Z"
|
||||
id="path4489"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1.05833328;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
d="m 51.961523,152 17.320508,-10 v 55 l -17.320508,10"
|
||||
id="path4491"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1.05833328;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:1.05833327, 4.23333308;stroke-dashoffset:0;stroke-opacity:1"
|
||||
d="m 43.301269,142 v 55 l -17.320507,10 v -55 z"
|
||||
id="path4493"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1.05833328;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:1.05833327, 4.23333308;stroke-dashoffset:0;stroke-opacity:1"
|
||||
d="m 43.301269,142 v 55 h 25.980762 v -55 z"
|
||||
id="path4495"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1.05833328;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
d="m 47.631397,207.5 v 30"
|
||||
id="path4497"
|
||||
inkscape:connector-curvature="0"
|
||||
sodipodi:nodetypes="cc" />
|
||||
<ellipse
|
||||
style="opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:1.05833328;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
||||
id="path4499"
|
||||
cx="47.37019"
|
||||
cy="236.96294"
|
||||
rx="17.320509"
|
||||
ry="7.5" />
|
||||
</g>
|
||||
<text
|
||||
id="text4792"
|
||||
y="109.50001"
|
||||
x="56.291649"
|
||||
style="font-style:normal;font-weight:normal;font-size:6.3499999px;line-height:6.61458302px;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
||||
xml:space="preserve"><tspan
|
||||
style="font-size:6.3499999px;stroke-width:0.26458332px"
|
||||
y="109.50001"
|
||||
x="56.291649"
|
||||
id="tspan4790"
|
||||
sodipodi:role="line">a</tspan></text>
|
||||
<text
|
||||
id="text4796"
|
||||
y="114.50001"
|
||||
x="30.310888"
|
||||
style="font-style:normal;font-weight:normal;font-size:6.3499999px;line-height:6.61458302px;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
||||
xml:space="preserve"><tspan
|
||||
style="font-size:6.3499999px;stroke-width:0.26458332px"
|
||||
y="114.50001"
|
||||
x="30.310888"
|
||||
id="tspan4794"
|
||||
sodipodi:role="line">b</tspan></text>
|
||||
<text
|
||||
id="text4800"
|
||||
y="150.33769"
|
||||
x="19.90633"
|
||||
style="font-style:normal;font-weight:normal;font-size:6.3499999px;line-height:6.61458302px;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
||||
xml:space="preserve"><tspan
|
||||
style="font-size:6.3499999px;stroke-width:0.26458332px"
|
||||
y="150.33769"
|
||||
x="19.90633"
|
||||
id="tspan4798"
|
||||
sodipodi:role="line">c</tspan></text>
|
||||
</g>
|
||||
<path
|
||||
style="opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:1.09060311;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
||||
id="path4662"
|
||||
sodipodi:type="arc"
|
||||
sodipodi:cx="255.47751"
|
||||
sodipodi:cy="145.22493"
|
||||
sodipodi:rx="26.13221"
|
||||
sodipodi:ry="26.13221"
|
||||
sodipodi:start="4.8350581"
|
||||
sodipodi:end="4.5826905"
|
||||
sodipodi:open="true"
|
||||
d="m 258.67509,119.28909 a 26.13221,26.13221 0 0 1 22.88826,27.4918 26.13221,26.13221 0 0 1 -25.994,24.57609 26.13221,26.13221 0 0 1 -26.16611,-24.39276 26.13221,26.13221 0 0 1 22.69445,-27.65201" />
|
||||
<path
|
||||
style="opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:1.27000058;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
||||
id="path4499-7-5-6-27"
|
||||
sodipodi:type="arc"
|
||||
sodipodi:cx="255.31319"
|
||||
sodipodi:cy="148.00705"
|
||||
sodipodi:rx="25.824327"
|
||||
sodipodi:ry="8.8242769"
|
||||
sodipodi:start="0"
|
||||
sodipodi:end="3.1168985"
|
||||
sodipodi:open="true"
|
||||
d="m 281.13751,148.00705 a 25.824327,8.8242769 0 0 1 -25.50548,8.8236 25.824327,8.8242769 0 0 1 -26.1353,-8.60571" />
|
||||
<path
|
||||
style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1.05833328;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
d="m 255.47749,171.24164 v 30"
|
||||
id="path4497-5-9-0"
|
||||
inkscape:connector-curvature="0"
|
||||
sodipodi:nodetypes="cc" />
|
||||
<ellipse
|
||||
style="opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:1.05833328;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
||||
id="path4499-3-1-9"
|
||||
cx="255.21629"
|
||||
cy="199.70457"
|
||||
rx="17.320509"
|
||||
ry="7.5" />
|
||||
<path
|
||||
style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:0.70555556;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.70555556, 0.70555556;stroke-dashoffset:0;stroke-opacity:1"
|
||||
d="m 255.47751,146.24164 8.66026,10"
|
||||
id="path4824"
|
||||
inkscape:connector-curvature="0" />
|
||||
<text
|
||||
xml:space="preserve"
|
||||
style="font-style:normal;font-weight:normal;font-size:6.3499999px;line-height:6.61458302px;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
||||
x="259.80765"
|
||||
y="148.74164"
|
||||
id="text4828"><tspan
|
||||
sodipodi:role="line"
|
||||
id="tspan4826"
|
||||
x="259.80765"
|
||||
y="148.74164"
|
||||
style="font-size:6.3499999px;stroke-width:0.26458332px">r</tspan></text>
|
||||
<g
|
||||
id="g4889"
|
||||
transform="translate(1.2845509,-6.7583621)">
|
||||
<g
|
||||
transform="translate(-8.6602501,-29.999995)"
|
||||
id="g4720">
|
||||
<ellipse
|
||||
style="opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:1.05833328;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
||||
id="path4499-7-5"
|
||||
cx="190.72618"
|
||||
cy="149.5556"
|
||||
rx="21.520262"
|
||||
ry="7.35356" />
|
||||
<path
|
||||
style="opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:1.05833328;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
||||
id="path4499-7-5-6"
|
||||
sodipodi:type="arc"
|
||||
sodipodi:cx="190.38866"
|
||||
sodipodi:cy="199.31844"
|
||||
sodipodi:rx="21.520262"
|
||||
sodipodi:ry="7.35356"
|
||||
sodipodi:start="0"
|
||||
sodipodi:end="3.1168985"
|
||||
sodipodi:open="true"
|
||||
d="m 211.90892,199.31844 a 21.520262,7.35356 0 0 1 -21.25456,7.353 21.520262,7.35356 0 0 1 -21.7794,-7.17143" />
|
||||
<path
|
||||
style="opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:1.05833328;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:1.05833327, 3.17499981;stroke-dashoffset:0;stroke-opacity:1"
|
||||
id="path4499-7-5-6-2"
|
||||
sodipodi:type="arc"
|
||||
sodipodi:cx="190.38866"
|
||||
sodipodi:cy="-199.68158"
|
||||
sodipodi:rx="21.520262"
|
||||
sodipodi:ry="7.35356"
|
||||
sodipodi:start="0"
|
||||
sodipodi:end="3.1168985"
|
||||
sodipodi:open="true"
|
||||
d="m 211.90892,-199.68158 a 21.520262,7.35356 0 0 1 -21.25456,7.353 21.520262,7.35356 0 0 1 -21.7794,-7.17143"
|
||||
transform="scale(1,-1)" />
|
||||
<path
|
||||
style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1.05833328;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
d="m 168.87495,149.5 v 50"
|
||||
id="path4640"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1.05833328;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
d="m 212.17622,149.5 v 50"
|
||||
id="path4642"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1.05833328;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
d="m 190.52559,207 v 30"
|
||||
id="path4497-5-9"
|
||||
inkscape:connector-curvature="0"
|
||||
sodipodi:nodetypes="cc" />
|
||||
<ellipse
|
||||
style="opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:1.05833328;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
||||
id="path4499-3-1"
|
||||
cx="190.26439"
|
||||
cy="236.46294"
|
||||
rx="17.320509"
|
||||
ry="7.5" />
|
||||
</g>
|
||||
<path
|
||||
sodipodi:nodetypes="cc"
|
||||
inkscape:connector-curvature="0"
|
||||
id="path4802-6"
|
||||
d="m 181.86533,119.5 h 21.65064"
|
||||
style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:0.70555556;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.70555557, 0.70555557;stroke-dashoffset:0;stroke-opacity:1" />
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path4804-0"
|
||||
d="M 181.86533,120.00001 V 172"
|
||||
style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:0.70555556;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.70555557, 0.70555557;stroke-dashoffset:0;stroke-opacity:1" />
|
||||
<text
|
||||
id="text4832"
|
||||
y="123.83396"
|
||||
x="189.78677"
|
||||
style="font-style:normal;font-weight:normal;font-size:6.3499999px;line-height:6.61458302px;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
||||
xml:space="preserve"><tspan
|
||||
style="font-size:6.3499999px;stroke-width:0.26458332px"
|
||||
y="123.83396"
|
||||
x="189.78677"
|
||||
id="tspan4830"
|
||||
sodipodi:role="line">r</tspan></text>
|
||||
<text
|
||||
id="text4836"
|
||||
y="147.08582"
|
||||
x="185.45667"
|
||||
style="font-style:normal;font-weight:normal;font-size:6.3499999px;line-height:6.61458302px;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
||||
xml:space="preserve"><tspan
|
||||
style="font-size:6.3499999px;stroke-width:0.26458332px"
|
||||
y="147.08582"
|
||||
x="185.45667"
|
||||
id="tspan4834"
|
||||
sodipodi:role="line">h</tspan></text>
|
||||
</g>
|
||||
<g
|
||||
id="g4873"
|
||||
transform="translate(-1.4824857,-4.2583621)">
|
||||
<g
|
||||
transform="translate(-4.3301254,-27.499995)"
|
||||
id="g4726">
|
||||
<ellipse
|
||||
style="opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:1.05833328;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
||||
id="path4499-7"
|
||||
cx="121.07254"
|
||||
cy="149.53708"
|
||||
rx="21.520262"
|
||||
ry="7.35356" />
|
||||
<path
|
||||
style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1.05833328;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
d="M 99.592921,149.5 121.24355,202.00001 142.89419,149.5"
|
||||
id="path4564"
|
||||
inkscape:connector-curvature="0"
|
||||
sodipodi:nodetypes="ccc" />
|
||||
<path
|
||||
style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1.05833328;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
d="m 121.24356,202 v 30"
|
||||
id="path4497-5"
|
||||
inkscape:connector-curvature="0"
|
||||
sodipodi:nodetypes="cc" />
|
||||
<ellipse
|
||||
style="opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:1.05833328;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
||||
id="path4499-3"
|
||||
cx="120.98235"
|
||||
cy="231.46294"
|
||||
rx="17.320509"
|
||||
ry="7.5" />
|
||||
</g>
|
||||
<path
|
||||
sodipodi:nodetypes="cc"
|
||||
inkscape:connector-curvature="0"
|
||||
id="path4802"
|
||||
d="m 116.91343,122 h 21.65063"
|
||||
style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:0.70555556;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.70555556, 0.70555556;stroke-dashoffset:0;stroke-opacity:1" />
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path4804"
|
||||
d="M 116.91343,122.50001 V 174.5"
|
||||
style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:0.70555556;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.70555556, 0.70555556;stroke-dashoffset:0;stroke-opacity:1" />
|
||||
<text
|
||||
id="text4840"
|
||||
y="148.46455"
|
||||
x="120.50475"
|
||||
style="font-style:normal;font-weight:normal;font-size:6.3499999px;line-height:6.61458302px;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
||||
xml:space="preserve"><tspan
|
||||
style="font-size:6.3499999px;stroke-width:0.26458332px"
|
||||
y="148.46455"
|
||||
x="120.50475"
|
||||
id="tspan4838"
|
||||
sodipodi:role="line">h</tspan></text>
|
||||
<text
|
||||
id="text4844"
|
||||
y="127.07277"
|
||||
x="124.65017"
|
||||
style="font-style:normal;font-weight:normal;font-size:6.3499999px;line-height:6.61458302px;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
||||
xml:space="preserve"><tspan
|
||||
style="font-size:6.3499999px;stroke-width:0.26458332px"
|
||||
y="127.07277"
|
||||
x="124.65017"
|
||||
id="tspan4842"
|
||||
sodipodi:role="line">r</tspan></text>
|
||||
</g>
|
||||
<text
|
||||
xml:space="preserve"
|
||||
style="font-style:normal;font-weight:normal;font-size:7.76111126px;line-height:6.61458302px;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
||||
x="44.776257"
|
||||
y="219.5"
|
||||
id="text4903"><tspan
|
||||
sodipodi:role="line"
|
||||
id="tspan4901"
|
||||
x="46.011669"
|
||||
y="219.5"
|
||||
style="text-align:center;text-anchor:middle;stroke-width:0.26458332px">Verre </tspan><tspan
|
||||
sodipodi:role="line"
|
||||
x="44.776257"
|
||||
y="226.11458"
|
||||
style="text-align:center;text-anchor:middle;stroke-width:0.26458332px"
|
||||
id="tspan4905">pavé droit</tspan></text>
|
||||
<text
|
||||
xml:space="preserve"
|
||||
style="font-style:normal;font-weight:normal;font-size:7.76111126px;line-height:6.61458302px;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
||||
x="115.38306"
|
||||
y="219.5"
|
||||
id="text4909"><tspan
|
||||
sodipodi:role="line"
|
||||
id="tspan4907"
|
||||
x="116.61847"
|
||||
y="219.5"
|
||||
style="text-align:center;text-anchor:middle;stroke-width:0.26458332px">Verre </tspan><tspan
|
||||
sodipodi:role="line"
|
||||
x="115.38306"
|
||||
y="226.11458"
|
||||
style="text-align:center;text-anchor:middle;stroke-width:0.26458332px"
|
||||
id="tspan4917">conique</tspan></text>
|
||||
<text
|
||||
xml:space="preserve"
|
||||
style="font-style:normal;font-weight:normal;font-size:7.76111126px;line-height:6.61458302px;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
||||
x="183.17741"
|
||||
y="219.5"
|
||||
id="text4913"><tspan
|
||||
sodipodi:role="line"
|
||||
id="tspan4911"
|
||||
x="184.41283"
|
||||
y="219.5"
|
||||
style="text-align:center;text-anchor:middle;stroke-width:0.26458332px">Verre </tspan><tspan
|
||||
sodipodi:role="line"
|
||||
x="183.17741"
|
||||
y="226.11458"
|
||||
style="text-align:center;text-anchor:middle;stroke-width:0.26458332px"
|
||||
id="tspan4915">cylindrique</tspan></text>
|
||||
<text
|
||||
xml:space="preserve"
|
||||
style="font-style:normal;font-weight:normal;font-size:7.76111126px;line-height:6.61458302px;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
||||
x="255.47365"
|
||||
y="219.5"
|
||||
id="text4925"><tspan
|
||||
sodipodi:role="line"
|
||||
id="tspan4923"
|
||||
x="255.47365"
|
||||
y="219.5"
|
||||
style="text-align:center;text-anchor:middle;stroke-width:0.26458332px">Verre</tspan><tspan
|
||||
sodipodi:role="line"
|
||||
x="255.47365"
|
||||
y="226.11458"
|
||||
style="text-align:center;text-anchor:middle;stroke-width:0.26458332px"
|
||||
id="tspan4927">sphérique</tspan></text>
|
||||
<path
|
||||
style="opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:1.26999986;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:1.26999992, 3.80999977;stroke-dashoffset:0;stroke-opacity:1"
|
||||
id="path4499-7-5-6-27-3"
|
||||
sodipodi:type="arc"
|
||||
sodipodi:cx="255.31319"
|
||||
sodipodi:cy="-149.7179"
|
||||
sodipodi:rx="25.824327"
|
||||
sodipodi:ry="8.8242769"
|
||||
sodipodi:start="0"
|
||||
sodipodi:end="3.1168985"
|
||||
sodipodi:open="true"
|
||||
d="m 281.13751,-149.7179 a 25.824327,8.8242769 0 0 1 -25.50548,8.82361 25.824327,8.8242769 0 0 1 -26.1353,-8.60572"
|
||||
transform="scale(1,-1)" />
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 22 KiB |
29
3ePasserelles/Nombres_Calculs/Formules_litterales/index.rst
Normal file
29
3ePasserelles/Nombres_Calculs/Formules_litterales/index.rst
Normal file
@ -0,0 +1,29 @@
|
||||
Utilisation de formules avec les 3e passerelles pour l'année 2017-2018
|
||||
###########################################################################
|
||||
|
||||
:date: 2018-01-08
|
||||
:modified: 2018-01-08
|
||||
:tags: Calcul littéral, Volumes
|
||||
:category: 3e
|
||||
:authors: Bertrand Benjamin
|
||||
:summary: Évaluation des formules dans divers contextes avec les 3ePasserelles pour l'année 2017-2018.
|
||||
|
||||
|
||||
|
||||
Étape 1
|
||||
=======
|
||||
|
||||
Évaluation de formules pour calculer `distance d'arrêt <./E1_distance_arret.pdf>`_
|
||||
|
||||
Cette activité sera ensuite continuée en salle informatique. On reproduira le tableau sur le tableur et on commencera à voir le calcul avec les formules.
|
||||
|
||||
Étape 2
|
||||
=======
|
||||
|
||||
On dispose de plusieurs verres pour servir un cocktail avec plusieurs calculs de volumes, les élèves doivent trouver le verre le plus adapté.
|
||||
|
||||
`Choix d'un verre <./E2_volumes_verres.pdf>`_
|
||||
|
||||
Étape 3
|
||||
=======
|
||||
|
Loading…
Reference in New Issue
Block a user