Import work from year 2014-2015
This commit is contained in:
BIN
1S/DS/DS_1215/DS_1215.pdf
Normal file
BIN
1S/DS/DS_1215/DS_1215.pdf
Normal file
Binary file not shown.
241
1S/DS/DS_1215/DS_1215.tex
Normal file
241
1S/DS/DS_1215/DS_1215.tex
Normal file
@@ -0,0 +1,241 @@
|
||||
\documentclass[a4paper,10pt, table]{/media/documents/Cours/Prof/Enseignements/2014-2015/Archive/2014-2015/tools/style/classDS}
|
||||
\usepackage{/media/documents/Cours/Prof/Enseignements/2014-2015/Archive/2014-2015/2014_2015}
|
||||
\usepackage{tkz-tab}
|
||||
|
||||
% Title Page
|
||||
\titre{DS 4}
|
||||
% \seconde \premiereS \PSTMG \TSTMG
|
||||
\classe{\premiereS}
|
||||
\date{15 décembre 2014}
|
||||
\duree{1 heure}
|
||||
%\sujet{%{{infos.subj%}}}
|
||||
% DS DSCorr DM DMCorr Corr
|
||||
\typedoc{DS}
|
||||
|
||||
\printanswers
|
||||
|
||||
\begin{document}
|
||||
\maketitle
|
||||
|
||||
Le barème est donné à titre indicatif, il pourra être modifié.
|
||||
|
||||
\begin{questions}
|
||||
|
||||
|
||||
|
||||
\question[5]
|
||||
|
||||
\includegraphics[scale=0.35]{./fig/dessin}
|
||||
|
||||
$ABCD$ est un carré de centre $O$. Les points $E$, $F$, $G$ et $H$ sont les milieux respectifs des cotés $[AB]$, $[BC]$, $[CD]$, $[DA]$.
|
||||
\begin{parts}
|
||||
\part Citer deux vecteurs égaux à $\vec{AB}$.
|
||||
\begin{solution}
|
||||
Deux vecteurs égaux à $\vec{AB}$: $\vec{HF}$ et $\vec{DC}$.
|
||||
\end{solution}
|
||||
\part Donner un vecteur colinéaire à $\vec{EH}$ mais qui ne lui soit pas égal.
|
||||
\begin{solution}
|
||||
$\vec{BD}$ est un vecteur colinéaire à $\vec{EH}$ car il a la même direction mais pas la même norme.
|
||||
\end{solution}
|
||||
\part En laissant les traits de construction, placer le point $M$ tel que $\vec{AM} = \vec{BG} - \vec{EH} + 3\vec{GC}$.
|
||||
\part On suppose que l'origine du repère est $O$ et que $D$ a pour coordonnées $(1;1)$.
|
||||
\begin{subparts}
|
||||
\subpart Calculer les coordonnées de $\vec{ED}$
|
||||
\begin{solution}
|
||||
Coordonnée de $\vec{ED}$:
|
||||
\begin{eqnarray*}
|
||||
\vec{ED} & = & \vectCoord{x_D - x_E}{y_D - y_E} \\
|
||||
&=& \vectCoord{1 - (-1)}{1 - 0}\\
|
||||
&=& \vectCoord{2}{1}
|
||||
\end{eqnarray*}
|
||||
\end{solution}
|
||||
\subpart Calculer les coordonnées de $M$.
|
||||
\begin{solution}
|
||||
\begin{eqnarray*}
|
||||
\vec{BG} - \vec{EH} + 3\vec{GC} & = & \vectCoord{2}{1} - \vectCoord{1}{1} + 3\vectCoord{0}{-1} \\
|
||||
&=& \vectCoord{2 - 1 + 3\times 0}{1 - 1 + 3 \times (-1)} \\
|
||||
&=& \vectCoord{1}{-3}
|
||||
\end{eqnarray*}
|
||||
Donc quand on fait subir la transformation $\vec{BG} - \vec{EH} + 3\vec{GC}$ au point $A$, on obtient les coordonnées sur points $M$:
|
||||
\begin{eqnarray*}
|
||||
x_M & = & x_A + 1 = -1 + 1 = 0\\
|
||||
y_M & = & y_A - 3 = 1 - 3= -2\\
|
||||
\end{eqnarray*}
|
||||
Les coordonnées de $M$ sont alors $(0;-2)$.
|
||||
\end{solution}
|
||||
\end{subparts}
|
||||
\end{parts}
|
||||
|
||||
\question[4]
|
||||
Soit $f$ la fonction $f:x\mapsto - 4x^2 + 5x - 12$
|
||||
\begin{parts}
|
||||
\part En passant par la dérivée, tracer le tableau de variation de $f$.
|
||||
\begin{solution}
|
||||
Calcul de la dérivé de $f$
|
||||
\begin{eqnarray*}
|
||||
f'(x) & = & -4 \times 2\times x + 5 + 0 = -8x + 5
|
||||
\end{eqnarray*}
|
||||
On cherche les valeurs de $x$ tels que $f'$ soit positive
|
||||
\begin{eqnarray*}
|
||||
f'(x) > 0 & \equiv & -8x + 5 > 0 \\
|
||||
&\equiv& -8x > -5 \\
|
||||
&\equiv& x > \frac{5}{8}
|
||||
\end{eqnarray*}
|
||||
Car $-8$ est négatif donc on a changé le sens de l'inégalité.
|
||||
|
||||
Ici $a$ est négatif donc les branches sont orientées vers le bas.
|
||||
\begin{center}
|
||||
\begin{tikzpicture}
|
||||
\tkzTabInit[espcl=2]{$x$/1,$f'(x)$/1, $f(x)$/1}{$-\infty$, $\frac{5}{8}$, $+\infty$}
|
||||
\tkzTabLine{, + , z, -,}
|
||||
\tkzTabVar{-/{}, +/{$\frac{-167}{16}$}, -/{} }
|
||||
\end{tikzpicture}
|
||||
\end{center}
|
||||
|
||||
\begin{eqnarray*}
|
||||
f(\frac{5}{8}) & = & -4\times\left( \frac{5}{8} \right)^2 + 5\times \frac{5}{8} - 12 \\
|
||||
&=& \frac{-668}{64} = \frac{-167}{16}
|
||||
\end{eqnarray*}
|
||||
|
||||
|
||||
|
||||
\end{solution}
|
||||
\part Combien de solution l'équation $f(x) = 0$ a-t-elle?
|
||||
\begin{solution}
|
||||
D'après le tableau de variations de la question précédente, on remarque que la maximum de $f$ est un nombre négatif. Donc l'équation $f(x) = 0$ n'a pas de solutions.
|
||||
\end{solution}
|
||||
\end{parts}
|
||||
|
||||
\question[8]
|
||||
Un élève se rend à vélo au lycée distant de 3km de son domicile à une vitesse constante de 15km/h. Sur son parcours, il rencontre 6 feux tricolores non synchronisés. Pour chaque feu, la probabilité qu'il soit au vert est de $\dfrac{2}{3}$ et celle qu'il soit à l'orange ou au rouge est de $\dfrac{1}{3}$. Un feu rouge ou orange lui font perdre une minute et demi.
|
||||
|
||||
On appelle $X$ la variable aléatoire correspondant au nombre de feux verts rencontrés par l'élève sur son parcours.
|
||||
|
||||
On appelle $T$ la variable aléatoire donnant le temps en minutes mis par l'élève pour se rendre au lycée.
|
||||
|
||||
\begin{parts}
|
||||
\part
|
||||
\begin{subparts}
|
||||
\subpart Déterminer la loi de probabilité de $X$. Justifier.
|
||||
\begin{solution}
|
||||
$X$ suit une loi binomiale de paramètre 6 et $\frac{2}{3}$. En effet, chaque feu correspond à un épreuve de Bernouilli avec comme succès que le feu soit vert avec probabilité $\frac{2}{3}$. Chacune de ces expériences sont indépendantes (les feux ne sont pas synchronisés). Et on la répète 6 fois.
|
||||
\end{solution}
|
||||
\subpart Est-ce que $T$ suit une loi binomiale? Justifier.
|
||||
\begin{solution}
|
||||
$T$ ne suit pas une loi binomiale car elle mesure un temps et ne compte pas le nombre de succès ou d'échecs.
|
||||
\end{solution}
|
||||
\end{subparts}
|
||||
\part
|
||||
\begin{subparts}
|
||||
\subpart Calculer la probabilité qu'il rencontre exactement 4 feux verts.
|
||||
\begin{solution}
|
||||
Probabilité d'avoir exactement 4 feux verts:
|
||||
\begin{eqnarray*}
|
||||
P(X = 4) & = & \coefBino{6}{4} \times \left( \frac{2}{3} \right)^4 \times \left( \frac{1}{3} \right)^2 \\
|
||||
&\approx& 0.33
|
||||
\end{eqnarray*}
|
||||
La probabilité qu'il ai exactement 4 feux vert est de 0,33.
|
||||
|
||||
|
||||
\end{solution}
|
||||
\subpart Combien de temps mettra-t-il alors pour aller au lycée?
|
||||
\begin{solution}
|
||||
15km/h correspond à $15:60 = 0,25km/min$.
|
||||
|
||||
Si le parcourt se fait sans rencontrer de feu rouge (temps minimal de trajet pour parcourir les 3km)
|
||||
\begin{eqnarray*}
|
||||
\frac{3}{0,25} & = & 12 min
|
||||
\end{eqnarray*}
|
||||
|
||||
Donc s'il rencontre 4 feux vert soit 2 feux rouges ou oranges
|
||||
\begin{eqnarray*}
|
||||
12 + 2\times1,5 & = & 15min
|
||||
\end{eqnarray*}
|
||||
|
||||
Il mettra 15 minutes s'il rencontre 2 feux rouges ou oranges.
|
||||
\end{solution}
|
||||
\end{subparts}
|
||||
\part
|
||||
\begin{subparts}
|
||||
\subpart Calculer l'espérance de $X$. Interpréter le résultat.
|
||||
\begin{solution}
|
||||
Espérance de $X$: Comme $X$ suit une loi binomiale de paramètres 6 et $\frac{2}{3}$, on a
|
||||
\begin{eqnarray*}
|
||||
E[X] & = & 6\times \frac{2}{3} = 4
|
||||
\end{eqnarray*}
|
||||
En moyenne, il rencontrera 4 feux verts.
|
||||
\end{solution}
|
||||
\subpart Exprimer $T$ en fonction de $X$.
|
||||
\begin{solution}
|
||||
D'après la question 2.b, s'il ne rencontre pas de feux rouges ou orange il met 12 minutes. Chaque feu rouge rencontré lui fait perdre 1,5minutes de plus. Donc
|
||||
\begin{eqnarray*}
|
||||
T & = & 12 + (6-X)\times1,5\\
|
||||
T &=& 12 + 9 - 1,5X \\
|
||||
T &=& 21 - 1,5X
|
||||
\end{eqnarray*}
|
||||
\end{solution}
|
||||
\subpart Calculer l'espérance de $T$. Interpréter le résultat.
|
||||
\begin{solution}
|
||||
Espérance de $T$:
|
||||
\begin{eqnarray*}
|
||||
E[T] & = & 21 - 1,5\times E[X]\\
|
||||
E[T] & = & 21 - 1,5\times 4\\
|
||||
E[T] &=& 21 - 6 = 15
|
||||
\end{eqnarray*}
|
||||
Il mettra en moyenne 15 minutes pour aller au lycée.
|
||||
\end{solution}
|
||||
\end{subparts}
|
||||
\part L'élève part 17 minutes avant le début des cours. Quelle est la probabilité qu'il arrive à l'heure?
|
||||
\begin{solution}
|
||||
S'il y a que 2 feux verts, son parcours durera 18 minutes. S'il en a 3, son parcours durera 16,5min. Donc il sera en retard, dès que $X \leq 2$.
|
||||
\begin{eqnarray*}
|
||||
P(X\leq 2) & = & P(X = 0) + P(X = 1) + P(X = 2) \\
|
||||
&=& 0,1
|
||||
\end{eqnarray*}
|
||||
Il a environ une chance sur 10 d'arriver en retard.
|
||||
\end{solution}
|
||||
\end{parts}
|
||||
|
||||
\question[3]
|
||||
On suppose que $\coefBino{6}{2} = 15$. Vous répondrez aux questions suivantes sans utiliser la calculatrice.
|
||||
\begin{parts}
|
||||
\part Détailler le calcul de $\coefBino{6}{4}$ en rappelant la formule utilisée.
|
||||
\begin{solution}
|
||||
On utilise la formule: $\coefBino{n}{k} = \coefBino{n}{n-k}$. Donc
|
||||
\begin{eqnarray*}
|
||||
\coefBino{6}{4} & = & \coefBino{6}{6-4} = \coefBino{6}{2} = 15
|
||||
\end{eqnarray*}
|
||||
\end{solution}
|
||||
\part
|
||||
\begin{subparts}
|
||||
\subpart Combien vaut $\coefBino{6}{1}$.
|
||||
\begin{solution}
|
||||
D'après le cours
|
||||
\begin{eqnarray*}
|
||||
\coefBino{6}{1} & = & 6
|
||||
\end{eqnarray*}
|
||||
|
||||
\end{solution}
|
||||
|
||||
\subpart Détailler le calcul de $\coefBino{7}{2}$ en rappelant la formule utilisée.t
|
||||
\begin{solution}
|
||||
On utilise la formule de Pascale: $\coefBino{n+1}{k+1} = \coefBino{n}{k} + \coefBino{n}{k+1}$.
|
||||
|
||||
Donc en remplaçant $n$ par 6 et $k$ par 1 on obtient
|
||||
\begin{eqnarray*}
|
||||
\coefBino{7}{2} & = & \coefBino{6}{1} + \coefBino{6}{2} = 6 + 15 = 21
|
||||
\end{eqnarray*}
|
||||
|
||||
\end{solution}
|
||||
\end{subparts}
|
||||
|
||||
\end{parts}
|
||||
\end{questions}
|
||||
|
||||
\end{document}
|
||||
|
||||
%%% Local Variables:
|
||||
%%% mode: latex
|
||||
%%% TeX-master: "master"
|
||||
%%% End:
|
||||
|
||||
BIN
1S/DS/DS_1215/DS_1215_sujet.pdf
Normal file
BIN
1S/DS/DS_1215/DS_1215_sujet.pdf
Normal file
Binary file not shown.
BIN
1S/DS/DS_1215/fig/dessin.pdf
Normal file
BIN
1S/DS/DS_1215/fig/dessin.pdf
Normal file
Binary file not shown.
289
1S/DS/DS_1215/fig/dessin.svg
Normal file
289
1S/DS/DS_1215/fig/dessin.svg
Normal file
@@ -0,0 +1,289 @@
|
||||
<?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="843.19769"
|
||||
height="766.71582"
|
||||
id="svg2"
|
||||
version="1.1"
|
||||
inkscape:version="0.48.5 r10040"
|
||||
sodipodi:docname="Nouveau document 1">
|
||||
<defs
|
||||
id="defs4">
|
||||
<marker
|
||||
inkscape:stockid="Arrow1Send"
|
||||
orient="auto"
|
||||
refY="0"
|
||||
refX="0"
|
||||
id="Arrow1Send"
|
||||
style="overflow:visible">
|
||||
<path
|
||||
id="path3873"
|
||||
d="M 0,0 5,-5 -12.5,0 5,5 0,0 z"
|
||||
style="fill-rule:evenodd;stroke:#000000;stroke-width:1pt"
|
||||
transform="matrix(-0.2,0,0,-0.2,-1.2,0)"
|
||||
inkscape:connector-curvature="0" />
|
||||
</marker>
|
||||
<marker
|
||||
inkscape:stockid="Arrow1Mend"
|
||||
orient="auto"
|
||||
refY="0"
|
||||
refX="0"
|
||||
id="Arrow1Mend"
|
||||
style="overflow:visible">
|
||||
<path
|
||||
id="path3867"
|
||||
d="M 0,0 5,-5 -12.5,0 5,5 0,0 z"
|
||||
style="fill-rule:evenodd;stroke:#000000;stroke-width:1pt"
|
||||
transform="matrix(-0.4,0,0,-0.4,-4,0)"
|
||||
inkscape:connector-curvature="0" />
|
||||
</marker>
|
||||
<marker
|
||||
inkscape:stockid="Arrow2Lend"
|
||||
orient="auto"
|
||||
refY="0"
|
||||
refX="0"
|
||||
id="Arrow2Lend"
|
||||
style="overflow:visible">
|
||||
<path
|
||||
id="path3879"
|
||||
style="fill-rule:evenodd;stroke-width:0.625;stroke-linejoin:round"
|
||||
d="M 8.7185878,4.0337352 -2.2072895,0.01601326 8.7185884,-4.0017078 c -1.7454984,2.3720609 -1.7354408,5.6174519 -6e-7,8.035443 z"
|
||||
transform="matrix(-1.1,0,0,-1.1,-1.1,0)"
|
||||
inkscape:connector-curvature="0" />
|
||||
</marker>
|
||||
<inkscape:path-effect
|
||||
effect="construct_grid"
|
||||
id="path-effect3789"
|
||||
is_visible="true"
|
||||
nr_x="6"
|
||||
nr_y="6" />
|
||||
<filter
|
||||
inkscape:collect="always"
|
||||
id="filter3834"
|
||||
color-interpolation-filters="sRGB">
|
||||
<feGaussianBlur
|
||||
inkscape:collect="always"
|
||||
stdDeviation="14.466458"
|
||||
id="feGaussianBlur3836" />
|
||||
</filter>
|
||||
<filter
|
||||
inkscape:collect="always"
|
||||
id="filter3838"
|
||||
color-interpolation-filters="sRGB">
|
||||
<feGaussianBlur
|
||||
inkscape:collect="always"
|
||||
stdDeviation="14.466458"
|
||||
id="feGaussianBlur3840" />
|
||||
</filter>
|
||||
</defs>
|
||||
<sodipodi:namedview
|
||||
id="base"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="0.6908268"
|
||||
inkscape:cx="316.23143"
|
||||
inkscape:cy="405.36293"
|
||||
inkscape:document-units="px"
|
||||
inkscape:current-layer="layer1"
|
||||
showgrid="true"
|
||||
inkscape:window-width="1364"
|
||||
inkscape:window-height="748"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="274"
|
||||
inkscape:window-maximized="0"
|
||||
inkscape:snap-global="false"
|
||||
fit-margin-bottom="0"
|
||||
fit-margin-top="0"
|
||||
fit-margin-left="0"
|
||||
fit-margin-right="0">
|
||||
<inkscape:grid
|
||||
type="xygrid"
|
||||
id="grid3779"
|
||||
empspacing="100"
|
||||
visible="true"
|
||||
enabled="true"
|
||||
snapvisiblegridlinesonly="false"
|
||||
dotted="false"
|
||||
originx="-84.49925px"
|
||||
originy="-22.392652px" />
|
||||
</sodipodi:namedview>
|
||||
<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(-84.49925,-263.25365)">
|
||||
<rect
|
||||
style="opacity:0;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:5;stroke-linecap:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
|
||||
id="rect3824"
|
||||
width="400"
|
||||
height="240"
|
||||
x="180"
|
||||
y="724.09448"
|
||||
transform="translate(0,308.2677)" />
|
||||
<g
|
||||
id="g4760">
|
||||
<g
|
||||
id="g4672">
|
||||
<path
|
||||
style="fill:none;stroke:#000000;stroke-width:2.99523687;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:2.9952368, 8.98571037;stroke-dashoffset:0"
|
||||
d="m 201.90385,352.36219 0,600 m 99.68269,-600 0,600 m 99.68269,-600 0,600 m 99.68269,-600 0,600 m 99.68269,-600 0,600 m 99.68269,-600 0,600 m 99.68269,-600 0,600 m -598.09614,-600 598.09614,0 m -598.09614,100 598.09614,0 m -598.09614,100 598.09614,0 m -598.09614,100 598.09614,0 m -598.09614,100 598.09614,0 m -598.09614,100 598.09614,0 m -598.09614,100 598.09614,0"
|
||||
id="path3787"
|
||||
inkscape:connector-curvature="0"
|
||||
inkscape:path-effect="#path-effect3789"
|
||||
inkscape:original-d="m 201.90385,452.36219 0,-100 99.68269,0" />
|
||||
<path
|
||||
style="fill:none;stroke:#000000;stroke-width:6.94530296;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;marker-end:url(#Arrow1Send);filter:url(#filter3838)"
|
||||
d="m 500,995.25718 0,-685.08634"
|
||||
id="path3791"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
style="fill:none;stroke:#000000;stroke-width:6.94530296;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;marker-end:url(#Arrow1Send);filter:url(#filter3834)"
|
||||
d="m 119.22026,652.36218 761.55949,0"
|
||||
id="path3791-0"
|
||||
inkscape:connector-curvature="0" />
|
||||
<rect
|
||||
style="opacity:0;fill:none;stroke:#000000;stroke-width:5;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
|
||||
id="rect3822"
|
||||
width="200"
|
||||
height="200"
|
||||
x="420"
|
||||
y="572.36218" />
|
||||
<path
|
||||
style="fill:none;stroke:#000000;stroke-width:4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
|
||||
d="m 400,444.09448 0,-200 200,0 0,200 z"
|
||||
id="path3848"
|
||||
inkscape:connector-curvature="0"
|
||||
transform="translate(0,308.2677)" />
|
||||
</g>
|
||||
<g
|
||||
id="g4739">
|
||||
<g
|
||||
id="g4715">
|
||||
<text
|
||||
transform="translate(0,308.2677)"
|
||||
sodipodi:linespacing="125%"
|
||||
id="text4679"
|
||||
y="392.34207"
|
||||
x="519.66718"
|
||||
style="font-size:32px;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="392.34207"
|
||||
x="519.66718"
|
||||
id="tspan4681"
|
||||
sodipodi:role="line">O</tspan></text>
|
||||
<text
|
||||
sodipodi:linespacing="125%"
|
||||
id="text4683"
|
||||
y="540.36218"
|
||||
x="371"
|
||||
style="font-size:32px;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="540.36218"
|
||||
x="371"
|
||||
id="tspan4685"
|
||||
sodipodi:role="line">A</tspan></text>
|
||||
<text
|
||||
sodipodi:linespacing="125%"
|
||||
id="text4687"
|
||||
y="784.36218"
|
||||
x="370.11719"
|
||||
style="font-size:32px;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="784.36218"
|
||||
x="370.11719"
|
||||
id="tspan4689"
|
||||
sodipodi:role="line">B</tspan></text>
|
||||
<text
|
||||
sodipodi:linespacing="125%"
|
||||
id="text4691"
|
||||
y="784.37"
|
||||
x="610.86218"
|
||||
style="font-size:32px;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="784.37"
|
||||
x="610.86218"
|
||||
id="tspan4693"
|
||||
sodipodi:role="line">C</tspan></text>
|
||||
<text
|
||||
sodipodi:linespacing="125%"
|
||||
id="text4695"
|
||||
y="540.31531"
|
||||
x="609.50281"
|
||||
style="font-size:32px;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="540.31531"
|
||||
x="609.50281"
|
||||
id="tspan4697"
|
||||
sodipodi:role="line">D</tspan></text>
|
||||
<text
|
||||
sodipodi:linespacing="125%"
|
||||
id="text4699"
|
||||
y="637.36218"
|
||||
x="371.6875"
|
||||
style="font-size:32px;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="637.36218"
|
||||
x="371.6875"
|
||||
id="tspan4701"
|
||||
sodipodi:role="line">E</tspan></text>
|
||||
<text
|
||||
sodipodi:linespacing="125%"
|
||||
id="text4703"
|
||||
y="784.36218"
|
||||
x="467.55569"
|
||||
style="font-size:32px;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="784.36218"
|
||||
x="467.55569"
|
||||
id="tspan4705"
|
||||
sodipodi:role="line">F</tspan></text>
|
||||
<text
|
||||
sodipodi:linespacing="125%"
|
||||
id="text4707"
|
||||
y="637.37"
|
||||
x="610.15906"
|
||||
style="font-size:32px;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="637.37"
|
||||
x="610.15906"
|
||||
id="tspan4709"
|
||||
sodipodi:role="line">G</tspan></text>
|
||||
<text
|
||||
sodipodi:linespacing="125%"
|
||||
id="text4711"
|
||||
y="540.31531"
|
||||
x="509.75262"
|
||||
style="font-size:32px;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="540.31531"
|
||||
x="509.75262"
|
||||
id="tspan4713"
|
||||
sodipodi:role="line">H</tspan></text>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 12 KiB |
19
1S/DS/DS_1215/index.rst
Normal file
19
1S/DS/DS_1215/index.rst
Normal file
@@ -0,0 +1,19 @@
|
||||
Notes sur DS_1215
|
||||
#################
|
||||
|
||||
:date: 2015-07-01
|
||||
:modified: 2015-07-01
|
||||
:tags: DS, Vecteurs, Dérivation, Proba
|
||||
:category: 1S
|
||||
:authors: Benjamin Bertrand
|
||||
:summary: Pas de résumé, note créée automatiquement parce que je ne l'avais pas bien fait...
|
||||
|
||||
|
||||
|
||||
`Lien vers DS_1215.tex <DS_1215.tex>`_
|
||||
|
||||
`Lien vers DS_1215.pdf <DS_1215.pdf>`_
|
||||
|
||||
`Lien vers DS_1215_sujet.pdf <DS_1215_sujet.pdf>`_
|
||||
|
||||
`Lien vers fig/dessin.pdf <fig/dessin.pdf>`_
|
||||
Reference in New Issue
Block a user