I once told a math teacher at a Big Ten university, that I thought their undergrad math instruction for engineers was weak. As an example, I said that I didn't think students learned any engineering applications of differential equations. He looked at me with a straight face and said: "There are no engineering applications of differential equations."
Ten lessons I wish I had learned before teaching differential equations (1997) [pdf]
81–90 of 122 posts
Re: Ten lessons I wish I had learned before teaching differential equations (1997) [pdf]
#82Earlier quoted context omitted.
The common techniques ARE a bag of tricks. Feynman was famous for being really good at integrals, because he had memorized the huge bag of tricks. Today, we have Mathematica for that, you don't need to be Feynman.
This makes me wonder. Is Mathematica also applying a bag of tricks (I suppose in a breadth first search), or does it have a more structural approach?
Re: Ten lessons I wish I had learned before teaching differential equations (1997) [pdf]
#83Earlier quoted context omitted.
I remember a similar problem in Calc 2. I forget the specifics now, but I think it was an integral of some combination of sin/cos that ended up being circular. You had to recognize an opportunity to swap one of the steps for an equivalent, which would lead you to the final solution.
Probably the second example here [1] for those curious (I think the integral of sin(x)*e^x dx is the only place I've seen this used, would love to know if there are other examples). [1] https://en.m.wikipedia.org/wiki/Integration_by_parts#Tabular...
Re: Ten lessons I wish I had learned before teaching differential equations (1997) [pdf]
#84"FORGET ABOUT EXISTENCE AND UNIQUENESS OF SOLUTIONS" what? most important thing about differential equations.
For ODEs you can simply think of solving the autonomous system numerically. Since I have many numerical algorithms to solve such a system, solutions exist. Since (most of) those algorithms are totally deterministic and offer no choices anywhere along the way (except maybe for some initial conditions) the solutions are unique. For PDE's it's much more interesting, as the author points out.
That said, I do think there is some pedagogical value in teaching existence/uniqueness even though the result may not be so interesting because it shows students that it's possible to get information about solutions directly from the equation even without explicit formulas available. It also introduces them to the sort of abstract arguments at the core of modern mathematics.
Re: Ten lessons I wish I had learned before teaching differential equations (1997) [pdf]
#85I am now lusting after http://www.amazon.ca/Exterior-Analysis-Using-Applications-Di... but it's a bit pricy for a indulgence purchase!
Re: Ten lessons I wish I had learned before teaching differential equations (1997) [pdf]
#86Also got A+ in DE, but I still don't think a grokked it.
Re: Ten lessons I wish I had learned before teaching differential equations (1997) [pdf]
#87> Some thirty or so years ago, Bessel functions were included in the syllabus, but in our day they are out of the question. > Teaching a subject of which no honest examples can be given is, in my opinion, demoralizing. I don't get this. Differential equations theory is about proving existence and uniqueness of solutions. If you have to use numerical techniques to actually compute the solution, then that's perfectly f…
I don't get it, either. Bessel functions certainly do have engineering applications.
30 years ago, if I wanted to plot the result of solving an equation like this, Bessel functions were useful as I'd just reach for Abramowitz&Stegun and look at the tabulated values. But now I have a computer, tabulated special functions don't matter nearly so much.
It's a long time since I had to use Bessel functions, so I could be very wrong, but this might be one of the reasons Rota said that.
Re: Ten lessons I wish I had learned before teaching differential equations (1997) [pdf]
#88> I do not know how to properly motivate the Laplace transform I feel like this is impossible without going to the complex plane. Like the author said, taking the inverse Laplace transform is no joke. I feel like I never properly understood the Laplace transform until I learned about Landau damping. This is when waves exist, but are damped in a collisionless plasma. This damping is not disspiation and the energy does…
The Laplace transform is somehow the continuous analog of a Taylor series expansion. You don't need complex analysis to motivate it. I sketched this for my students when TAing once upon a time, heavily inspired by this [1] nice MIT lecture. I'm very surprised this isn't standard material. It makes the parallel between Laplace and Fourier transforms so much more intuitive, because you get Taylor series as a parallel t…
But the Fourier series uses global data than the taylor series which uses point data so they aren't perfect analogs.
A laplace transform is a fourier transform rotated in the complex plane (more or less), and if you allow the transform to take complex "frequencies" then they are basically unified. The difference is that the laplace transform is all about causal functions of time (t f(t) = 0) where as the fourier transform is less picky.
Re: Ten lessons I wish I had learned before teaching differential equations (1997) [pdf]
#89Please, write another textbook. The internet changed drastically the process of writing books. I saw people making profit from books available online for free. I saw books written chapter by chapter with errors found quickly by first readers. I saw systems that allow commenting parts that are not clear enough with comments how to clarify them. If you promise to deliver a textbook that teaches skills relevant to engin…
They are written in many ways by many different people.
But some of us have started to write books that are Free, in the sense that software is Free. I have a couple and in addition to making the text and the source available I also sell one of them on Amazon and it does OK (see http://joshua.smcvt.edu/linearalgebra), because lots of people prefer a paper version when they really get down to studying.
Re: Ten lessons I wish I had learned before teaching differential equations (1997) [pdf]
#90I once told a math teacher at a Big Ten university, that I thought their undergrad math instruction for engineers was weak. As an example, I said that I didn't think students learned any engineering applications of differential equations. He looked at me with a straight face and said: "There are no engineering applications of differential equations."
That is really, really hard to believe. I can't say that I remember any discussion of applications in my differential equations course (also at a Big Ten school), but I'm positive the professor could have provided them. I didn't have a particular need for examples in a course, as differential equations were held up as the holy grail of math by my father, an optical engineer -- he used them at work fairly often, and f…