Solveeit Logo

Question

Question: relation between distance of closest approach and impact parameter...

relation between distance of closest approach and impact parameter

Answer

r_0 = \frac{k}{2E} \left( 1 + \sqrt{1 + \left(\frac{2Eb}{k}\right)^2} \right) \text{ or } b^2 = r_0^2 - \frac{k}{E}r_0 \text{ where } k = \frac{Z_1 Z_2 e^2}{4\pi\epsilon_0} \text{ and } E = \frac{1}{2}mv^2

Explanation

Solution

In Rutherford scattering, the trajectory of an alpha particle (charge Z1eZ_1 e) approaching a nucleus (charge Z2eZ_2 e) is a hyperbola due to the repulsive Coulomb force. The initial kinetic energy of the alpha particle is E=12mv2E = \frac{1}{2}mv^2, where mm is its mass and vv is its initial speed far from the nucleus. The interaction potential is V(r)=Z1Z2e24πϵ0r=krV(r) = \frac{Z_1 Z_2 e^2}{4\pi\epsilon_0 r} = \frac{k}{r}, where k=Z1Z2e24πϵ0k = \frac{Z_1 Z_2 e^2}{4\pi\epsilon_0}.

We can relate the distance of closest approach (r0r_0) and the impact parameter (bb) using the conservation of energy and angular momentum.

  1. Conservation of Energy:

The total energy of the alpha particle is conserved. Far from the nucleus (rr \to \infty), the potential energy is zero, and the total energy is just the initial kinetic energy E=12mv2E = \frac{1}{2}mv^2.

At the point of closest approach (r=r0r = r_0), the velocity (v0v_0) is purely tangential (perpendicular to the position vector r0\vec{r}_0), and the total energy is the sum of kinetic and potential energy:

E=12mv02+kr0E = \frac{1}{2}mv_0^2 + \frac{k}{r_0}

  1. Conservation of Angular Momentum:

The angular momentum of the alpha particle about the nucleus is conserved. Far from the nucleus, the initial angular momentum is L=mvbL = mvb, where bb is the impact parameter.

At the point of closest approach (r=r0r = r_0), the velocity v0v_0 is perpendicular to the position vector r0r_0, so the angular momentum is L=mv0r0L = mv_0 r_0.

Equating the initial and final angular momentum:

mvb=mv0r0    v0=vbr0mvb = mv_0 r_0 \implies v_0 = \frac{vb}{r_0}

  1. Substitute v0v_0 into the energy equation:

E=12m(vbr0)2+kr0E = \frac{1}{2}m\left(\frac{vb}{r_0}\right)^2 + \frac{k}{r_0}

E=12mv2b2r02+kr0E = \frac{1}{2}m\frac{v^2b^2}{r_0^2} + \frac{k}{r_0}

Since E=12mv2E = \frac{1}{2}mv^2, we can write 12mv2b2=Eb2\frac{1}{2}mv^2 b^2 = Eb^2.

E=Eb2r02+kr0E = \frac{Eb^2}{r_0^2} + \frac{k}{r_0}

Multiply the equation by r02r_0^2:

Er02=Eb2+kr0Er_0^2 = Eb^2 + kr_0

Rearrange into a quadratic equation in r0r_0:

Er02kr0Eb2=0Er_0^2 - kr_0 - Eb^2 = 0

  1. Solve the quadratic equation for r0r_0:

Using the quadratic formula r0=(k)±(k)24(E)(Eb2)2Er_0 = \frac{-(-k) \pm \sqrt{(-k)^2 - 4(E)(-Eb^2)}}{2E}:

r0=k±k2+4E2b22Er_0 = \frac{k \pm \sqrt{k^2 + 4E^2b^2}}{2E}

Since r0r_0 must be a positive distance, we take the positive root:

r0=k+k2+4E2b22Er_0 = \frac{k + \sqrt{k^2 + 4E^2b^2}}{2E}

r0=k2E+k2+(2Eb)22Er_0 = \frac{k}{2E} + \frac{\sqrt{k^2 + (2Eb)^2}}{2E}

This equation gives the distance of closest approach r0r_0 as a function of the impact parameter bb and the initial kinetic energy EE.

We can also rearrange this equation to express bb in terms of r0r_0:

2Er0=k+k2+4E2b22Er_0 = k + \sqrt{k^2 + 4E^2b^2}

2Er0k=k2+4E2b22Er_0 - k = \sqrt{k^2 + 4E^2b^2}

Squaring both sides:

(2Er0k)2=k2+4E2b2(2Er_0 - k)^2 = k^2 + 4E^2b^2

4E2r024Er0k+k2=k2+4E2b24E^2r_0^2 - 4Er_0k + k^2 = k^2 + 4E^2b^2

4E2r024Er0k=4E2b24E^2r_0^2 - 4Er_0k = 4E^2b^2

Divide by 4E24E^2:

r02kEr0=b2r_0^2 - \frac{k}{E}r_0 = b^2

b=r02kEr0b = \sqrt{r_0^2 - \frac{k}{E}r_0}

Let r0,min=kE=Z1Z2e24πϵ0Er_{0,min} = \frac{k}{E} = \frac{Z_1 Z_2 e^2}{4\pi\epsilon_0 E}. This is the distance of closest approach for a head-on collision (b=0b=0). The relation can also be written as:

b2=r02r0,minr0b^2 = r_0^2 - r_{0,min} r_0

The question asks for the relation between the distance of closest approach and the impact parameter. The derived equations provide this relationship.