Newton's Second Law: Example Explained

AI Thread Summary
The discussion focuses on an example of Newton's second law applied to a system of n particles, where each particle experiences external forces. The equation presented illustrates how the net force acting on a particle, including interactions with other particles, relates to its mass and acceleration. A double summation is introduced to simplify the representation of forces among all particles, which can be computed by first summing over one index and then the other. The explanation clarifies that the double summation aggregates forces from multiple particles systematically. Understanding this concept is crucial for applying Newton's second law in complex systems.
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 \sum\limits_{j = 1}^n {\mathop {F_{ij} }\limits^ \to }. So Newton's second alw applied to the particle with mass m_i is:

<br /> \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)} <br />

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:

<br /> \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)} <br />

I don't know how the double summation works. For a single summation for example \sum\limits_{k = 1}^n k 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 :

\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})


regards
marlon
 
Last edited:
Thanks for your explanation Marlon.
 
Thread 'Collision of a bullet on a rod-string system: query'
In this question, I have a question. I am NOT trying to solve it, but it is just a conceptual question. Consider the point on the rod, which connects the string and the rod. My question: just before and after the collision, is ANGULAR momentum CONSERVED about this point? Lets call the point which connects the string and rod as P. Why am I asking this? : it is clear from the scenario that the point of concern, which connects the string and the rod, moves in a circular path due to the string...
Thread 'A cylinder connected to a hanged mass'
Let's declare that for the cylinder, mass = M = 10 kg Radius = R = 4 m For the wall and the floor, Friction coeff = ##\mu## = 0.5 For the hanging mass, mass = m = 11 kg First, we divide the force according to their respective plane (x and y thing, correct me if I'm wrong) and according to which, cylinder or the hanging mass, they're working on. Force on the hanging mass $$mg - T = ma$$ Force(Cylinder) on y $$N_f + f_w - Mg = 0$$ Force(Cylinder) on x $$T + f_f - N_w = Ma$$ There's also...
Back
Top