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
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
New contributor
add a comment |
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
New contributor
add a comment |
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
New contributor
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
diagrams body
New contributor
New contributor
New contributor
asked 1 min ago
Hiếu TrầnHiếu Trần
1
1
New contributor
New contributor
add a comment |
add a comment |
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.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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.
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.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
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