Solveeit Logo

Question

Question: Two identical thin uniform rods of mass M and length L are placed in a line at separation of L. Find...

Two identical thin uniform rods of mass M and length L are placed in a line at separation of L. Find the gravitational force acting between them :-(seperation is measured from ends of the rod)

Answer

The gravitational force acting between the two rods is (GM^2)/(L^2) * ln(4/3)

Explanation

Solution

To find the gravitational force between two identical thin uniform rods, we can use the principle of superposition by integrating the force between infinitesimal mass elements.

Let the mass of each rod be MM and its length be LL.
The linear mass density of each rod is λ=ML\lambda = \frac{M}{L}.

Let's set up a coordinate system.
Place the first rod (Rod 1) along the x-axis from x=0x=0 to x=Lx=L.
The second rod (Rod 2) is placed in line with the first rod, with a separation of LL between their ends.
So, the left end of Rod 2 is at x=L+L=2Lx=L+L=2L, and its right end is at x=2L+L=3Lx=2L+L=3L.
Thus, Rod 2 extends from x=2Lx=2L to x=3Lx=3L.

Consider an infinitesimal element of mass dm1dm_1 on Rod 1 at position xx.
dm1=λdx=MLdxdm_1 = \lambda dx = \frac{M}{L} dx.

The gravitational force exerted by this element dm1dm_1 on the entire Rod 2 can be calculated using the formula for the gravitational force between a point mass and a uniform rod.
The force between a point mass mpm_p and a rod of mass MRM_R and length LRL_R, where the point mass is located at a distance aa from the nearest end of the rod along its axis, is given by:
F=GmpMRa(a+LR)F = \frac{G m_p M_R}{a(a+L_R)}

In our case, the point mass is dm1dm_1, the rod is Rod 2 (with mass MM and length LL).
The distance aa from dm1dm_1 (at position xx) to the nearest end of Rod 2 (which is at x=2Lx=2L) is a=2Lxa = 2L - x.
So, the infinitesimal force dFdF exerted by dm1dm_1 on Rod 2 is:
dF=Gdm1Ma(a+L)=G(MLdx)M(2Lx)((2Lx)+L)dF = \frac{G \cdot dm_1 \cdot M}{a(a+L)} = \frac{G \left(\frac{M}{L} dx\right) M}{(2L-x)((2L-x)+L)}
dF=GM2Ldx(2Lx)(3Lx)dF = \frac{GM^2}{L} \frac{dx}{(2L-x)(3L-x)}

To find the total gravitational force FF, we need to integrate dFdF over the entire length of Rod 1, i.e., from x=0x=0 to x=Lx=L:
F=0LGM2Ldx(2Lx)(3Lx)F = \int_{0}^{L} \frac{GM^2}{L} \frac{dx}{(2L-x)(3L-x)}
F=GM2L0Ldx(2Lx)(3Lx)F = \frac{GM^2}{L} \int_{0}^{L} \frac{dx}{(2L-x)(3L-x)}

We can use partial fraction decomposition for the integral term:
1(2Lx)(3Lx)=A2Lx+B3Lx\frac{1}{(2L-x)(3L-x)} = \frac{A}{2L-x} + \frac{B}{3L-x}
1=A(3Lx)+B(2Lx)1 = A(3L-x) + B(2L-x)
Setting x=2Lx=2L: 1=A(3L2L)    1=AL    A=1L1 = A(3L-2L) \implies 1 = AL \implies A = \frac{1}{L}
Setting x=3Lx=3L: 1=B(2L3L)    1=B(L)    B=1L1 = B(2L-3L) \implies 1 = B(-L) \implies B = -\frac{1}{L}

So, the integral becomes:
0L(1/L2Lx1/L3Lx)dx=1L0L(12Lx13Lx)dx\int_{0}^{L} \left( \frac{1/L}{2L-x} - \frac{1/L}{3L-x} \right) dx = \frac{1}{L} \int_{0}^{L} \left( \frac{1}{2L-x} - \frac{1}{3L-x} \right) dx
=1L[ln2Lx(ln3Lx)]0L= \frac{1}{L} \left[ -\ln|2L-x| - (-\ln|3L-x|) \right]_{0}^{L}
=1L[ln3Lxln2Lx]0L= \frac{1}{L} \left[ \ln|3L-x| - \ln|2L-x| \right]_{0}^{L}
=1L[ln3Lx2Lx]0L= \frac{1}{L} \left[ \ln \left| \frac{3L-x}{2L-x} \right| \right]_{0}^{L}

Now, evaluate the definite integral:
=1L[ln(3LL2LL)ln(3L02L0)]= \frac{1}{L} \left[ \ln \left( \frac{3L-L}{2L-L} \right) - \ln \left( \frac{3L-0}{2L-0} \right) \right]
=1L[ln(2LL)ln(3L2L)]= \frac{1}{L} \left[ \ln \left( \frac{2L}{L} \right) - \ln \left( \frac{3L}{2L} \right) \right]
=1L[ln(2)ln(32)]= \frac{1}{L} \left[ \ln(2) - \ln\left(\frac{3}{2}\right) \right]
Using the logarithm property lnalnb=ln(a/b)\ln a - \ln b = \ln(a/b):
=1Lln(23/2)=1Lln(43)= \frac{1}{L} \ln \left( \frac{2}{3/2} \right) = \frac{1}{L} \ln \left( \frac{4}{3} \right)

Substitute this back into the expression for FF:
F=GM2L1Lln(43)F = \frac{GM^2}{L} \cdot \frac{1}{L} \ln \left( \frac{4}{3} \right)
F=GM2L2ln(43)F = \frac{GM^2}{L^2} \ln \left( \frac{4}{3} \right)