Here is what happens - (as I recall) - in high school you derive the equation A = GM/RR, but that is deemed to difficult to solve so it is simplified to A = -9.8 and it's easy even in high school to solve this heuristically, so that is done, and you calculate the trajectories of falling and thrown objects near the surface of the earth.
Here's what they don't tell you. You will never see the equation A = GM/RR solved, it does not have a closed form solution and I'll challenge anyone to find an analytic series solution in any text. I don't know of one. (I do know of a Texas A&M website where Kepler's laws are derived from the DE, and a solution is given for Kepler's problem (I think.), i.e. computing position as a function of time from Kepler's equation)
Let's see what Kleppner does ... and I've seen this elsewhere ... he alludes to a solution, noted in my previous post, but doesn't provide it. Instead he writes ...
Often we are interested in the path of the particle, which means knowingr as a function of θ rather than as a function of time.
and that problem is solved.
However, I worked for years on space projects, Star Wars !, the first use of laser gyros in space, Space Station Freedom stability control, and the Mars Observer. and in every project position as a function of time was basic, and position as a function of angle was never a consideration. That is, incidentally, when I discovered that computational calculus is how problems are solved. Not in the U. It was a revelation to me.
The reality is that the two-body problem doesn't have a closed form solution, and the three body problem, e.g. rocket trajectories between to Earth and moon, are completely intractable analytically.
They never tell you this at the university. So ...
hutchphd said:
There is a considerable difference between showing analytically that certain functions solve differential equations of motion and developing the skillset to solve ab initio those equations. For the most part that latter skillset is learned in the junior and senior level courses.
No, the differential equation models of real systems are almost always completely intractable. The skillset to solve them doesn't exist.
hutchphd said:
But to abjure the teaching of analytic methods central to the subject is ridiculous, and the notion that existing programs postpone these subjects as you describe is absolutely not true for any institution that I know.
I'm not suggesting to delay teaching analytic calculus, and I'm not saying that current programs do. I'm saying they delay teaching differential equations. What I am suggesting is teaching modeling physical processes with differential equations at the very beginning, in and of themselves they are not difficult at all, they don't even involve calculus. It's when you try to solve them analytically that things get difficult, and I would delay that just as it is done now.
However, computational calculus is trivially easy, it computes solutions to all differential equations, even analytically unsolvable ones, no problem, and it can be taught to high school students in a single one hour lecture and immediately be used to analyze any number of real complex physical systems, e.g. the Apollo trajectory, electric circuits, etc. This will completely transform physics and STEM education.
And computational calculus is not a 'black box', in its simplest form, Euler's method, it is a trivially easy formula, distance = velocity * time, or generally change = (rate of change)* time. That's it ! It is intuitively obvious and transparent, it completely demysitifies differential equations.