You are on page 1of 1

List No.

01
Problems proposed in the course of Math-III
Systems Engineer

1. M-File. Make a computer program M-FILE that generates the solution of the
initial value problem. Graph the solution curve

a)
dy
= x + 5y, y(0) = 3
dx
b)

xy − y = x, y(1) = 7
c)

y + y = ex , y(0) = 1
d)

xy + 2y = x2 − x + 1, y(1) = 1/2
e)

xy + y = ex , y(1) = 1
f)

y = y, y(1) = 1
g)

y = x, y(1) = 1
h)

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

2. M-File. Make a computer program M-FILE that generates the solution of the
initial value problem. graph the solution curve for each value of a.
a)
dy
= ay, y(1) = 1
dx
for a = −1, −0.5, 0.5, 1
b)
dy
= axy, y(0) = 1
dx
for a = −1, −0.5, 0.5, 1

c
LL. Copyright All rights reserved 1

You might also like