Skip to main content

Chapter 6 Successive Approximations

In this section, we use successive approximations to demonstrate the existence of a unique solution to the differential equation, \(y'=y, y(0)=1,\) which you will recall from calculus is the function, \(E(x) = e^x\text{.}\) There are many ways to define the “exponential function.” Here are a few.

  1. Define sequences and convergence, then show that the sequence, \(a_n = (1 + \frac{1}{n})^n\) for \(n=1,2,\dots\) is increasing and bounded above. Then apply the Completeness Axiom to assure that it converges to some number. Call that number \(e\text{.}\) Define general exponential functions of the form \(f(x) = b^x\text{.}\) When \(b=e\) you have the natural exponential function.

  2. Develop differential and integral calculus and then define the integral \(\displaystyle L(x) = \int_1^x \frac{1}{t} \; dt\text{.}\) Show that this function is strictly increasing, hence one-to-one and then define a function \(E\text{,}\) the natural exponential function, to be the inverse of \(L\text{.}\)

  3. Develop sequences, series, and convergence and show that for each real number, \(x,\) the series \(\displaystyle \sum_{i=0}^\infty \frac{x^i}{i!}\) converges. Now define \(\displaystyle E(x) = \sum_{i=0}^\infty \frac{x^i}{i!}\text{.}\)

  4. Develop differential and integral calculus and then consider the question, does there exist a function \(f\) that satisfies:

    1. \(f(0)=1\) and

    2. \(f'(t) = f(t)\) for all \(t \in \R?\)

All of these approaches lead to the functions \(E(x) = e^x\) and \(L(x) = \ln(x)\) that you are familiar with. It is the latter path that we take because it makes use of much of the analysis that you have already developed and serves as a brief introduction to series.

Problem 6.1 is a “warm-up” for the next sequence of problems. For this problem, assume that you do know that the function \(E(x) = e^x\) exists and that you remember all your calculus(!) and that the usual rules of differentiation and integration apply. For this problem only, if you need a reminder of Taylor series, you may look at the web or a book.

Problem 6.1

Successive approximations, Picard's iterates.

  1. Compute the Taylor Series for \(E(x) = e^x\text{.}\)

  2. Show that if \(y\) is differentiable on \([0,1]\) and \(y'(t) =y(t)\) for all \(t \in [0,1]\) and \(y(0)=1\) then \(\displaystyle y(t) = 1 + \int_0^t y\text{.}\)

  3. Show that if \(y\) is differentiable on \([0,1]\) and \(\displaystyle y(t) = 1 + \int_0^t y\) then \(y'=y\) and \(y(0)=1\text{.}\)

  4. Let \(y_0 = 1\) and for each \(n= 1,2,\dots\) let \(\displaystyle y_n(t) = y_0 + \int_0^t y_{n-1}\) for all \(t \in [0,1]\text{.}\) Compute by hand \(y_1,y_2,y_3,\dots\text{.}\)

Now that you've completed the “warm-up” exercise, forget that you know that there exists a function \(E(x) = e^x\) and close your calculus book or website.

Since for each \(x \in [0,1]\) the sequence \(f_1(x), f_2(x), f_3(x), \dots\) converges, we may define a function \(E\) on \([0,1]\) as follows: for each \(x \in [0,1]\) let \(E(x)\) be the number to which \(f_1(x), f_2(x), f_3(x) \dots\) converges. Now we have that the sequence \(f_1, f_2, f_3, \dots\) converges pointwise to the function \(E\) on \([0,1]\text{.}\)