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)
 
Kindly see the attached pdf. My attempt to solve it, is in it. I'm wondering if my solution is right. My idea is this: At any point of time, the ball may be assumed to be at an incline which is at an angle of θ(kindly see both the pics in the pdf file). The value of θ will continuously change and so will the value of friction. I'm not able to figure out, why my solution is wrong, if it is wrong .
TL;DR Summary: I came across this question from a Sri Lankan A-level textbook. Question - An ice cube with a length of 10 cm is immersed in water at 0 °C. An observer observes the ice cube from the water, and it seems to be 7.75 cm long. If the refractive index of water is 4/3, find the height of the ice cube immersed in the water. I could not understand how the apparent height of the ice cube in the water depends on the height of the ice cube immersed in the water. Does anyone have an...
Back
Top