Question

3) Solve the following Economic Dispatch problem using Dynamic Programming to find total minimum cost and P, P2, Ps, for load
0 0
Add a comment Improve this question Transcribed image text
Answer #1

A dynamic programming method is an iterative method. So, steps for this method only are described below:

STEP-1: First it is necessary to describe the costs characteristics of each generator in form of

C\, = \,x{P_G}\, + \,y{P_G}\, + \,z

To do so, the values given in table can be used.

C is the cost in $/hr and PG is MW generation. There are three unknowns x, y and z. Three equations can be formed through table to find these unknowns for each generator.

STEP-2: Incremental fuel cost \lambda is given as \lambda \, = \,x{P_G}\, + \,y .

So, PG is given by {P_G}\, = \,(\lambda \, - \,y)/x ------------------------------------------------------------------------(Eq - 1)

STEP-3: Take an initial random value of \lambda.

STEP-4: Solve Eq (1) for each generator.

STEP-5: Calculate, Total power generation = sum of all individual generation

STEP-6: Check whether Total power - Load demand < tolerance

if yes, calculated power generation is the correct answer and stop.

If no, go to step-7.

STEP-7: Check Total power - Load demand > 0

If yes, get new value of \lambda by \lambda \, = \,\lambda \, - \,\Delta \lambda and repeat from step-4.

If no, get new value of \lambda by \lambda \, = \,\lambda \, + \,\Delta \lambda and repeat from step-4.

Add a comment
Know the answer?
Add Answer to:
3) Solve the following Economic Dispatch problem using Dynamic Programming to find total minimum ...
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT