חישוב מרכז המסה של גוף. - מדע וטכנולוגיה - HWzone פורומים
עבור לתוכן
  • צור חשבון

חישוב מרכז המסה של גוף.


PhoenixBoy

Recommended Posts

finding it is rather hard, now if its a number of objects and you need to find the center of mass you use a simple formula:

Sum(Mi*Xi) / Sum(Mi)

where Mi is mass i, and Xi is position of mass i. in relation to a selected position, the result you get is position of center of mass in relation to the selected position

קישור לתוכן
שתף באתרים אחרים

כן כן את זה אני יודע.. אבל הבעיה שלא כל כך הבנתי את זה....

הוספתי קובץ וורד של הנוסחא שיש לי במחברת.. מישהו יכול להסביר לי אותה בעברית עם דוגמא?

תודה מראש.

[attachment deleted by admin - 90 dayss]

קישור לתוכן
שתף באתרים אחרים

thats exactelly what i wrote, just in a case of just two objects. here is a simple example:

x1 = 1 ; m1 = 6

x2 = 9 ; m2 = 3

Xcm = (x1*m1+x2*m2) / (m1+m2) --> (1*6+9*3) / (6+3) --> 2.667

you just have to remember that the result you get is relative to a point you have picked before, say x=0

hope this helps

קישור לתוכן
שתף באתרים אחרים

ארכיון

דיון זה הועבר לארכיון ולא ניתן להוסיף בו תגובות חדשות.

×
  • צור חדש...