Optimization Assignment 1
Optimization Assignment 1
Assignment-1
3. Discuss the Key components and concepts (e.g. Objective function, decision
variable, etc.) related to optimization with a suitable example.
4. For the below Optimization Problem, Discuss the Key components and concepts
(e.g. Objective function, decision variable, etc.) related to optimization with a
suitable example
𝑀𝑖𝑛𝑖𝑚𝑖𝑧𝑒 𝑓(𝑥)
𝑠𝑢𝑏𝑗𝑒𝑐𝑡 𝑡𝑜: 𝑎_𝑖(𝑥) = 0 𝑓𝑜𝑟 𝑖 = 1, 2, ..., 𝑝
𝑐_𝑗(𝑥) ≥ 0 𝑓𝑜𝑟 𝑗 = 1, 2, ..., 𝑞
𝑛
Where x belongs to the n-dimensional Euclidean space (𝑥∈ 𝑅 ).
5. Solve the below problem using any suitable method (e.g. Graphical method)
6. Find the point on the line y = 2x + 3 that is closest to the point (4, 1).