Results 1 to 5 of 5

Thread: centroid

  1. #1

    Thread Starter
    Fanatic Member bugzpodder's Avatar
    Join Date
    Jun 2002
    Location
    Ontario, Canada
    Posts
    787

    Question centroid

    I have a question which asks me to work with centroids for a triangle. basically i need to determine (as a function of the angle or side) what masses to place on the vertices of an triangle so that the median coincides with the orthocenter and circumcenter.

    i was given this to work with:

    The centroid, G of a set of points is defined vectorially by:

    Code:
                                  -->
                  -->   Sum(m_i * OM_i)
                  OG =---------------------       
                          Sum(m_i)
    which looks very similar to a formula of weighted means. but i have never worked with vectors before. anyone care to give me an example?
    Massey RuleZ! ^-^__Cheers!__^-^ Massey RuleZ!


    Did you know that...
    The probability that a random rational number has an even denominator is 1/3 (Salamin and Gosper 1972)? This result is independently verified by me (2002)!

  2. #2
    vbuggy krtxmrtz's Avatar
    Join Date
    May 2002
    Location
    In a probability cloud
    Posts
    5,573
    I don't know exactly what kind of help you need. If you just don't feel like reading through a tedious tutorial, here's a brief example of vector addition (see figure).



    Add vector OB to vector OA: graphically, shift OB parallel to itself until its origin lies on the tip of OA. Then join the origin with the tip of OB and that's your resulting vector, (you could do it the other way around and shift OA).

    When you have more than 2 vectors to add, just apply this recipe recursively.

    Algebraically, if you've got a sum of n vectors, call them vi, i=1,...,n with components xi,yi then, the comnponents of the sum sx, sy are:

    sx=x1 + x2 + ... + xn

    sy=y1 + y2 + ... + yn
    Attached Images Attached Images  

  3. #3

    Thread Starter
    Fanatic Member bugzpodder's Avatar
    Join Date
    Jun 2002
    Location
    Ontario, Canada
    Posts
    787
    i have no problem with vector addition/subtraction/components. if you look at the formula, it has
    ---->
    m_i*M_i

    is that plain scalar product or momentum?
    Massey RuleZ! ^-^__Cheers!__^-^ Massey RuleZ!


    Did you know that...
    The probability that a random rational number has an even denominator is 1/3 (Salamin and Gosper 1972)? This result is independently verified by me (2002)!

  4. #4
    vbuggy krtxmrtz's Avatar
    Join Date
    May 2002
    Location
    In a probability cloud
    Posts
    5,573
    It is just the product of a scalar (the mass) by a vector (position), it only affects its modulus. Notice the result must be a vector.

  5. #5

    Thread Starter
    Fanatic Member bugzpodder's Avatar
    Join Date
    Jun 2002
    Location
    Ontario, Canada
    Posts
    787
    thx for the help
    Massey RuleZ! ^-^__Cheers!__^-^ Massey RuleZ!


    Did you know that...
    The probability that a random rational number has an even denominator is 1/3 (Salamin and Gosper 1972)? This result is independently verified by me (2002)!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width