100% found this document useful (1 vote)
682 views6 pages

The Runge Method PPT Slide

The document discusses the Runge-Kutta method, which is a numerical technique for solving differential equations. It provides details on the formulas for orders 1 through 4. It then gives an example of using the 4th order method to solve a given differential equation. Finally, it outlines some common applications of the Runge-Kutta method in fields like physics, engineering, and science.

Uploaded by

Morney
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
100% found this document useful (1 vote)
682 views6 pages

The Runge Method PPT Slide

The document discusses the Runge-Kutta method, which is a numerical technique for solving differential equations. It provides details on the formulas for orders 1 through 4. It then gives an example of using the 4th order method to solve a given differential equation. Finally, it outlines some common applications of the Runge-Kutta method in fields like physics, engineering, and science.

Uploaded by

Morney
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 6

Introduction:

Definition:
The Runge-Kutta method

The Runge-Kutta (R-K) technique is an efficient and commonly used


approach for solving initial-value problems of differential equations.
It's used to generate high-order accurate numerical methods without the
necessity for high-order derivatives of functions. The Runge-Kutta
method addresses Euler's method challenge in selecting a sufficiently
short step size to provide satisfactory accuracy in problem resolution.

Formula Detail:
Consider an ordinary differential equation dy /dx=f ( x , y) with the initial
condition  y (x 0 )= y 0.
The formulae for Runge-Kutta methods are defined as follows.
1st order R-K method
The formula is defined as follows:
'
y 1= y 0 + h. f (x 0 , y 0 )= y 0 +h . y 0

This equation is equivalent to Euler's method.


2nd order R-K method
The following series of formulae are involved in calculating 2nd order
R-K method.
y 1 = y 0 + ( ½ ) . ( k 1+ k 2 )
Here,
k 1=h . f ( x 0 , y 0)

k 2=h . f (x 0 +h , y 0 +k 1 )

3rd order R-K method


This level of R-K method comprises the following:
1
y 1= y 0 + (k 1+ 4 k 2 + k 3)
6

Here,
k 1=h . f ( x 0 , y 0)

h k
k 2=h . f ( x 0 + , y 0 + 1 )
2 2

k 3=h . f ( x 0 +h , y 0+ 2 k 2−k 1 )

4th order R-K method

The R-K4 method is the most frequently used R-K method for solving
differential equations.
The Runge-Kutta method estimates y for a given position x. The local
truncation error, in this case, is of the order ofO ¿), whereas
the accumulated error is on the order ofO ¿),
Equations for calculating 4th order are stated below:
1
y 1= y 0 + (k 1+ 4 k 2 + k 3)
6

Here,
k 1=h . f ( x 0 , y 0)

h k
k 2=h . f ( x 0 + , y 0 + 1 )
2 2
( h
k 3=h . f x 0 + , y 0 +
2
k2
2 )
k 4=h. f ( x 0+ h , y 0+ k 3 )

h is the interval size


k 1 is the slope at the beginning using y
k 2 is the midpoint slop using y and k 1
k 3 is again the midpoint slope using y and k 2

k 4is
the slope at the end of the interval using y and k 3
Advantages and Disadvantages:

Example
' x− y
Find y (0.1) for y=
4
, y ( 0 )=1 with step length 0.1 using R-K4 method.

Solution:

Given the function y ' , y ( 0 )=1, h=0.1 , y ( 0.2 )=?

Step 1: Find k 1 , k 2 , k 3 and k 4 using the above-aforementioned formulae


for R-K4.
k 1=h . f ( x 0 , y 0 ) =( 0.1 ) f ( 0 , 1 )=( 0.1 ) . (−0.25 )=−0.025

k 2=h . f ¿

¿ ( 0.1 ) . (−0.2344 )=−0.02344

k 3=h . f ¿

¿ ( 0.1 ) . (−0.2346 )=−0.02346

k 4=h. f ¿

¿ ( 0.1 ) . (−0.2191 )=−0.02191


Step 2: Now put the values in ‘y’ to get ' y1 ' that leads to the result.
1
y 1= y 0 + (k 1+2 k 2 +2 k 3 + k 4 )
6

1
y 1=1+ ¿
6

y 1=0.9765

y (0.1 )=0.9765

Continue the iterations till the optimized desired outcome is obtained.

Applications of the Runge Kutta Method


The Runge Kutta method is a numerical technique that is widely used in
various fields of science, engineering, and mathematics. It is a powerful tool
that can be used to solve complex mathematical problems with accuracy and
efficiency. In this Presentation, we will explore some of the applications of the
Runge Kutta method.

Solving Ordinary Differential Equations


The Runge Kutta method is commonly used to solve ordinary differential
equations that arise in many scientific and engineering problems. Ordinary
differential equations are equations that involve derivatives of a function with
respect to a single independent variable. They are used to model a wide
variety of physical phenomena such as motion, heat transfer, and chemical
reactions.

The Runge Kutta method is particularly useful for solving complex systems of
differential equations. It is a higher-order method that can provide accurate
solutions even for stiff systems, which are systems that have widely varying
time scales and can be difficult to solve using other methods.

Modeling Physical Systems


The Runge Kutta method is widely used in the field of physics to model the
behavior of physical systems. It is used to simulate the motion of planets, the
flow of fluids, and the behavior of electrical circuits, among other things. In
these applications, the Runge Kutta method is used to solve the differential
equations that govern the behavior of the system.

For example, in the field of astrophysics, the Runge Kutta method is used to
simulate the motion of planets and other celestial bodies. The method is used
to solve the differential equations that describe the gravitational forces
between the bodies and their motion through space.

Engineering and Scientific Applications


The Runge Kutta method is used in various engineering and scientific
applications such as signal processing, control theory, and image processing,
among others. In signal processing, the method is used to filter and analyze
signals in a wide range of applications such as telecommunications, audio
processing, and radar systems.

In control theory, the Runge Kutta method is used to design and analyze
control systems that regulate the behavior of physical systems. The method is
used to solve the differential equations that describe the dynamics of the
system and to design controllers that stabilize the system and achieve desired
performance.

In image processing, the Runge Kutta method is used to enhance and


analyze digital images. The method is used to solve partial differential
equations that describe the behavior of light and color in images, and to
develop algorithms that can detect and classify objects in images.

Overall, the Runge Kutta method is a powerful numerical technique that has
many applications in various fields of science, engineering, and mathematics.
Its accuracy, efficiency, and versatility make it an essential tool for solving
complex mathematical problems.

You might also like