Newton's Second Law: Example Explained

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 3K views
Benny
Messages
577
Reaction score
0
I'm reading through an example involving Newton's second law. The situation is that there are n particles surrounded by a system boundary. The picture consists of a bunch of circles (particles) enclosed by a closed loop.

The forces acting on one of the particles of mass m_i consist of an external resultant force F_i and other external forces which is given by [tex]\sum\limits_{j = 1}^n {\mathop {F_{ij} }\limits^ \to }[/tex]. So Newton's second alw applied to the particle with mass m_i is:

[tex] \mathop {F_i }\limits^ \to + \sum\limits_{j = 1}^n {\mathop {F_{ij} }\limits^ \to = \frac{d}{{dt}}\left( {m_i \mathop {V_i }\limits^ \to } \right)} [/tex]

F_ij ~ force of particle with mass j on particle with mass i.

The example goes on to say that there are n such equations (presumably the one above) so to simplify they rewrite it as follows:

[tex] \sum\limits_{i = 1}^n {\mathop {F_i }\limits^ \to } + \sum\limits_{i = 1}^n {\sum\limits_{j = 1}^n {\mathop {F_{ij} }\limits^ \to } } = \sum\limits_{i = 1}^n {\frac{d}{{dt}}\left( {m_i \mathop {V_i }\limits^ \to } \right)} [/tex]

I don't know how the double summation works. For a single summation for example [tex]\sum\limits_{k = 1}^n k[/tex] I just take k, replace it with one and repeat for all integers from 1 to n. The sum would then be S = 1 + 2 + 3...+ n = (n/2)(n+1). I'm not sure if the double summation is similar. Can someone explain? Thanks.
 
Physics news on Phys.org
First do the summation over j, then you have to do j summations over i :

[tex]\sum\limits_{i = 1}^n {\sum\limits_{j = 1}^n (F_{ij}) = \sum\limits_{i=1}^n (F_{i1}+F_{i2}+...+F_{in}) = \sum\limits_{i=1}^n (F_{i1})+\sum\limits_{i=1}^n (F_{i2})+...+ \sum\limits_{i=1}^n (F_{in})[/tex]


regards
marlon
 
Last edited:
Thanks for your explanation Marlon.