What do the subscripts in the gradient notation represent?

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
6 replies · 1K views
Nikitin
Messages
734
Reaction score
27
Hi!

Two exerts from my lecture notes:

"Assume we have a system of point masses in position ##\vec{r_i}## which are influenced by forces ##\vec{F_i}##."

"Let's say you have a system where ##\vec{F_i} = - \nabla_i V##"

In the second line, what does the notation ##\nabla_i## mean? Why is that sub ##i## there?

They use similar notation in here "##\nabla_{\vec{r_k}}##" http://en.wikipedia.org/wiki/Virial_theorem#Connection_with_the_potential_energy_between_particles

What does the r_k mean?
 
Physics news on Phys.org
Orodruin said:
The force on particle ##i## is equal to the gradient of the potential with respect to the coordinates of particle ##i##.
Shouldn't it instead be ##\vec{F_i} = \nabla V(\vec{r_i})## ?
 
Oh I forgot to add the minus sign. never mind that. What I was asking about were the indexes.
 
No, the potential is a function that involve all positions, which is why you need to specify which position you take the gradient with respect to. For example, if you have two charged particles, the potential will be a function of the distance between them, which is a function of both positions.

I think you are imagining the case when all of the particles move in an external potential with no inter-particle interactions. Then it will be possible to divide the potential into several contributions V(r1,r2,...) = U(r1) + U(r2) + ... Note that I here introduced the external potential U, which is a priori a different function than V - the total potential. Inserting this into the expression you were asking about will give you something like what you quoted, but as I said, this is not the general situation with interactions within the system.
 
  • Like
Likes   Reactions: Nikitin
OK, I see. Thank you!