Introduction, Modeling, Graphical Method
Introduction, Modeling, Graphical Method
By:
Dr. Janardhan V
Department of Mechanical Engineering
School of Technology
1
Overview of Syllabus
ME 403T OPTIMIZATION TECHNIQUES
Teaching Scheme Examination Scheme
Theory Practical Total
L T P C Hrs/Week
MS ES IA LW LE/Viva Marks
3 0 -- 6 3 30 60 10 -- -- 100
UNIT-I
Introduction: Objective function, constraints, design variables, feasible and infeasible solutions,
classification of optimization problems, applications.
Graphical Method: different cases - Feasible and infeasible solutions, redundant constraints, unbound
solutions, unique solution.
Classical Optimization techniques: single variable, multivariable optimization techniques
UNIT -II
Linear Programming: Problem formulation, simplex method, transportation and assignment problems
UNIT- III
Unconstrained Optimization Techniques: elimination methods, interpolation methods, direct and indirect
search methods
UNIT- IV
Constrained Optimization Techniques: Random Search Methods, Methods of Feasible Directions, Penalty
2
Function Methods, Geometric Programming
References
• F Hillier, G Lieberman, Introduction to Operation Research, Mc Graw Hill
• H Taha, Operation Research –, Pearson Education.
• A Verma, Operation Research, S.K. Kataria and Sons.
• V Kapoor, Operation Research, Sultan Chand & Sons
• S S Rao, Engineering Optimization, New Age International
• K Deb, Optimization for Engineering Design: Algorithms and Examples,
Prentice-Hall of India
• C Pearce, E Hunt , Optimization: Structure and Applications, Springer
• A. Ravindran, G. Reklaitis, K. M. Ragsdell, Engineering Optimization:
Methods And Applications, Wiley
3
What is Optimization
Optimization is the act of obtaining the best result under
given circumstances
Minimization
Maximization
4
General Process
5
Which Method is Best ?
Hence,
Several optimization methods have been developed
for solving different types of optimization problems.
6
FIND
7
Applications
1. Design of aircraft and aerospace structures for minimum weight
2. Finding the optimal trajectories of space vehicles
3. Design of civil engineering structures such as frames, foundations, bridges, t owers,
chimneys, and dams for minimum cost
4. Minimum-weight design of structures for earthquake, wind, and other types of random
loading
5. Design of water resources systems for maximum benefit
6. Optimal plastic design of structures
7. Optimum design of linkages, cams, gears, machine tools, and other mechanical
components
8. Selection of machining conditions in metal-cutting processes for minimum production cost
9. Design of material handling equipment, such as conveyors, trucks, and cranes, for
minimum cost
10. Design of pumps, turbines, and heat transfer equipment for maximum efficiency
11. Optimum design of electrical machinery such as motors, generators, and transformers
12. Optimum design of electrical networks
13. Shortest route taken by a salesperson visiting various cities during one tour
14. Optimal production planning, controlling, and scheduling
15. Optimum design of chemical processing equipment and plants
16. Design of optimum pipeline networks for process industries
17. Selection of a site for an industry
18. Planning of maintenance and replacement of equipment to reduce operatingcosts
19. Inventory control
20. Optimum design of control systems
AND MANY MANY MORE
Mathematical Expression
Find
Minimize or Maximize
x1
f (X ) x
2
Subjected to: .
X
gi ( X ) 0 .
.
hi ( X ) 0
xn
Where:
LLi X i ULi
9
Classification
1. Based on Design variables
- Continuous problem
-Discrete Problem
-Mixed variable problem
Subject to:
30X1 + 20X2 < 300 (wood constraint: 300 bf available)
5X1 + 10X2 < 110 (labor constraint: 110 hours available)
Subject to
4x1+ 2x2 ≤ 40
2x1 + 4x2 ≤ 32
x1 ≥ 0 , x2 ≥ 0
Problem -1
We know that Max Z = 80x1 + 55x2
Subject to
3x1 + 2x2 ≥ 60
7x1 + 2x2 ≥ 84
3x1 +6x2 ≥ 72
x1 ≥ 0 , x2 ≥ 0
Problem -2
We know that Min Z = 10x1 + 4x2
1
30 hr/10 ton
Mathematical Modelling-4
Mathematical Modelling-4
30 hr/10 ton
Mathematical Modelling-5
Mathematical Modelling-5
Mathematical Modelling-5
Mathematical Modelling-5
Mathematical Modelling-5
Mathematical Modelling-6
Mathematical Modelling-6
Mathematical Modelling-6
Problem Formulation (non-linear)
Design a uniform column of tubular section, with hinge joints at
both ends, as shown in figure to carry a compressive load P = 2500
kgf for minimum cost.
The column is made up of a material that has a yield stress (σy ) of
500 kgf/cm2, modulus of elasticity (E) of 0.85 × 106 kgf/cm2,
and weight density (ρ) of 0.0025 kgf/cm3. The length of the
column is 250 cm.
The stress induced in the column should be less than the
buckling stress as well as the yield stress.
The mean diameter of the column is restricted to lie between 2
and 14 cm, and columns with thicknesses outside the range 0.2
to 0.8 cm are not available in the market.
The cost of the column includes material and construction costs
and can be taken as 5W + 2d, where W is the weight in kilograms
force and d is the mean diameter of the column in centimeters.
Problem Formulation
Problem Formulation
Problem Formulation
Problem Formulation
Problems for non-linear
objective functions