183_notes:iterativepredict

Section 2.3, 2.4 and 2.7 in Matter and Interactions (4th edition)

You read earlier how to predict the motion of a system that experiences a constant force. However, very few real systems can be approximately modeled using constant force motion.

All systems can be modeled iteratively, that is, applying the motion prediction tools (momentum update and position update) in repeated small steps. In these notes, you will read about this iterative process and how it is related to formal calculus.

“Iterate” means to “repeat.” In physics, it often means to perform the same calculation repeatedly using information produced by the previous calculation. You might think of this as taking the output of a calculation and using it as the input for the new calculation.

To predict motion iteratively is to apply the momentum update and position update formula over small time steps, using their own predictions and the inputs for the next calculation. The steps for iteratively prediction motion are as follows:

  • 1.) - Calculate the (vector) forces acting on the system.
  • 2.) - Update the momentum of the system: $\vec{p}_f = \vec{p}_i + \vec{F}_{net}\Delta t$.
  • 3.) - Update the position of the system: $\vec{r}_f = \vec{r}_i + \vec{v}_{avg}\Delta t$.
  • 4.) - Repeat

This process can be used for any system with any type of force. The accuracy of your predictions depend on the length of the time step. By using this method, you assume that the net force and average velocity are roughly constant over the time interval (for each time interval). If you are interested in more details, this method is similar to Euler-Cromer symplectic integration.

To reiterate, this method is not limited to non-constant forces and can be used to predict the motion in situations where a constant force model can be applied. A visual representation of such an iterative prediction over 3 steps is shown below. In each step, the momentum changes and, thus, the new momentum is calculated. This new momentum is used to determine the new location of the ball. The process is executed again with an updated prediction.

If you were to connect the straight lines in this picture, you would see a trajectory that looks more like moving through a curved trajectory. The time step here is quite long for the motion, but using a shorter time step, the line segments are shorter and more closely produce a curved trajectory.

  • 183_notes/iterativepredict.txt
  • Last modified: 2021/02/15 02:46
  • by stumptyl