Whydo I need to learn to do complex math operations on paper when most can be done automatically in software like Maple. For instance, as long as I learn the concept and application for how aspects of linear algebra and differential equations work, won't I be able to enter the appropriate info into such a software program and not have to manually do the calculations?
Just to clarify, I'm not trying to offend any mathematicians or to belittle the importance of math. From CS I recognize that knowing the deep details of an algorithm can be useful, but that is equally important to be able to work abstractly. Just trying to get some perspective on how to approach the next few years of study.
Both. One is difficult without the other. How are you going to solve equations that Maple can't solve? How are you going to solve it, exactly or numerically? What's the best way to solve something numerically? How can you simplify the problem to get an approximate answer? How are you going to interpret Maple's output, and any issues you have with its solution? How can you simplify the answer it gives you? What if you are only interested in the problem for a particular set of values/parameters/in a particular range? What happens if a parameter is small? How many solutions are there? Does a solution even exist?
Using a CAS without knowing the background maths behind the problems you're trying to solve is like punching the buttons on a calculator without knowing what numbers are, what the operations mean or what the order of operations might be.
I will second Bennett, the point is both. Consider the analogy that learning mathematics and physics is much like constructing maps. First, you will see maps others have created, how details are crafted, norms, what are usual rules, what are the great maps for certain regions. This is the highview.
However, you must be sure these maps are correct. Therefore, you'll go to the places they give you directions to and check if it matches. This is the ground level. You have to make sure you are following instructions correctly, arriving at the same results, be able to walk yourself through the path.
It's the only way you have a firm, solid, sharp knowledge of anything you study. Learning how to switch between the bird's-eye view and sniffing the ground is part of the apprenticeship of anyone in science.
Without knowing the details of a process, it is extremely difficult to program tools yourself that compute this process. Put more succinctly, without understanding an algorithm, it is nearly impossible to implement the algorithm. This is not nearly its only justification, but I would wager it is the most relevant, given your background.
Unlike mathematicians of long ago, I don't have to look up logarithm tables whenever I need to calculate $\log(24)$. My calculator or computer can do that for me, and that's a great advantage. They are great tools. Likewise, my tools can tell me what $298379187912 / 81238.235$ is, or whether or not $e^9$ is greater than $3^8$.
What these operations have in common is that they are simple, mechanical operations. Solving a differential equation is far more complicated, especially when it comes to PDEs. That doesn't mean computers can't help you solve some of them, but observe that a numerical solution is quite different from an analytical solution, and the latter can provide added information that the numerical solution cannot. There are also still a lot of PDEs that we simply do not know how to solve analytically (yet).
For instance. Why learn to do basic math, when calculators are so omnipresent? Well, there was a situation a few years back where the register had gone down, so the cashier was having to add up the amounts 'by hand' using a hand calculator. This one lady further up the line got up to the register and when the cashier added it up, she objected to the amount.
Why? Well, because she could do basic math in her head. The cashier couldn't. So the cashier just kept typing in the quantities, and the same amount came out, so the cashier was just trusting the calculator. Long story short - the battery on the calculator was going and who knows how long it had been spitting out bad data and customers had been getting charged the wrong amount. The manager apologized, batteries were replaced.
Same thing for your Differential Equations. You need to know how DifEQs work so that when you do some little problem somewhere in setting up Maple to solve it for you, and don't realize you have a setting off, and it spits out a very wrong answer ... you know enough to sanity-check the result that Maple gives you.
You're going to need to know how to solve differential equations, especially if you're interested in quantum mechanics. Even some of the most basic examples of potentials used for quantum mechanics make CAS choke.
Examples: Delta potential, finite potential well (a lot easier to use the basic theory of differential equations to get a transcendental equation and use a root finding algorithm), and the quantum harmonic oscillator (look up the ladder operator method, really cool way of looking at problems like this).
Quantum Mechanics problems cannot yet be solved automatically on the computer. We're not even close to that point. There are many computational theories and approximations, but no canned program that can reliably give you solutions to a wide range of Quantum problems. Not even narrow ranges of problems can be solved so easily at this point. Maybe you'll be someone who makes significant contributions to computing, but you won't get there in Quantum Mechanics without knowing a tremendous amount of theory; this is because intuition in Quantum doesn't come from personal experience so much as it does through Math.
The computer architecture was designed by one of the most brilliant Mathematicians of the 20th century specifically to tackle non-linear problems, and the basic architecture hasn't significantly changed since. Great strides have been made in solving non-linear problems, but much of Quantum remains an enigma. By the way, it was this same Mathematician who invented the computer architecture who proposed the rigorous Mathematical framework for Quantum Mechanics that we still use today.
If you're interested in research, you'll have one type of career. If you interested in using existing tools to solve problems, you'll have another type of career. Each is equally valid, and it comes down to personal preference, talent, temperament, resources, etc.. Significant advances can be found in any field, but not usually by those who end up doing something they really don't like.
Even computers can solve differential equations, they are not almighty. User must now, what is differential equation, if solution exists, if solution is unique. Conditions for unique solution. User must now what means initial condition, boundary condition. So if user wants to find solution of DE he necessary need good knowledge of theory of DE. Moreover, most of DE are solved numericaly, so user need also good knowledge of linear algebra. Unfortunately there is no blackbox, where on input is DE and output is solution.
There are many things that you will learn in school that will seem to be irrelevant. You need to know how to do certain things because it gives you a proper foundation for your field. These things will help train your brain for the unknowns that you will encounter later in life.
As an analogy, think about an athlete's training. Boxers often run miles and footballers perform high kicks. They are not actually going to use those activities directly in the ring or on the field. However, they will have built up their endurance, strength, and agility.
While studying differential equations, you may never realize that it is important for areas as disparate as fluid dynamics, robotics, or audio processing. A 200 years ago, engineers knew that differential equations were important for fluid dynamics, but robotics didn't exist, and audio processing was unimaginable. I do not know what the future will bring, but I am sure that my mathematical foundation will help.
You learn things by hand and the "long" (usually more fundamental) way so that you can more easily check to see if the answer from a shortcut or program is reasonable. What if there was an error in Maple? Why should you trust that answer more than your own brain? It quickly allows you to tell the difference between a solution that looks correct and a solution that you (after having done a few similar problems the long way) know can't possibly be correct.
One issue is that you have to communicate your problem to the computer, before it can "automatically" solve it. Even if the computer understands the communicated problem, the actual form of the reported solution or whether any solution at all is reported can depend on "irrelevant" minor details. Here is an excerpt from a question about my most recent issue of this form:
Note that the only answer to this question proposes a way to communicate this problem to the computer in a "more direct less preprocessed" way, with the result that the computer doesn't generate any answer at all.
I really loved Differential Equations With Applications and Historical Notes by George Simmons. It drastically changed my outlook about a large part of mathematics. For example, why do we spend so much time in real analysis studying convergence of power series? The subject is interesting on its own, but aside from the abstract interest, it's ultimately because we want to use those methods to understand power series solutions of differential equations.
The Simmons book is clearly written, and it not only makes the subjectinteresting but deeply fascinating. Great mathematicians like Gauss and Laplace were trying to solve problems of physics and engineering, in which differential equations are ubiquitous, and these problems are the primary motivation for a large part of analysis and topology. By page 30 Simmons hastreated falling objects with air resistance and shown how to calculateterminal velocities. After spending all of high school doing falling-objects problems without air resistance, it was a relief to finally do them right.Another early highlight is the solution of the famous brachistochrone problem, something I had been wondering for years.
3a8082e126