http://s1.directupload.net/images/130408/j7pnoe8m.jpg
Hier ein Minimalbeispiel:
\documentclass[11pt,fleqn]{scrartcl}
\usepackage{tikz}
\begin{document}
\begin{tikzpicture}
\draw[->,line width=1pt] (0:0) -- (30:4) node[midway,above]{$\vec F$};
\draw[-,line width=1pt,dashed] (0:0) -- (30:6) node[above]{\hspace*{15mm}Richtung};
\path[draw, line width=0.5pt] (3.4,2) circle (1.5ex) node[above]{Richtungssinn};
\end{tikzpicture}
\end{document}

