Step 1: Assign coordinates to the endpoints.
Let A lie on the x-axis, so A = (a, 0). Let B lie on the line y = 6x, so B = (t, 6t).
Step 2: Express the fixed distance condition.
Given AB = r, the distance formula yields (a - t)² + (0 - 6t)² = r², which simplifies to (a - t)² + 36t² = r².
Step 3: Parametrize the midpoint M(x, y).
x = (a + t)/2 and y = (0 + 6t)/2 = 3t. Hence t = y/3 and a = 2x - t = 2x - y/3.
Step 4: Substitute the parameters into the distance equation.
(a - t)² + 36t² = r² becomes [2x - y/3 - y/3]² + 36(y/3)² = r², which simplifies to (2x - 2y/3)² + 4y² = r². Dividing by 4 gives (x - y/3)² + y² = r²/4.
Step 5: Final conclusion.
The locus of the midpoint is (x - y/3)² + y² = r²/4.