Skip to main content
1-Visitor
October 6, 2011
Question

Solve second order ordinary differential equations with boundary conditions

  • October 6, 2011
  • 2 replies
  • 9440 views

i have been able to solve second order ordinary differential equations but with initial conditions for the function and its first derivative. i need to solve the same differential equation with boundary conditions.

Thanks in advance,

Rogelio

2 replies

24-Ruby IV
October 7, 2011

A solution for one equation:

boundary-ode.png

1-Visitor
October 28, 2011

Is it possible to embedd this odesolve block in another solve block?

Please find attached an axample which does not work.

any hep is highly appreciated.

thanks

24-Ruby III
October 28, 2011

In your document many indefinite variables (if you want to use procedure "Given-Find" for the numerical solution of the equations).

24-Ruby IV
October 7, 2011

For solution of the system of odes you can use the function sbval for the finding the initial conditions (a Coushy task) and than use functions rkfixed, rkadapt odesolve etc