Solve 2D Asteroid Problem: Step-by-Step Guide

AI Thread Summary
To solve the 2D asteroid problem, one must apply Newton's law of universal gravitation, which states that the gravitational force between two bodies is proportional to their masses and inversely proportional to the square of the distance between them. The relevant equations for motion include the initial velocity components and the gravitational force acting on the asteroid. By defining the gravitational constant as 1, the force can be expressed in terms of the asteroid's position vector. It is essential to break down the force into x and y components and apply Newton's second law to derive the asteroid's future position. A clear understanding of these principles will facilitate the calculation of the asteroid's trajectory.
PolVD
Messages
2
Reaction score
0
Homework Statement
An asteroid passes next to a planet with mass m, and position (0, 0). The asteroid has an initial velocity (Vx, Vy) and a starting position (Px, Py). Considering that gravitational constant is 1, and ignoring the size of both objects, get the formula to calculate the asteroid position in the future.
Relevant Equations
x = V0x * t
y = V0y * t + 1/2 * g * t^2
Hi everyone! I don't know how to solve the next problem, and if anyone could explain to me step by step how it is solved I would thank you a lot. I know it's not hard, but I'm not seeing how to do it. Thank you in advance!
 
Physics news on Phys.org
PolVD said:
Homework Statement:: An asteroid passes next to a planet with mass m, and position (0, 0). The asteroid has an initial velocity (Vx, Vy) and a starting position (Px, Py). Considering that gravitational constant is 1, and ignoring the size of both objects, get the formula to calculate the asteroid position in the future.
Relevant Equations:: x = V0x * t
y = V0y * t + 1/2 * g * t^2

Hi everyone! I don't know how to solve the next problem, and if anyone could explain to me step by step how it is solved I would thank you a lot. I know it's not hard, but I'm not seeing how to do it. Thank you in advance!
Welcome to PF. :smile:

Are you familiar with Kepler's Laws? Since they are asking about an asteroid (and not a ball thrown on the surface of the planet), I'm guessing they want you to use the equations for orbital motion...

https://pwg.gsfc.nasa.gov/stargaze/Smotion.htm
 
berkeman said:
Welcome to PF. :smile:

Are you familiar with Kepler's Laws? Since they are asking about an asteroid (and not a ball thrown on the surface of the planet), I'm guessing they want you to use the equations for orbital motion...

https://pwg.gsfc.nasa.gov/stargaze/Smotion.htm

Actually, I'm not super familiar with physics in general. I'm taking a look at the page you send to me but it is super overwhelming. Are you 100% sure it should go that way? In that case, I would thank a more basic explanation since I have to get the whole formula to get the asteroid position and no a single result. I haven't done any physics in about 10 years. Thanks!

I asked that same question to another forum and this was the thread... But I didn't get any clear answer... That's why I'm here asking too.
 
Hi. I think if you are talking about "asteroids" and "planets", you should start with universal gravitation.

Newton's law of universal gravitation: $$\vec{F} = \frac{GMm}{r^3}\vec{r},$$ where ##\vec{r}## is the position vector (the position of asteroid in this question). ##r## is the distance between the asteroid and planet.

If the gravitational constant is 1, maybe you can define $$G=1,$$ hence $$\vec{F} = \frac{Mm}{r^3}\vec{r}.$$
Then you just need to consider the force components on x and y-axis and use Newton's 2nd law to solve it. (You only need to use the x and y coordinates of forces and acceleration)
 
I multiplied the values first without the error limit. Got 19.38. rounded it off to 2 significant figures since the given data has 2 significant figures. So = 19. For error I used the above formula. It comes out about 1.48. Now my question is. Should I write the answer as 19±1.5 (rounding 1.48 to 2 significant figures) OR should I write it as 19±1. So in short, should the error have same number of significant figures as the mean value or should it have the same number of decimal places as...
Thread 'A cylinder connected to a hanging 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