% Autor: X. Rendtel 
% Letzte Aenderung: 23.11.2008
 
\documentclass[10pt, a4paper]{article}
\usepackage[utf8x]{inputenc}
\usepackage[tight]{units}
\usepackage{euler,calc,pstricks,rotating}
\usepackage{pst-pdf,pst-node,xcolor}
\usepackage{graphicx,multido}
\usepackage{pst-circ,pst-func,pst-math}
\usepackage{pst-eucl,fancyhdr,pstricks-add}
\pagestyle{fancyplain}
\usepackage[greek,german]{babel}
\usepackage[LGR,T1]{fontenc}
\usepackage{mathpazo,avant,courier}
 
\newcommand{\EUR}{\textgreek{\euro}}
\input{include}
\pagestyle{empty}
\begin{document}
  
\psset{
                dotstyle   = *,
                dotsize    = 3pt,
                linewidth  = 0.8pt,
                arrowsize  = 3pt 2,
                arrowinset = 0.25,
                xunit      = 6cm,
                yunit      = 5cm,
                algebraic  = true} 
\begin{pspicture}(-0.166667,-1.2)(2.45,1.2)
 
   \psxpoint[black]{0.5}{$\frac{1}{4}T$}
 
   \psxpoint[black]{1}{$\frac{1}{2}T$}
 
   \psxpoint[black]{1.59}{$\frac{3}{4}T$}
 
   \psxpoint[black]{2}{$T$}
 
 \psaxes [
    comma,
    ticks     = none,
    labels     = none,
    Dx        = 1,
    Dy        = 0.2,
    dx        = 0pt,
    dy        = 0pt,
    Ox        = 0,
    Oy        = 0
     ]  
 {->}(0,0)(0,-1)(2.25,1) 
  
\uput{0}[-90]{0}(2.28333,-0.04){\color{black}{$t$}}
 
\uput{0}[0]{0}(0.0333333,1){\color{black}{$y$, $v$, $a$}}
 
\uput{0}[l]{0}(0.5,0.122){\color{black}{Elongation $y(t)$}}
 
\uput{0}[l]{0}(0.1,0.4){\color{blue}{Geschwindigkeit $v(t)$}}
 
\uput{0}[l]{0}(0.75,-0.765){\color{red}{Beschleunigung $a(t)$}}
 
\psplot[
       plotpoints = 1000,
       linecolor  = black,
       linewidth  = 1pt,
       linestyle  = solid
       ]
    {0.0000}{2.0000}{0.10*sin(3.14*x)}
 
\psplot[
       plotpoints = 1000,
       linecolor  = blue,
       linewidth  = 1pt,
       linestyle  = solid
       ]
    {0.0000}{2.0000}{0.10*3.14*cos(3.14*x)}
 
\psplot[
       plotpoints = 1000,
       linecolor  = red,
       linewidth  = 1pt,
       linestyle  = solid
       ]
    {0.0000}{2.0000}{-(3.14*3.14)*0.10*sin(3.14*x)}
 
\end{pspicture} 
\end{document} 
