Question:

Which method is preferred for solving the power flow problem in small to medium-sized power systems?

Show Hint

Gauss-Seidel is the preferred power flow method for small and medium-sized systems due to simplicity and low computational load.
Updated On: Jun 24, 2025
  • Newton-Raphson method
  • Gauss-Seidel method
  • Decoupled power flow method
  • Backward/Forward Sweep method
Hide Solution
collegedunia
Verified By Collegedunia

The Correct Option is B

Solution and Explanation

Step 1: Know the methods
- Newton-Raphson: fast convergence, but complex and suitable for large systems.
- Gauss-Seidel: easy to implement, less memory, slower convergence but ideal for small/medium systems.
Step 2: Use case for Gauss-Seidel
Gauss-Seidel works well for radial or weakly meshed networks, typical of distribution systems.
Step 3: Eliminate other options
- Decoupled and Newton-Raphson are better for large systems.
- Backward/Forward Sweep is best for radial distribution but not general.
Hence, Option (2) is correct.
Was this answer helpful?
0
0