Gradient of the potential function

AI Thread Summary
The discussion revolves around taking the gradient of a potential function defined by a double summation involving masses and their distances. The potential function is expressed as U, and the goal is to derive the gradient with respect to a specific position vector, leading to a formula involving the masses and their relative positions. Participants debate the best approach to derive the gradient, with some suggesting a breakdown into components while others advocate for a vector form. There is confusion regarding the notation and the role of unit vectors in the gradient calculation. Ultimately, clarity on the mathematical principles and notation is emphasized as crucial for understanding the derivation process.
Belginator
Messages
12
Reaction score
0
Hi guys,

I'm trying to take the gradient of the potential function, and know the answer, but am not sure how to go about it. Can someone help me step by step as to how to do this.

So the potential function is:

\begin{equation}
U = \frac{1}{2} G \sum^{N}_{i=1} \sum^{N}_{j=1,j \neq i} \frac{m_i m_j}{\| \mathbf{r}_{ji} \|}
\end{equation}

Now I'm trying to take the gradient or partial with respect to $$\mathbf{r}_i$$

\begin{equation}
\frac{\partial U}{\partial \mathbf{r}_i} = -G \sum^{N}_{j=1,j \neq i} \frac{m_i m_j}{\| \mathbf{r}_{ji} \|^3} \mathbf{r}_{ji}
\end{equation}

So my question is, how do you go from the first equation to the answer (the second equation). If you could explain step by step with math that'd be appreciated. Thanks!
 
Physics news on Phys.org
Sometimes it helps to go back to basics: start with one term of the sum and write out what it means.
$$U = \frac{1}{2}G\frac{m_1m_2}{\sqrt{(x_1-x_2)^2 + (y_1-y_2)^2 + (z_1-z_2)^2}}$$
Then find the three components of the vector ##\displaystyle\frac{\partial U}{\partial \mathbf{r}_1}##, i.e. ##\displaystyle\frac{\partial U}{\partial x_1}, \frac{\partial U}{\partial y_1}, \frac{\partial U}{\partial z_1}##.
 
Last edited:
I see what you're saying, but I think that's making it unnecessarily complicated. I know there's a way to do it by simply keeping it in the vector form. I was originally breaking it down using the following equation:

\begin{equation}
\mathbf{r}_{ji} = \mathbf{r}_{i} - \mathbf{r}_{j}
\end{equation}

But still couldn't quite get it to work out.
 
do you understand that?

\begin{equation}
\frac{\partial}{\partial \mathbf{r}_i} \frac{1}{\| \mathbf{r}_{i} \| } = - \frac{1}{\| \mathbf{r}_{i} \|^3} \mathbf{r}_{i}
\end{equation}
 
Hi dauto,

I'm not sure where the ##\displaystyle \mathbf{\hat{r}_i} ## comes from, I would have said:

\begin{equation}
\frac{\partial}{\partial \mathbf{r}_i} \frac{1}{\| \mathbf{r}_i \|} = - \frac{1}{\| \mathbf{r}_i \|^2}
\end{equation}
 
Actually I think I may understand where the ##\displaystyle \mathbf{\hat{r}}_i## comes from, it's because it's a gradient, and you're taking the partials with respect to the vector components of ##\displaystyle \mathbf{r_i}##. But I'm still missing something in the original problem, I don't know if it's the sums are throwing me off or the indices of ##\displaystyle \mathbf{r}##.
 
Note that its not r-hat, its r vector in dauto's post. I think your expression should have an r-hat in it, then it would be equivalent to dauto's expression, because r hat is r vector divided by the magnitude of r.
 
@ModusPwnd right I know. By simple taking the derivative you get my expression, but then there is the r-hat which is also added, but it's usually written as dauto wrote it, broken up as r-vector and mag. of r-vector. So I believe my #6 post is correct, I understand where the r-hat comes from because that accounts for his r-vector and the cubed term on the bottom instead of the squared. And it is due to essentially taking the gradient. But still I can't seem to solve the original problem step by step and see where everything comes from.
 
Belginator said:
I see what you're saying, but I think that's making it unnecessarily complicated. I know there's a way to do it by simply keeping it in the vector form...
But still couldn't quite get it to work out.

Belginator said:
Hi dauto,

I'm not sure where the ##\displaystyle \mathbf{\hat{r}_i} ## comes from...

Belginator said:
...But I'm still missing something in the original problem, I don't know if it's the sums are throwing me off or the indices of ##\displaystyle \mathbf{r}##.

I rest my case about going back to basics. Sure, you can do this neatly using vectors - provided you understand what you are doing.

But thrashing around with notation you (apparently) don't quite understand isn't a good way to learn, IMO.
 
Back
Top