Optimization
Optimization
simply it means that choosing inputs which will result in the best possible outputs.
Optimum value means best value and it depends on which thing you are going to optimize based
on the thing the optimization will be either maximization or minimization.
For ex: Profit(maximize) and Cost(minimize).
Maximizing or minimizing some function relative to some set, often representing a range
of choices available in a certain situation. The function allows comparison of the different
choices for determining which might be “best.”
Common applications: Minimal cost, maximal profit, minimal error, optimal design, optimal
management, variational principles.
There are three ways to find the slopes and slope is relates with the maxima and minima:
1) If we have given two points (x1,y1) and (x2,y2) then with the help of formula we can find
∆Y Y 2−Y 1
the slope and it is given as : =
∆ X X 2−X 1
dy
2) If we have given the equation then we take its derivative we can find the slope
dx
3) If we have given the graph then by drawing the tangent to its we can find the slope.
If tangent is stepper then slope will be max and if tangent is flatter then slope is min.
Our objective is to find the value of X at which we should have the max or min value of y that
point is called optimal Point. For that purpose we take the derivative of the function then we will
have the values of x at which the slope is zero and for knowing that the value at which the slope
is zero the value of y is max or min we take the second derivative of the function again and then
we will observe that at point x at which the slope is zero and its second derivative is greater than
zero then the Y will have minimum value and if the second derivative is less than zero the Y will
have the Maximum value .
Value of X at which dy d y
2
d y
2
=0 >0 <0
Slope = 0 dx dx
2
dx
2
Optimization technique is a powerful tool to obtain the desired design parameters and best set
of operating conditions. This would guide the experimental work and reduce the risk and cost of
design and operating.
Optimization refers to finding the values of decision variables, which correspond to and
provide the maximum or minimum of one or more desired objectives.
Reliability of optimum solutions depends on formulation of objective functions and
selected optimization technique.
Optimization requires a mathematical model that describes and predicts the process
behavior.
In complex non-linear processes, optimization search could help to estimate unknown
parameters.
Without optimization of design and operations, manufacturing and engineering activities
will not be as efficient as they are now.
The primary focus of using optimization techniques is to measure the Maximum or
Minimum value of a function depending on the circumstance.
Any engineering or research discipline involving design, maintenance and manufacturing
requires certain technical decisions to be taken at different stages. The outcome of taking
these decisions is to maximize the profit with minimum utilization of resources.
Objectives to be minimized: cost, energy, loss, waste, processing time, raw material
consumption…etc.
Objectives to be maximized: profit, conversion, yield, utility, efficiency, capacity…etc.
Finite-dimensional optimization: The case where a choice corresponds to selecting the values
of a finite number of real variables, called decision variables. For general purposes the decision
variables may be denoted by x 1, . . ., xn and each possible choice therefore identified with a point
x = (x1, . . ., xn) in the space ℝn.
Feasible set: The subset C of ℝn representing the allowable choices x = (x1, . . . , xn).
Objective function: The function f0(x) = f0(x1, . . . , xn) that is to be maximized or minimized
over C.
Transfer Function:
1. Definition:
The transfer function is defined as the ratio of the Laplace transform of the system
output to the Laplace transform of the system input, assuming all initial
conditions are zero.
In the frequency domain, the transfer function provides a clear picture of how a
system responds to sinusoidal inputs at different frequencies.
2. Mathematical Representation:
For a linear time-invariant system, the transfer function H(s) is expressed as the
Y ( s)
ratio of the output Y(s) to the input X(s) in the Laplace domain: H(s)=
X (s)
3. Frequency Domain Analysis:
Power system engineers use the transfer function to analyze the system's response
to various frequencies of input signals.
The transfer function helps in understanding the dynamic behavior of components
such as generators, transformers, and loads.
Importance and Use in Power System Analysis:
1. Stability Analysis:
Transfer functions play a crucial role in determining the stability of power
systems. Engineers analyze the poles and zeros of the transfer function to assess
the system's stability.
Poles in the left half-plane indicate stable behavior, while poles in the right half-
plane may lead to instability.
2. Control System Design:
Transfer functions are essential for designing control systems that regulate the
behavior of power systems.
Engineers design controllers by manipulating the transfer functions to achieve
desired performance and stability.
3. Transient and Steady-State Analysis:
Transfer functions help in studying the transient and steady-state response of a
power system to disturbances.
Engineers can assess how the system behaves during sudden changes or
disturbances, aiding in the design of protective and control systems.
4. Frequency Response Analysis:
By analyzing the frequency response of the transfer function, engineers can
identify resonant frequencies and potential issues related to harmonics.
This is crucial for preventing oscillations and ensuring the smooth operation of
the power system.
5. Modeling and Simulation:
Transfer functions are used to create mathematical models of power system
components, allowing engineers to simulate and analyze the system's behavior
under different conditions.
6. Interconnected System Analysis:
In large power systems with interconnected components, transfer functions help
in understanding the interactions between different parts of the system.
In summary, transfer functions are fundamental in power system analysis, providing a
powerful tool for engineers to understand, design, and optimize the dynamic behavior of
complex electrical networks. They are essential for stability analysis, control system design,
and overall system performance evaluation.
P
Slope of governor shows the speed regulation R ranges from(5-6%) from zero to full
load.
Speed Governor act as comparator whose output ∆ P gis the difference between reference set
power ∆ Pref and power 1/R ∆ ω as given from governor speed characteristics.
∆ P g= ∆ Pref - 1/R ∆ ω
∆ P v (s) 1
T.F = =
∆ Pg (s) 1+ τ g (s)
Parameters:
1. Population Size:
The number of individuals in each generation.
2. Crossover Rate:
The probability that crossover (recombination) will occur for a pair of parents.
3. Mutation Rate:
The probability that mutation will occur for each gene in an individual.
4. Selection Mechanism:
The method used to select individuals for reproduction, such as roulette wheel
selection or tournament selection.
5. Termination Criteria:
Conditions under which the algorithm should stop (e.g., a maximum number of
generations, reaching a target fitness, etc.).
The choice of these parameters depends on the specific problem being solved, and tuning them
appropriately is crucial for the success of the algorithm in finding high-quality solutions.