3. Dominance and Rationalizability

Best Responses

Find optimal choices given beliefs or opponents' strategies.

Best Responses in Game Theory 🎯

students, imagine you are choosing a move in a game, but you already know what your opponent is likely to do. How do you pick the option that gives you the best outcome? That is the idea of a best response. In game theory, best responses help us understand which choices make sense when you know, or believe you know, what others are doing.

What you will learn

By the end of this lesson, students, you will be able to:

  • Compute a best response to a given strategy.
  • Explain the logic behind best responses.
  • Use best responses to analyze a game matrix.

This matters in real life too 🌟. Businesses choose prices based on what competitors charge, athletes choose plays based on the other team’s formation, and friends decide where to meet based on where everyone else is going. Best-response thinking helps you pick the option that works best given the situation.

What is a best response? 🤔

A best response is the action that gives a player the highest payoff, or the lowest cost, given what the other player or players are doing.

In a game matrix, each player’s payoff depends on everyone’s choices. If you know the other player’s strategy, you can look across your possible payoffs and choose the one that is best for you.

For example, suppose your choices are $A$ and $B$. If the other player chooses strategy $X$, and your payoffs are $3$ for $A$ and $5$ for $B$, then your best response is $B$ because $5 > 3$.

The key idea is simple:

  • If you are choosing to maximize payoff, pick the action with the biggest number.
  • If you are choosing to minimize cost, pick the action with the smallest number.

In most introductory game theory lessons, payoffs are written as numbers where larger means better. So best response usually means the action with the highest payoff.

How to find a best response in a payoff matrix 📊

A payoff matrix shows the choices of two players and the payoff each one gets from every combination.

Here is a small example:

$$

$\begin{array}{c|cc}$

& L & R \\

$\hline$

U & (2,4) & (1,3) \\

D & (5,1) & (0,2)

$\end{array}$

$$

The first number in each pair is Player 1’s payoff, and the second number is Player 2’s payoff.

Step 1: Fix the other player’s choice

Suppose Player 2 chooses $L$.

Now look only at Player 1’s payoffs in the $L$ column:

  • If Player 1 chooses $U$, the payoff is $2$.
  • If Player 1 chooses $D$, the payoff is $5$.

Since $5 > 2$, Player 1’s best response to $L$ is $D$.

Step 2: Compare all available actions

Suppose Player 2 chooses $R$ instead.

Now look at Player 1’s payoffs in the $R$ column:

  • If Player 1 chooses $U$, the payoff is $1$.
  • If Player 1 chooses $D$, the payoff is $0$.

Since $1 > 0$, Player 1’s best response to $R$ is $U$.

So Player 1’s best-response rule is:

  • To $L$, choose $D$.
  • To $R$, choose $U$.

This is exactly how best responses work: you hold the other player’s action fixed and choose the option that gives you the highest payoff.

Best responses for both players 👥

A game usually has best responses for each player. Let’s examine the same matrix from Player 2’s perspective.

If Player 1 chooses $U$, look at Player 2’s payoffs in the $U$ row:

  • If Player 2 chooses $L$, the payoff is $4$.
  • If Player 2 chooses $R$, the payoff is $3$.

Since $4 > 3$, Player 2’s best response to $U$ is $L$.

If Player 1 chooses $D$, look at Player 2’s payoffs in the $D$ row:

  • If Player 2 chooses $L$, the payoff is $1$.
  • If Player 2 chooses $R$, the payoff is $2$.

Since $2 > 1$, Player 2’s best response to $D$ is $R$.

So Player 2’s best-response rule is:

  • To $U$, choose $L$.
  • To $D$, choose $R$.

Why this matters

Best responses help identify where players’ choices fit together. If one player is choosing a best response to the other, neither player can improve their payoff by changing strategy on their own. In many games, this idea leads to the study of Nash equilibrium later on.

A worked example with one-player reasoning đź§ 

Sometimes a best response is not found from a matrix, but from a payoff formula.

Suppose your payoff is

$$

$P(x) = 10 - 2x$

$$

