Gravitation Problem (stuck on Algebra )

AI Thread Summary
The discussion centers on solving a physics problem involving gravitational forces from the Earth and the Sun on a space probe. The user seeks help with the algebra required to determine the distance from Earth (r1) where these gravitational pulls balance. The relevant equations are derived from Newton's law of universal gravitation, leading to a relationship between r1 and the total distance (d) to the Sun. Participants clarify the setup of the equations and guide the user on how to manipulate them to isolate r1. The conversation emphasizes breaking down the problem step by step to facilitate understanding and solution.
NanoTech
Messages
62
Reaction score
0
Gravitation Problem (stuck on Algebra!)

We just started Gravitation in my Physics class. Here is the problem:
How far from Earth must a space probe be along a line toward the Sun so that the Sun's gravitational pull on the probe balances Earth's pull?

Sorry I'm really bad with the Latex programming and it will take forever to do so here are my calculations. The first part is naming the variables.
Me = Mass of Earth
Ms = Mass of Sun
m = mass of space probe
r1 = dist. from center of Earth to probe
r2 = dist. from center of the Sun to probe

\frac {GMem}{r1^2} = \frac {GMsm}{r2^2}


First I substituted r2 = d-r1 , where d is the distance from center of Earth to sun.


\frac {Me}{r1^2} = \frac {Ms}{(d-r1)^2}

Ok, here's the Algebra part that I can't figure out...

Sorry , I have no idea how to write this in Latex!

r1 = d squareroot of Me / squareroot of Ms + Me

I don't know how to get to that, what is the Algebra. Or a simple analogy for me to understand it? Thanks. ~David Wilkerson
 
Last edited:
Physics news on Phys.org
You almost finished it yourself... :smile:

G\frac{M_em}{r_1^2} = G\frac{M_sm}{r_2^2}
Becomes:
\frac{M_e}{r_1^2} = \frac{M_s}{r_2^2}

The other equation is:
d = r_1 + r_2
As you said. Two equations, two unknowns, you can solve it. :smile:

\frac{M_e}{r_1^2} = \frac{M_s}{(d - r_1)^2}
 


Hi David,

Don't worry, I understand that algebra can be tricky sometimes. Let's break down the problem step by step.

First, we need to understand what the problem is asking us to do. We need to find the distance, r1, from the center of Earth to the space probe, where the gravitational pull of the Sun and Earth on the probe is balanced. In other words, the probe is not being pulled more towards one object than the other.

Next, we need to set up an equation that represents this situation. In physics, we use the law of universal gravitation, which states that the force of gravity between two objects is directly proportional to the product of their masses and inversely proportional to the square of the distance between them. This can be written as:

F = G * (m1 * m2) / r^2

Where F is the force of gravity, G is the universal gravitational constant, m1 and m2 are the masses of the two objects, and r is the distance between them.

Now, let's apply this equation to our problem. We have three objects: the Sun (m1 = Ms), the Earth (m2 = Me), and the space probe (m3 = m). We also know that the force of gravity between the Sun and the probe is equal to the force of gravity between the Earth and the probe. Therefore, we can set up an equation like this:

G * (Ms * m) / r1^2 = G * (Me * m) / (d - r1)^2

Where r1 is the distance between Earth and the probe, and d is the distance between the Sun and the probe.

Next, we can simplify this equation by dividing both sides by G and multiplying both sides by (d - r1)^2. This will cancel out the G and we will be left with:

(Ms * m) / r1^2 = (Me * m) / (d - r1)^2

Now, we can cross multiply and solve for r1:

(Ms * m) * (d - r1)^2 = (Me * m) * r1^2

Expand the brackets:

(d^2 - 2dr1 + r1^2) * Ms * m = Me * m * r1^2

Multiply out the terms:

d^2Ms + (-2dr1 * Ms) + (r1^
 
Thread 'Collision of a bullet on a rod-string system: query'
In this question, I have a question. I am NOT trying to solve it, but it is just a conceptual question. Consider the point on the rod, which connects the string and the rod. My question: just before and after the collision, is ANGULAR momentum CONSERVED about this point? Lets call the point which connects the string and rod as P. Why am I asking this? : it is clear from the scenario that the point of concern, which connects the string and the rod, moves in a circular path due to the string...
Thread 'A cylinder connected to a hanged mass'
Let's declare that for the cylinder, mass = M = 10 kg Radius = R = 4 m For the wall and the floor, Friction coeff = ##\mu## = 0.5 For the hanging mass, mass = m = 11 kg First, we divide the force according to their respective plane (x and y thing, correct me if I'm wrong) and according to which, cylinder or the hanging mass, they're working on. Force on the hanging mass $$mg - T = ma$$ Force(Cylinder) on y $$N_f + f_w - Mg = 0$$ Force(Cylinder) on x $$T + f_f - N_w = Ma$$ There's also...
Back
Top