Power Grid Planning: Why Building Together is Better

Exploring the crucial link between building power plants and power lines, inspired by the paper "Necessity of Joint Resource and Transmission Expansion Planning in Presence of System and Policy Uncertainties" by Mehrtash et al.


The Challenge: Powering the Future

Imagine you're in charge of designing the power grid for the next few decades. It's a huge task! You need to make sure there's enough electricity to meet growing demand (think electric cars, smarter homes). You also need to connect new renewable energy sources, like wind and solar farms, which are often built far from cities. Plus, existing equipment gets old and needs replacing, and there are environmental goals to meet.

This involves two main types of decisions:

Traditionally, these decisions have often been made somewhat separately. Power companies decide on building plants (GEP), while grid operators focus on the lines (TEP). But does this separation make sense? The paper argues: probably not.

Why Generation and Transmission Depend on Each Other

Think about it: building a massive new solar farm (GEP) is useless if there aren't enough power lines (TEP) to carry its electricity to customers. Conversely, building a super-efficient new power line (TEP) might suddenly make it economical to build a cheaper power plant further away (GEP) that wasn't viable before.

They are two sides of the same coin. Let's explore this interdependence with a simple model:

Simple Grid: Interdependence Demo

Imagine a city needing power. It can get it from a nearby, more expensive local plant, or a cheaper remote plant, but the remote plant needs a transmission line. Should we build the line?

Total Annual Cost: $?

Decision: Calculating...

Adjust the sliders to see when building the transmission line becomes the cheaper option. Notice how demand, plant costs, and line costs all influence the decision.

As you can see, the best choice depends on all the factors together. Planning GEP and TEP in isolation might lead to building the wrong things, costing more money in the long run.

Study 1: How We Plan Transmission - Screening vs. Optimization

How do grid planners decide which new power lines to build? The paper looks at two approaches:

  1. Project-by-Project Screening: This is common in practice. Planners look at a list of potential new lines. They estimate the benefit (e.g., cost savings from reducing congestion) of building each line individually. They might then pick the ones that look best on their own, perhaps based on a benefit-cost ratio. [1, 9, 10, 11, 14]
  2. Optimization-Based TEP: This is common in academic research. Planners use sophisticated computer models that consider all candidate lines simultaneously. The model tries to find the combination of lines that minimizes the total system cost (including building the lines and operating the grid) while respecting physical limits (like how much power a line can carry). [8, 13, 15, 18, 20]

