I want to make a picture in physics by tikz, but not. Can you help me? The Next CEO of Stack Overflow

Is "for causing autism in X" grammatical?

Why didn't Khan get resurrected in the Genesis Explosion?

If the heap is initialized for security, then why is the stack uninitialized?

Why am I allowed to create multiple unique pointers from a single object?

If Nick Fury and Coulson already knew about aliens (Kree and Skrull) why did they wait until Thor's appearance to start making weapons?

Would this house-rule that treats advantage as a +1 to the roll instead (and disadvantage as -1) and allows them to stack be balanced?

How did the Bene Gesserit know how to make a Kwisatz Haderach?

Do I need to enable Dev Hub in my PROD Org?

What flight has the highest ratio of time difference to flight time?

Example of a Mathematician/Physicist whose Other Publications during their PhD eclipsed their PhD Thesis

Sending manuscript to multiple publishers

How to avoid supervisors with prejudiced views?

If/When UK leaves the EU, can a future goverment conduct a referendum to join the EU?

Unreliable Magic - Is it worth it?

Written every which way

How do I transpose the 1st and -1th levels of an arbitrarily nested array?

Indicator light circuit

Would a completely good Muggle be able to use a wand?

Should I tutor a student who I know has cheated on their homework?

If a black hole is created from light, can this black hole then move at speed of light?

How to start emacs in "nothing" mode (`fundamental-mode`)

What's the best way to handle refactoring a big file?

Multiple labels for a single equation

What was the first Unix version to run on a microcomputer?



I want to make a picture in physics by tikz, but not. Can you help me?



The Next CEO of Stack Overflow










0















enter image description here



A example:
documentclass[tikz]standalone
usetikzlibrarypositioning
begindocument
begintikzpicture[
force/.style=>=latex,draw=blue,fill=blue,
axis/.style=densely dashed,gray,font=small,
M/.style=rectangle,draw,fill=lightgray,minimum size=0.5cm,thin,
m/.style=rectangle,draw=black,fill=gray,minimum size=0.3cm,thin,
plane/.style=draw=black,fill=blue!10,
string/.style=draw=red, thick,
pulley/.style=draw, thick, circle,
]
%mainshape



filldraw[blue!30!white, draw=black] (0,0) coordinate (b) rectangle (3,1) coordinate (c);


% draw[pulley] (3.1,1.2) circle (0.25cm);
node (pulley) [pulley, minimum width=.5cm, anchor=south west] at (c) ;
filldraw[gray!40!white, draw=black] (1.5,1.05) rectangle (2,1.55);
draw[red,thick] (2,1.2)--(pulley.west);
filldraw[gray, draw=black] (3.10, 0.1) rectangle (3.6, 0.6) coordinate (a);
draw[red,thick] (a -| pulley.south)--(pulley.south);



%FBD1

beginscope;
node[M, right=50pt of a](M);
[axis,->]
draw (0,-1) -- (0,2) node[right] $+y$;
draw (M) -- ++(2,0) node[right] $+x$;
[force,->]
% Assuming that Mg = 1. The normal force will therefore be cos(alpha)
draw (M.center) -- ++(0,1) node[above right] $F_N$;
draw (M.west) -- ++(-1,0) node[left] $F_f$;
draw (M.east) -- ++(1,0) node[above] $T$;
draw[force,->] (M.center)-- ++(0,-1) node[below] $Mg$;
endscope;

%FBD2
node[m, left=25pt of b] (m) ;
draw[axis,->] (m) -- ++(0,-2) node[left] $+$;
[force,->]
draw (m.north) -- ++(0,1) node[above] $T'$;
draw (m.south) -- ++(0,-1) node[right] $mg$;
;


endtikzpicture
enddocument









share







New contributor




