markosheehan
- 133
- 0
i am stuck on question 9 can anyone help me out.
thanksView attachment 7225
thanksView attachment 7225
yes your diagram is right. i feel i am using the right technique but i am not getting the right answerskeeter said:not 100% sure this is it ... still pondering the hinge where the rods meet.
markosheehan said:when letting forces up=forces down why did you not resolve the forces R and R into there vertical components?
you were taking forces up=down for the whole system right, not just looking at the two rods?
markosheehan said:... and my second question is how did you know the direction of R and R in your diagram. how did you it was not the other way around. the system is in equilbrium so there is obviously R going in the opposite direction as well.(Newtons law). i am confused though on which one you are supposed to use though. how are you supposed to know the direction.
skeeter said:@ I like Serena ...
Nice sketches. What software did you use to make them? I do mine on MS Paint.
I like Serena said:\begin{tikzpicture}[>=stealth]
\draw[ultra thick] (-2,-4) node[above right, xshift=0.2cm] {$\theta$} -- (3,6);
\draw[ultra thick] (2,-4) -- (-3,6);
\draw (-2,-4) -- (2,-4);
\filldraw[thick, fill=lightgray] (0,5) circle ({sqrt(5)});
\draw[red, ultra thick, ->] (0,5) -- node{W} +(0,-1);
\draw[red, ultra thick, ->] (0.5,1) -- node{W} +(0,-1);
\draw[red, ultra thick, ->] (-0.5,1) -- node{W} +(0,-1);
\draw[red, ultra thick, ->] (-2,-4) -- node{N} +(0,1.5);
\draw[red, ultra thick, ->] (2,-4) -- node{N} +(0,1.5);
\fill circle (0.1);
\end{tikzpicture}
skeeter said:... for construction of this tikz sketch, you used the coordinates from my MS paint sketch?