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.
 
##|\Psi|^2=\frac{1}{\sqrt{\pi b^2}}\exp(\frac{-(x-x_0)^2}{b^2}).## ##\braket{x}=\frac{1}{\sqrt{\pi b^2}}\int_{-\infty}^{\infty}dx\,x\exp(-\frac{(x-x_0)^2}{b^2}).## ##y=x-x_0 \quad x=y+x_0 \quad dy=dx.## The boundaries remain infinite, I believe. ##\frac{1}{\sqrt{\pi b^2}}\int_{-\infty}^{\infty}dy(y+x_0)\exp(\frac{-y^2}{b^2}).## ##\frac{2}{\sqrt{\pi b^2}}\int_0^{\infty}dy\,y\exp(\frac{-y^2}{b^2})+\frac{2x_0}{\sqrt{\pi b^2}}\int_0^{\infty}dy\,\exp(-\frac{y^2}{b^2}).## I then resolved the two...
Hello everyone, I’m considering a point charge q that oscillates harmonically about the origin along the z-axis, e.g. $$z_{q}(t)= A\sin(wt)$$ In a strongly simplified / quasi-instantaneous approximation I ignore retardation and take the electric field at the position ##r=(x,y,z)## simply to be the “Coulomb field at the charge’s instantaneous position”: $$E(r,t)=\frac{q}{4\pi\varepsilon_{0}}\frac{r-r_{q}(t)}{||r-r_{q}(t)||^{3}}$$ with $$r_{q}(t)=(0,0,z_{q}(t))$$ (I’m aware this isn’t...
Hi, I had an exam and I completely messed up a problem. Especially one part which was necessary for the rest of the problem. Basically, I have a wormhole metric: $$(ds)^2 = -(dt)^2 + (dr)^2 + (r^2 + b^2)( (d\theta)^2 + sin^2 \theta (d\phi)^2 )$$ Where ##b=1## with an orbit only in the equatorial plane. We also know from the question that the orbit must satisfy this relationship: $$\varepsilon = \frac{1}{2} (\frac{dr}{d\tau})^2 + V_{eff}(r)$$ Ultimately, I was tasked to find the initial...
Back
Top