The Catch: Why Individual Benefits Can Be Misleading (Braess's Paradox)

The screening approach seems logical, but it has a potential flaw. Sometimes, adding a new connection that looks beneficial in isolation can actually make the overall system perform worse. This is related to a concept called Braess's Paradox, often illustrated with traffic networks, but applicable to power grids too. [2, 3, 4, 6, 7]

Braess's Paradox Demo

Imagine power flowing from Start to End. It can go via A or B. Adding a "shortcut" line between A and B seems like it should help, right? Let's see.

Total System "Cost" (Congestion): ?

Flow Distribution: ?

Click the button to add/remove the shortcut line (A-B). Observe how adding the seemingly helpful line can increase the total system cost (representing congestion or inefficiency) because flows reroute suboptimally.

The paper simulated both screening and optimization on a large, realistic model of the Texas (ERCOT) power grid. They randomly generated 10,000 potential new lines.

The results were striking:

Screening vs. Optimization Results (Based on Paper's Table I)

Comparing the annual system performance:

Hover over the bars to see the values. "Load Shedding" means demand that couldn't be met (blackouts). Lower is better for both cost and load shedding. Optimization provides significantly larger benefits.

The optimization approach resulted in more than double the annual cost savings compared to the screening approach, and it reduced unmet demand (load shedding) by almost 80% more. This strongly suggests that looking at the system holistically via optimization is far superior to picking lines one by one.

Study 2: Planning Everything Together - GEP vs. GTEP under Uncertainty

Okay, optimization seems better for transmission (TEP). But what about the bigger picture – planning both generation (GEP) and transmission (TEP) together? This is often called co-optimization or joint GTEP.

The real world is uncertain. We don't know exactly how much electricity demand will grow, what environmental policies will be enacted (like carbon taxes), or how quickly old power plants will retire. Good planning needs to account for these possibilities.

The paper compared two planning strategies across four possible future scenarios for the year 2030:

The Four Scenarios:

  1. S1: Reference: Moderate demand growth, some planned retirements.
  2. S2: Environmental Regs: Same as S1, but with a carbon tax ($50/ton) making fossil fuels more expensive.
  3. S3: Aggressive Retirements: Same as S1, but many more coal and gas plants retire early.
  4. S4: High Load Growth: Much higher electricity demand growth (e.g., faster EV adoption).

For each scenario, they ran both the GEP-only and the joint GTEP models to find the best investment plan. How did they compare?

GEP vs. GTEP Performance Across Scenarios (Based on Paper's Figs 4 & 6)

Select a scenario to see the comparison:

This chart shows the total annual cost (building new things + running the grid) and the amount of load shedding (unmet demand) during peak hours. Lower is better for both. Observe how GTEP consistently performs better.

The results are clear: In every single scenario, planning generation and transmission together (GTEP) resulted in:

Interestingly, the study also found that while the specific power plants chosen depended heavily on the scenario (e.g., more renewables under a carbon tax), the decisions about which transmission lines and energy storage to build were more consistent across the different futures. This suggests that transmission investments can be more robust hedges against uncertainty.

The Underlying Math: Optimization

How do these computer models find the "best" plan? They use a mathematical technique called optimization. [8, 13, 15, 18, 20] The core idea is to define:

  1. An Objective Function: This is what we want to minimize (or maximize). In grid planning, it's usually the total cost, which includes:
    • The cost of building new lines, power plants, and storage (Investment Cost).
    • The cost of running the grid day-to-day (fuel for power plants, managing congestion) (Operation Cost).
    • Sometimes, a penalty cost for load shedding (representing the economic cost of blackouts).
    Mathematically, we write this as: `min f(x)` where `f` is the total cost function and `x` represents all the decisions (which lines/plants to build, how much power each plant generates).
  2. Constraints: These are the rules and physical limits the plan must obey. Examples include:
    • Power Balance: Electricity generated must equal electricity consumed (plus losses) everywhere.
    • Line Limits: Power flow on each line cannot exceed its thermal capacity.
    • Generator Limits: Each power plant has a maximum output.
    • Resource Availability: Solar panels only work when it's sunny, wind turbines only when it's windy.
    • Policy Rules: Requirements for renewable energy, emission limits.
    Mathematically, these are represented as equations (`g(x) = 0`) and inequalities (`h(x) ≤ 0`).

The overall problem looks like this:

$$ \min_{x} f(x) $$ $$ \text{subject to} \quad g(x) = 0 $$ $$ \quad h(x) \le 0 $$

Finding the set of decisions `x` that satisfies all the constraints and gives the lowest possible value for `f(x)` is a complex puzzle, especially for large grids with many options and uncertainties. Powerful algorithms and computers are needed to solve these mixed-integer programming problems, but as the paper shows, the effort is worthwhile. [5, 12, 16, 17, 19]

The interactive visualizations you played with earlier are simplified representations of this idea. Adjusting sliders changed parameters within the cost function (`f(x)`) or the constraints (`h(x)`), leading the simple "solver" (the Javascript code) to find a new optimal decision.

Conclusion: Plan Together for a Better Grid

The core message from the paper by Mehrtash et al. is compelling: separating the planning of power generation (GEP) and transmission (TEP) is inefficient and can lead to higher costs and lower reliability.

As we transition towards a grid with more renewable energy, electric vehicles, and changing demand patterns, the interdependence between where we generate power and how we transport it becomes even more critical. Adopting integrated planning approaches, like the GTEP methods explored in this paper, will be essential for building the affordable, reliable, and sustainable power grid of the future.