Dynamical Systems
eBook - ePub

Dynamical Systems

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

Dynamical Systems

Book details
Book preview
Table of contents
Citations

About This Book

Celebrated mathematician Shlomo Sternberg, a pioneer in the field of dynamical systems, created this modern one-semester introduction to the subject for his classes at Harvard University. Its wide-ranging treatment covers one-dimensional dynamics, differential equations, random walks, iterated function systems, symbolic dynamics, and Markov chains. Supplementary materials offer a variety of online components, including PowerPoint lecture slides for professors and MATLAB exercises.
`Even though there are many dynamical systems books on the market, this book is bound to become a classic. The theory is explained with attractive stories illustrating the theory of dynamical systems, such as the Newton method, the Feigenbaum renormalization picture, fractal geometry, the Perron-Frobenius mechanism, and Google PageRank.` — Oliver Knill, PhD, Preceptor of Mathematics, Harvard University.

Frequently asked questions

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.
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.
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.
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.
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.
Yes, you can access Dynamical Systems by Shlomo Sternberg in PDF and/or ePUB format, as well as other popular books in Mathematics & Differential Equations. We have over one million books available in our catalogue for you to explore.

Information

Year
2014
ISBN
9780486135144
Chapter1
Iteration and fixed points.
1.1Square roots.
Perhaps the oldest algorithm in recorded history is the Babylonian algorithm (circa 2000BCE) for computing square roots: If we want to find the square root of a positive number a we start with some approximation, x0 > 0 and then recursively define
image
This is a very effective algorithm which converges extremely rapidly.
Here is an illustration. Suppose we want to find the square root of 2 and start with the really stupid approximation x0 = 99. We get:
image
1.1.1Analyzing the steps.
For the first seven steps we are approximately dividing by two in passing from one step to the next, also (approximately) cutting the error - the deviation from the true value - in half.
After line eight the accuracy improves dramatically: the ninth value, 1.416… is correct to two decimal places. The tenth value is correct to five decimal places, and the eleventh value is correct to eleven decimal places.
To see why this algorithm works so well (for general a > 0), first observe that the algorithm is well defined, in that we are steadily taking the average of positive quantities, and hence, by induction, xn > 0 for all n. Introduce the relative error in the n–th approximation:
image
so
image
As xn > 0, it follows that
image
Then
image
This gives us a recursion formula for the relative error:
image
This implies that en+1 > 0 so after the first step we are always overshooting the mark. Now 2en < 2 + 2en for n ≥ 1 so (1.2) implies that
image
so the error is cut in half (at least) at each stage after the first, and hence, in particular,
image
the iterates are steadily decreasing.
Eventually we will reach the stage that
image
From this point on, we use the inequality 2 + 2en > 2 in (1.2) and we get the estimate
image
So if we renumber our approximation so that 0 ≤ e0 < 1 then (ignoring the 1/2 factor in (1.3)) we have
image
an exponential rate of convergence.
If we had started with an x0 < 0 then all the iterates would be < 0 and we would get exponential convergence to −
image
. Of course, had we been so foolish as to pick x0 = 0 we could not get the iteration started.
1.2Newton’s method.
This is a generalization of the above algorithm to find the zeros of a function P = P(x) and which reduces to (1.1) when P(x) = x2 − a. It is
image
If we take P(x) = x2 − a then P′(x) = 2x the expression on the right in (1.5) is
image
so (1.5) reduces to (1.1).
Here is a graphic illustration of Newton’...

Table of contents

  1. Cover
  2. Title Page
  3. Copyright Page
  4. Preface
  5. Contents
  6. 1 Iteration and fixed points
  7. 2 Bifurcations
  8. 3 Sarkovsky’s theorem, Singer’s theorem, intermittency
  9. 4 Conjugacy
  10. 5 Space and time averages
  11. 6 The contraction fixed point theorem
  12. 7 The Hausdorff metric and Hutchinson’s theorem
  13. 8 Hyperbolicity
  14. 9 The Perron-Frobenius theorem
  15. 10 Some topics in ordinary differential equations
  16. 11 Lotka - Volterra
  17. 12 Symbolic dynamics