EM 4 Assignment
EM 4 Assignment
Assignment
Reg. No. Name of the Student
Marks
a. Evaluate the function over the contour using Cauchy integral formula 5
2 5
b. Solving complex function using Laurent series 5
Questions a. Solving an ODE using Euler’s method 5
3 3
b. MATLAB code for Milne’s predictor formula 5
4 5
b. Write a MATLAB program to solve the differential equation and plot the
5
same
Assignment
Instructions to students:
1. The solution of the assignment must be neatly handwritten. Each page must contain your
name and registration number.
2. Submission Date: 20-05-2025
3. Submission after the due date is not permitted.
4. Method of evaluation as per the submission and marking scheme.
5. At the end, you are required to comment on – “Benefits you have derived by solving this
assignment”.
6. IMPORTANT: It is essential that all the sources used in the preparation of the assignment must
be suitably referenced in the text.
Page 1 of 2
Q. CO
Questions Marks
No.
a. Obtain the power series solution about the origin of the differential equation
5 2
(1 − 𝑥 2 )𝑦 ′′ − 4𝑥𝑦 + 2𝑦 = 0
1
b. Determine the general solution of the following first order linear differential
equation 5 2
𝑦 2 𝑝 − 𝑥𝑦 𝑞 = 𝑥(𝑧 − 2𝑦)
cosh(𝜋𝑧)
a. Evaluate ∫𝐶 𝑑𝑧 over the contour 𝐶: |𝑧| = 2 using Cauchy’s integral
𝑧(𝑧 2 +1)
5 5
formula. (take cosh(𝜋𝑧) = cos(𝑖𝜋𝑧))
2
3𝑧 2 −6𝑧+2
b. Find the Laurent series of 𝑧 3 −3𝑧 2+2𝑧 in the region 1 < |𝑧| < 2. 5 5
𝑑𝑦
a. Apply Euler’s method to solve = 𝑥 − 𝑦 2 , with 𝑦(0) = 1. Find 𝑦(0.2)
𝑑𝑥
5 3
correct to four decimal places by taking ℎ = 0.1.
b. Write MATLAB code for Milne’s predictor formula for obtaining the solution
3
of the ODE 5𝑥𝑦 ′ + 𝑦 2 − 1 = 0 from the following table. find the value of y at
𝑥 = 4.5. 5 4
x 4 4.1 4.2 4.3 4.4
y 1 1.0049 1.0097 1.0143 1.0187
𝜕2 𝑢 𝜕𝑢
a. Given that : 𝜕𝑥 2 = 32 𝜕𝑡 , 0 ≤ 𝑥 ≤ 1, 𝑡 ≥ 0
𝜕2 𝑢 𝜕2 𝑢
4 b. Given + 𝜕𝑦 2 = 0 for 0 ≤ 𝑥 ≤ 1, 0 ≤ 𝑦 ≤ 1.
𝜕𝑥 2
Page 2 of 2