2nd Sem EEE Stream Asssignment-Module 3
2nd Sem EEE Stream Asssignment-Module 3
Department of Mathematics
Assignment Questions (II Semester)
Academic year: 2025
1. Use Taylor’s series method to find y at x=0.1,0.2 considering terms upto the third
𝑑𝑦
degree given that 𝑑𝑥 = 𝑥 2 + 𝑦 2 and y(0)=1.
𝑑𝑦
2. Use Taylor’s series method to obtain y(0.1 ) for 𝑑𝑥 = 2𝑦 + 3𝑒 𝑥 considering
up to the 4th degree term, y(0)=1
3. Using Taylor’s series method, find y (0.1) considering up to 4th degree term if y(x)
𝑑𝑦
Satisfies the equation 𝑑𝑥 = 𝑥 + 𝑦 2,y(0)=1.
𝑑𝑦
4. Using Taylor’s series method solve 𝑑𝑥 = 𝑥 + 𝑦, y(0)=1 then find y at x=0.1,0.2 consider up to
4th degree.
5. By Taylor’s series method, find the value of y at x=0.1 and x=0.2 to 5 places of decimals from
𝑑𝑦
𝑑𝑥
= 𝑥 2 𝑦 − 1 , y (0) =1.
𝑑𝑦
6. Using modified Euler’s method find to compute y (0.1) taking h=0.05 given that 𝑑𝑥 = 𝑥 2 + 𝑦, with
y(0)=1.
𝑑𝑦 1
7. Using modified Euler’s method find y at x=0.2 given that 𝑑𝑥 = 3𝑥 + 2 𝑦 with y(0)=1 taking h=0.1.
Perform three iterations at each step.
𝑑𝑦 𝑦
8. Given 𝑑𝑥 = 1 + 𝑥 , y=2 at x=1, find the approximate value y at x=1.4 by taking step size h=0.2
applying modified Euler’s method.
𝑑𝑦
9. Using modified Euler’s method find y (0.1) correct to four decimal places solving the equation 𝑑𝑥 =
𝑥 − 𝑦 2 ,y (0)=1 taking h=0.1
𝑑𝑦 𝑦
10. Given 𝑑𝑥 = 3𝑥 + 2 , y(0)=1, compute y (0.2) by taking h=0.2 using Runge-Kutta method
of fourth order.
𝑑𝑦
11. Use fourth order Runge-Kutta method to find y at x=0.1 given that 𝑑𝑥 = 3𝑒 𝑥 + 2𝑦 ,y(0)=0 and h=0.1.
𝑑𝑦 𝑦−𝑥
12. Using Runge-Kutta method of fourth order, find y (0.2) for the equation 𝑑𝑥 = 𝑦+𝑥 ,y(0)=1 taking
h=0.1
13. Solve (𝑦 2 − 𝑥 2 ) dx=(𝑦 2 + 𝑥 2 ) dy for x=0.2 and 0.4 given that y=1 at x=0 initially ,By applying
Runge-Kutta method of order 4.
𝑑𝑦
14. Given that 𝑑𝑥 = 𝑥 − 𝑦 2 and the data y(0)=0,y(0.2)=0.02,y(0.4)=0.0795,y(0.6)=0.1762.
Compute y at x =0.8 by applying Milne’s Method.
𝑑𝑦 𝑦
15. Apply Milne’s Method to compute y(1.4) corrector to four decimal places given 𝑑𝑥 = 𝑥 2 + 𝑥 and
following data y(1) =2,y(1.1)=2.2156,y(1.2)=2.4649,y(1.3)=2.7514
𝑑𝑦
16. If 𝑑𝑥 = 2𝑒 𝑥 − 𝑦 ,y(0)=2, y(0.1)=2.010, y(0.2)=2.040,y(0.3)=2.090, find y(0.4) correct to four
decimal places by using predictor –corrector method.