where $x$ is the number of hours you spend studying for a game strategy test, and the payoff measures time left for other activities. If you are choosing $x$ from $0$ to $5$, then the best response is the value of $x$ that gives the highest payoff.

Because the slope is negative, $P(x)$ gets smaller as $x$ gets larger. So the maximum occurs at the smallest allowed value, $x = 0$.

This example shows that best-response thinking is not only about matrices. It is always about choosing the option that performs best given the situation and constraints.

Best response logic in words and in math ✍️

Best-response reasoning follows a clear pattern:

  1. Take the other player’s action as given.
  2. Compare your possible payoffs.
  3. Choose the action with the highest payoff.

If a strategy is a best response, it means no other available strategy gives a higher payoff against that opponent choice.

You can write this idea using notation. If player $i$ chooses strategy $s_i$ and the other players choose $s_{-i}$, then a best response solves

$$

$s_i \in \arg\max_{a_i} u_i(a_i, s_{-i})$

$$

This means strategy $s_i$ is one of the actions that maximize player $i$’s payoff $u_i$ given the others’ strategies $s_{-i}$.

Don’t worry if the notation looks advanced. The meaning is still the same: choose the action that gives the highest payoff when others’ choices are fixed.

How best responses help analyze games 🔍

Best responses are useful because they narrow the set of sensible choices. Instead of checking every possible strategy as equally likely, you focus on strategies that can actually be justified as the best reply to something.

For example, consider this game:

$$

$\begin{array}{c|cc}$

& C & D \\

$\hline$

A & (3,2) & (1,0) \\

B & (4,1) & (2,3)

$\end{array}$

$$

Player 1’s best responses

  • If Player 2 chooses $C$, Player 1 compares $3$ and $4$, so the best response is $B$.
  • If Player 2 chooses $D$, Player 1 compares $1$ and $2$, so the best response is $B$.

So Player 1’s action $B$ is a best response to both of Player 2’s choices.

Player 2’s best responses

  • If Player 1 chooses $A$, Player 2 compares $2$ and $0$, so the best response is $C$.
  • If Player 1 chooses $B$, Player 2 compares $1$ and $3$, so the best response is $D$.

Now we can see the game more clearly. Player 1 has a strategy that always does better, regardless of Player 2’s move. That is a powerful clue in dominance analysis too, because a strategy that is always best against the available options can strongly shape what happens in the game.

Common mistakes to avoid ⚠️

students, here are some errors students often make:

  • Not fixing the other player’s strategy first. Best response depends on what the other player does.
  • Looking at the wrong player’s payoff. In a payoff pair, make sure you are reading your own payoff, not your opponent’s.
  • Choosing the largest number without checking the situation. The largest payoff in the whole matrix is not always your best response; it must be the largest payoff in the relevant row or column.
  • Confusing best response with a favorite strategy. A strategy can be best in one situation and not in another.

A good habit is to circle the payoffs that belong to your player, then compare only the relevant entries.

Conclusion âś…

Best responses are one of the most important tools in game theory. They help students answer a simple but powerful question: What should I do, given what others are doing? By comparing payoffs under fixed opponent strategies, you can identify the action that gives the highest payoff.

This idea is the foundation for more advanced topics like dominance reasoning, rationalizability, and Nash equilibrium. If you can find best responses in a game matrix, you are already learning how strategic thinking works in economics, politics, sports, and everyday life.

Study Notes

  • A best response is the strategy that gives the highest payoff given the other player’s strategy.
  • To find a best response, fix the other player’s choice and compare your payoffs.
  • In payoff matrices, each player should use only their own payoff numbers.
  • The best response can change depending on the opponent’s strategy.
  • A strategy that is a best response to another strategy is not necessarily best against every strategy.
  • Best-response analysis helps narrow down reasonable strategic choices.
  • The notation $s_i \in \arg\max_{a_i} u_i(a_i, s_{-i})$ means player $i$ chooses an action that maximizes payoff given others’ choices.
  • Best responses are a major step toward understanding dominance and equilibrium in game theory.

Practice Quiz

5 questions to test your understanding

Best Responses — Game Theory | A-Warded