Three objects -- two of mass m and one of mass M -- are located at three corners of a square of edge length l. Find the gravitational field g at the fourth corner due to these objects. (Express your answers in terms of the edge length l, the masses m and M, and the gravitational constant G).

(2G/l^2)(M/sqrt(2)m)

To find the gravitational field at the fourth corner due to these objects, we can calculate the gravitational field created by each object individually and then sum them up vectorially.

Let's assume that the corner of the square where we want to find the gravitational field is at the origin (0,0) and the three other corners of the square are located at positions (l,0), (0,l), and (l,l). We will consider these corners as the positions of the point masses.

The gravitational field due to each point mass at the origin can be calculated using Newton's law of gravitation:

F = (G * m * M) / r^2

Where:
F is the gravitational force,
G is the gravitational constant (approximately 6.67430 × 10^(-11) m^3 kg^(-1) s^(-2)),
m and M are the masses of the two objects,
and r is the distance between the point mass and the origin.

The gravitational field is defined as the force per unit mass, so we need to divide the gravitational force (F) by the mass (M).

Now, let's calculate the gravitational field created by each object and then sum them up.

For the first object at position (l,0):

r = l * sqrt(2)
F1 = (G * m * M) / (l * sqrt(2))^2
g1 = F1 / M

For the second object at position (0,l):

r = l * sqrt(2)
F2 = (G * m * M) / (l * sqrt(2))^2
g2 = F2 / M

For the third object at position (l,l):

r = l
F3 = (G * M * m) / l^2
g3 = F3 / M

Now, let's sum up the gravitational field contributions:

g_total = g1 + g2 + g3

g_total = (F1 / M) + (F2 / M) + (F3 / M)

g_total = [(G * m * M) / (l * sqrt(2))^2M] + [(G * m * M) / (l * sqrt(2))^2M] + [(G * M * m) / l^2M]

g_total = (2G * m) / (l^2 * sqrt(2)) + (G * M) / l^2

So, the gravitational field at the fourth corner due to these objects is (2G * m) / (l^2 * sqrt(2)) + (G * M) / l^2.