Solution to First Order Initial Value Problem
Jump to navigation
Jump to search
Theorem
Let $\map y x$ be a solution to the first order ordinary differential equation:
- $\dfrac {\d y} {\d x} = \map f {x, y}$
which is subject to an initial condition: $\tuple {a, b}$.
Then this problem is equivalent to the integral equation:
- $\ds y = b + \int_a^x \map f {t, \map y t} \rd t$
Proof
From Solution to First Order ODE, the general solution of:
- $\dfrac {\d y} {\d x} = \map f {x, y}$
is:
- $\ds y = \int \map f {x, \map y x} \rd x + C$
When $x = a$, we have $y = b$.
Thus:
- $\ds b = \valueat {\int \map f {x, \map y x} \rd x + C} a$
![]() | This article needs to be linked to other articles. In particular: to the notation $[..]_a$ You can help $\mathsf{Pr} \infty \mathsf{fWiki}$ by adding these links. To discuss this page in more detail, feel free to use the talk page. When this work has been completed, you may remove this instance of {{MissingLinks}} from the code. |
which gives:
- $\ds C = b - \valueat {\int \map f {x, \map y x} \rd x} a$
and so:
$\ds y = b + \int \map f {x, \map y x} \rd x - \valueat {\int \map f {x, \map y x} \rd x} a$
whence the result, by the Fundamental Theorem of Calculus.
$\blacksquare$