Guest User

Untitled

a guest
Dec 15th, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.66 KB | None | 0 0
  1. begin{tikzpicture}
  2. draw[->] (-2.4,0)--(5,0) node[below] {$ x $}; %coordinate
  3. draw[->] (0,0)--(0,6) node[left] {$ y $};
  4.  
  5. draw[->,thick] (0,0)--(1,0) node[near start,below] {$ O $} node[below] {$ i $}; %unit coordinate
  6. draw[->,thick] (0,0)--(0,1) node[left] {$ j $};
  7.  
  8. draw [dashed,xshift=-2cm,rotate=32] (0,0)--(4.2,0); %line
  9. draw [xshift=-2cm,rotate=32] (4.2,0)--(7.2,0);
  10. draw[->] (-0.8cm,0) arc (0:32:1.2cm) node[left=1.2pt,below=2.1pt] {$ Theta $}; %arc 1
  11.  
  12. filldraw[fill=black,xshift=-2cm,rotate=32] (4.2,0) circle (0.1cm); % M1
  13. draw[->,xshift=-2cm,rotate=32] (4.2,0)--(4.2,1.1);
  14. draw[->,xshift=-2cm,rotate=32] (4.2,0)--(4.2,-1.45) node[name=v1,right=1pt,below=1pt] {$v_1$};
  15.  
  16. %rectangle (5.7)
  17. draw [xshift=-2cm,rotate=32] (5.6,-0.2) rectangle (5.8,0.2);
  18. draw[->,xshift=-2cm,rotate=32] (6.0cm,0) arc (0:180:0.3cm) node[left=3pt,above=10pt] {$N_z$}; %arc 2
  19. draw[->,xshift=-2cm,rotate=32] (5.7,0)--(5.7,-1.4) node[right=1pt,below=1pt] {$v$}; %v
  20.  
  21. filldraw[fill=black,xshift=-2cm,rotate=32] (7.2,0) circle (0.1cm); % M2
  22. draw[->,xshift=-2cm,rotate=32] (7.2,0)--(7.2,1);
  23. draw[->,xshift=-2cm,rotate=32] (7.2,0)--(7.2,-1.3) node[name =v2,right=1pt,below=1pt] {$v_2$};
  24.  
  25. draw[->,xshift=-2cm,rotate=32] (5.7,0)--(5.7,0) node[name =c1] {$ $};
  26. draw[->,xshift=-2cm,rotate=32,rotate around={-32:(c1)}] (5.7,0)--(6.7,0) node[below] {$ F_xi $};
  27. draw[->,xshift=-2cm,rotate=32,rotate around={-32:(c1)}] (5.7,0)--(5.7,2) node[left] {$ F_xj $};
  28. draw [dashed,xshift=-2cm,rotate=32] (4.2,-1.45)--(7.2,-1.3);
  29. end{tikzpicture}
Add Comment
Please, Sign In to add comment