SHOOTING METHOD
INTERACTIVE E-BOOK
|
Ordinary Differential Equations
|
MAJOR
GENERAL
|
On non Internet
Explorer browsers, the equations may not show up.
As an alternative or if you
prefer,
you can see the pdf version of the ebook instead
Title
|
An interactive e-book for illustrating Shooting Method of solving ordinary differential equations |
|
Creator |
Autar K Kaw |
|
Subject and Keywords |
Shooting Method |
|
Description |
This is an interactive E-book for illustrating the
Shooting Method for solving ordinary differential equations. It includes links to examples |
|
Publisher |
Holistic Numerical Methods Institute |
|
Contributors |
Autar Kaw |
|
Format |
Text/HTML |
|
Last Revised |
May 4, 2006 |
|
Identifier |
http://numericalmethods.eng.usf.edu/ebooks/Shooting_ode_ebook.pdf |
|
Language |
English |
|
Rights |
|
What
are ordinary differential equations? A
Primer on Ordinary Differential Equations Method Shooting Method for Ordinary Differential Equations Presentation Example Simulation of the
Shooting Method [MAPLE]
[MATHCAD]
[MATHEMATICA]
[MATLAB] |
|||||||||
|
Background This is an example of how an instructor of a Numerical Methods course can develop an E-book on a single topic by using resources that are only available at the Holistic Numerical Methods Institute (HNMI) Website. Although one of the primary advantages of a web-based resource is that one can use documents outside of its own domain, we are particularly using this example as a way to illustrate the holistic nature of the resources available at HNMI. You are welcome to modify and edit this e-book to suit your purpose. Using the textbook
document written in MS Word 2000 as a foundation Shooting Method for Ordinary Differential Equations
Ordinary differential equations are given either with initial conditions or with boundary conditions. Look at the problem below.
In this case to find the deflection where L is the length of the beam, E is the Young’s modulus of the beam, I is the second moment of area of the cross-section of the beam. Two conditions are needed to solve the problem, those are as it is a cantilevered beam at
Now see a similar beam problem, where the beam is simply supported on the two ends
In this case to find the
deflection Two conditions are needed to solve the problem, those are, As it is a simply supported
beam at The shooting method uses the methods used in solving initial value problems. This is done by assuming initial values that would have been given if the ordinary differential equation were a initial value problem. The boundary value obtained is compared with the actual boundary value. Using trial and error or some scientific approach, one tries to get as close to the boundary value as possible. This method is best explained by an example.
Take the case of a pressure vessel that is being tested in the laboratory to check its ability to withstand pressure. For a thick pressure vessel of inner radius a and outer radius b, the differential equation for the radial displacement u of a point along the thickness is given by Assume that the inner radius a= 5’’ and the outer radius b= 8’’, and the material of the pressure vessel is ASTM36 steel. The ultimate strength of this type of steel is 36 ksi. Two strain gages that are bonded tangentially at the inner and the outer radius measure normal tangential strain as at the maximum needed pressure. Since the radial displacement and tangential strain are related simply by then Starting with the ordinary differential equation Let Then giving us two first order differential equations as Let us assume To set up initial value problem. Using Euler’s method, Let us consider 4 segments
between the two boundaries
So at While the given value of this boundary condition is Let us
assume a new value for Using While the given value of this boundary condition is Can we use
the results obtained from the two previous iterations to get a better
estimate of the assumed initial condition of With with so a
better starting value of Using while the actual given value of this boundary condition is In this
case
|