PDA

View Full Version : gravitational net force of zero


UrbanXrisis
Apr22-05, 07:28 PM
A 200 kg mass and a 500kg mass are separated by 0.4m. At what position can a 50kg mass be placed so as to experience a net force of zero (other than infinity)?

here's what I did:

I need both forces to equal each other.

F_{200}=G\frac{200m}{x^2}=G\frac{500m}{y^2}=F_{500 }
\frac{200}{x^2}=\frac{500}{y^2}
200y^2=500x^2
x+y=0.4
x=0.4-y
500(0.4-y)^2=200y^2
500(0.16-0.8y+y^2)=200y^2
200y^2=80-400y+500y^2
1=\frac{0.4}{y^2}-\frac{2}{y}+2.5
y=0.245m,x=0.155m

did I do this correctly? was there a faster way?

whozum
Apr22-05, 08:29 PM
Your question isnt clear,are you trying to balance the entire system? How many dimensions here, 1 or 2? Do you want just the 50kg to experience no force? It looks like your talking about gravitational forces among the 3, right?

UrbanXrisis
Apr22-05, 08:31 PM
well, I copied the book. What I got was that I had to place the 50kg mass in between the 200kg and 500kg masses so that the 50kg mass experiences a net force of zero.

whozum
Apr22-05, 08:35 PM
then you want the pull from left to equal the pull from the right. Though I didnt check your math, the method is right and your answer seems logical.

Werg22
Apr22-05, 11:22 PM
Are the CORES of the masses seperated by 0.4m or just surface to surface? Anyway if it is the cores, don't bother with two variables. Say one will be x, the other 0.4-x.

Look:

GM1/(0.4-x)^2=GM2/x^2

So

M1/(0.4-x)^2=M2/x^2

So

M1x^2=M2(0.4-x)^2

SO

(M1^0.5)x=M2^0.5(0.4-x)

-((M1^0.5)x/M2^0.5)+0.4=x
-((M1^0.5)/M2^0.5)+0.4/x=1
-((M1^0.5)/M2^0.5)-1=-0.4/x
x=0.4/((M1^0.5)/M2^0.5)-1

It would have been faster if you knew this formula!

whozum
Apr22-05, 11:34 PM
Since the radius of each mass isnt provided, you are forced to assume that it is core to core.

Werg22
Apr22-05, 11:37 PM
In this case my guess was good :)

whozum
Apr23-05, 01:13 AM
(M1^0.5)x=M2^0.5(0.4-x)

-((M1^0.5)x/M2^0.5)+0.4=x
-((M1^0.5)/M2^0.5)+0.4/x=1
-((M1^0.5)/M2^0.5)-1=-0.4/x
x=0.4/((M1^0.5)/M2^0.5)-1

It would have been faster if you knew this formula!

Theres a mistake in the algebra somewhere there. The answer should have + 1, not -1.

futb0l
Apr23-05, 02:10 AM
-((M1^0.5)/M2^0.5)+0.4/x=1

so

0.4/x =1 + ((M1^0.5)/M2^0.5)
x = 0.4 / ( 1+ ((M1^0.5)/M2^0.5))

Doc Al
Apr23-05, 07:03 AM
200y^2=80-400y+500y^2
So far, so good. (Assuming these masses can be treated as particles.) Simplifying and rewriting this in standard form for a quadratic:
15y^2 -20y + 4 = 0
Which yields two solutions, only one of which is relevant to this problem.
1=\frac{0.4}{y^2}-\frac{2}{y}+2.5
I don't know why you wrote it this way.
y=0.245m,x=0.155m
did I do this correctly? was there a faster way?
Perfectly correct.

It would have been slightly faster to immediately take the (positive) square root (as Werg22 showed), which eliminates the need to solve a quadratic:
\frac{200}{x^2}=\frac{500}{y^2} \; \Longrightarrow \; \frac{2}{x^2}=\frac{5}{y^2}
becomes:
\frac{\sqrt{2}}{x}=\frac{\sqrt{5}}{y}

Werg22
Apr23-05, 10:17 AM
Sorry guys! It is actually because I forgot the 1 was an individual term... I tought it was part of the parenthesis when it is not.