0% found this document useful (0 votes)
99 views2 pages

Differential Equations Numerical Methods 22MTC04

This document outlines the examination structure for the Differential Equations and Numerical Methods course at Chaitanya Bharathi Institute of Technology, including details on Part-A and Part-B questions. Part-A consists of 5 questions worth 2 marks each, while Part-B contains 10 questions worth 10 marks each, covering various mathematical topics. The exam is scheduled for August 2023, lasting 3 hours with a maximum score of 60 marks.
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)
99 views2 pages

Differential Equations Numerical Methods 22MTC04

This document outlines the examination structure for the Differential Equations and Numerical Methods course at Chaitanya Bharathi Institute of Technology, including details on Part-A and Part-B questions. Part-A consists of 5 questions worth 2 marks each, while Part-B contains 10 questions worth 10 marks each, covering various mathematical topics. The exam is scheduled for August 2023, lasting 3 hours with a maximum score of 60 marks.
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/ 2

Code No.

: 22MTC04
CHAITANYA BHARATHI INSTITUTE OF TECHNOLOGY (Autonomous)
B.E. II Sem (Main) Examination August 2023
Differential Equations and Numerical Methods
(Common to CSE, CSE-AI&ML, CET, AI&ML, IT, AI&DS)
Time: 3 Hours Max Marks: 60
Note: Answer ALL questions from Part-A at one place in the same order and Part–B
(Internal Choice)
Part - A
(5Q X 2M = 10 Marks)
M CO BT
2 2
1 Solve the differential equation 𝑦 sin 2𝑥 𝑑𝑥 − (1 + 𝑦 + 𝑐𝑜𝑠 𝑥)𝑑𝑦 = 0 (2) 1 2
𝑑
2 Solve the differential equation (𝐷2 + 5𝐷 + 6)𝑦 = 0 where 𝐷 = 𝑑𝑥 . (2) 2 1
3 Explain Bisection method. (2) 3 2
4 Show that ∆ = 𝐸 − 1. (2) 4 1
5 State Raabe’s test. (2) 5 2

Part - B (50 Marks)


(5Q X 10M = 50 Marks)
M CO BT
6 (a) Solve the differential equation 𝑦 (log 𝑦)𝑑𝑥 + (𝑥 – log 𝑦) 𝑑𝑦 = 0. (5) 1 3
(b) Find the orthogonal trajectories of 𝑎𝑦 2 = 𝑥 3 (5) 1 3
(OR)
𝑑𝑦
7 (a) Solve the differential equation 𝑥 𝑑𝑥 + 𝑦 = 𝑥 3 𝑦 6 . (5) 1 3
(b) Solve the differential equation (1 + 𝑥𝑦)𝑦 𝑑𝑥 + (1 − 𝑥𝑦)𝑥 𝑑𝑦 = 0. (5) 1 3

𝑑
8 (a) Solve (𝐷3 + 4𝐷)𝑦 = sin 2𝑥, where 𝐷 = 𝑑𝑥 . (5) 2 3
𝑑
(b) Solve (𝐷2 − 3𝐷 + 2)𝑦 = 𝑥𝑒 3𝑥 , where 𝐷 = 𝑑𝑥 . (5) 2 3
(OR)
2 𝑑
9 (a) Solve (𝐷 − 4)𝑦 = sinh 𝑥 , where 𝐷 = 𝑑𝑥 . (5) 2 3
𝑑
(b) Solve (𝐷2 + 4)𝑦 = tan 2𝑥 , where 𝐷 = 𝑑𝑥 by method of variation of (5) 2 3
parameters.

10 (a) Using Newton-Raphson iterative method, find the real root of (5) 3 3
𝑥 𝑙𝑜𝑔10 𝑥 = 1.2 correct to five decimal places.
(b) Apply Gauss -Seidel iteration method to solve (5) 3 3
20𝑥 + 𝑦 – 2𝑧 = 17; 3𝑥 + 20𝑦 − 𝑧 = −18;
2𝑥 − 3𝑦 + 20𝑧 = 25.
(OR)
Code No.: 22MTC04
11 (a) Find the root of the equation cos 𝑥 = 𝑥𝑒 𝑥 correct to three decimal (5) 3 3
places, by using Regula-Falsi method.
(b) Solve the system of equations (5) 3 3
5𝑥 – 𝑦 + 𝑧 = 10; 2𝑥 + 4𝑦 = 12; 𝑥 + 𝑦 + 5𝑧 = −1, by Jacobi’s
method. Initial approximation given as (2, 3, 0).

12 (a) Find the missing term in the table: (5) 4 3

x 2 3 4 5 6
y 45.0 49.2 54.1 - 67.4
(b) Find the number of men getting wage of Rs 10 from the following table: (5) 4 3

Wages (in Rs.) 5 15 25 35


No. of men 9 30 35 42
(OR)
13 (a) Find f (43) from the Newtons Backward formula: (5) 4 3

x 20 25 30 35 40 45
f(x) 354 332 291 260 231 204
(b) Find the polynomial f(x) by using Lagrange’s interpolation formula and (5) 4 3
hence find 𝑓 (3).

x 0 2 5
f(x) 2 3 12

3𝑛 𝑛!
14 (a) Test the convergence of the series ∑∞
𝑛=1 . (5) 5 3
𝑛𝑛
1 1 1 1
(b) Examine the convergence of the series 1.2 − 3.4 + 5.6 − 7.8 + ⋯ ⋯ ∞ (5) 5 3
(OR)
𝑛2
15 (a) Test the convergence of the series ∑∞ ( 𝑛 ) . (5) 5 3
𝑛=1 𝑛+1
1 2 3 4
(b) Examine the convergence of the series 2! − 3! + 4! − 5! + ⋯ ⋯ ∞ (5) 5 3

*****

You might also like