0% found this document useful (0 votes)
78 views3 pages

MODULE - I Numerical Methods

The document outlines 17 numerical analysis problems involving differential equations that can be solved using Taylor series, Euler's method, modified Euler's method, Runge-Kutta method of fourth order, Milne's method, and Adams-Bashforth method. The problems involve finding values of dependent variables y at given values of independent variable x. They provide the differential equations, initial conditions, step sizes if applicable, and ask to compute y values at specific x points using the mentioned numerical methods.

Uploaded by

Harsha Kasaragod
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
0% found this document useful (0 votes)
78 views3 pages

MODULE - I Numerical Methods

The document outlines 17 numerical analysis problems involving differential equations that can be solved using Taylor series, Euler's method, modified Euler's method, Runge-Kutta method of fourth order, Milne's method, and Adams-Bashforth method. The problems involve finding values of dependent variables y at given values of independent variable x. They provide the differential equations, initial conditions, step sizes if applicable, and ask to compute y values at specific x points using the mentioned numerical methods.

Uploaded by

Harsha Kasaragod
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/ 3

MODULE –I Numerical Methods

1. Find by Taylor’s series method the value of y at 𝑥 = 0.1,0.2 6M Dec[15]


𝑑𝑦 Jul[17]
to five decimal places from = 𝑥 2 𝑦 − 1 , 𝑦(0) = 1
𝑑𝑥

2. Solve 𝑦 ′ = 𝑦 2 + 𝑥 𝑠𝑢𝑐ℎ 𝑡ℎ𝑎𝑡 𝑦(0) = 1 using Taylor’s 6M Jun[15]


series method and compute 𝑦(0.1)𝑦(0.2)

3. Solve 𝑦 ′ = √𝑥 2 + 𝑦 𝑠𝑢𝑐ℎ 𝑡ℎ𝑎𝑡 𝑦(0) = 0.8 using Taylor’s 6M Jun[17]


series method

4. Employ Taylor’s series method to obtain the value of y at 6M Dec[09]


𝑥 = 0.1,0.2 for
𝑑𝑦
= 2𝑦 + 3𝑒 𝑥 , 𝑦(0) = 1.
𝑑𝑥
5. Find the value of 𝑦 when 𝑥 = 1.2 by Modified Euler’s 7M Jul[15]
𝑑𝑦 𝑦−𝑥
method , given that = 𝑠𝑢𝑐ℎ 𝑡ℎ𝑎𝑡 𝑦(1) = 2.
𝑑𝑥 𝑦+𝑥

6. 𝑑𝑦 5M Jul[17]
Solve the following by Modified Euler’s method. =
𝑑𝑥
𝑥
log10 ( ) , 𝑦(20) = 5
𝑦
at 𝑥 = 20.2, 20.4 by taking h= 0.2

7. Find the value of 𝑦 when 𝑥 = 0.5 by Modified Euler’s 7M Jun[16]


𝑑𝑦 1
method, given that h=0.25 = −
𝑑𝑥 1+𝑥 2
2𝑦 2 𝑠𝑢𝑐ℎ 𝑡ℎ𝑎𝑡 𝑦(0) = 0.

8. Using Modified Euler’s method obtain the solution of the 7M Jul[17]


equation
𝑑𝑦
= 𝑥 + √𝑦 𝑔𝑖𝑣𝑒𝑛 𝑦(0) = 1 for the range 0 ≤ 𝑥 ≤ 0.4
𝑑𝑥
take ℎ = 0.2

9. Find the value of 𝑦 when 𝑥 = 0.2, 0.4 byRungekutta method 6M Jul[17]


𝑑𝑦 𝑦 2 −𝑥 2
of fourth order, given that = 𝑠𝑢𝑐ℎ 𝑡ℎ𝑎𝑡 𝑦(0) =
𝑑𝑥 𝑦 2 +𝑥 2
1.

10. Using Runge kutta method of fourth order find y(0.2) given 7M Dec[15]
that
𝑑𝑦 𝑦
= 3𝑥 + , 𝑦(0) = 1 in steps of 0.1
𝑑𝑥 2
11. Solve 𝑦 − 𝑥 2 𝑦 ′ − 2𝑥𝑦 − 1 = 0𝑠𝑢𝑐ℎ 𝑡ℎ𝑎𝑡 𝑦(0) =
′′ 7M Jun[16]
1, 𝑦 ′ (0) = 0find y when 𝑥 = 0.1 usingRung ekutta method
of fourth order in steps of 0.1

12. Solve 𝑦 ′′ − 𝑦 2 𝑥 + 𝑦 2 = 0𝑠𝑢𝑐ℎ 𝑡ℎ𝑎𝑡 𝑦(0) = 1, 𝑦 ′ (0) = 7M Jul[15]


0find y when 𝑥 = 0.2 using Runge kutta method of fourth
order .

13. 𝑑𝑦 5M Jul[17]
Find y (4.5) given5x + 𝑦 2 − 2 = 0 by Milne’s method
𝑑𝑥
and data
𝑥 4 4.1 4.2 4.3 4.4
𝑦 1 1.0049 1.0097 1.0143 1.0187

14. 𝑑𝑦 7M Jan[15]
Given = 𝑥 − 𝑦 2 𝑎𝑛𝑑 𝑦 ( 0) = 0, 𝑦 (0. 2) =
𝑑𝑥
2.0200 𝑦 ( 0.4) = 0.0795 𝑦 ( 0/6) = 0.1672 Evaluate y
(0.8) by Adams-Bashforth method.
.

15. 𝑑𝑦 5M Jul[17]
Given = 𝑥 2 (1 + 𝑦)𝑎𝑛𝑑 𝑦 ( 1) = 1, 𝑦 (1. 1) =
𝑑𝑥
1.233𝑦 ( 1.2) = 1.548 𝑦 ( 1.3) = 1.979.Evaluate y (1.4)
by Adams-Bashforth method.

16. 𝑑𝑦 1 6M Jun[16]
Given = 𝑎𝑛𝑑 𝑦 ( 0) = 2, 𝑦 (0. 2) =
𝑑𝑥 (𝑥+𝑦)
2.0933𝑦 ( 0.4) = 12.1755 𝑦 ( 0.6) = 2.2493.Evaluate y
(0.8) by Adams-Bashforth method.

17.

You might also like

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy