Numerical Solution of Ordinary Differential Equations
eBook - ePub

Numerical Solution of Ordinary Differential Equations

L.F. Shampine

Condividi libro
  1. 632 pagine
  2. English
  3. ePUB (disponibile sull'app)
  4. Disponibile su iOS e Android
eBook - ePub

Numerical Solution of Ordinary Differential Equations

L.F. Shampine

Dettagli del libro
Anteprima del libro
Indice dei contenuti
Citazioni

Informazioni sul libro

This new work is an introduction to the numerical solution of the initial value problem for a system of ordinary differential equations. The first three chapters are general in nature, and chapters 4 through 8 derive the basic numerical methods, prove their convergence, study their stability and consider how to implement them effectively. The book focuses on the most important methods in practice and develops them fully, uses examples throughout, and emphasizes practical problem-solving methods.

Domande frequenti

Come faccio ad annullare l'abbonamento?
È semplicissimo: basta accedere alla sezione Account nelle Impostazioni e cliccare su "Annulla abbonamento". Dopo la cancellazione, l'abbonamento rimarrà attivo per il periodo rimanente già pagato. Per maggiori informazioni, clicca qui
È possibile scaricare libri? Se sì, come?
Al momento è possibile scaricare tramite l'app tutti i nostri libri ePub mobile-friendly. Anche la maggior parte dei nostri PDF è scaricabile e stiamo lavorando per rendere disponibile quanto prima il download di tutti gli altri file. Per maggiori informazioni, clicca qui
Che differenza c'è tra i piani?
Entrambi i piani ti danno accesso illimitato alla libreria e a tutte le funzionalità di Perlego. Le uniche differenze sono il prezzo e il periodo di abbonamento: con il piano annuale risparmierai circa il 30% rispetto a 12 rate con quello mensile.
Cos'è Perlego?
Perlego è un servizio di abbonamento a testi accademici, che ti permette di accedere a un'intera libreria online a un prezzo inferiore rispetto a quello che pagheresti per acquistare un singolo libro al mese. Con oltre 1 milione di testi suddivisi in più di 1.000 categorie, troverai sicuramente ciò che fa per te! Per maggiori informazioni, clicca qui.
Perlego supporta la sintesi vocale?
Cerca l'icona Sintesi vocale nel prossimo libro che leggerai per verificare se è possibile riprodurre l'audio. Questo strumento permette di leggere il testo a voce alta, evidenziandolo man mano che la lettura procede. Puoi aumentare o diminuire la velocità della sintesi vocale, oppure sospendere la riproduzione. Per maggiori informazioni, clicca qui.
Numerical Solution of Ordinary Differential Equations è disponibile online in formato PDF/ePub?
Sì, puoi accedere a Numerical Solution of Ordinary Differential Equations di L.F. Shampine in formato PDF e/o ePub, così come ad altri libri molto apprezzati nelle sezioni relative a Mathematics e Mathematics General. Scopri oltre 1 milione di libri disponibili nel nostro catalogo.

Informazioni

Editore
Routledge
Anno
2018
ISBN
9781351427548
Edizione
1
Argomento
Mathematics
1
The Mathematical Problem
The aim of this chapter is to develop a sense of what kinds of initial value problems can be solved numerically and how to prepare problems for their numerical solution. First we review the “facts of life” about the existence and uniqueness of solutions. It is convenient in the theory of ordinary differential equations (ODEs) to work with problems written in a standard form, and because the codes all expect problems to be presented in this way, we must go into this. Some basic mathematical tools are found in the appendix. The concept of “order” is fundamental to a study of the numerical solution of the initial value problem. Because it may not be familiar to the reader, the elements are developed here. Finally a series of substantial examples are taken up to show how one might be able to deal with problems that do not fit neatly into the standard theory of ODEs and their numerical solution. Some of the examples will be used throughout the book for illustrative purposes.
§1 Existence, Uniqueness, and Standard Form
We begin by considering the initial value problem itself to see what kinds of problems are meaningful and what kinds we might hope to solve numerically. Even very simple problems that can be understood with arguments from calculus show what can happen. If F(x) is continuous on an interval [a, b], the equation
dydx=F(x)
(1.1)
has a solution given by the fundamental theorem of calculus,
y(x)=B+axF(t) dt.
This is a solution of the differential equation (1.1) for any value of the constant B, so to select a particular solution some additional information must be supplied. There are a number of ways this might be done. Although several will appear in this chapter, the most common, and the subject of this book, is to specify the initial value
y(a)=A.
(1.2)
The two requirements (1.1) and (1.2) make up an initial value problem for an ordinary differential equation. There is a solution and only one, namely
y(x)=A+axF(t) dt.
In general, an initial value problem for an ordinary differential equation has the form
dydx=F(x,y),axb,y(a)=A.
It is assumed that F(x, y) is continuous in both variables. A solution is a function y(x) that is continuous and has a continuous first derivative on [a, b] (in symbols, yC1 [a, b]), satisfies y(a) = A, and satisfies
dy(x)dx=F(x,y(x))
for each x in [a, b]. The contin...

Indice dei contenuti