SlideShare a Scribd company logo
4
Most read
5
Most read
7
Most read
Runge Kutta Method by Ch.M.Verriyya.Naidu is licensed under a Creative Commons Attribution 4.0 International
License.
Runge Kutta Method
Runge Kutta Method
Runge Kutta Method
Runge Kutta Method
Runge Kutta Method
RUNGE-KUTTA’S METHOD
1. Second order
𝑦 𝑛+1 = 𝑦𝑛 +
1
2
𝑘1 + 𝑘2
where 𝑘1 = ℎ𝑓 𝑥 𝑛, 𝑦𝑛
𝑘2 = ℎ𝑓 𝑥 𝑛 + ℎ, 𝑦𝑛 + 𝑘1
2. Fourth order
𝑦 𝑛+1 = 𝑦𝑛 +
1
6
𝑘1 + 2𝑘2 + 2𝑘3 + 𝑘4
where 𝑘1 = ℎ𝑓 𝑥 𝑛, 𝑦𝑛
𝑘2 = ℎ𝑓 𝑥 𝑛 +
ℎ
2
, 𝑦𝑛 +
𝑘1
2
𝑘3 = ℎ𝑓 𝑥 𝑛 +
ℎ
2
, 𝑦𝑛 +
𝑘2
2
𝑘4 = ℎ𝑓 𝑥 𝑛 + ℎ, 𝑦𝑛 + 𝑘3
Problem 1
Given
𝑑𝑦
𝑑𝑥
= 𝑥 + 𝑦, with initial conditions 𝑦 0 = 1. Choose ℎ = 0.
𝑦 0.1 , 𝑦 0.2 and 𝑦 0.3 using Runge-Kutta’s method of fourth o
Problem 1
Given
𝑑𝑦
𝑑𝑥
= 𝑥 + 𝑦, with initial conditions 𝑦 0 = 1. Choose ℎ = 0.
𝑦 0.1 , 𝑦 0.2 and 𝑦 0.3 using Runge-Kutta’s method of fourth o
Putting 𝑛 = 0 in Runge-Kutta’s formula for fourth order, we get
Problem 1
Given
𝑑𝑦
𝑑𝑥
= 𝑥 + 𝑦, with initial conditions 𝑦 0 = 1. Choose ℎ = 0.
𝑦 0.1 , 𝑦 0.2 and 𝑦 0.3 using Runge-Kutta’s method of fourth o
Putting 𝑛 = 0 in Runge-Kutta’s formula for fourth order, we get
𝑦1 = 𝑦0 +
1
6
𝑘1 + 2𝑘2 + 2𝑘3 + 𝑘4
Problem 1
Given
𝑑𝑦
𝑑𝑥
= 𝑥 + 𝑦, with initial conditions 𝑦 0 = 1. Choose ℎ = 0.
𝑦 0.1 , 𝑦 0.2 and 𝑦 0.3 using Runge-Kutta’s method of fourth o
Putting 𝑛 = 0 in Runge-Kutta’s formula for fourth order, we get
𝑦1 = 𝑦0 +
1
6
𝑘1 + 2𝑘2 + 2𝑘3 + 𝑘4
where 𝑘1 = ℎ𝑓 𝑥0, 𝑦0 = 0.1 0 + 1 = 0.1
Problem 1
Given
𝑑𝑦
𝑑𝑥
= 𝑥 + 𝑦, with initial conditions 𝑦 0 = 1. Choose ℎ = 0.
𝑦 0.1 , 𝑦 0.2 and 𝑦 0.3 using Runge-Kutta’s method of fourth o
Putting 𝑛 = 0 in Runge-Kutta’s formula for fourth order, we get
𝑦1 = 𝑦0 +
1
6
𝑘1 + 2𝑘2 + 2𝑘3 + 𝑘4
where 𝑘1 = ℎ𝑓 𝑥0, 𝑦0 = 0.1 0 + 1 = 0.1
𝑘2 = ℎ𝑓 𝑥0 +
ℎ
2
, 𝑦0 +
𝑘1
2
= 0.1 0.05 + 1.05
Problem 1
Given
𝑑𝑦
𝑑𝑥
= 𝑥 + 𝑦, with initial conditions 𝑦 0 = 1. Choose ℎ = 0.
𝑦 0.1 , 𝑦 0.2 and 𝑦 0.3 using Runge-Kutta’s method of fourth o
Putting 𝑛 = 0 in Runge-Kutta’s formula for fourth order, we get
𝑦1 = 𝑦0 +
1
6
𝑘1 + 2𝑘2 + 2𝑘3 + 𝑘4
where 𝑘1 = ℎ𝑓 𝑥0, 𝑦0 = 0.1 0 + 1 = 0.1
𝑘2 = ℎ𝑓 𝑥0 +
ℎ
2
, 𝑦0 +
𝑘1
2
= 0.1 0.05 + 1.05
𝑘3 = ℎ𝑓 𝑥0 +
ℎ
2
, 𝑦0 +
𝑘2
2
= 0.1 0.05 + 1.05
Problem 1
Given
𝑑𝑦
𝑑𝑥
= 𝑥 + 𝑦, with initial conditions 𝑦 0 = 1. Choose ℎ = 0.
𝑦 0.1 , 𝑦 0.2 and 𝑦 0.3 using Runge-Kutta’s method of fourth o
Putting 𝑛 = 0 in Runge-Kutta’s formula for fourth order, we get
𝑦1 = 𝑦0 +
1
6
𝑘1 + 2𝑘2 + 2𝑘3 + 𝑘4
where 𝑘1 = ℎ𝑓 𝑥0, 𝑦0 = 0.1 0 + 1 = 0.1
𝑘2 = ℎ𝑓 𝑥0 +
ℎ
2
, 𝑦0 +
𝑘1
2
= 0.1 0.05 + 1.05
𝑘3 = ℎ𝑓 𝑥0 +
ℎ
2
, 𝑦0 +
𝑘2
2
= 0.1 0.05 + 1.05
𝑘4 = ℎ𝑓 𝑥0 + ℎ, 𝑦0 + 𝑘3 = 0.1 0.1 + 1.110
Problem 1
Given
𝑑𝑦
𝑑𝑥
= 𝑥 + 𝑦, with initial conditions 𝑦 0 = 1. Choose ℎ = 0.
𝑦 0.1 , 𝑦 0.2 and 𝑦 0.3 using Runge-Kutta’s method of fourth o
Putting 𝑛 = 0 in Runge-Kutta’s formula for fourth order, we get
𝑦1 = 𝑦0 +
1
6
𝑘1 + 2𝑘2 + 2𝑘3 + 𝑘4
where 𝑘1 = ℎ𝑓 𝑥0, 𝑦0 = 0.1 0 + 1 = 0.1
𝑘2 = ℎ𝑓 𝑥0 +
ℎ
2
, 𝑦0 +
𝑘1
2
= 0.1 0.05 + 1.05
𝑘3 = ℎ𝑓 𝑥0 +
ℎ
2
, 𝑦0 +
𝑘2
2
= 0.1 0.05 + 1.05
𝑘4 = ℎ𝑓 𝑥0 + ℎ, 𝑦0 + 𝑘3 = 0.1 0.1 + 1.110
𝑦 0.1 = 𝑦1 = 1 +
1
6
0.1 + 0.22 + 0.221 + 0.12105 =1.11034
Putting 𝑛 = 1 in Runge-Kutta’s formula for fourth order, we get
𝑦2 = 𝑦1 +
1
6
𝑘1 + 2𝑘2 + 2𝑘3 + 𝑘4
Putting 𝑛 = 1 in Runge-Kutta’s formula for fourth order, we get
𝑦2 = 𝑦1 +
1
6
𝑘1 + 2𝑘2 + 2𝑘3 + 𝑘4
where 𝑘1 = ℎ𝑓 𝑥1, 𝑦1 = 0.1 0.1 + 1.11034 = 0.12
Putting 𝑛 = 1 in Runge-Kutta’s formula for fourth order, we get
𝑦2 = 𝑦1 +
1
6
𝑘1 + 2𝑘2 + 2𝑘3 + 𝑘4
where 𝑘1 = ℎ𝑓 𝑥1, 𝑦1 = 0.1 0.1 + 1.11034 = 0.12
𝑘2 = ℎ𝑓 𝑥1 +
ℎ
2
, 𝑦1 +
𝑘1
2
= 0.13208
Putting 𝑛 = 1 in Runge-Kutta’s formula for fourth order, we get
𝑦2 = 𝑦1 +
1
6
𝑘1 + 2𝑘2 + 2𝑘3 + 𝑘4
where 𝑘1 = ℎ𝑓 𝑥1, 𝑦1 = 0.1 0.1 + 1.11034 = 0.12
𝑘2 = ℎ𝑓 𝑥1 +
ℎ
2
, 𝑦1 +
𝑘1
2
= 0.13208
𝑘3 = ℎ𝑓 𝑥1 +
ℎ
2
, 𝑦1 +
𝑘2
2
= 0.13263
𝑘4 = ℎ𝑓 𝑥1 + ℎ, 𝑦1 + 𝑘3 = 0.14429
Putting 𝑛 = 1 in Runge-Kutta’s formula for fourth order, we get
𝑦2 = 𝑦1 +
1
6
𝑘1 + 2𝑘2 + 2𝑘3 + 𝑘4
where 𝑘1 = ℎ𝑓 𝑥1, 𝑦1 = 0.1 0.1 + 1.11034 = 0.12
𝑘2 = ℎ𝑓 𝑥1 +
ℎ
2
, 𝑦1 +
𝑘1
2
= 0.13208
𝑘3 = ℎ𝑓 𝑥1 +
ℎ
2
, 𝑦1 +
𝑘2
2
= 0.13263
𝑘4 = ℎ𝑓 𝑥1 + ℎ, 𝑦1 + 𝑘3 = 0.14429
𝑦 0.2 = 𝑦2 = 1.2428
Putting 𝑛 = 1 in Runge-Kutta’s formula for fourth order, we get
𝑦2 = 𝑦1 +
1
6
𝑘1 + 2𝑘2 + 2𝑘3 + 𝑘4
where 𝑘1 = ℎ𝑓 𝑥1, 𝑦1 = 0.1 0.1 + 1.11034 = 0.12
𝑘2 = ℎ𝑓 𝑥1 +
ℎ
2
, 𝑦1 +
𝑘1
2
= 0.13208
𝑘3 = ℎ𝑓 𝑥1 +
ℎ
2
, 𝑦1 +
𝑘2
2
= 0.13263
𝑘4 = ℎ𝑓 𝑥1 + ℎ, 𝑦1 + 𝑘3 = 0.14429
𝑦 0.2 = 𝑦2 = 1.2428
𝑛 = 2 will give 𝑦 0.3 = 1.399711
𝑘1 = 0.14428, 𝑘2 = 0.156494, 𝑘3 = 0.157105, 𝑘4 = 0.169990

