File:Pstricks exo chute libre parabolique.png
Summary
| Description |
English: Exercise for the PSTricks wikibook in french: free parabolic fall
Français : Exercice pour le wikilivre francophone sur PSTricks : chute libre parabolique |
| Date | |
| Source | Own work |
| Author | Cdang |
| Permission (Reusing this file) |
GFDL |
Code source
- Fichier
exercice.tex
\documentclass{article}
\usepackage[T1]{fontenc}
\usepackage[latin1]{inputenc}
\usepackage{lmodern}
\usepackage{pstricks}
\usepackage[frenchb]{babel}
\begin{document}
Comme l'accélération est constante,
la trajectoire a la forme d'une parabole
(cf. figure~\ref{parabolechute}).
\begin{figure}[h]
\centering
\input{image1}
\caption{\label{parabolechute}Chute libre parabolique}
\end{figure}
\end{document}
- Fichier
image1.tex
\newcommand{\imagevecteurx}{\psline{->}(0,0)(0.4,0)}
\newcommand{\imagevecteury}{\psline{->}(0,0)(0,1)}
\begin{pspicture}(0,0)(5,5)
\parabola[linecolor=gray](0,1)(2,4)
\rput(0,1){\imagevecteury}
\uput{.1}[90](0,2){$\vec{v_y}$}
\rput(0,1){\imagevecteurx}
\uput{.1}[0](0.4,1){$\vec{v_x}$}
\rput(2,4){\imagevecteurx}
\uput{.1}[0](2.4,4){$\vec{v_x}$}
\uput{0.2}[90](2,4){sommet}
\rput{180}(4,1){\imagevecteury}
\uput{.1}[45](4,0){$\vec{v_y}$}
\rput(4,1){\imagevecteurx}
\uput{.1}[0](4.4,1){$\vec{v_x}$}
\psline{->}(2,2.5)(2,1.5)
\uput{.1}[0](2,2){$\vec{g}$}
\end{pspicture}
Licensing
I, the copyright holder of this work, hereby publish it under the following license:
| Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the section entitled GNU Free Documentation License. |
| This file is licensed under the Creative Commons Attribution-Share Alike 3.0 Unported license. | ||
| ||
| This licensing tag was added to this file as part of the GFDL licensing update. |