The Numerical Solution of Ordinary and Partial Differential Equations
eBook - ePub

The Numerical Solution of Ordinary and Partial Differential Equations

Granville Sewell

  1. 318 pages
  2. English
  3. ePUB (adapté aux mobiles)
  4. Disponible sur iOS et Android
eBook - ePub

The Numerical Solution of Ordinary and Partial Differential Equations

Granville Sewell

DĂ©tails du livre
Aperçu du livre
Table des matiĂšres
Citations

À propos de ce livre

This book presents methods for the computational solution of differential equations, both ordinary and partial, time-dependent and steady-state. Finite difference methods are introduced and analyzed in the first four chapters, and finite element methods are studied in chapter five. A very general-purpose and widely-used finite element program, PDE2D, which implements many of the methods studied in the earlier chapters, is presented and documented in Appendix A.

The book contains the relevant theory and error analysis for most of the methods studied, but also emphasizes the practical aspects involved in implementing the methods. Students using this book will actually see and write programs (FORTRAN or MATLAB) for solving ordinary and partial differential equations, using both finite differences and finite elements. In addition, they will be able to solve very difficult partial differential equations using the software PDE2D, presented in Appendix A. PDE2D solves very general steady-state, time-dependent and eigenvalue PDE systems, in 1D intervals, general 2D regions, and a wide range of simple 3D regions.

Contents:

  • Direct Solution of Linear Systems
  • Initial Value Ordinary Differential Equations
  • The Initial Value Diffusion Problem
  • The Initial Value Transport and Wave Problems
  • Boundary Value Problems
  • The Finite Element Methods
  • Appendix A — Solving PDEs with PDE2D
  • Appendix B — The Fourier Stability Method
  • Appendix C — MATLAB Programs
  • Appendix D — Answers to Selected Exercises


Readership: Undergraduate, graduate students and researchers.
Key Features:

  • The discussion of stability, absolute stability and stiffness in Chapter 1 is clearer than in other texts
  • Students will actually learn to write programs solving a range of simple PDEs using the finite element method in chapter 5
  • In Appendix A, students will be able to solve quite difficult PDEs, using the author's software package, PDE2D. (a free version is available which solves small to moderate sized problems)

Foire aux questions

Comment puis-je résilier mon abonnement ?
Il vous suffit de vous rendre dans la section compte dans paramĂštres et de cliquer sur « RĂ©silier l’abonnement ». C’est aussi simple que cela ! Une fois que vous aurez rĂ©siliĂ© votre abonnement, il restera actif pour le reste de la pĂ©riode pour laquelle vous avez payĂ©. DĂ©couvrez-en plus ici.
Puis-je / comment puis-je télécharger des livres ?
Pour le moment, tous nos livres en format ePub adaptĂ©s aux mobiles peuvent ĂȘtre tĂ©lĂ©chargĂ©s via l’application. La plupart de nos PDF sont Ă©galement disponibles en tĂ©lĂ©chargement et les autres seront tĂ©lĂ©chargeables trĂšs prochainement. DĂ©couvrez-en plus ici.
Quelle est la différence entre les formules tarifaires ?
Les deux abonnements vous donnent un accĂšs complet Ă  la bibliothĂšque et Ă  toutes les fonctionnalitĂ©s de Perlego. Les seules diffĂ©rences sont les tarifs ainsi que la pĂ©riode d’abonnement : avec l’abonnement annuel, vous Ă©conomiserez environ 30 % par rapport Ă  12 mois d’abonnement mensuel.
Qu’est-ce que Perlego ?
Nous sommes un service d’abonnement Ă  des ouvrages universitaires en ligne, oĂč vous pouvez accĂ©der Ă  toute une bibliothĂšque pour un prix infĂ©rieur Ă  celui d’un seul livre par mois. Avec plus d’un million de livres sur plus de 1 000 sujets, nous avons ce qu’il vous faut ! DĂ©couvrez-en plus ici.
Prenez-vous en charge la synthÚse vocale ?
Recherchez le symbole Écouter sur votre prochain livre pour voir si vous pouvez l’écouter. L’outil Écouter lit le texte Ă  haute voix pour vous, en surlignant le passage qui est en cours de lecture. Vous pouvez le mettre sur pause, l’accĂ©lĂ©rer ou le ralentir. DĂ©couvrez-en plus ici.
Est-ce que The Numerical Solution of Ordinary and Partial Differential Equations est un PDF/ePUB en ligne ?
Oui, vous pouvez accĂ©der Ă  The Numerical Solution of Ordinary and Partial Differential Equations par Granville Sewell en format PDF et/ou ePUB ainsi qu’à d’autres livres populaires dans Mathematik et Angewandte Mathematik. Nous disposons de plus d’un million d’ouvrages Ă  dĂ©couvrir dans notre catalogue.

