Normal-Form Representation in Strategic-Form Games 🎮
students, imagine two people choosing actions at the same time without seeing each other’s choice. One player might pick a move in a video game, while the other picks a defense. A soccer player might choose left or right while the goalkeeper guesses too. These are examples of simultaneous-move games. In game theory, we use a normal-form representation to organize these situations clearly and analyze what happens next.
What You Will Learn
By the end of this lesson, students, you will be able to:
- represent a game in normal form,
- organize strategies and payoffs in a matrix,
- interpret matrix entries correctly.
Understanding normal form helps you see the structure of a decision problem. Instead of reading a long story, you can turn the game into a table and compare outcomes quickly 📊.
What Is Normal Form?
A normal-form game is a way to describe a strategic situation where each player chooses a strategy at the same time. The key idea is that each player’s outcome depends on the combination of choices made by everyone.
A normal-form game usually has three parts:
- Players — who is making decisions.
- Strategies — the choices available to each player.
- Payoffs — the results each player gets for every possible combination of choices.
For example, if two players each have two choices, the game can be shown in a matrix. The rows might represent Player 1’s strategies, and the columns might represent Player 2’s strategies. Each cell contains the payoffs for both players.
A payoff is often written as an ordered pair like $(3,2)$. This means Player 1 gets $3$ and Player 2 gets $2$.
Building a Payoff Matrix
A payoff matrix is the table used to display a normal-form game. It helps us see every possible outcome at once. Let’s build one step by step.
Suppose two friends are deciding whether to study at the library or at home. Each must choose without knowing the other’s choice. Their study quality depends on whether they choose the same place or different places.
We can name the strategies:
- Player 1: Library or Home
- Player 2: Library or Home
Now we make a $2 \times 2$ matrix because each player has two strategies.
| | Player 2: Library | Player 2: Home |
|---|---|---|
| Player 1: Library | $(3,3)$ | $(1,4)$ |
| Player 1: Home | $(4,1)$ | $(2,2)$ |
This table means:
- if both choose Library, the payoff is $(3,3)$,
- if Player 1 chooses Library and Player 2 chooses Home, the payoff is $(1,4)$,
- if Player 1 chooses Home and Player 2 chooses Library, the payoff is $(4,1)$,
- if both choose Home, the payoff is $(2,2)$.
The first number in each pair always belongs to Player 1, and the second belongs to Player 2. That ordering must stay consistent so the matrix is easy to read.
Reading Matrix Entries Correctly
students, one of the most important skills in normal-form games is interpreting each entry accurately. A single cell contains all the information about one outcome.
Here is how to read a cell:
- find the row for Player 1’s strategy,
- find the column for Player 2’s strategy,
- read the ordered pair in that cell,
- match the first number to Player 1 and the second to Player 2.
If the cell says $(5,0)$, that does not mean both players get $5$ or both get $0$. It means Player 1 gets $5$, and Player 2 gets $0$.
This matters because a small reading mistake can completely change your analysis. In game theory, the payoffs are not just numbers; they show how each player values the outcome.
For example, in a competition between two apps advertising at the same time, one app might do better when the other stays quiet. The numbers in the matrix could represent profit, market share, points, or any other measurable result.
Interpreting Strategies and Outcomes
A strategy is more than a single move. In game theory, a strategy is a complete plan for what a player will do in the game. In a simple normal-form game, a strategy may just be one action like “Choose Library” or “Choose Home.” In more complex games, a strategy can include a plan for many possible situations.
A pure strategy is when a player chooses one action with certainty. For example, if Player 1 always chooses Library, that is a pure strategy.
The outcome of a normal-form game is determined by the strategy combination. If the players choose strategies $s_1$ and $s_2$, then the payoff pair is the result attached to that combination. You can think of the matrix as a map from choices to results.
Here is a simple way to organize the idea:
- strategy choice by Player 1 + strategy choice by Player 2 = outcome
- outcome + preferences = payoff comparison
This is why normal form is so useful. It turns a potentially confusing story into a structured table that can be analyzed systematically.
Example: The Advertising Game 📣
Suppose two companies are launching ads at the same time. Each company can choose:
- Aggressive Advertising
- Mild Advertising
Their profits depend on what both companies do. Here is a payoff matrix:
| | Company 2: Aggressive | Company 2: Mild |
|---|---|---|
| Company 1: Aggressive | $(2,2)$ | $(5,1)$ |
| Company 1: Mild | $(1,5)$ | $(4,4)$ |
Let’s interpret it carefully.
- If both choose Aggressive, each gets $2$.
- If Company 1 is Aggressive and Company 2 is Mild, Company 1 gets $5$ and Company 2 gets $1$.
- If Company 1 is Mild and Company 2 is Aggressive, Company 1 gets $1$ and Company 2 gets $5$.
- If both choose Mild, each gets $4$.
This matrix reveals something important: the best choice for one company depends on what the other company chooses. That dependency is the heart of game theory.
Notice how the matrix makes comparison easy. Company 1 compares the first number in each row. Company 2 compares the second number in each column. This structured reading helps students identify patterns in strategic behavior.
How to Construct a Normal-Form Game from a Story
When you see a word problem, follow these steps:
- Identify the players. Who is making the decisions?
- List each player’s strategies. What are all the available choices?
- Determine the payoffs. What happens for every strategy combination?
- Build the matrix. Put one player on the rows and the other on the columns.
- Check the entries. Make sure the first payoff belongs to the row player and the second payoff belongs to the column player.
Let’s use a sports example. Imagine a penalty kick. The kicker can shoot left or right. The goalkeeper can dive left or right. Because both choose at the same time, this is a strategic-form situation.
A possible matrix could be:
| | Goalkeeper Left | Goalkeeper Right |
|---|---|---|
| Kicker Left | $(0,1)$ | $(1,0)$ |
| Kicker Right | $(1,0)$ | $(0,1)$ |
Here, $1$ might mean success for the kicker or the goalkeeper, depending on how the game is defined. The meaning of the numbers must be stated clearly. Payoffs are about preferences or outcomes, not just random values.
Common Mistakes to Avoid
When working with normal-form representations, watch out for these errors:
- Mixing up row and column players — always know which player is on the rows and which is on the columns.
- Reversing the payoff order — the first payoff belongs to the row player, and the second belongs to the column player.
- Forgetting that choices happen simultaneously — the matrix represents a situation where players do not observe each other’s actions first.
- Using unclear strategy labels — strategies should be written clearly so each cell is easy to interpret.
A good matrix is neat, complete, and consistent. If the labels are confusing, the analysis becomes confusing too.
Why Normal Form Matters
Normal-form representation is one of the basic tools in game theory because it gives a compact picture of strategic interaction. It is used in economics, politics, biology, and everyday decision-making. Whenever two or more decision-makers affect each other’s results, a payoff matrix can often help explain the situation.
It is also the starting point for deeper topics like best responses and pure-strategy equilibrium. Before you can analyze what players should do, you need to organize the game correctly. That is exactly what normal form does.
Conclusion
students, normal-form representation is a simple but powerful way to model simultaneous-move games. It lets you list players, strategies, and payoffs in a clear matrix. Once the matrix is built, you can read each cell as a complete outcome for a particular combination of choices. By learning to construct and interpret payoff matrices, you build the foundation for analyzing strategic behavior in many real-world situations.
Study Notes
- A normal-form game represents a strategic situation where players choose at the same time.
- The main parts are players, strategies, and payoffs.
- A payoff matrix is a table that shows every possible outcome.
- The row player is listed on the rows, and the column player is listed on the columns.
- Each cell contains an ordered pair like $(a,b)$.
- The first payoff in $(a,b)$ belongs to the row player.
- The second payoff in $(a,b)$ belongs to the column player.
- A pure strategy means choosing one action with certainty.
- The matrix helps you compare outcomes and understand strategic dependence.
- Correctly reading matrix entries is essential for accurate analysis.
