Earlier quoted context omitted.
You don't make students take Linear Algebra before differential equations? I thought students were supposed to take Lin-Alg alongside their Calculus 2 or Multivariable Calculus course, then have all that in their heads for DiffEqu.
>You don't make students take Linear Algebra before differential equations? In my university curriculum, linear algebra was taught after. Perhaps my ODE course was watered down, but that wasn't a problem at all for us.
Lessons I Wish I Had Learned Before Teaching Differential Equations (1997) [pdf]
91–100 of 112 posts
Re: Lessons I Wish I Had Learned Before Teaching Differential Equations (1997) [pdf]
#92Earlier quoted context omitted.
Ansys, Abaqus CAE, Dyna, Optistruct, FEKO, AcuSolve, NASTRAN, ... The list goes on and on. Each bigger DE or partial DE has a huge ecosystem of numerical software around it to approximate solutions for real world applications. High and low electro magnetics (Maxwell), Navir-Stokes, ...
Engineers should be taught about actual numerical algorithms and their qualitative properties. Cases in which there exist explicit symplectic algorithms, etc.
Re: Lessons I Wish I Had Learned Before Teaching Differential Equations (1997) [pdf]
#93Earlier quoted context omitted.
Funnily enough, from a mathematical point of view, it's the opposite: integration is a really nice operation that can be applied to basically anything, whereas differentiation is really finicky, sometimes derivatives don't exist and you can't even be too sure when, so you need to be extra careful. This carries over to doing numerical computing: integrating an arbitrary function is easy, for smooth 1d functions it's a…
Integration can definitely not be applied to basically anything. See the entire subject of measure theory, the concepts of Riemann, Riemann-stieltjes and Lebesgue integrals. The class of C(1) functions is quite easy. The class of intergrable functions is much more difficult. All we know is that it is larger. Consider this: to prove a function isn't differentiable, you need only give a single point where the derivativ…
Re: Lessons I Wish I Had Learned Before Teaching Differential Equations (1997) [pdf]
#94Apparently he passed 2 years after this was written. RIP. A great mind. https://en.wikipedia.org/wiki/Gian-Carlo_Rota
Re: Lessons I Wish I Had Learned Before Teaching Differential Equations (1997) [pdf]
#95Earlier quoted context omitted.
OK, but the algebra of complex numbers is so much easier than trig -- less to memorize -- that I think it must be inertia that's keeping our trig courses around, not inherently better pedagogy. Has anyone tried teaching this way in high school or middle school?
>OK, but the algebra of complex numbers is so much easier than trig -- less to memorize -- that I think it must be inertia that's keeping our trig courses around, not inherently better pedagogy. Let's not forget the geometric aspect of trigonometry, which will be more intuitive to many than complex numbers. I have a force of 10N applied at an angle of 32 degrees. I need the x-component. You still need basic trigonome…
Re: Lessons I Wish I Had Learned Before Teaching Differential Equations (1997) [pdf]
#96Earlier quoted context omitted.
Trig is artificially hard in calculus. When you get to complex numbers it all gets easier. But they don't teach that until later. One thing I learned at Berkeley was that there are two kinds of problems: linear problems and problems you can't solve. The trick ( EE 120 Linear Systems ) was always how to transform a complicated problem into a linear problem. Yeah we used complex numbers as part of the trick to get to l…
> Trig is artificially hard in calculus. When you get to complex numbers it all gets easier. But they don't teach that until later. And if Clifford algebras were introduced, it would get even easier. But they typically don't even teach that.
Re: Lessons I Wish I Had Learned Before Teaching Differential Equations (1997) [pdf]
#97Earlier quoted context omitted.
Interestingly, children as young as 5 show an aptitude for understanding overarching concepts of calculus.[1] This makes sense: it is much easier to talk about "rates of change" and "accumulation" in simple terms and show how they are related using models that appeal to children. We don't need to dive right in to the notation and algebraic manipulations to get across the basic idea. That can come later when children…
My oldest, while in second grade, learned enough calculus to determine the _location_ of a train given it's acceleration and since it started. That's because she was interested, and asking questions, and luckily I had explained to her the slope of a graph just a few days before the train ride. She didn't learn the formula to memorize, but rather the concepts. Only then did we do the calculations the long way, on pape…
The question my three-year-old son asks over and over each day. It's exhausting, and I love it. I do my best to provide the answer instead of simply stating "because" or "just do it" as one of my greatest fears is to suppress his natural desire to understand as much as possible about the world. Also, as a child I hated memorization, yet loved delving into a subject that intrigued me.
Re: Lessons I Wish I Had Learned Before Teaching Differential Equations (1997) [pdf]
#98Earlier quoted context omitted.
Let’s take that up a notch - try both and actually measure the results. It’s accepted to design products and services by trying lots of permutations and measuring the success, is this ever done with teaching? So many people (myself included) have stories of, if only I had been exposed to such and such concept in a different way it would have had a much bigger impact. Why not measure multiple aspects? Efficiency of le…
>It’s accepted to design products and services by trying lots of permutations and measuring the success, is this ever done with teaching? Yes and...of course it is done and tried. The problem is that most parents (especially those whose kids are most likely not to have the support to get past these struggles) are not exactly ecstatic for their children to be used as experiments. They want concrete answers, fixes, sol…
Research is always difficult, in any field. You don’t get a PhD for courses, when you’re expected to have insights that no one ever has had before, that’s just a hard thing. Same with designing research. It’s so difficult and complex across the board people make big mistakes doing it all the time.
Same with the parent problem. Recruiting humans to study is always a huge mine field, medical/psych/sociology/etc. all deal with it.
So what’s different about education? I don’t know your field, but it sounds like things are too tightly (inherently) coupled to public policy controversy, on top on the money thing.
Re: Lessons I Wish I Had Learned Before Teaching Differential Equations (1997) [pdf]
#99Earlier quoted context omitted.
Funnily enough, from a mathematical point of view, it's the opposite: integration is a really nice operation that can be applied to basically anything, whereas differentiation is really finicky, sometimes derivatives don't exist and you can't even be too sure when, so you need to be extra careful. This carries over to doing numerical computing: integrating an arbitrary function is easy, for smooth 1d functions it's a…
More like `from a computational point of view.' Analytically, integration is much more difficult and richer than differentiation!
Note the key word there is a function not a function with a closed form that's a tiny subset.
Re: Lessons I Wish I Had Learned Before Teaching Differential Equations (1997) [pdf]
#100Interesting, I'm a phd-drop out in computational biology, working as a data science consultant: I use mathematics including multi-dimensional statistics, linear algebra, and calculus everyday. Being self-taught, I'm very self conscience about the math I don't know, but so far, not knowing differential equations doesn't seem to have hurt me. I actually just ran into a problem that uses Hamiltonian dynamics, so maybe I…