Home » Engineering Mathematics » Engineering Mathematics Miscellaneous » Question

Engineering Mathematics Miscellaneous

Engineering Mathematics

  1. Consider an ordinary differential equation
    dw
    = 0 - iz
    dz

    If x = x0 at t = 0 , the increment in x calculated using Runge-Kutta fourth order multi-step method with a step size of ∆t = 0.2 is
    1. 0.22
    2. 0.44
    3. 0.66
    4. 0.88
Correct Option: D

Given ,
dx
= 4t + 4
dt

x = x0 at t = 0
n = 0.2
Calculate x(0.2) value
K1 = f(t0, x0) = f(0, x 0) = 4
K2 = f t0 +
h
, x0 +
1
K1h
22

= f(0 + 0.1, x0 + 0.4)
= f(0.1, x0 + 0.4) = 4(0.1) + 4 = 4.4
K3 = f x0 +
h
, x0 +
1
K2h
22

= f[t0 + 0.1, x0 + (2.2)(0.2)]
= f(0.1, x0 + 0.44) = 4(0.1) + 4 = 4.4
K4 = f(t0 + h, x0 + K3 h)
= f(0 + 0.2, x0 + 0.88)
= f(0.2, x0 + 0.88)
= 4(0.2) + 4 = 4.8
x(0.2) = x1 = x0 +
h
(K1 + 2K2 + 2K3 + K4)
6

= x0 +
0.2
[ 4 + 2(4.4) + 2(4.4) + (4.8) ]
6

= x0 +
0.2
(4 + 8.8 + 8.8 + 4.8)
6

= x0 + 0.88
Increment as x = x 1 – x0 = x0 + 0.88 – x0 = 0.88



Your comments will be displayed only after manual approval.