Net force is zero between two masses

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
2 replies · 10K views
rpthomps
Messages
182
Reaction score
19

Homework Statement



The gravitational field strength between two objects is the sum of two vectors pointing in opposite directions. Somewhere between the objects, the vectors will cancel, and the total force will be zero. Determine the location of zero force as a fraction of the distance r between the centres of two objects of mass

Mass 1 and Mass 2 separated by distance r

Homework Equations



Netwon's Universal Law of Gravitation
Quadratic Formula

The Attempt at a Solution



Screen_Shot_2014_11_24_at_7_14_31_PM.png


Here is my work...

6_jpg.png


my problem is that when m1=m2 the equation blows up rather than be x=½ of r, which it should be.Any thoughts on why this is so?
 
Physics news on Phys.org
[tex]\frac{m_1}{x^2}=\frac{m_2}{(r-x)^2}[/tex]
Taking the square root of both sides:
[tex]\frac{\sqrt{m_1}}{x}=\frac{\sqrt{m_2}}{r-x}[/tex]
Note that only the positive square root makes sense physically. So,
[tex]\frac{x}{r}=\frac{\sqrt{m_1}}{(\sqrt{m_1}+\sqrt{m_2})}[/tex]
In your final equation, only the negative term is applicable. So:

[tex]\frac{x}{r}=\frac{m_1-\sqrt{m_1m_2}}{m_1-m_2}=\frac{\sqrt{m_1}(\sqrt{m_1}-\sqrt{m_2})}{m_1-m_2}=\frac{\sqrt{m_1}}{(\sqrt{m_1}+\sqrt{m_2})}[/tex]

Chet
 
  • Like
Likes   Reactions: rpthomps
oooh...very nice. You came up with a nice short solution and then debugged my own. Thanks for your time and your insight.

Ryan