More Related Content

PPTX
Euler and runge kutta method
PPTX
Runge-Kutta methods with examples
PDF
Numerical Solution of Ordinary Differential Equations
PPTX
Euler and improved euler method
PPTX
Runge kutta method -by Prof.Prashant Goad(R.C.Patel Institute of Technology,...
PPTX
Numerical solution of ordinary differential equation
PPTX
Engineering Numerical Analysis Lecture-1
PPTX
Runge kutta
Euler and runge kutta method
Runge-Kutta methods with examples
Numerical Solution of Ordinary Differential Equations
Euler and improved euler method
Runge kutta method -by Prof.Prashant Goad(R.C.Patel Institute of Technology,...
Numerical solution of ordinary differential equation
Engineering Numerical Analysis Lecture-1
Runge kutta

What's hot (20)

PPTX
Runge Kutta Method
PPTX
Initial value problems
PPTX
Cholesky method and Thomas
PPTX
Runge kurta method of order Four and Six
PPTX
Newton’s Forward & backward interpolation
PPTX
Fourier series
PPTX
presentation on Euler and Modified Euler method ,and Fitting of curve
PPTX
Interpolation
PPTX
Jacobi method
PDF
Numerical Differentiation and Integration
PPTX
Series solutions at ordinary point and regular singular point
PPTX
Interpolation In Numerical Methods.
PPTX
Runge Kurta method of order Four and Six
PPTX
Applications of differential equations
PDF
Numerical Methods - Oridnary Differential Equations - 3
PPTX
Presentation on Numerical Integration
PDF
Newton's Forward/Backward Difference Interpolation
PPT
Newton divided difference interpolation
PPTX
Linear differential equation of second order
PPTX
Taylor's series
Runge Kutta Method
Initial value problems
Cholesky method and Thomas
Runge kurta method of order Four and Six
Newton’s Forward & backward interpolation
Fourier series
presentation on Euler and Modified Euler method ,and Fitting of curve
Interpolation
Jacobi method
Numerical Differentiation and Integration
Series solutions at ordinary point and regular singular point
Interpolation In Numerical Methods.
Runge Kurta method of order Four and Six
Applications of differential equations
Numerical Methods - Oridnary Differential Equations - 3
Presentation on Numerical Integration
Newton's Forward/Backward Difference Interpolation
Newton divided difference interpolation
Linear differential equation of second order
Taylor's series
Ad

Similar to Runge Kutta Method (20)

PPTX
RUNGE KUTTA METhbhbhbhbb bhbbhbhbhbhHOD.pptx
PPTX
U3BEKoM7mQ4JSO26ggggggfgyrghhfgjhfghh739.pptx
PPTX
Runge-Kutta-Methods.pptx
PPTX
SNM seminar.pptx differential calculus explanation of history theorem formula...
PPTX
Runge Kutta Method Matlab Software Overview PPT
PPTX
Runge - Kutta Method of fourth order.pptx
PDF
Ma2002 1.7 rm
PDF
Runge–Kutta methods for ordinary differential equations
PDF
Ma2002 1.9 rm
PPTX
jake.pptx
PPT
Ch08 3
PDF
PDF
Runge kutta 2nd Order
PDF
International Journal of Computational Engineering Research (IJCER)
PDF
Ma2002 1.10 rm
PDF
numericalmethods.pdf
PPT
Numerical solution using runge kutta with programming in c++
PPTX
Complex Variables and Numerical Methods
PDF
A class of three stage implicit rational runge kutta schemes for approximatio...
PDF
Four Point Gauss Quadrature Runge – Kuta Method Of Order 8 For Ordinary Diffe...
RUNGE KUTTA METhbhbhbhbb bhbbhbhbhbhHOD.pptx
U3BEKoM7mQ4JSO26ggggggfgyrghhfgjhfghh739.pptx
Runge-Kutta-Methods.pptx
SNM seminar.pptx differential calculus explanation of history theorem formula...
Runge Kutta Method Matlab Software Overview PPT
Runge - Kutta Method of fourth order.pptx
Ma2002 1.7 rm
Runge–Kutta methods for ordinary differential equations
Ma2002 1.9 rm
jake.pptx
Ch08 3
Runge kutta 2nd Order
International Journal of Computational Engineering Research (IJCER)
Ma2002 1.10 rm
numericalmethods.pdf
Numerical solution using runge kutta with programming in c++
Complex Variables and Numerical Methods
A class of three stage implicit rational runge kutta schemes for approximatio...
Four Point Gauss Quadrature Runge – Kuta Method Of Order 8 For Ordinary Diffe...
Ad

Recently uploaded (20)

PPTX
Final Presentation General Medicine 03-08-2024.pptx
PDF
Anesthesia in Laparoscopic Surgery in India
PDF
102 student loan defaulters named and shamed – Is someone you know on the list?
PPTX
Microbial diseases, their pathogenesis and prophylaxis
PDF
ANTIBIOTICS.pptx.pdf………………… xxxxxxxxxxxxx
PDF
TR - Agricultural Crops Production NC III.pdf
PPTX
Pharmacology of Heart Failure /Pharmacotherapy of CHF
PPTX
school management -TNTEU- B.Ed., Semester II Unit 1.pptx
PDF
STATICS OF THE RIGID BODIES Hibbelers.pdf
PDF
The Lost Whites of Pakistan by Jahanzaib Mughal.pdf
PDF
Physiotherapy_for_Respiratory_and_Cardiac_Problems WEBBER.pdf
PDF
Classroom Observation Tools for Teachers
PPTX
Introduction to Child Health Nursing – Unit I | Child Health Nursing I | B.Sc...
PPTX
Institutional Correction lecture only . . .
PDF
grade 11-chemistry_fetena_net_5883.pdf teacher guide for all student
PDF
Module 4: Burden of Disease Tutorial Slides S2 2025
PDF
Complications of Minimal Access Surgery at WLH
PPTX
Introduction_to_Human_Anatomy_and_Physiology_for_B.Pharm.pptx
PDF
BÀI TẬP BỔ TRỢ 4 KỸ NĂNG TIẾNG ANH 9 GLOBAL SUCCESS - CẢ NĂM - BÁM SÁT FORM Đ...
PDF
Chapter 2 Heredity, Prenatal Development, and Birth.pdf
Final Presentation General Medicine 03-08-2024.pptx
Anesthesia in Laparoscopic Surgery in India
102 student loan defaulters named and shamed – Is someone you know on the list?
Microbial diseases, their pathogenesis and prophylaxis
ANTIBIOTICS.pptx.pdf………………… xxxxxxxxxxxxx
TR - Agricultural Crops Production NC III.pdf
Pharmacology of Heart Failure /Pharmacotherapy of CHF
school management -TNTEU- B.Ed., Semester II Unit 1.pptx
STATICS OF THE RIGID BODIES Hibbelers.pdf
The Lost Whites of Pakistan by Jahanzaib Mughal.pdf
Physiotherapy_for_Respiratory_and_Cardiac_Problems WEBBER.pdf
Classroom Observation Tools for Teachers
Introduction to Child Health Nursing – Unit I | Child Health Nursing I | B.Sc...
Institutional Correction lecture only . . .
grade 11-chemistry_fetena_net_5883.pdf teacher guide for all student
Module 4: Burden of Disease Tutorial Slides S2 2025
Complications of Minimal Access Surgery at WLH
Introduction_to_Human_Anatomy_and_Physiology_for_B.Pharm.pptx
BÀI TẬP BỔ TRỢ 4 KỸ NĂNG TIẾNG ANH 9 GLOBAL SUCCESS - CẢ NĂM - BÁM SÁT FORM Đ...
Chapter 2 Heredity, Prenatal Development, and Birth.pdf

Runge Kutta Method

  • 1. Runge Kutta Method by Ch.M.Verriyya.Naidu is licensed under a Creative Commons Attribution 4.0 International License.
  • 7. RUNGE-KUTTA’S METHOD 1. Second order 𝑦 𝑛+1 = 𝑦𝑛 + 1 2 𝑘1 + 𝑘2 where 𝑘1 = ℎ𝑓 𝑥 𝑛, 𝑦𝑛 𝑘2 = ℎ𝑓 𝑥 𝑛 + ℎ, 𝑦𝑛 + 𝑘1 2. Fourth order 𝑦 𝑛+1 = 𝑦𝑛 + 1 6 𝑘1 + 2𝑘2 + 2𝑘3 + 𝑘4 where 𝑘1 = ℎ𝑓 𝑥 𝑛, 𝑦𝑛 𝑘2 = ℎ𝑓 𝑥 𝑛 + ℎ 2 , 𝑦𝑛 + 𝑘1 2 𝑘3 = ℎ𝑓 𝑥 𝑛 + ℎ 2 , 𝑦𝑛 + 𝑘2 2 𝑘4 = ℎ𝑓 𝑥 𝑛 + ℎ, 𝑦𝑛 + 𝑘3
  • 8. Problem 1 Given 𝑑𝑦 𝑑𝑥 = 𝑥 + 𝑦, with initial conditions 𝑦 0 = 1. Choose ℎ = 0. 𝑦 0.1 , 𝑦 0.2 and 𝑦 0.3 using Runge-Kutta’s method of fourth o
  • 9. Problem 1 Given 𝑑𝑦 𝑑𝑥 = 𝑥 + 𝑦, with initial conditions 𝑦 0 = 1. Choose ℎ = 0. 𝑦 0.1 , 𝑦 0.2 and 𝑦 0.3 using Runge-Kutta’s method of fourth o Putting 𝑛 = 0 in Runge-Kutta’s formula for fourth order, we get
  • 10. Problem 1 Given 𝑑𝑦 𝑑𝑥 = 𝑥 + 𝑦, with initial conditions 𝑦 0 = 1. Choose ℎ = 0. 𝑦 0.1 , 𝑦 0.2 and 𝑦 0.3 using Runge-Kutta’s method of fourth o Putting 𝑛 = 0 in Runge-Kutta’s formula for fourth order, we get 𝑦1 = 𝑦0 + 1 6 𝑘1 + 2𝑘2 + 2𝑘3 + 𝑘4
  • 11. Problem 1 Given 𝑑𝑦 𝑑𝑥 = 𝑥 + 𝑦, with initial conditions 𝑦 0 = 1. Choose ℎ = 0. 𝑦 0.1 , 𝑦 0.2 and 𝑦 0.3 using Runge-Kutta’s method of fourth o Putting 𝑛 = 0 in Runge-Kutta’s formula for fourth order, we get 𝑦1 = 𝑦0 + 1 6 𝑘1 + 2𝑘2 + 2𝑘3 + 𝑘4 where 𝑘1 = ℎ𝑓 𝑥0, 𝑦0 = 0.1 0 + 1 = 0.1
  • 12. Problem 1 Given 𝑑𝑦 𝑑𝑥 = 𝑥 + 𝑦, with initial conditions 𝑦 0 = 1. Choose ℎ = 0. 𝑦 0.1 , 𝑦 0.2 and 𝑦 0.3 using Runge-Kutta’s method of fourth o Putting 𝑛 = 0 in Runge-Kutta’s formula for fourth order, we get 𝑦1 = 𝑦0 + 1 6 𝑘1 + 2𝑘2 + 2𝑘3 + 𝑘4 where 𝑘1 = ℎ𝑓 𝑥0, 𝑦0 = 0.1 0 + 1 = 0.1 𝑘2 = ℎ𝑓 𝑥0 + ℎ 2 , 𝑦0 + 𝑘1 2 = 0.1 0.05 + 1.05
  • 13. Problem 1 Given 𝑑𝑦 𝑑𝑥 = 𝑥 + 𝑦, with initial conditions 𝑦 0 = 1. Choose ℎ = 0. 𝑦 0.1 , 𝑦 0.2 and 𝑦 0.3 using Runge-Kutta’s method of fourth o Putting 𝑛 = 0 in Runge-Kutta’s formula for fourth order, we get 𝑦1 = 𝑦0 + 1 6 𝑘1 + 2𝑘2 + 2𝑘3 + 𝑘4 where 𝑘1 = ℎ𝑓 𝑥0, 𝑦0 = 0.1 0 + 1 = 0.1 𝑘2 = ℎ𝑓 𝑥0 + ℎ 2 , 𝑦0 + 𝑘1 2 = 0.1 0.05 + 1.05 𝑘3 = ℎ𝑓 𝑥0 + ℎ 2 , 𝑦0 + 𝑘2 2 = 0.1 0.05 + 1.05
  • 14. Problem 1 Given 𝑑𝑦 𝑑𝑥 = 𝑥 + 𝑦, with initial conditions 𝑦 0 = 1. Choose ℎ = 0. 𝑦 0.1 , 𝑦 0.2 and 𝑦 0.3 using Runge-Kutta’s method of fourth o Putting 𝑛 = 0 in Runge-Kutta’s formula for fourth order, we get 𝑦1 = 𝑦0 + 1 6 𝑘1 + 2𝑘2 + 2𝑘3 + 𝑘4 where 𝑘1 = ℎ𝑓 𝑥0, 𝑦0 = 0.1 0 + 1 = 0.1 𝑘2 = ℎ𝑓 𝑥0 + ℎ 2 , 𝑦0 + 𝑘1 2 = 0.1 0.05 + 1.05 𝑘3 = ℎ𝑓 𝑥0 + ℎ 2 , 𝑦0 + 𝑘2 2 = 0.1 0.05 + 1.05 𝑘4 = ℎ𝑓 𝑥0 + ℎ, 𝑦0 + 𝑘3 = 0.1 0.1 + 1.110
  • 15. Problem 1 Given 𝑑𝑦 𝑑𝑥 = 𝑥 + 𝑦, with initial conditions 𝑦 0 = 1. Choose ℎ = 0. 𝑦 0.1 , 𝑦 0.2 and 𝑦 0.3 using Runge-Kutta’s method of fourth o Putting 𝑛 = 0 in Runge-Kutta’s formula for fourth order, we get 𝑦1 = 𝑦0 + 1 6 𝑘1 + 2𝑘2 + 2𝑘3 + 𝑘4 where 𝑘1 = ℎ𝑓 𝑥0, 𝑦0 = 0.1 0 + 1 = 0.1 𝑘2 = ℎ𝑓 𝑥0 + ℎ 2 , 𝑦0 + 𝑘1 2 = 0.1 0.05 + 1.05 𝑘3 = ℎ𝑓 𝑥0 + ℎ 2 , 𝑦0 + 𝑘2 2 = 0.1 0.05 + 1.05 𝑘4 = ℎ𝑓 𝑥0 + ℎ, 𝑦0 + 𝑘3 = 0.1 0.1 + 1.110 𝑦 0.1 = 𝑦1 = 1 + 1 6 0.1 + 0.22 + 0.221 + 0.12105 =1.11034
  • 16. Putting 𝑛 = 1 in Runge-Kutta’s formula for fourth order, we get 𝑦2 = 𝑦1 + 1 6 𝑘1 + 2𝑘2 + 2𝑘3 + 𝑘4
  • 17. Putting 𝑛 = 1 in Runge-Kutta’s formula for fourth order, we get 𝑦2 = 𝑦1 + 1 6 𝑘1 + 2𝑘2 + 2𝑘3 + 𝑘4 where 𝑘1 = ℎ𝑓 𝑥1, 𝑦1 = 0.1 0.1 + 1.11034 = 0.12
  • 18. Putting 𝑛 = 1 in Runge-Kutta’s formula for fourth order, we get 𝑦2 = 𝑦1 + 1 6 𝑘1 + 2𝑘2 + 2𝑘3 + 𝑘4 where 𝑘1 = ℎ𝑓 𝑥1, 𝑦1 = 0.1 0.1 + 1.11034 = 0.12 𝑘2 = ℎ𝑓 𝑥1 + ℎ 2 , 𝑦1 + 𝑘1 2 = 0.13208
  • 19. Putting 𝑛 = 1 in Runge-Kutta’s formula for fourth order, we get 𝑦2 = 𝑦1 + 1 6 𝑘1 + 2𝑘2 + 2𝑘3 + 𝑘4 where 𝑘1 = ℎ𝑓 𝑥1, 𝑦1 = 0.1 0.1 + 1.11034 = 0.12 𝑘2 = ℎ𝑓 𝑥1 + ℎ 2 , 𝑦1 + 𝑘1 2 = 0.13208 𝑘3 = ℎ𝑓 𝑥1 + ℎ 2 , 𝑦1 + 𝑘2 2 = 0.13263 𝑘4 = ℎ𝑓 𝑥1 + ℎ, 𝑦1 + 𝑘3 = 0.14429
  • 20. Putting 𝑛 = 1 in Runge-Kutta’s formula for fourth order, we get 𝑦2 = 𝑦1 + 1 6 𝑘1 + 2𝑘2 + 2𝑘3 + 𝑘4 where 𝑘1 = ℎ𝑓 𝑥1, 𝑦1 = 0.1 0.1 + 1.11034 = 0.12 𝑘2 = ℎ𝑓 𝑥1 + ℎ 2 , 𝑦1 + 𝑘1 2 = 0.13208 𝑘3 = ℎ𝑓 𝑥1 + ℎ 2 , 𝑦1 + 𝑘2 2 = 0.13263 𝑘4 = ℎ𝑓 𝑥1 + ℎ, 𝑦1 + 𝑘3 = 0.14429 𝑦 0.2 = 𝑦2 = 1.2428
  • 21. Putting 𝑛 = 1 in Runge-Kutta’s formula for fourth order, we get 𝑦2 = 𝑦1 + 1 6 𝑘1 + 2𝑘2 + 2𝑘3 + 𝑘4 where 𝑘1 = ℎ𝑓 𝑥1, 𝑦1 = 0.1 0.1 + 1.11034 = 0.12 𝑘2 = ℎ𝑓 𝑥1 + ℎ 2 , 𝑦1 + 𝑘1 2 = 0.13208 𝑘3 = ℎ𝑓 𝑥1 + ℎ 2 , 𝑦1 + 𝑘2 2 = 0.13263 𝑘4 = ℎ𝑓 𝑥1 + ℎ, 𝑦1 + 𝑘3 = 0.14429 𝑦 0.2 = 𝑦2 = 1.2428 𝑛 = 2 will give 𝑦 0.3 = 1.399711 𝑘1 = 0.14428, 𝑘2 = 0.156494, 𝑘3 = 0.157105, 𝑘4 = 0.169990