It is easy to solve non linear problems with initial condition.Feeling it difficult to solve non linear problems with two boundary conditions.Any guidance or direction will be appreciated.
There are various ways to solve nonlinear BVP numerically. If the BVP problem is an ODE one can use a collocation method, Finite Difference method, Finite Element method and a shooting method. All all cases you will end up with a system of nonlinear algebraic equations that have to be solved. And Newton's method at this point is normally your best choice, especially if you have a reasonable guess for the solution.
Here are some links where you can download some examples (using Mathematica as the software):
If you do not wish to solve a system of non-linear algebraic equations, you can use shooting method where a two BVP is solved as an IVP, Adomian Decomposition method or He's method or use quasilinearization to form a system of linear equations.