Numerical Solution of Ordinary Differential Equations
eBook - ePub

Numerical Solution of Ordinary Differential Equations

L.F. Shampine

Share book
  1. 632 pages
  2. English
  3. ePUB (mobile friendly)
  4. Available on iOS & Android
eBook - ePub

Numerical Solution of Ordinary Differential Equations

L.F. Shampine

Book details
Book preview
Table of contents
Citations

About This Book

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.

Frequently asked questions

How do I cancel my subscription?
Simply head over to the account section in settings and click on ā€œCancel Subscriptionā€ - itā€™s as simple as that. After you cancel, your membership will stay active for the remainder of the time youā€™ve paid for. Learn more here.
Can/how do I download books?
At the moment all of our mobile-responsive ePub books are available to download via the app. Most of our PDFs are also available to download and we're working on making the final remaining ones downloadable now. Learn more here.
What is the difference between the pricing plans?
Both plans give you full access to the library and all of Perlegoā€™s features. The only differences are the price and subscription period: With the annual plan youā€™ll save around 30% compared to 12 months on the monthly plan.
What is Perlego?
We are an online textbook subscription service, where you can get access to an entire online library for less than the price of a single book per month. With over 1 million books across 1000+ topics, weā€™ve got you covered! Learn more here.
Do you support text-to-speech?
Look out for the read-aloud symbol on your next book to see if you can listen to it. The read-aloud tool reads text aloud for you, highlighting the text as it is being read. You can pause it, speed it up and slow it down. Learn more here.
Is Numerical Solution of Ordinary Differential Equations an online PDF/ePUB?
Yes, you can access Numerical Solution of Ordinary Differential Equations by L.F. Shampine in PDF and/or ePUB format, as well as other popular books in Mathematics & Mathematics General. We have over one million books available in our catalogue for you to explore.

Information

Publisher
Routledge
Year
2018
ISBN
9781351427548
Edition
1
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),aā‰¤xā‰¤b,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, y āˆˆ C1 [a, b]), satisfies y(a) = A, and satisfies
dy(x)dx=F(x,y(x))
for each x in [a, b]. The contin...

Table of contents