Skip to main content
guest
Join
|
Help
|
Sign In
GeometryNotes
Home
guest
|
Join
|
Help
|
Sign In
GeometryNotes
Wiki Home
Recent Changes
Pages and Files
Members
Favorites
20
All Pages
20
home
Ceva_from_Menelaus1.tex
Ceva_from_Menelaus2.tex
ch2fig_center_of_mass_def.tex
ch2fig_center_of_mass_intuition.tex
comment lecture 10
Comments Chapter 1
Comments Chapter 2
Comments lectures 3 and 4
Exercises 4
exercise_Menelaus_from_Ceva.tex
figure10.tex
figure11.tex
Figure_Menelaus_from_Ceva.tex
Lecture 1
Lecture 10
Lecture 11
Lecture 12
Lecture 2
Lecture 3
see more
Add
Add "All Pages"
Done
ch2fig_center_of_mass_intuition.tex
Edit
0
2
…
0
Tags
No tags
edit
Save
Cancel
Notify
RSS
Backlinks
Source
Print
Export (PDF)
\begin{figure}[h]
\centering
\begin{asy}
size (4cm);
pair A, B, C;
A=(3,4);
B=(6,5.5);
C=(5,5);
draw((0,3)--(2,7)--(10,7)--(8,3)--cycle);
draw((4.8,0)--(5,5)--(5.2,0)--cycle);
draw(A--B);
dot("$A$",A,NW);
dot("$B$",B,NE);
dot("$C$",C,N);
draw(A--(A-(0,2)),EndArrow);
label("$m_1$",A-(0,2),SW);
draw(B--(B-(0,1)),EndArrow);
label("$m_2$",B-(0,1),SE);
draw(C--(C+(0,3)),EndArrow);
label("$m_1+m_2$",C+(0,3),N);
\end{asy}
\caption{Force proportional to $m_1+m_2$ must be placed at $C$ to keep the table in equilibrium}
\label{fig:center_of_mass_intuition}
\end{figure}
Javascript Required
You need to enable Javascript in your browser to edit pages.
help on how to format text
Turn off "Getting Started"
Home
...
Loading...
\centering
\begin{asy}
size (4cm);
pair A, B, C;
A=(3,4);
B=(6,5.5);
C=(5,5);
draw((0,3)--(2,7)--(10,7)--(8,3)--cycle);
draw((4.8,0)--(5,5)--(5.2,0)--cycle);
draw(A--B);
dot("$A$",A,NW);
dot("$B$",B,NE);
dot("$C$",C,N);
draw(A--(A-(0,2)),EndArrow);
label("$m_1$",A-(0,2),SW);
draw(B--(B-(0,1)),EndArrow);
label("$m_2$",B-(0,1),SE);
draw(C--(C+(0,3)),EndArrow);
label("$m_1+m_2$",C+(0,3),N);
\end{asy}
\caption{Force proportional to $m_1+m_2$ must be placed at $C$ to keep the table in equilibrium}
\label{fig:center_of_mass_intuition}
\end{figure}