In the figure below, two point particles are fixed on an x axis separated by a distance d. Particle A has mass mA and particle B has mass 2.00mA. A third particle C, of mass 90.0mA, is to be placed on the x axis and near particles A and B. In terms of distance d, at what x coordinate should C be placed so that the net gravitational force on particle A from particles B and C is zero?

I know the f=gm1m2/r^2 equation but if the net force of particle A is 0 then im getting r=0.

To determine the x-coordinate at which particle C should be placed so that the net gravitational force on particle A from particles B and C is zero, you need to consider the gravitational forces acting on particle A.

Let's break down the problem step by step:

1. Visualize the scenario: Start by picturing particle A, particle B, and the potential location for particle C on the x axis.

2. Identify the forces: In this situation, there are two gravitational forces acting on particle A. One is the gravitational force from particle B, which can be calculated as F_AB = G*m_A*m_B / (d^2), where G is the gravitational constant. The other is the gravitational force from particle C, which we want to determine.

3. Set up the equation: To find the x-coordinate where the net gravitational force on particle A is zero, we need to calculate the total gravitational force acting on particle A. Since the forces are vectors, when the net force is zero, the magnitudes of the forces must be equal. Therefore, we can write the equation as: F_AB = F_AC.

4. Express the forces in terms of x: Use the equation for F_AB and the distance d to express the gravitational force from B in terms of x. The distance between particle A and C is (d - x), so the gravitational force from C can be expressed as F_AC = G*m_A*m_C / (d - x)^2.

5. Set up and solve the equation: Equate the expressions for F_AB and F_AC and solve for x. This gives us the equation: G*m_A*m_B / d^2 = G*m_A*m_C / (d - x)^2. Simplify the equation by canceling out G and m_A, and then solve for x.

Here's the equation after simplification:
m_B / d^2 = m_C / (d - x)^2

To solve this equation, cross-multiply and expand the denominator:
m_C * d^2 = m_B * (d - x)^2.

Next, expand the squared term:
m_C * d^2 = m_B * (d^2 - 2*d*x + x^2).

Simplify by canceling out the common terms:
m_C * d^2 = m_B * d^2 - 2*m_B*d*x + m_B * x^2.

Now, collect all terms on one side to get:
0 = m_B * d^2 - 2*m_B*d*x + m_B * x^2 - m_C * d^2.

Finally, rearrange the equation and solve for x:
m_B * x^2 - 2*m_B*d*x + (m_C * d^2 - m_B * d^2) = 0.

This is a quadratic equation in terms of x. You can solve it by using the quadratic formula or factoring it.

Once you solve this equation, it will give you the x-coordinate at which particle C should be placed so that the net gravitational force on particle A from particles B and C is zero.