Название | Fundamentals of Numerical Mathematics for Physicists and Engineers |
---|---|
Автор произведения | Alvaro Meseguer |
Жанр | Математика |
Серия | |
Издательство | Математика |
Год выпуска | 0 |
isbn | 9781119425755 |
Part II starts with Chapter 5, which is an introduction to numerical linear algebra, henceforth referred to as NLA. Some readers may find it unusual not to find NLA in Part I. Certain topics such as matrix norms or condition number of a matrix implicitly involve multivariate calculus, and are therefore unsuitable for Part I, addressed to first or second year undergraduates. Chapter 5 exclusively focuses on just one topic: solving linear systems of equations. The chapter first addresses direct solvers by introducing LU and QR factorizations. A very brief introduction to iterative matrix‐free Krylov solvers can be found at the end of the chapter. I think that the concept of matrix‐free iterative solver is of paramount importance for scientists and engineers. I have tried to introduce the concept of Krylov subspace in a simple, but also unconventional, way. Owing to the limited scale of the book, it has been impossible to address many other important topics in NLA such as eigenvalue computation, the singular value decomposition, or preconditioning. Chapter 6 is devoted to the solution of multidimensional nonlinear systems of equations, also including parameters. This chapter introduces the concept of continuation, also known as homotopy, a very powerful technique that has been shown to be very useful in different areas of nonlinear science. Chapter 7 is a very brief introduction to numerical Fourier analysis, where I introduce the discrete Fourier transform (DFT), and the phenomenon of aliasing. In this chapter, I also introduce Fourier differentiation matrices, to be used later in the numerical solution of boundary value problems. Finally, Chapter 8 is devoted to numerical discretization techniques for ordinary differential equations (ODE). The chapter first addresses how to solve boundary value problems (BVP) within bounded, periodic, and unbounded domains. In this first part of the chapter, I exploit the concept of global differentiation matrix seen previously in the book. Local differentiation formulas are used in the second part of the chapter, exclusively devoted to the solution of initial value problems (IVP). The limited scale of the book has only allowed including a few families of time integrators. The chapter ends with a brief introduction to the concept of stability of a time‐stepper, where I have certainly oversimplified concepts such as consistency or 0‐stability, along with Dahlquist's equivalence theorem. However, I have emphasized other, in my point of view, also important but more practical aspects such as stiffness and A‐stability.
A. Meseguer
Barcelona, September 2019
Acknowledgments
Many people read early drafts at various stages of the evolution of this book and contributed many corrections and constructive comments. I am particularly grateful to Daniel Loghin, Mark Embree, and Francisco (Paco) Marqués for their careful reading of some parts of the manuscript. Other people who helped with proofreading include Ercília Sousa, Juan M. López, and Julia Amorós. I would also like to thank Toni Castillo for efficiently adapting Wiley LaTeX template to different Debian and Ubuntu's Linux environments I have been working with during the writing. Finally, I wish to thank Kathleen Santoloci, Mindy Okura‐Marszycki, Elisha Benjamin, and Devi Ignasi of John Wiley & Sons, for their splendid editorial work.
A. Meseguer
1 Solution Methods for Scalar Nonlinear Equations
1.1 Nonlinear Equations in Physics
Quite frequently, solving problems in physics or engineering implies finding the solution of complicated mathematical equations. Only occasionally, these equations can be solved analytically, i.e. using algebraic methods. Such is the case of the classical quadratic equation
, whose exact zeros or roots are well known:An obvious question is whether there is an expression similar to Eq. (1.1) providing the roots or zeros of the cubic equation
. The answer is yes, and such expression is usually termed as Cardano's formula.1 We will not detail here the explicit expression of Cardano's formula but, as an example, if we apply such formulas to solve the equationwe can obtain one of its roots:
There are similar formulas to solve arbitrary quartic equations in terms of radicals, but not for quintic or higher degree polynomials, as proposed by the Italian mathematician Paolo Ruffini in 1799 but eventually proved by the Norwegian mathematician Niels Henrik Abel around 1824.
What we have described is just a symptom of a more general problem of mathematics: the impossibility of solving arbitrary equations analytically. This is a problem that has serious implications in the development of science and technology since physicists and engineers frequently need to solve complicated equations. In general, equations that cannot be solved by means of algebraic