1 / 14

Numerical Solution of Ordinary Differential Equation

Numerical Solution of Ordinary Differential Equation. Ordinary Differential Equations. Equations which are composed of an unknown function and its derivatives are called differential equations .

rosellaa
Download Presentation

Numerical Solution of Ordinary Differential Equation

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Numerical Solution of Ordinary Differential Equation http://numericalmethods.eng.usf.edu

  2. Ordinary Differential Equations • Equations which are composed of an unknown function and its derivatives are called differential equations. • Differential equations play a fundamental role in engineering because many physical phenomena are best formulated mathematically in terms of their rate of change. v- dependent variable t- independent variable

  3. When a function involves one dependent variable, the equation is called an ordinary differential equation (or ODE). A partial differential equation (or PDE) involves two or more independent variables. • Differential equations are also classified as to their order. • A first order equation includes a first derivative as its highest derivative. • A second order equation includes a second derivative. • Higher order equations can be reduced to a system of first order equations, by redefining a variable.

  4. Differential Equations A differential equation is a relation between the independent variable (x), the dependent variable (y) and its derivatives (y’,y’’,y’’’,y(4),…). Some of these variables might be missing from the equation. Many situations in not only mathematics, but physics, engineering, biology, chemistry, economics as well as many other disciplines can be described using differential equations. Here are some examples: Free Falling Body Population Growth Population Growth (limited resources) Harmonic Oscillator Newton’s Law of Cooling Spread of Disease Shape of a hanging string Predator-Prey Given equations like these we would like to “solve” them.

  5. First Order Taylor Series Method(Euler Method)

  6. Interpretation of Euler Method y2 y1 y0 x0 x1 x2 x

  7. Interpretation of Euler Method Slope=f(x0,y0) y1 y1=y0+hf(x0,y0) hf(x0,y0) y0 x0 x1 x2 x h

  8. Interpretation of Euler Method y2 y2=y1+hf(x1,y1) Slope=f(x1,y1) hf(x1,y1) Slope=f(x0,y0) y1=y0+hf(x0,y0) y1 hf(x0,y0) y0 x0 x1 x2 x h h

  9. http://numericalmethods.eng.usf.edu

  10. Runge-Kutta 4th Order Method For Runge Kutta 4th order method is given by where http://numericalmethods.eng.usf.edu

  11. How to write Ordinary Differential Equation How does one write a first order differential equation in the form of Example is rewritten as In this case http://numericalmethods.eng.usf.edu

  12. http://numericalmethods.eng.usf.edu

More Related