Hiếu Trần is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
























    0















    enter image description here



    A example:
    documentclass[tikz]standalone
    usetikzlibrarypositioning
    begindocument
    begintikzpicture[
    force/.style=>=latex,draw=blue,fill=blue,
    axis/.style=densely dashed,gray,font=small,
    M/.style=rectangle,draw,fill=lightgray,minimum size=0.5cm,thin,
    m/.style=rectangle,draw=black,fill=gray,minimum size=0.3cm,thin,
    plane/.style=draw=black,fill=blue!10,
    string/.style=draw=red, thick,
    pulley/.style=draw, thick, circle,
    ]
    %mainshape



    filldraw[blue!30!white, draw=black] (0,0) coordinate (b) rectangle (3,1) coordinate (c);


    % draw[pulley] (3.1,1.2) circle (0.25cm);
    node (pulley) [pulley, minimum width=.5cm, anchor=south west] at (c) ;
    filldraw[gray!40!white, draw=black] (1.5,1.05) rectangle (2,1.55);
    draw[red,thick] (2,1.2)--(pulley.west);
    filldraw[gray, draw=black] (3.10, 0.1) rectangle (3.6, 0.6) coordinate (a);
    draw[red,thick] (a -| pulley.south)--(pulley.south);



    %FBD1

    beginscope;
    node[M, right=50pt of a](M);
    [axis,->]
    draw (0,-1) -- (0,2) node[right] $+y$;
    draw (M) -- ++(2,0) node[right] $+x$;
    [force,->]
    % Assuming that Mg = 1. The normal force will therefore be cos(alpha)
    draw (M.center) -- ++(0,1) node[above right] $F_N$;
    draw (M.west) -- ++(-1,0) node[left] $F_f$;
    draw (M.east) -- ++(1,0) node[above] $T$;
    draw[force,->] (M.center)-- ++(0,-1) node[below] $Mg$;
    endscope;

    %FBD2
    node[m, left=25pt of b] (m) ;
    draw[axis,->] (m) -- ++(0,-2) node[left] $+$;
    [force,->]
    draw (m.north) -- ++(0,1) node[above] $T'$;
    draw (m.south) -- ++(0,-1) node[right] $mg$;
    ;


    endtikzpicture
    enddocument









    share







    New contributor




    Hiếu Trần is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
    Check out our Code of Conduct.






















      0












      0








      0








      enter image description here



      A example:
      documentclass[tikz]standalone
      usetikzlibrarypositioning
      begindocument
      begintikzpicture[
      force/.style=>=latex,draw=blue,fill=blue,
      axis/.style=densely dashed,gray,font=small,
      M/.style=rectangle,draw,fill=lightgray,minimum size=0.5cm,thin,
      m/.style=rectangle,draw=black,fill=gray,minimum size=0.3cm,thin,
      plane/.style=draw=black,fill=blue!10,
      string/.style=draw=red, thick,
      pulley/.style=draw, thick, circle,
      ]
      %mainshape



      filldraw[blue!30!white, draw=black] (0,0) coordinate (b) rectangle (3,1) coordinate (c);


      % draw[pulley] (3.1,1.2) circle (0.25cm);
      node (pulley) [pulley, minimum width=.5cm, anchor=south west] at (c) ;
      filldraw[gray!40!white, draw=black] (1.5,1.05) rectangle (2,1.55);
      draw[red,thick] (2,1.2)--(pulley.west);
      filldraw[gray, draw=black] (3.10, 0.1) rectangle (3.6, 0.6) coordinate (a);
      draw[red,thick] (a -| pulley.south)--(pulley.south);



      %FBD1

      beginscope;
      node[M, right=50pt of a](M);
      [axis,->]
      draw (0,-1) -- (0,2) node[right] $+y$;
      draw (M) -- ++(2,0) node[right] $+x$;
      [force,->]
      % Assuming that Mg = 1. The normal force will therefore be cos(alpha)
      draw (M.center) -- ++(0,1) node[above right] $F_N$;
      draw (M.west) -- ++(-1,0) node[left] $F_f$;
      draw (M.east) -- ++(1,0) node[above] $T$;
      draw[force,->] (M.center)-- ++(0,-1) node[below] $Mg$;
      endscope;

      %FBD2
      node[m, left=25pt of b] (m) ;
      draw[axis,->] (m) -- ++(0,-2) node[left] $+$;
      [force,->]
      draw (m.north) -- ++(0,1) node[above] $T'$;
      draw (m.south) -- ++(0,-1) node[right] $mg$;
      ;


      endtikzpicture
      enddocument









      share







      New contributor




      Hiếu Trần is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.












      enter image description here



      A example:
      documentclass[tikz]standalone
      usetikzlibrarypositioning
      begindocument
      begintikzpicture[
      force/.style=>=latex,draw=blue,fill=blue,
      axis/.style=densely dashed,gray,font=small,
      M/.style=rectangle,draw,fill=lightgray,minimum size=0.5cm,thin,
      m/.style=rectangle,draw=black,fill=gray,minimum size=0.3cm,thin,
      plane/.style=draw=black,fill=blue!10,
      string/.style=draw=red, thick,
      pulley/.style=draw, thick, circle,
      ]
      %mainshape



      filldraw[blue!30!white, draw=black] (0,0) coordinate (b) rectangle (3,1) coordinate (c);


      % draw[pulley] (3.1,1.2) circle (0.25cm);
      node (pulley) [pulley, minimum width=.5cm, anchor=south west] at (c) ;
      filldraw[gray!40!white, draw=black] (1.5,1.05) rectangle (2,1.55);
      draw[red,thick] (2,1.2)--(pulley.west);
      filldraw[gray, draw=black] (3.10, 0.1) rectangle (3.6, 0.6) coordinate (a);
      draw[red,thick] (a -| pulley.south)--(pulley.south);



      %FBD1

      beginscope;
      node[M, right=50pt of a](M);
      [axis,->]
      draw (0,-1) -- (0,2) node[right] $+y$;
      draw (M) -- ++(2,0) node[right] $+x$;
      [force,->]
      % Assuming that Mg = 1. The normal force will therefore be cos(alpha)
      draw (M.center) -- ++(0,1) node[above right] $F_N$;
      draw (M.west) -- ++(-1,0) node[left] $F_f$;
      draw (M.east) -- ++(1,0) node[above] $T$;
      draw[force,->] (M.center)-- ++(0,-1) node[below] $Mg$;
      endscope;

      %FBD2
      node[m, left=25pt of b] (m) ;
      draw[axis,->] (m) -- ++(0,-2) node[left] $+$;
      [force,->]
      draw (m.north) -- ++(0,1) node[above] $T'$;
      draw (m.south) -- ++(0,-1) node[right] $mg$;
      ;


      endtikzpicture
      enddocument







      diagrams body





      share







      New contributor




      Hiếu Trần is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.










      share







      New contributor




      Hiếu Trần is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.








      share



      share






      New contributor




      Hiếu Trần is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.









      asked 1 min ago









      Hiếu TrầnHiếu Trần

      1




      1




      New contributor




      Hiếu Trần is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.





      New contributor





      Hiếu Trần is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.






      Hiếu Trần is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.




















          0






          active

          oldest

          votes












          Your Answer








          StackExchange.ready(function()
          var channelOptions =
          tags: "".split(" "),
          id: "85"
          ;
          initTagRenderer("".split(" "), "".split(" "), channelOptions);

          StackExchange.using("externalEditor", function()
          // Have to fire editor after snippets, if snippets enabled
          if (StackExchange.settings.snippets.snippetsEnabled)
          StackExchange.using("snippets", function()
          createEditor();
          );

          else
          createEditor();

          );

          function createEditor()
          StackExchange.prepareEditor(
          heartbeatType: 'answer',
          autoActivateHeartbeat: false,
          convertImagesToLinks: false,
          noModals: true,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: null,
          bindNavPrevention: true,
          postfix: "",
          imageUploader:
          brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
          contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
          allowUrls: true
          ,
          onDemand: true,
          discardSelector: ".discard-answer"
          ,immediatelyShowMarkdownHelp:true
          );



          );






          Hiếu Trần is a new contributor. Be nice, and check out our Code of Conduct.









          draft saved

          draft discarded


















          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f482206%2fi-want-to-make-a-picture-in-physics-by-tikz-but-not-can-you-help-me%23new-answer', 'question_page');

          );

          Post as a guest















          Required, but never shown

























          0






          active

          oldest

          votes








          0






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes








          Hiếu Trần is a new contributor. Be nice, and check out our Code of Conduct.









          draft saved

          draft discarded


















          Hiếu Trần is a new contributor. Be nice, and check out our Code of Conduct.












          Hiếu Trần is a new contributor. Be nice, and check out our Code of Conduct.











          Hiếu Trần is a new contributor. Be nice, and check out our Code of Conduct.














          Thanks for contributing an answer to TeX - LaTeX Stack Exchange!


          • Please be sure to answer the question. Provide details and share your research!

          But avoid


          • Asking for help, clarification, or responding to other answers.

          • Making statements based on opinion; back them up with references or personal experience.

          To learn more, see our tips on writing great answers.




          draft saved


          draft discarded














          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f482206%2fi-want-to-make-a-picture-in-physics-by-tikz-but-not-can-you-help-me%23new-answer', 'question_page');

          );

          Post as a guest















          Required, but never shown





















































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown

































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown







          Popular posts from this blog

          How should I use the fbox command correctly to avoid producing a Bad Box message?How to put a long piece of text in a box?How to specify height and width of fboxIs there an arrayrulecolor-like command to change the rule color of fbox?What is the command to highlight bad boxes in pdf?Why does fbox sometimes place the box *over* the graphic image?how to put the text in the boxHow to create command for a box where text inside the box can automatically adjust?how can I make an fbox like command with certain color, shape and width of border?how to use fbox in align modeFbox increase the spacing between the box and it content (inner margin)how to change the box height of an equationWhat is the use of the hbox in a newcommand command?

          152 Atala Notae | Nexus externi | Tabula navigationis"Discovery Circumstances: Numbered Minor Planets"2000152Small-Body Database

          Doxepinum Nexus interni Notae | Tabula navigationis3158DB01142WHOa682390"Structural Analysis of the Histamine H1 Receptor""Transdermal and Topical Drug Administration in the Treatment of Pain""Antidepressants as antipruritic agents: A review"