- Solve the BVP with bvp4c or bvp5c
- Use Chebfun
- Perform group analysis on them so that you can use a transformation method that can transform the BVP to an IVP (see e.g. Töpfer-transformation)
- Use a series of transformations (see e.g. Iterative Transformation Method)
- Code the shooting method (but be aware, this can be quite susceptible to the initial conditions)
Shooting method for PDE
10 views (last 30 days)
Show older comments
Hello all, There is a paper which I was going through (attached), where there are two equations which I would like to solve. Eq 16 and 17 based on 18 and 19 using shooting methods. Problem is the boundary conditions (infinity) and first order). I would be very thankful if you could help me solve the problem.
Thanking you.
Regards, Judah
0 Comments
Answers (1)
Zoltán Csáti
on 9 Nov 2014
During a shooting method you guess initial values from where you start solving the boundary value problem (BVP) as an initial value problem (IVP). You expect the result to be accurate when the right boundary condition (BC at infinity) is fulfilled. Since you solve an IVP, you can set the interval of integration. Choose it sufficiently large. If you use L1<L2 and there is little difference between them, then the truncated interval describes the problem of infinity well.
I solved similar boundary-layer-type equations several times. So I suggest you to try one or more of the followings:
3 Comments
See Also
Categories
Find more on Boundary Conditions in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!