Lunar Lander Formulas for Fuel / Masses

dtturner12
Messages
1
Reaction score
0

Homework Statement



I am currently working on a computer science program which calculates the landing of a craft on a given planet. The user will enter in various known variables. I need some direction on what formulas to use for my program. I am strong in computer science however I haven't seen the formulas for this type of physics in a while and need some direction. Here is what variables the user will be able to "plug" into the equation to calculate the landing..

• The user initializes the program by entering the mass of the planet, mass of the craft, initial mass of fuel,fuel burn efficiency (amount of thrust/unit mass of fuel), initial height of craft above planet, and the initial velocity of the craft. This information will be entered from the keyboard.
• The height and velocity of the craft will only be in one direction orthogonal to a point on the planet.
• There are no other component forces acting upon the craft.
• Assume the planet and the craft are point masses.
• There are no other masses present.
• The program will prompt the user for amount of fuel to burn along with the burn time in seconds
• Appropriate calculations will be performed and the new craft vertical height above the planet and velocity will be displayed.
• A safe landing is when the craft contacts the surface of the planet within +/- 5m/s.
• Use the masses of the objects to calculate the force of attractio

Homework Equations



Relevant equations would be calculating the accelerations, and point masses

The Attempt at a Solution



i have a program written prompting all of the data from the keyboard however I am not sure what to do with the data such as which formulas to use.
 
Physics news on Phys.org
I think the relevant equations would be calculating the accelerations, and point masses. The acceleration of the craft would be a function of the gravitational force of attraction between the planet and craft divided by the mass of the craft. The equation for the gravitational force of attraction is F= (G*m1*m2)/r^2, where G is the universal gravitational constant, m1 and m2 are the two masses, and r is the distance between them.
 
Thread 'Need help understanding this figure on energy levels'
This figure is from "Introduction to Quantum Mechanics" by Griffiths (3rd edition). It is available to download. It is from page 142. I am hoping the usual people on this site will give me a hand understanding what is going on in the figure. After the equation (4.50) it says "It is customary to introduce the principal quantum number, ##n##, which simply orders the allowed energies, starting with 1 for the ground state. (see the figure)" I still don't understand the figure :( Here is...
Thread 'Understanding how to "tack on" the time wiggle factor'
The last problem I posted on QM made it into advanced homework help, that is why I am putting it here. I am sorry for any hassle imposed on the moderators by myself. Part (a) is quite easy. We get $$\sigma_1 = 2\lambda, \mathbf{v}_1 = \begin{pmatrix} 0 \\ 0 \\ 1 \end{pmatrix} \sigma_2 = \lambda, \mathbf{v}_2 = \begin{pmatrix} 1/\sqrt{2} \\ 1/\sqrt{2} \\ 0 \end{pmatrix} \sigma_3 = -\lambda, \mathbf{v}_3 = \begin{pmatrix} 1/\sqrt{2} \\ -1/\sqrt{2} \\ 0 \end{pmatrix} $$ There are two ways...
Back
Top