We know that the solution of
y
′
</msup>
=
y
with
y
(
Esmeralda Lane
Answered question
2022-07-01
We know that the solution of
with is
As far as I see the Euler's method is explicitly used only to find the numerical approximation of e.g. . Can we use the Euler's method to solve this differential equation and find the exact solution?
Edit: I thought of the following:
and from that we could find a recursive solution for . Then by taking the limit of it, it could be possible to find the general solution of for every in the domain. Is it impossible?
Answer & Explanation
Monserrat Cole
Beginner2022-07-02Added 12 answers
I think that the process you're envisioning, if you did it rigorously, becomes equivalent to Picard's iterative process: Given an initial value problem , , the sequence of functions defined by
converges to a solution . (You can think of that integral as summing at many discrete points between and , multiplied by a small amount , and taking the limit as .) In your problem, you have and . Picard's process gives:
You can see that is the k-th degree Taylor polynomial for , and that is the solution to the IVP.
EnvivyEvoxys6
Beginner2022-07-03Added 7 answers
No. Euler's method is only an approximation. To determine the exact value of at time (regardless of whether the ODE has an exact solution), you would need to keep all terms of the Taylor expansion for the solution. Euler's method gives
whereas the exact solution at is
In particular, Euler's method will only be exact if the solution is affine (of the form ) so that all derivatives beyond the first derivative are zero.