0% found this document useful (0 votes)
20 views6 pages

MMT 007

The document is an assignment booklet for the M.Sc. course in Mathematics with Applications in Computer Science, specifically for the Differential Equations and Numerical Solutions (MMT-007) course, valid from January 1, 2025, to December 31, 2025. It includes instructions for formatting assignments, continuous evaluation weightage, and a series of problems to be solved for the assignment. Students must submit the assignment to be eligible for the examination and are advised to retain a copy of their answers.

Uploaded by

rk.rs9038
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)
20 views6 pages

MMT 007

The document is an assignment booklet for the M.Sc. course in Mathematics with Applications in Computer Science, specifically for the Differential Equations and Numerical Solutions (MMT-007) course, valid from January 1, 2025, to December 31, 2025. It includes instructions for formatting assignments, continuous evaluation weightage, and a series of problems to be solved for the assignment. Students must submit the assignment to be eligible for the examination and are advised to retain a copy of their answers.

Uploaded by

rk.rs9038
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/ 6

MMT-007

ASSIGNMENT BOOKLET
(Valid from 1st January, 2025 to 31st December, 2025)

M.Sc. (Mathematics with Applications in Computer Science)


Differential Equations and Numerical Solutions (MMT-007)

School of Sciences
Indira Gandhi National Open University
Maidan Garhi,
New Delhi-110068
(2025)
Dear Student,
Please read the section on assignments and evaluation in the Programme Guide that we sent you after
your enrolment. A weightage of 20 per cent, as you are aware, has been assigned for continuous
evaluation of this course, which would consist of one tutor-marked assignment. The assignment is in
this booklet.

Instructions for Formating Your Assignments

Before attempting the assignment please read the following instructions carefully.

1) On top of the first page of your answer sheet, please write the details exactly in the following format:

ROLL NO :……………………………………………

NAME :……………………………………………

ADDRESS :……………………………………………

……………………………………………

……………………………………………
COURSE CODE: …………………………….
COURSE TITLE : …………………………….
ASSIGNMENT NO. ………………………….…
STUDY CENTRE: ………………………..….. DATE: ……………………….………………...

PLEASE FOLLOW THE ABOVE FORMAT STRICTLY TO FACILITATE EVALUATION AND


TO AVOID DELAY.

2) Use only foolscap size writing paper (but not of very thin variety) for writing your answers.

3) Leave 4 cm margin on the left, top and bottom of your answer sheet.

4) Your answers should be precise.

5) While solving problems, clearly indicate which part of which question is being solved.

6) This assignment is valid from 1st Jan, 2025 to 31st Dec, 2025. If you have failed in this assignment
or fail to submit it by Dec, 2025, then you need to get the assignment for the year 2026, and submit it
as per the instructions given in the Programme Guide.

7) You cannot fill the examination form for this course until you have submitted this assignment.

We strongly suggest that you retain a copy of your answer sheets.

We wish you good luck.

2
Assignment

Course Code: MMT-007


Assignment Code: MMT-007/TMA/2025
Maximum Marks: 100

1. a) Solve the differential equation:

x 2 y′′ + 6 xy′ + (6 + x 2 ) y = 0

in series about x = 0. (6)

b) Express f ( x ) = x 4 + 3x 3 + 4 x 2 − x + 2 in terms of Legendre polynomials. (4)

2. a) Using method of Ferobenius, find the solution of the differential equation: (6)

d2y dy
x2 2
+ ( x + x 2 ) + ( x − 9) y = 0
dx dx

near x = 0.

b) Find: (2)

 s 
L−1  2 2
 (s + 4) 

c) Find L{F( t )}, if: (2)

  π π
sin  t − 4  , t > 4
F( t ) =   
 π
 0 , t<
4
2
3. a) Find the Fourier transform of e −9 x . (4)

b) Find the solution of the heat conduction equation subject to the given initial and boundary
conditions: (6)

∂u ∂ 2 u
= , 0 ≤ x ≤1
∂t ∂x 2
u ( x ,0) = sin(πx ) for 0 ≤ x ≤ 1
u (0, t ) = 0 = u (1, t )

1 1
Using Laasonen method with λ = and h = . Integrate for two levels.
6 3

3
4. a) Find the solution of the initial boundary value problem: (5)

∂u ∂ 2 u
=
∂t ∂x 2

subject to given initial and boundary conditions:

 1
u ( x ,0) = 2 x for x ∈ 0, 
 2

1 
and 2(1 − x ) for  , 1
2 

u (0, t ) = 0 = u (1, t ) .

You may use step length along x-axis, h = 0.2 and solve by Schmidt method with mesh ratio
1
λ= .
6

b) Show that the method. (5)

4 1 2h
y i+1 = y i − y i−1 + y i+1
3 3 3

is A-stable when applied to test equation y′ = λy, λ < 0.

5. a) Use Fourier transforms to solve the boundary value problem: (5)

∂u ∂ 2u
= 4 2 , − ∞ < x < ∞, t > 0
∂t ∂x

subject to the conditions:

∂u
i) u, → 0 as x → ± ∞
∂x
ii) u ( x , 0) = f ( x )

b) Solve the initial value problem y′ = x 2 + y 2 , y(0) = 1, upto x = 0.2 using third order Taylor
series method with h = 0.1. (5)

6. a) Using Laplace transform, solve the equation: (5)

∂ 2u ∂ 2u
= 9
∂t 2 ∂x 2
given that:
u (0, t ) = u (2, t ) = 0, u t ( x , 0) = 0
and u ( x , 0) = 10 sin 2πx − 20 sin 5πx.

4
b) Using second order finite difference method, solve the boundary value problem: (5)

d2y 3 2
= y with y(0) = 4, y(1) = 1
dx 2 2

1
Using step length h = .
3

7. Find the solution of ∇ 2 u = 0 in R subject to the boundary conditions: (10)

u ( x , y) = x 2 − y 2 on x = 0, y = 0, y = 1;
∂u
u+ = x 2 + 2 x − y 2 on x = 1,
∂x

where R is the square 0 ≤ x ≤ 1, 0 ≤ y ≤ 1, using the five point formula. Use central difference
approximation in the boundary condition. Assume uniform step length h = 1 / 2 along the axes.

8. a) Use finite Fourier transform to solve: (6)

∂u ∂ 2u
= k 2 , 0 < x < 4, t > 0
∂t ∂x

Subject to the conditions:

u ( x ,0) = 2 x , 0 < x < 4


and u (0, t ) = u ( 4, t ) = 0

b) Solve the boundary value problem: (4)

y′′ + y + f ( x ) = 0
y′(0) = 0, y(1) = 0

by determining the appropriate Green’s function by using the method of variation of parameters
and expressing the solution as a definite intergral.

9. Solve the boundary value problem: (10)

y′′ − 3y′ + 2 y = 2

with

y(0) − y′(0) = −1
y(1) + y′(1) = 1

1
using the second order finite difference method with step length h = .
2

5
2n
10. a) Using the generating function J n ( x ), prove that J n −1 ( x ) + J n +1 ( x ) = J n ( x ), for integer values
x
of n. (5)

b) Evaluate: (5)

1
Pn ( x )

−1 1 − 2 xt + t 2
dx ,

where Pn ( x ) is Legendre polynomial.

You might also like