- 1、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。。
- 2、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 3、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
- 4、该文档为VIP文档,如果想要下载,成为VIP会员后,下载免费。
- 5、成为VIP后,下载本文档将扣除1次下载权益。下载后,不支持退款、换文档。如有疑问请联系我们。
- 6、成为VIP后,您将拥有八大权益,权益包括:VIP文档下载权益、阅读免打扰、文档格式转换、高级专利检索、专属身份标志、高级客服、多端互通、版权登记。
- 7、VIP文档为合作方或网友上传,每下载1次, 网站将根据用户上传文档的质量评分、类型等,对文档贡献者给予高额补贴、流量扶持。如果你也想贡献VIP文档。上传文档
查看更多
Shooting Method Tutorial.doc
Shooting Method Tutorial
Gary Parker
July 9, 2006
Let f = f(x) denote a function to be determined by the boundary value problem
(1a,b,c)
This problem has an exact solution:
(2)
The shooting method can be used to find this solution numerically. Of course, a numerical method is not necessary to solve (1). But the shooting method also works for nonlinear boundary value problems for which there is no closed-form solution.
Before introducing the shooting method it is useful to review the Newton-Raphson method for solving algebraic equations iteratively. Let R(s) be some specified function of s (e.g. R(s) = 1-e-s). We wish to solve the equation
(3)
Let s be a guess for the root. We can get an improved guess snew by defining
(4)
and solving the linearized form based on Taylor expansion
(5)
to obtain the relation
(6)
Equation (6) can now be solved iteratively for s.
To implement the solution of (1a,b,c) by the shooting method we first define
(7)
so that (1a) reduces to two first-order equations,
(8a,b)
We could solve this equation by marching from x = 0 using e.g. the Euler step method if both boundary conditions (1b) and (1c) were specified at x = 0. Boundary condition (1c), however, is specified at x = 1.
To overcome this problem, we replace (1c) with the condition
(9)
where the right value of s is the one that yields the value f = 1 at x = 1. We don’t know what s should be yet, so we treat it as a free variable. Thus f and g are not only functions of x, but also of s;
(10a,b)
The boundary value problem (1) now becomes
(11a,b,c,d)
where s is to be determined. Now (11a,b) can be solved numerically using e.g. the Euler step method. Let
(12)
where N is an appropriately large positive integer, and let xn = (n-1)(x, n = 1..N + 1, so that x1 = 0 and xN+1 = 1. Further letting fn and gn denote the values of f and g at xn, (11a,b) discretize to
(13a,b)
where since
您可能关注的文档
- IDC业务协议(托管).doc
- IDC业务协议(租用).doc
- IDC数据中心.doc
- IDC机柜租用合同.doc
- IDC虚拟服务器及主机维护入围集成商资格预审申请表.doc
- IGOR IVANISEVIC.doc
- IIT Program Register Form(2015 Spring-visiting).doc
- IMF春季会议在华盛顿举行-托福背景机经.doc
- import java.awt.Color;.doc
- INAIR 2015 “Visual Basic Programming in Microsoft Excel”.doc
- SienceWord多媒体教案编制学校申报推荐表.doc
- SLAC2015-059政府采购需求书.doc
- Southern University and A&M College.doc
- SPANISH 101-SPRING 2015-03-04.doc
- Spanish 3301 SPRING, 2015.doc
- Specialized Electronic Wheelchair.doc
- SPEECH OUTLINE OF ECFIC.doc
- SPRING 2015 (NEW COURSE LAST YEAR) .doc
- Spring 2015 Adjustment Period Schedule and Information.doc
- Spring 2015 Approved Cultural Events.doc
文档评论(0)