Question

Consider a game in which player 1 selects effort x and player 2 selects effort y,...

Consider a game in which player 1 selects effort x and player 2 selects effort y, where x and y must be between 1 and 12 (inclusive). Payoffs are given by: u1(x,y) = cxy – x2 , u2(x,y) = 2xy – y2 . where c > 0 is a parameter.

1. What is the best response function for each player?

2. What is the B1 and B2 for each player if c = 1?

3. What is the rationalizable set if c = 4? What if c = 2?

Homework Answers

Answer #2

(1) Each player will select effort to maximize utility:

Player 1: max cxy - x2

FOC wrt to x and equating to 0

cy - 2x = 0

=> x = cy/2 (BR1)

Player 1: max 2xy - y2

FOC wrt to y and equating to 0

2x - 2y = 0

=> y = x (BR2)

(2) if C=1 , we get

B1 => x = y/2

B2 => y = x

(3) when c=4

B1 => x = 4y/2 = 2y

B2 => x = y

Thus we get x =y =0

when c = 2

B1 => x = 2y/2 => x = y

B2 => y =x

Thus, the rationalizable set is all values such that x = y (45 degree line)

answered by: anonymous
Know the answer?
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
Similar Questions
Consider a game in which player 1 selects effort x and player 2 selects effort y,...
Consider a game in which player 1 selects effort x and player 2 selects effort y, where x and y must be between 1 and 12 (inclusive). Payoffs are given by: u1(x,y) = cxy – x2, u2(x,y) = 2xy – y2. where c > 0 is a parameter. 1. What is the best response function for each player? 2. What is the B1 and B2 for each player if c = 1? 3. What is the rationalizable set if c...
Consider the following game. Player 1’s payoffs are listed first, in bold:                        Player 2 X...
Consider the following game. Player 1’s payoffs are listed first, in bold:                        Player 2 X Y Player 1 U 100 , 6   800 , 4 M 0 , 0 200 , 1 D 10 , 20 20 , 20 Imagine that Player 1 makes a decision first and Player 2 makes a decision after observing Player 1’s choice. Write down every subgame-perfect Nash equilibrium of this game. Does the outcome above differ from the Nash equilibrium (if the game...
The next two questions will refer to the following game table: Player 2 X Y A...
The next two questions will refer to the following game table: Player 2 X Y A 2, 3 6, 1 Player 1 B 4, 2 1, 3 C 3, 1 2, 4 Question1 Which of Player 1's pure strategies is non-rationalizable, in a mixed-strategy context? Group of answer choices A B C Question2 Using your answer to the previous question, find all of this game's mixed-strategy Nash equilibria. *If you used graphs to help you answer the previous question and...
Consider the following game.  Player 1 has 3 actions (Top, middle,Bottom) and player 2 has three actions...
Consider the following game.  Player 1 has 3 actions (Top, middle,Bottom) and player 2 has three actions (Left, Middle, Right).  Each player chooses their action simultaneously.  The game is played only once.  The first element of the payoff vector is player 1’s payoff. Note that one of the payoffs to player 2 has been omitted (denoted by x).                                                 Player 2 Left Middle Right Top (2,-1) (-2,3) (3,2) Middle (3,0) (3,3) (-1,2) Bottom (1,2) (-2,x) (2,3)                 Player 1 a)Determine the range of values for x...
1)Consider the following initial-value problem. (x + y)2 dx + (2xy + x2 − 2) dy...
1)Consider the following initial-value problem. (x + y)2 dx + (2xy + x2 − 2) dy = 0,   y(1) = 1. Let af/ax = (x + y)2 = x2 + 2xy + y2. Integrate each term of this partial derivative with respect to x, letting h(y) be an unknown function in y. f(x, y) =   + h(y) Solve the given initial-value problem. 2) Solve the given initial-value problem. (6y + 2t − 3) dt + (8y + 6t − 1) dy...
1)  Consider the following initial-value problem. (x + y)2 dx + (2xy + x2 − 2) dy...
1)  Consider the following initial-value problem. (x + y)2 dx + (2xy + x2 − 2) dy = 0,   y(1) = 1 Let af/ax = (x + y)2 = x2 + 2xy + y2. Integrate each term of this partial derivative with respect to x, letting h(y) be an unknown function in y. f(x, y) =    + h(y) Find the derivative of h(y). h′(y) = Solve the given initial-value problem. 2) Solve the given initial-value problem. (6y + 2t − 3) dt...
In the “divide two apples” game, player 1 suggests a division scheme (x,y) from the set...
In the “divide two apples” game, player 1 suggests a division scheme (x,y) from the set {(2, 0), (1, 1), (0, 2)} where x is the number of apples allocated to player 1, and y is the number of apples allocated to player 2. Player 2 counters with a division scheme of her own that comes from the same set. The final allocation is obtained by averaging the two proposed division schemes. The apples can be cut if the resulting...
4. Consider the following non-cooperative, 2-player game. Each player is a middle manager who wishes to...
4. Consider the following non-cooperative, 2-player game. Each player is a middle manager who wishes to get a promotion. To get the promotion, each player has two possible strategies: earn it through hard work (Work) or make the other person look bad through unscrupulous means (Nasty). The payoff matrix describing this game is shown below. The payoffs for each player are levels of utility—larger numbers are preferred to smaller numbers. Player 1’s payoffs are listed first in each box. Find...
Consider the Rosenbrock function, f(x) = 100(x2 - x12)2 + (1 -x1)2. Let x*=(1,1), the minimum...
Consider the Rosenbrock function, f(x) = 100(x2 - x12)2 + (1 -x1)2. Let x*=(1,1), the minimum of the function. Let r(x) be the second order Taylor series for f(x) about the base point x*, r(x) will be a quadratic, and therefore can be written: r(x) = A11(x1-x1*)2 + 2A12(x1-x1*)(x2-x2*) + A22(x2-x2*)2 + b1(x1-x1*) + b2(x2-x2*) + c Find all the coefficients in the formula for r(x) - What is A11, A12, A22, b1, b2, and c?
1. Show that the u1(x,y)=x and u2(x,y)=x^2-y^2 are solutions to Laplace Equation. Then, how can you...
1. Show that the u1(x,y)=x and u2(x,y)=x^2-y^2 are solutions to Laplace Equation. Then, how can you combine them to create new solutions.