A note about numerical calculations

[In a previous post, I talked about numerical calculations](http://scienceblogs.com/dotphysics/2008/10/basics-numerical-calculation…). The basic idea is to use the momentum principle and the following "recipe":

  • Update the position of the particle
  • Update the momentum of the particle
  • Update the force on the particle

Looks great, right? Well, it mostly is great. I want to give a couple of pointers about the last step, update the force on the particle. How and when can you do this? Really, in numerical calculations, you will see two types of forces:

  • Forces that you can calculate: That looks strange, but it's true. Maybe you are thinking, can't you calculate all the forces? - the answer is no. Yes, you can calculate the gravitational force and the electromagnetic force. Also, really all forces you are likely to see are one of those two. You can also calculate the force due to a spring(depends on position), the air resistance force (depends on velocity). These types of forces work well in the above numerical recipe.
  • Forces that you CAN NOT calculate: These are all the other forces. Typically, these are forces of constraint. Suppose a block slides down a plane. Yes, you can calculate the force the plane exerts on the block, but it depends on things other than just the position of the block. The force the plane exerts on the block is such as to keep the block on the plane. You can not calculate this in the same way as the previous category of forces. Yes, technically the force the plane exerts on the block IS the electromagnetic force. If you want to calculate this force between all the atoms in the two objects, I encourage that.



So what does this all mean? This means that you can not use the above "recipe" for whatever you want. Sorry.

(I have a trick I will show you later)

More like this

This is the first post I'm doing for the "Basic Concepts" series. When I asked for suggestions, I got a good long list of stuff, and it's hard to know quite where to start. I'm going to start with "Force," because physics as we know it more or less started with Isaac Newton, and Newton is best…
In the initial "Basic Concepts" post, I discussed the concept of Force in physics. This time out, I'll be talking about fields, which is a much dicier proposition. Not only are fields considerably more abstract than forces, but I've never lectured on fields in general (specific instances of fields…
Last week, Rhett did a post on animating a bouncing ball in VPython. This was mostly making a point about the distinction between real simulation and animation, along the lines of yesterday's post on social construction of videogame reality. But, of course, my immediate reaction was, "That's not…
"If I have ever made any valuable discoveries, it has been due more to patient attention, than to any other talent." -Isaac Newton Born the year Galileo died, Isaac Newton is one of the most revered figures in all of physics. In addition to the work he did on optics, planetary motion and…