Derive the equations of motion and determine whether angular momentum is conserved

142 Views Asked by At

Suppose that the gravitational force is not given by the inverse-square law, and instead is $$ F_{grav}=(\frac{A}{r^{2}}+\frac{B}{r^{4}})\hat{r}, $$ where A and B are real constants. Derive the equations of motion and determine whether angular momentum is conserved. By using the substitution r=1/u, transform the radial component of the equations of motion into a differential equation for u as a function of the angular coordinate thetha. Determine for what values of A, B and integration constants stationary solutions exist and whether they are stable.

I have been having trouble with this question for a few days now and not sure if what I did is correct. Would really appreciate any help, thanks!

3

There are 3 best solutions below

2
On

It is rather easy to show that angular momentum is conserved. The rate of change of angular momentum $\mathbf{L}$ is the torque ($\mathbf{\tau}$):

$$ \frac{d \mathbf{L}}{dt} = \frac{d \mathbf{}}{dt} (\mathbf{r} \times \mathbf{p}) = \frac{d \mathbf{\mathbf{r}}}{dt} \times \mathbf{p} + \mathbf{r} \times \frac{d \mathbf{\mathbf{p}}}{dt} = \mathbf{r} \times \mathbf{F} = \mathbf{\tau} $$

since $\mathbf{F}$ is along $\hat{r}$, this is zero. Note also that $\frac{d \mathbf{\mathbf{r}}}{dt} \times \mathbf{p}$ is zero because velocity $\frac{d \mathbf{\mathbf{r}}}{dt} $ is parallel to momentum $\mathbf{p}$.

This is actually true for all central forces (in case one is not familiar with central forces, any force which its magnitude depends only on the distance of the object to a center is central force).

The other way is to write down equations of motion in polar coordinates (which is the preferred coordinates system in case of central forces due to symmetry). You just need to take time derivatives from $\mathbf{r} = r \hat{r}$ to find:

$$ \frac{\mathbf{F}}{m} = \mathbf{a} = (\ddot{r}-r\dot{\theta}^2) \hat{r} + (2\dot{r}\dot{\theta}+r^2\ddot{\theta}) \hat{\theta} $$

since $\theta-$component of a central force is zero, we have:

$$ 2\dot{r}\dot{\theta}+r^2\ddot{\theta} = \frac{1}{r}\frac{d}{dt}(r^2\dot{\theta}) = 0 \Rightarrow m r^2\dot{\theta} = \textrm{constant} = mr (r\dot\theta) = mr\omega = L $$

To write down equation of motion in terms of $u$ ($u=r^{-1}$), just replace $r$ by $u$ in the $r-$component of $\mathbf{F}$:

$$ \ddot{r}-r\dot{\theta}^2 = \frac{A}{r^{2}}+\frac{B}{r^{4}} $$

In case you wonder how to deal with $\dot{\theta}$, just rewrite it in terms of constant $L$ (physics note: this gives you an effective potential).

0
On

To get the equation of motion, you use acceleration components in polar form.

Along the radius vector, $F=m(\ddot{r}-r\dot{\theta}^2)$

Tangentially, there is no force so $2\dot{r}\dot{\theta}+r^2\ddot{\theta}=0$ $$\Rightarrow\frac 1r\frac{d}{dt}(r^2\dot{\theta})=0$$ $$\Rightarrow r^2\dot{\theta}=h, \text {a constant}$$ Which also shows angular momentum per unit mass is conserved.

This enables you to do the substitution, so that to start with, $$\frac{dr}{dt}==-\frac{1}{u^2}\frac{du}{d\theta}\frac{d\theta}{dt}=-h\frac{du}{d\theta}$$

And so on...

3
On

To David,

In the question when you make the substitution it says to derive a differential equation, and find the constants A and B. Could you please show how you can do that?

Samad could you get in touch with me