MMT-007
MMT-007
MMT-007
ASSIGNMENT BOOKLET
(Valid from 1st January, 2020 to 31st December, 2020)
School of Sciences
Indira Gandhi National Open University
Maidan Garhi, New Delhi-110068
(2020)
Dear Student,
Please read the section on assignments and evaluation in the Programme Guide for Elective Courses 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.
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: ……………………….………………...
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 to be submitted to the Programme Centre as per the schedule made by the
programme centre. Answer sheets received after the due date shall not be accepted.
We strongly suggest that you retain a copy of your answer sheets.
7) This assignment is valid only upto December, 2020. For submission schedule please read the section
on assignments in the programme guide. If you have failed in this assignment or fail to submit it by
December, 2020, then you need to get the assignment for the year 2021 and submit it as per the
instructions given in the programme guide.
8) You cannot fill the Exam Form for this course till you have submitted this assignment. So solve it
and submit it to your study centre at the earliest.
2
Assignment
Course Code: MMT-007
Assignment Code: MMT-007/TMA/2020
Maximum Marks: 100
1. State whether the following statements are true or false. Justify your answer with the help of a
short proof or a counter example.
is y (t ) = 2 sin 2t .
v) In the Crank-Nicolson method, the partial differential equation
∂u ∂ 2u
=
∂t ∂x 2
is replaced by the finite-difference equation
1
(
(1 + r )uij +1 = uij + r uij−+11 + uij+1 + uij++11 + ui −1 − 4uij
2
)
where r = k / h 2 and k and h are mesh spaces in dimension of t and x , respectively. (10)
2. a) Show that f ( x, y ) = xy
i) satisfies a Lipschitz condition on any rectangle a ≤ x ≤ b and c ≤ y ≤ d ;
ii) satisfies a Lipschitz condition on any strip a ≤ x ≤ b and − ∞ < y < ∞ ;
iii) does not satisfy a Lipschitz condition on the entire plane. (3)
b) Use Frobenious method to find the series solution about x = 0 of the equation
d2y dy
x(1 − x ) 2
− (1 + 3 x) − y = 0 . (5)
dx dx
c) For the following differential equation locate and classify its singular points on the x -axis
3
i) x 3 ( x − 1) y ′′ − 2( x − 1) y ′ + 3 xy = 0
ii) (3 x + 1) xy ′′ − ( x + 1) y ′ + 2 y = 0 (2)
1
2n(n + 1)
b) Show that ∫ x 2 Pn−1 ( x) Pn+1 ( x ) dx =
(2n − 1) (2n + 1) (2n + 3)
. (3)
−1
d) Show that between every successive pair of zeros of J 0 ( x ) there exists a zero of J 1 ( x) . (2)
∞
1
b) Show that ∫ e − ax J 0 (bx) dx =
a2 + b2
, a >0 b >0. (3)
0
2 1 −α 2 / 4
5. a) Show that the Fourier cosine transform of f ( x ) = e − x is e . (5)
2
b) Using Fourier transform method find the bounded harmonic function V ( x, y ) in the semi-
infinite strip y > 0, 0 < x < 1 , which satisfies the conditions V y ( x, 0) = 0, V ( 0, y ) = e − y
and V (1, y ) = 0 . (5)
b) Using Laplace transform method solve the following simultaneous differential equations
4
dx dy
+ =t
dt dt
d2x
2
− y = e −t
dt
subject to conditions x(0) = 3, x ′(0) = −2, y (0) = 0 . (6)
7. a) Using Taylor series second order method, obtain an approximate value of y (1.4) for the
initial value problem
y ′ = x e − y , y (1) = 0
with (i) h = 0.1 and (ii) h = 0.2 .
1 + x 2
If the exact solution is y = ln , obtain the error. (5)
2
8. a) Using second order finite difference method, solve the boundary value problem
y ′′ − y = x, y (0) = 0, y (1) = 2, h = 1 / 4 . (3)
b) Solve the wave equation utt = u xx with the initial and boundary conditions
u (0, t ) = u (1, t ) = 0, u t ( x, 0) = 0
and u ( x, 0) = sin πx, 0 ≤ x ≤ 1 using the implicit method upto two time steps. Assume
h = k = 1/ 4 . (7)