Updating force, momentum, and position: Difference between revisions

From Physics Book
Jump to navigation Jump to search
No edit summary
No edit summary
Line 7: Line 7:
===A Mathematical Model===
===A Mathematical Model===


The mathematical models we will use are force update equations, momentum update equations, and position update equations.
Force (These equations are the force equations for whatever type of problem you are solving. In our case, the gravitational force of Earth on the Spacecraft.):
<math>\vec{F}_{grav} = -G\frac{{m}_{earth}{m}_{craft}}{\abs{{r}_{earth \rightarrow craft}}^2}{\hat{r}}_{earth \rightarrow craft}</math>
What are the mathematical equations that allow us to model this topic.  For example <math>{\frac{d\vec{p}}{dt}}_{system} = \vec{F}_{net}</math> where '''p''' is the momentum of the system and '''F''' is the net force from the surroundings.
What are the mathematical equations that allow us to model this topic.  For example <math>{\frac{d\vec{p}}{dt}}_{system} = \vec{F}_{net}</math> where '''p''' is the momentum of the system and '''F''' is the net force from the surroundings.



Revision as of 22:56, 18 November 2015

This topic covers building a VPython script to loop until a specified time and update the fore, momentum, and position in a system to create a neat animation and solve problems dealing with force, momentum, and position at a specific time.

The Main Idea

The main idea is to take the mathematical models we already know, and learning the syntax to put them into a VPython script that can help us solve problems quickly and easily.

A Mathematical Model

The mathematical models we will use are force update equations, momentum update equations, and position update equations.

Force (These equations are the force equations for whatever type of problem you are solving. In our case, the gravitational force of Earth on the Spacecraft.): [math]\displaystyle{ \vec{F}_{grav} = -G\frac{{m}_{earth}{m}_{craft}}{\abs{{r}_{earth \rightarrow craft}}^2}{\hat{r}}_{earth \rightarrow craft} }[/math] What are the mathematical equations that allow us to model this topic. For example [math]\displaystyle{ {\frac{d\vec{p}}{dt}}_{system} = \vec{F}_{net} }[/math] where p is the momentum of the system and F is the net force from the surroundings.

A Computational Model

How do we visualize or predict using this topic. Consider embedding some vpython code here Teach hands-on with GlowScript

Examples

Be sure to show all steps in your solution and include diagrams whenever possible

Simple

Middling

Difficult

Connectedness

  1. How is this topic connected to something that you are interested in?
  2. How is it connected to your major?
  3. Is there an interesting industrial application?

History

Put this idea in historical context. Give the reader the Who, What, When, Where, and Why.

See also

Are there related topics or categories in this wiki resource for the curious reader to explore? How does this topic fit into that context?

Further reading

Books, Articles or other print media on this topic

External links

Internet resources on this topic

References

This section contains the the references you used while writing this page