Introduction to BVPs
From Wikiversity
Contents |
[edit] Objective
Introduce Boundary value problems for a single independent variable.
[edit] Approach
- What is a Boundary Value problem?
- Solution of a Boundary Value Problem is directly related to solution of an Initial Value Problem. So let's review the material on IVPs first and then make the connection to BVPs.
- Details of solving a two point BVP.
[edit] Initial Value Problems
For a single independent variable x in an interval I:a < x < b, an initial value problem consists of an ordinary differential equation including one or more derivatives of the dependent variable, y,
y(n) + pn − 1(x)y(n − 1) + ... + p1(x)y'(x) + p0y(x) = f(x)
and n additional equations specifying conditions on the solution and the derivatives at a point 
, ...,
, 
Example:
The differential equation is
(First order differential equation.) and the initial condition at
is given as
.
Solution:

.
When ,
and 
Get out a piece of paper and try to solve the following IVP in a manner similar to the preceding example:
and the initial condition at
is given as
.
Once you have an answer (or are stuck) check your solution here. Click here for the solution: IVP-student-1
A second order ODE example:
The differential equation is y'' + 5y' + 4y = 0 (Second order differential equation.) and the two initial conditions at x = 0 given as y(0) = 1,y'(0) = − 2 .
Solution:
Assume the solution has the form y = erx



The characteristic polynomial. Solve for "r".

See the Wikipedia link for more on Initial Value Problems
[edit] Two point BVPs for an ODE
Begin with second order DEs, x'' = f(t,x,x'), with conditions on the solution at t = a and t = b.
with
and
on the interval 
[edit] Example
with
and
on the interval 
See the wikipedia topic
