Iterative Prediction of Spring-Mass System

From Physics Book
Revision as of 15:24, 1 December 2015 by Kgiles7 (talk | contribs)
Jump to navigation Jump to search

claimed by kgiles7

Short Description of Topic

The Main Idea

A simple spring-mass system is a basic illustration of the momentum principle. The principle of conservation of momentum can be repeatedly applied to predict the system's future motion.

vertical spring-mass system

A Mathematical Model

The Momentum Principle provides a mathematical basis for the repeated calculations needed to predicts the system's future motion. The most useful form of this equation for predicting future motion is referred to as the momentum update form, and can be derived by rearranging the Momentum Principle as shown below:

[math]\displaystyle{ {{Δp}_{system} = \vec{F}_{net} }[/math]

[math]\displaystyle{ {\vec{p}_{f} - \vec{p}_{i} = \vec{F}_{net}{Δt}} }[/math]

[math]\displaystyle{ {\vec{p}_{f} = \vec{p}_{i} + \vec{F}_{net}{Δt}} }[/math]


In order to update the object's velocity and position, similar equations can be used. Together, they can be used to model the future motion of a spring-mass system.

Velocity Update Formula: [math]\displaystyle{ {\vec{v}_{f} = \vec{v}_{i} + \frac{\vec{F}_{net}}{m}}{Δt} }[/math]

Position Update Formula: [math]\displaystyle{ {\vec{r}_{f} = \vec{r}_{i} + \vec{v}_{avg}{Δt}} }[/math]


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

vertical spring-mass system

Example 1: The simplest example of a spring mass system is one that moves in only one-direction. Consider a massless spring of length 1 m with spring constant 100 N/m. If a 10 kg mass is released from rest while the spring is stretched downward to a length of 1.5 m, what is it's momentum after 0.5 seconds? The mass oscillates vertically, as shown to the right.

This problem can be solved through repeated iterations either by hand or by using a computer model such as VPython. Both methods are shown below.

Manual Solution: The time step used for each iteration must be small enough that we can assume a constant velocity over the interval, but not so large that solving the problem becomes incredibly time-consuming. An appropriately small time step here is approximately 0.1 seconds.

Step 1: We begin by calculating the object's initial momentum and the sum of the forces acting on it.

[math]\displaystyle{ {\vec{p}_{i} = \vec{v}_{i} * {m}} }[/math]




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