Compare commits
3 Commits
64a7d83b97
...
3e01bb8101
Author | SHA1 | Date | |
---|---|---|---|
3e01bb8101 | |||
2614b92069 | |||
b47fae898f |
1
.gitignore
vendored
1
.gitignore
vendored
@ -14,6 +14,7 @@
|
||||
**/*.amc
|
||||
**/*.xsim
|
||||
**/*.tkzfonct.*
|
||||
**/*.pgf-plot.*
|
||||
|
||||
**/tmp/*
|
||||
|
||||
|
Binary file not shown.
@ -2,36 +2,39 @@
|
||||
\begin{exercise}[subtitle={Balistique}, step={1}, origin={Création}, topics={Dérivation}, tags={Dérivation, Physique, Tache complexe}]
|
||||
Le gouvernement est inquiet. Un état ennemie a tiré un projectile en sa direction. Sa trajectoire a été a été enregistrée et est représentée sur les 2 graphiques ci-dessous. Le premier représente la distance au sol de l'objet en fonction du temps et le deuxième sa hauteur en fonction du temps.
|
||||
|
||||
\includegraphics[scale=0.3]{./fig/balistique}
|
||||
% \begin{tikzpicture}[baseline=(current bounding box.south),
|
||||
% xscale=0.5, yscale=0.5]
|
||||
% \tkzInit[xmin=0,xmax=14,xstep=1,
|
||||
% ymin=0,ymax=4000,ystep=500]
|
||||
% \tkzGrid
|
||||
% \tkzDrawX[label={$t$},above=0pt]
|
||||
% \tkzDrawY[label={$Distance (m)$}, right=2pt ]
|
||||
% \tkzLabelX
|
||||
% \tkzLabelY
|
||||
% \tkzFct[domain=0:12.2,color=red,very thick,%
|
||||
% ]{294*\x};
|
||||
% \tkzFct[domain=12.2:14,color=red,very thick,%
|
||||
% ]{294*12.2};
|
||||
% \end{tikzpicture}
|
||||
% \begin{tikzpicture}[baseline=(current bounding box.south), xscale=0.5, yscale=0.35]
|
||||
% \tkzInit[xmin=0,xmax=14,xstep=1,
|
||||
% ymin=0,ymax=200,ystep=20]
|
||||
% \tkzGrid
|
||||
% \tkzDrawX[label={$t$},above=0pt]
|
||||
% \tkzDrawY[label={$Hauteur (m)$}, right=2pt ]
|
||||
% \tkzLabelX
|
||||
% \tkzLabelY
|
||||
% \tkzFct[color=red,very thick,%
|
||||
% domain=0:12.3
|
||||
% ]{-4.9*\x**2+60*\x};
|
||||
% \tkzFct[color=red,very thick,%
|
||||
% domain=12.3:14
|
||||
% ]{0};
|
||||
% \end{tikzpicture}
|
||||
|
||||
|
||||
%\includegraphics[scale=0.3]{./fig/balistique}
|
||||
\begin{tikzpicture}[baseline=(current bounding box.south),
|
||||
xscale=0.5, yscale=0.5]
|
||||
\tkzInit[xmin=0,xmax=14,xstep=1,
|
||||
ymin=0,ymax=4000,ystep=500]
|
||||
\tkzGrid
|
||||
\tkzDrawX[label={$t$},above=0pt]
|
||||
\tkzDrawY[label={$Distance (m)$}, right=2pt ]
|
||||
\tkzLabelX
|
||||
\tkzLabelY
|
||||
\tkzFct[domain=0:12.2,color=red,very thick,%
|
||||
]{294*\x};
|
||||
\tkzFct[domain=12.2:14,color=red,very thick,%
|
||||
]{294*12.2};
|
||||
\end{tikzpicture}
|
||||
\hfill
|
||||
\begin{tikzpicture}[baseline=(current bounding box.south), xscale=0.5, yscale=0.4]
|
||||
\tkzInit[xmin=0,xmax=14,xstep=1,
|
||||
ymin=0,ymax=200,ystep=20]
|
||||
\tkzGrid
|
||||
\tkzDrawX[label={$t$},above=0pt]
|
||||
\tkzDrawY[label={$Hauteur (m)$}, right=2pt ]
|
||||
\tkzLabelX
|
||||
\tkzLabelY
|
||||
\tkzFct[color=red,very thick,%
|
||||
domain=0:12.3
|
||||
]{-4.9*\x**2+60*\x};
|
||||
\tkzFct[color=red,very thick,%
|
||||
domain=12.3:14
|
||||
]{0};
|
||||
\end{tikzpicture}
|
||||
|
||||
|
||||
\begin{enumerate}
|
||||
|
Binary file not shown.
Before Width: | Height: | Size: 106 KiB |
@ -3,6 +3,7 @@
|
||||
% extensions
|
||||
\RequirePackage[utf8x]{inputenc}
|
||||
\RequirePackage[french]{babel}
|
||||
\usepackage[babel=true,kerning=true]{microtype}
|
||||
\RequirePackage[T1]{fontenc}
|
||||
\RequirePackage{amssymb}
|
||||
\RequirePackage{amsmath}
|
||||
|
Loading…
Reference in New Issue
Block a user