Assignment 1
Assignment 1
Assignment - 1
Note:
• No copying allowed. You can discuss
• Consider your roll number as xxxxabc. Then the coefficients for your
problem a, b, c will be the numbers corresponding to your roll number.
• Anyone who deviates from this point, by mistake or not, will be given zero
to their assignment.
Questions
1. In order to obtain a polynomial objective function having a saddle point,what
is the minimum order of the function needed?
2. Use three iterations of the golden section search method in order to max-
imize the function given in Equation 1 in the interval (-5,5)
4. Compare the golden section search and interval halving method in terms
of the obtained interval after 10 function evaluations for the minimization
of the function given in equation 2 in the interval (-10, 5).
1
6. A part-time graduate student in engineering is enrolled in a four-unit
mathematics course and a three-unit design course. Since the student has
to work for 20 hours a week at a local software company, he can spend
a maximum of 40 hours a week to study outside the class. It is known
from students who took the courses previously that the numerical grade
(g) in each course is related to the study time spent outside the class as
gm = tm /a and gd = td /b, where g indicates the numerical grade (g = 10
for A, 8 for B, 6 for C, 4 for D, and 0 for F), t represents the time spent
in hours per week to study outside the class,and the subscripts m and
d denote the courses, mathematics and design, respectively.The student
enjoys design more than mathematics and hence would like to spend at
least 75 minutes to study for design for every 60 minutes he spends to
study mathematics. Also, as far as possible, the student does not want
to spend more time on any course beyond the time required to earn a
grade of A. The student wishes to maximize his gradepoint P , given by
P = 10gm + 8gd , by suitably distributing his study time. Formulate the
problem as an LP problem.
2
constant.
1 cgD5 h
πρd2 5 (3)
4 D + bf `d4
10. An electric light is placed directly over the center of a circular plot of lawn
100 m in diameter. Assuming that the intensity of light varies directly
as the sine of the angle at which it strikes an illuminated surface, and
inversely as the square of its distance from the surface, how high should
the light be hung in order that the intensity may be as great as possible
at the circumference of the plot?
14. Consider the road network in IISER where each junction is a node and
the road connecting each node as an edge. Assume that there are n nodes
and m edges. Cost to travel each edge is cij . We need find the shortest
path from one node to another. Formulate the shortest path problem as
an optimization problem with corresponding constraints.