0% found this document useful (0 votes)
106 views12 pages

Ranga Kutta

This document discusses the numerical solution of differential equations using the Runge-Kutta method. It provides examples of applying the 4th order Runge-Kutta method to solve basic differential equations. The method is explained step-by-step, showing the calculation of intermediate values at each step to arrive at the numerical solution. Sample equations are provided along with the computed results at different intervals to demonstrate the use of the Runge-Kutta technique.

Uploaded by

Masrur Ahmed
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
106 views12 pages

Ranga Kutta

This document discusses the numerical solution of differential equations using the Runge-Kutta method. It provides examples of applying the 4th order Runge-Kutta method to solve basic differential equations. The method is explained step-by-step, showing the calculation of intermediate values at each step to arrive at the numerical solution. Sample equations are provided along with the computed results at different intervals to demonstrate the use of the Runge-Kutta technique.

Uploaded by

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

Numerical Solution for Differential

95
d
dy

96
97
Numerical Solution for Differential

98
y

h
2
0.2
1.2
2

h
2

99
0.2
1.2295
2

h
2
0.2
1.2309
2

1.2309

h
2
0.2
1.2309 1.4927
2

h
2
0.2
1.5240
2

100
h
2
0.2
1.2309 1.5253
2

1.5253

h
2
0.2
1.5253 1.8523
2

h
2
0.2
1.5253 1.8849
2

h
2
0.2
1.5253 1.8851
2

101
102
Numerical Solution for Differential
Equations [Runge Kutta Method]

1 1
2 2
2
1 1
0 (0.1) 1 0.1152
2 2

1 1
2 2
2
1 1
0 (0.1) 1 0.1152
2 2

2
0 0.1 1 0.1168

1
6
1
0.1 2(0.1152) 2(0.1168) 0.1347
6

103
0.1 (1.1165)2

1 1
1 h, y1 K1
2 2
2
1 1
0.1 (0.1) 1.1165 (0.1347)
2 2

1 1
1 h, y1 K2
2 2
2
1 1
0.1 (0.1) 1.1165 (0.1551)
2 2

1 h, y1 K3
2
0.1 0.1 1.1165 0.1576

1
6
1
0.1347 2(0.1551) 2(0.1576) 0.1823
6

104
h K1
2 2
0.2 0.4
1 2
2 2

1 0.1 2 0.2

1.1 2.2

h K2
2 2
0.2 0.484
1 x 2
2 2

1 0.2 2 0.49324

1
6
1
0.4 2(0.484) 2(0.49324) 0.5983776
6

105
h K1
2 2
0.2 0.5981143
1.2 2.4921
2 2

h K2
2 2
0.2 0.81824
1.2 2.4921
2 2

1.2 0.2 2.4921 0.7543

1
6

106

You might also like