Boundary Value Problem A BVP for an ODE is defined at two different points x_0 and x_1 at two different values of l, whereby we are given:
which we use to further specify a PDE. BVPs can either have no or lots of solutions. To aid in the discovery of solutions, for:
we have:
Which specific solution arises out of which initial condition you use. Dirichlet Conditions Initial conditions:
This tells us that we are holding the ends of the rod at a constant temperature. Solutions For:
in the vanishing Case (X(0) = 0 = X(L)):
where c \neq 0, and the solutions quantized k = 1, 2, 3, \ldots. which gives rise to:
Neumann Conditions \begin{equation} \begin{cases} \pdv{u}{x}(t,0) = 0 \ \pdv{u}{x}(t, l) = 0 \end{cases} \end{equation} this tells us there is no heat flux across the boundary (i.e. heat doesn’t escape). Solutions For:
in the vanishing Case (X’(0) = 0 = X’(L)):
where c \neq 0, and the solutions quantized k = 1, 2, 3, \ldots. which gives rise to:
Examples See Heat Equation, and its worked solution.