Gravitational Force Due to Infinitely Long Rod

AI Thread Summary
The discussion focuses on calculating the gravitational force exerted by an infinitely long rod on a mass located at a distance from its axis. The participants clarify that the force components in the z-direction cancel due to symmetry, while the radial components do not. The correct approach involves integrating the radial components of the force exerted by small mass elements of the rod, leading to the expression for the force vector. The conversation also touches on the challenge of demonstrating that the curl of the force vector is zero, with suggestions to express the components in Cartesian coordinates. Ultimately, the participants confirm that the gravitational force can be accurately represented in cylindrical coordinates, and the curl can be shown to be zero.
teroenza
Messages
190
Reaction score
5

Homework Statement


Infinitely long rod with the z axis at its center. The rod has a uniform mass per unit length \mu. Find the gravitational force vector F on a mass m, at a distance \rho from the z axis.

Homework Equations


F=-G*(M*m)/R^2 (times radial unit vector rhat for the vector form)

The Attempt at a Solution


I believe I can treat the rod as being very thin, with a center of mass along the z axis. Then I labeled the masses position as being on the y axis. I believe that the force exerted on m in the z direction cancel because of symmetry. I believe I need to work in cylindrical polar coordinates because of the problems use of \rho and z. I do not see how to construct an integral (from - infinity to + infinity) in polar coordinates. I know I need to vary z. I tried to construct an equivalent integral in Cartesian coordinates as follows.

-G\mum\intdz/(y^2+z^2) G is the gravitational constant.
integral from -infinity to infinity
M= mass of 2nd object in Newton's law of gravitation was replaced by \mu*z
r= distance from z axis= (y^2+z^2)^1/2
y is a constant because the mass is always a the same y position.

But I think this is wrong. Can someone help?
 
Last edited:
Physics news on Phys.org
You're overthinking it. A cylindrical Problem like this doesn't require integration on the Z axis. What you need is the 2-dimensional form of the gravitation law. The rest of your reasoning about concentrating the mass on the axis is sound.
 
But don't the elements of the rod exert nonzero bits of force on m in the negative radial direction (towards the rod)? Which don't cancel, as those in the z direction do.
And how to I account for the mass of the rod? I.e. the "M" in F=-G*(M*m)/R^2 .
 
Last edited:
teroenza said:
I do not see how to construct an integral (from - infinity to + infinity) in polar coordinates. I know I need to vary z. I tried to construct an equivalent integral in Cartesian coordinates as follows.

-G\mum\intdz/(y^2+z^2)


G is the gravitational constant.
integral from -infinity to infinity
M= mass of 2nd object in Newton's law of gravitation was replaced by \mu*z
r= distance from z axis= (y^2+z^2)^1/2
y is a constant because the mass is always a the same y position.

But I think this is wrong. Can someone help?
That's pretty close. You need to pick off only the radial component of the force. As you noted, the component in the z-direction will cancel out due to symmetry.

teroenza said:
But don't the elements of the rod exert nonzero bits of force on m in the negative radial direction (towards the rod)? Which don't cancel, as those in the z direction do.
And how to I account for the mass of the rod? I.e. the "M" in F=-G*(M*m)/R^2 .
The small piece of the rod between z and z+dz has a mass ##\mu\,dz##, so the force dF exerted on m is given by
$$d\vec{F} = -\frac{Gm (\mu dz)}{y^2+z^2} \hat{r}$$ where ##\hat{r}## is the unit vector in the direction from the point on the rod to the location of mass m. So you got it right in your original post, except that you need to only sum the radial component of the forces.
 
And I would sum the radial components by doing the integral (from z= -infinity to z= infinity) of the dF, as in the original post. But, now with the r-hat unit vector?

Doing this improper integral, I get

F= -G\mum\pi/y \widehat{r}

If I orient my y and x axes, I can put the mass on the y-axis at a Cartesian point (0,y,0). Then I could call rho from cylindrical coordinates y in Cartesian.
 
Last edited:
The integral sums the individual forces. It's a vector sum so you need to sum the individual components. It turns out if you integrate the z-component, it comes out to be 0, which you expect from the symmetry arguments, but you still need to sum the radial components. You haven't done that yet.
 
Ok, so new approach. I'll call y, rho, and define an angle α such that \hat{r}=cos(α)\hat{\rho}+sin\hat{z}. Then the radial components are the formula for dF above*cos(α), and the z components are dF*sin(α). As I let α go to -pi/2 and +pi/2, the integrals kill the z components, and the radial ones sum to

F_rho= -2Gm\mu/\rho

Is this a sound approach? So I was not correct before because I was not working with the unit vector to get the individual components?
 
Right, you needed to multiply by the cosine so that you summed only the radial component. If you just sum the magnitudes like you were doing before, you don't really get anything because that's not how vectors add.
 
Thanks.
So in cylindrical polars, my force vector is (-Gm\mu2/\rho,0,0) where the last two are the phi-hat and z components.

Not to drag this out, but I am then asked to show that the curl X F is zero, in (x,y,z) coordinates. The rho in the denominator is (x^2+y^2)^(-1/2) and

rho-hat= cos\theta\widehat{x}+sin\theta\widehat{y}
where \theta is from the positive x axis.

This puts a cos\theta on the F_x and the sin\theta on the F_y.

And I can't get the curl to be zero.
 
  • #10
So you have
$$\vec{F} = -2Gm\mu \left(\frac{x}{x^2+y^2},\frac{y}{x^2+y^2},0\right),$$ right?
 
  • #11
Why not just use Gauss's law applied to gravitation?
 
  • #12
No.

-Gmμ2/ρ*\widehat{\rho}

then in x and y (with rho-hat= cosθ\widehat{x}+sinθ\widehat{y})

and rho =(x^2+y^2)^(1/2)

F=-Gmμ2(cosθ/(x^2+y^2)^(1/2) , sinθ/(x^2+y^2)^(1/2))

It must be in the unit vectors that I am messing up.
 
  • #13
You need to express the sine and cosine in terms of x and y.
 
  • #14
I now have the expression for F you mentioned. The curl of which is zero. Thank you.
 
Back
Top