Compare commits
No commits in common. "3e01bb8101603f6961d88df5b61f87d8d3c5e0d1" and "64a7d83b97541519a5e2e028c6e5316e32661ea5" have entirely different histories.
3e01bb8101
...
64a7d83b97
1
.gitignore
vendored
1
.gitignore
vendored
@ -14,7 +14,6 @@
|
|||||||
**/*.amc
|
**/*.amc
|
||||||
**/*.xsim
|
**/*.xsim
|
||||||
**/*.tkzfonct.*
|
**/*.tkzfonct.*
|
||||||
**/*.pgf-plot.*
|
|
||||||
|
|
||||||
**/tmp/*
|
**/tmp/*
|
||||||
|
|
||||||
|
Binary file not shown.
@ -2,39 +2,36 @@
|
|||||||
\begin{exercise}[subtitle={Balistique}, step={1}, origin={Création}, topics={Dérivation}, tags={Dérivation, Physique, Tache complexe}]
|
\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.
|
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),
|
||||||
%\includegraphics[scale=0.3]{./fig/balistique}
|
% xscale=0.5, yscale=0.5]
|
||||||
\begin{tikzpicture}[baseline=(current bounding box.south),
|
% \tkzInit[xmin=0,xmax=14,xstep=1,
|
||||||
xscale=0.5, yscale=0.5]
|
% ymin=0,ymax=4000,ystep=500]
|
||||||
\tkzInit[xmin=0,xmax=14,xstep=1,
|
% \tkzGrid
|
||||||
ymin=0,ymax=4000,ystep=500]
|
% \tkzDrawX[label={$t$},above=0pt]
|
||||||
\tkzGrid
|
% \tkzDrawY[label={$Distance (m)$}, right=2pt ]
|
||||||
\tkzDrawX[label={$t$},above=0pt]
|
% \tkzLabelX
|
||||||
\tkzDrawY[label={$Distance (m)$}, right=2pt ]
|
% \tkzLabelY
|
||||||
\tkzLabelX
|
% \tkzFct[domain=0:12.2,color=red,very thick,%
|
||||||
\tkzLabelY
|
% ]{294*\x};
|
||||||
\tkzFct[domain=0:12.2,color=red,very thick,%
|
% \tkzFct[domain=12.2:14,color=red,very thick,%
|
||||||
]{294*\x};
|
% ]{294*12.2};
|
||||||
\tkzFct[domain=12.2:14,color=red,very thick,%
|
% \end{tikzpicture}
|
||||||
]{294*12.2};
|
% \begin{tikzpicture}[baseline=(current bounding box.south), xscale=0.5, yscale=0.35]
|
||||||
\end{tikzpicture}
|
% \tkzInit[xmin=0,xmax=14,xstep=1,
|
||||||
\hfill
|
% ymin=0,ymax=200,ystep=20]
|
||||||
\begin{tikzpicture}[baseline=(current bounding box.south), xscale=0.5, yscale=0.4]
|
% \tkzGrid
|
||||||
\tkzInit[xmin=0,xmax=14,xstep=1,
|
% \tkzDrawX[label={$t$},above=0pt]
|
||||||
ymin=0,ymax=200,ystep=20]
|
% \tkzDrawY[label={$Hauteur (m)$}, right=2pt ]
|
||||||
\tkzGrid
|
% \tkzLabelX
|
||||||
\tkzDrawX[label={$t$},above=0pt]
|
% \tkzLabelY
|
||||||
\tkzDrawY[label={$Hauteur (m)$}, right=2pt ]
|
% \tkzFct[color=red,very thick,%
|
||||||
\tkzLabelX
|
% domain=0:12.3
|
||||||
\tkzLabelY
|
% ]{-4.9*\x**2+60*\x};
|
||||||
\tkzFct[color=red,very thick,%
|
% \tkzFct[color=red,very thick,%
|
||||||
domain=0:12.3
|
% domain=12.3:14
|
||||||
]{-4.9*\x**2+60*\x};
|
% ]{0};
|
||||||
\tkzFct[color=red,very thick,%
|
% \end{tikzpicture}
|
||||||
domain=12.3:14
|
|
||||||
]{0};
|
|
||||||
\end{tikzpicture}
|
|
||||||
|
|
||||||
|
|
||||||
\begin{enumerate}
|
\begin{enumerate}
|
||||||
|
BIN
TST_sti2d/01_Derivation/fig/balistique.png
Normal file
BIN
TST_sti2d/01_Derivation/fig/balistique.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 106 KiB |
@ -3,7 +3,6 @@
|
|||||||
% extensions
|
% extensions
|
||||||
\RequirePackage[utf8x]{inputenc}
|
\RequirePackage[utf8x]{inputenc}
|
||||||
\RequirePackage[french]{babel}
|
\RequirePackage[french]{babel}
|
||||||
\usepackage[babel=true,kerning=true]{microtype}
|
|
||||||
\RequirePackage[T1]{fontenc}
|
\RequirePackage[T1]{fontenc}
|
||||||
\RequirePackage{amssymb}
|
\RequirePackage{amssymb}
|
||||||
\RequirePackage{amsmath}
|
\RequirePackage{amsmath}
|
||||||
|
Loading…
Reference in New Issue
Block a user