Informations

Éditeur
WSPC
Année
2014
ISBN
9789814635110
Édition
3
1
Initial Value Ordinary Differential Equations
1.0 Introduction
Differential equations are often divided into two classes, ordinary and partial, according to the number of independent variables, and studied separately. A more meaningful division, however, is between initial value problems, which usually model time-dependent phenomena, and boundary value problems, which generally model steady-state systems. The differences between initial value and boundary value problems, and the similarities within each of these classes, are even more striking when numerical methods for these problems are considered.
The identification of initial value problems with time dependency and of boundary value problems with a steady-state condition is helpful in understanding some of the differences in the properties of these two types of problems. For example, the solution at any time of a time-dependent problem logically depends only on what has gone on before and not on future events. For a steady-state problem, on the other hand, the solution values at different spatial points may be interdependent. Thus it is not surprising that a time-dependent (initial value) problem can be solved numerically by marching forward in time from the given initial values, while a system of simultaneous algebraic equations must generally be solved to find the solution to a steady-state (boundary value) problem.
It is also clear why initial value problems almost always have unique solutions, while boundary value problems sometimes have many or no solutions. Consider, for example, the general second-order equation mutt = f(t, u, ut), which may be thought of as modeling Newton’s second law, applied to an object whose coordinates are given by the vector u(t). With initial conditions u(0) = u0, ut(0) = u1, under very reasonable smoothness assumptions on the force field f, this problem will always have a unique solution. To find it, one only needs to create the force field described by f and release the object with the prescribed initial position and velocity. The object will find the solution even if we cannot! With boundary conditions u(0) = u0, u(1) = u1, there is no guarantee that a unique solution exists, as we are now requiring that the object travel from point u0 to point u1 in a prescribed time, under the specified force field, a requirement that may be impossible to satisfy or that may be satisfied by many trajectories. Note that we have just given an example of a time-dependent boundary value problem!
The problem to be studied in this chapter is the first-order initial value ordinary differential equation problem
image
All of the methods and results of this chapter generalize to systems of first-order equations (uâ€Č = f(t, u), u(0) = u0) in a straightforward manner, by simply allowing u, f, u0, and their approximations to be vector quantities. The introduction of additional dependent variables does not have any of the complicating effects that the introduction of additional independent variables has.
Furthermore, higher-order initial value problems are easily converted into first-order systems. For example, the second-order problem
image
can be reduced to a system of two first-order equations by introducing the auxiliary variable v ≡ du ∕ dt:
image
Thus it is sufficient to study only the single first-order equation uâ€Č = f(t,u).
1.1 Euler’s Method
Since by definition (du ∕ dt)(t) = limh → 0(u(t + h) − u(t)) ∕ h, the simplest and most obvious approach to solving du ∕ dt = f(t,u) is to approximate it by
image
where h is a small but nonzero stepsize. (The calculus student learns to take l...

Table des matiĂšres

  1. Cover
  2. Halftitle
  3. Title
  4. Copyright
  5. Dedication
  6. Contents
  7. Preface
  8. 0 Direct Solution of Linear Systems
  9. 1 Initial Value Ordinary Differential Equations
  10. 2 The Initial Value Diffusion Problem
  11. 3 The Initial Value Transport and Wave Problems
  12. 4 Boundary Value Problems
  13. 5 The Finite Element Method
  14. Appendix A—Solving PDEs with PDE2D
  15. Appendix B—The Fourier Stability Method
  16. Appendix C—MATLAB Programs
  17. Appendix D—Answers to Selected Exercises
  18. References
  19. Index
Normes de citation pour The Numerical Solution of Ordinary and Partial Differential Equations

APA 6 Citation

Sewell, G. (2014). The Numerical Solution of Ordinary and Partial Differential Equations (3rd ed.). World Scientific Publishing Company. Retrieved from https://www.perlego.com/book/851913/the-numerical-solution-of-ordinary-and-partial-differential-equations-pdf (Original work published 2014)

Chicago Citation

Sewell, Granville. (2014) 2014. The Numerical Solution of Ordinary and Partial Differential Equations. 3rd ed. World Scientific Publishing Company. https://www.perlego.com/book/851913/the-numerical-solution-of-ordinary-and-partial-differential-equations-pdf.

Harvard Citation

Sewell, G. (2014) The Numerical Solution of Ordinary and Partial Differential Equations. 3rd edn. World Scientific Publishing Company. Available at: https://www.perlego.com/book/851913/the-numerical-solution-of-ordinary-and-partial-differential-equations-pdf (Accessed: 14 October 2022).

MLA 7 Citation

Sewell, Granville. The Numerical Solution of Ordinary and Partial Differential Equations. 3rd ed. World Scientific Publishing Company, 2014. Web. 14 Oct. 2022.