Google Answers Logo
View Question
 
Q: game theory ( Answered 5 out of 5 stars,   0 Comments )
Question  
Subject: game theory
Category: Business and Money > Economics
Asked by: vitaminc-ga
List Price: $18.00
Posted: 28 Nov 2002 14:53 PST
Expires: 28 Dec 2002 14:53 PST
Question ID: 116098
A and B are bidding for an object. A's valuation is known to be 50.
For each integer x, with 1<=x<=100, the probability that B's valuation
is x is 1/100. Assume the following: each bidder can bid only in
integer amounts; in the event of a tie, B is automatically declared
the winner.

a) What are the pure strategy Nash Equilibria in a sealed-bid second
price auction?

b) What are the pure strategy Nash equilibria in a sealed-bid first
price auction?
Answer  
Subject: Re: game theory
Answered By: calebu2-ga on 28 Nov 2002 17:21 PST
Rated:5 out of 5 stars
 
Vitaminc,

Hi again. I assume we're still working out way through Robert Gibbon's
Game Theory book :)

Anyway here's the approach that I would take with such a question.

Firstly - You want to get a good diagram of how the game progresses.
That's going to be tough here (I think I outdid myself with my last
answer and the ascii art diagrams... but let me try one more)

t=0     B's valuation is determined - 1<=x<=100
                 / \
                /   \
               /     \
t=1     B determines their optimal bid
       (with full information of his valuation and knowledge of A's
valuation)
                 / \
                /   \
               /     \
t=2    (A determines their optimal bid with only knowledge of vA=50)
       (Nodes are circled to show that they are indistinguishable to
A)
                 / \
                /   \
               /     \
t=3     Bids are revealed and valuations seen.

We now figure out the utility for each agent :

Let vA = 50 be the valuation of the object to A.
Let vB = x be the valuation of the object to B.
Let bidA = A's Bid.
Let bidB = B's Bid.

See below for the following sections :
PART A - SECOND PRICE AUCTION - Sale price is lower bid price
PART B - FIRST PRICE AUCTION - Sale price is high bid price


------
PART A - SECOND PRICE AUCTION - Sale price is lower bid price

Given vA, vB, bidA and bidB : A receives :

vA - bidB        if bidA > bidB
0                if bidA <= bidB

Given vA, vB, bidA and bidB : B receives :

0                if bidA > bidB
vB - bidA        if bidA <= bidB

Now we consider the optimal bid of B, given that A bids bidA and that
B observes a valuation of vB :

Suppose bidB > vB.
Then expected payoff = 0              for bidA > bidB > vB
                     = vB - BidA < 0  for bidB > bidA > vB
                     = 0              for bidA = vB
                     = vB - BidA > 0  for vB > bidA

Suppose bidB < vB.
Then expected payoff = 0              for bidA > vB > bidB
                     = 0              for bidA = vB
                     = 0              for vB > bidA > bidB
                     = vB - BidA > 0  for vB > bidB = bidA
                     = vB - BidA > 0  for vB > bidB > bidA

Suppose bidB = vB.
Then expected payoff = 0              for bidA > vB
                     = 0              for bidA = vB
                     = vB - BidA > 0  for bidA < bidB

The third strategy strictly beats the first one and weakly beats the
second one. So assume that bidB = vB.

Given that this is the expected behavior of B, we now turn to the
behavior of A. First we condition on vB = x (and later take
expectations)

A gets :

(vA - bidB) * 1{bidA > bidB|x}
= (vA - x) * [1{bidA > x|x}]

Where 1{} is an indicator function that takes the value 1 if the bid
is successful given x.

A's expected payoff is :

Sum of (vA - x) * 1{bidA > x|x} * P(vB = x) over x = 1 to 100.
= Sum of (vA - x) * 1{bidA > x|x} / 100 over x = 1 to 100.

= 0.01 * Sum of (vA - x) from x = 0 to bidA

(using the fact that sum x from 1 to n is .5n(n+1)

= 0.01 * [bidA * vA - .5*bidA*(bidA+1)]

Optimum occurs when vA = bidA + .5

As this occurs at bidA = 49.5, we must evaluate the utility for bidA =
49 and bidA = 50.

When bidA = 50, expected payoff is 0.01 * [50*50 - .5*50*51] = 12.25
When bidA = 49, expected payoff is 0.01 * [49*50 - .5*49*50] = 12.25

So the pure strategy nash equilibria are :

1)
bidA = 50
bidB = vB

2)
bidA = 49
bidB = vB

------
PART B - FIRST PRICE AUCTION - Sale price is high bid price

Given vA, vB, bidA and bidB : A receives :

vA - bidA        if bidA > bidB
0                if bidA <= bidB

Given vA, vB, bidA and bidB : B receives :

0                if bidA > bidB
vB - bidB        if bidA <= bidB

Now we consider the optimal bid of B, given that A bids bidA and that
B observes a valuation of vB :

If BidA > vB     then optimal bid is vB < bidA (Receives 0 >=
alternative)
If BidA = vB     then optimal bid is vB <= bidA (Receives 0 >=
alternative)
If BidA < vB     then optimal bid is bidA + 1 (Receives vB - BidA + 1
>= 0 (alternative))

In other words, B will bid to win if BidA < vB. If BidA < vB then B
will bid to lose. If BidA = vB then B is indifferent between winning
and losing. (Identical so far to Part A)

Given that this is the expected behavior of B, we now turn to the
behavior of A. First we condition on vB = x (and later take
expectations)

A gets :

(vA - bidA) * 1{bidA > bidB|x}
= (vA - bidA) * [1{bidA > x|x} + 1{bidA = x and B bids|x}]

Where 1{} is an indicator function that takes the value 1 if the bid
is successful given x.

A's expected payoff is :

Sum of (vA - bidA) * 1{bidA > bidB|x} * P(vB = x) over x = 1 to 100.
= Sum of (vA - bidA) * 1{bidA > bidB|x} / 100 over x = 1 to 100.

= 0.01 * Sum of (vA - bidA) from x = 0 to bidA

= 0.01 * bidA*[vA - bidA]

Optimum occurs when vA = 2*bidA

So bidA = 25

So the pure strategy nash equilibria are :

1)
bidA = 25
bidB = 26 if vB >= 25, <=vB otherwise

2)
bidA = 25
bidB = 26 if vB > 25, <=vB otherwise

I hope this helps. Good luck and feel free to ask if anything doesn't
make immediate sense.

Regards

calebu2-ga

Request for Answer Clarification by vitaminc-ga on 03 Dec 2002 22:30 PST
It still takes me time to go over it right now.
But thanks first.
And by the way, do you know how to do other two quesions i post? 
Q's ID: 116263 and 116099?

have a nice day^^

Clarification of Answer by calebu2-ga on 04 Dec 2002 04:37 PST
vitaminc,

To be honest, I'm not sure how to do the other questions without
reading through the book to give myself a refresher course. I've been
answering the rest of the questions from the top of my head (I'm
amazed that I can remember so much of the course 2 years after taking
it).

116099 involves definitions that I am not familiar with, whereas
116263 is an economics question (and my specialization is finance :)

Apologies for not attempting the questions - I'll take a quick flick
through gibbons to see if I can do 116099, but don't hold your breath!
(I'll leave a clarification here to let you know when I have had
chance to reconsider the question).

calebu2-ga

Clarification of Answer by calebu2-ga on 04 Dec 2002 07:16 PST
vitaminc-ga,

I checked question 116099 - and took a quick flick through Gibbons. I
don't think I can devote the time necessary to understand the question
(and even then, I am not sure that I could guarantee an answer). I'm
going to have to let those questions pass. Hopefully somebody else can
answer them - good luck nonetheless.

Regards

calebu2-ga
vitaminc-ga rated this answer:5 out of 5 stars
I deeply appreciate your help here. ^_^

Comments  
There are no comments at this time.

Important Disclaimer: Answers and comments provided on Google Answers are general information, and are not intended to substitute for informed professional medical, psychiatric, psychological, tax, legal, investment, accounting, or other professional advice. Google does not endorse, and expressly disclaims liability for any product, manufacturer, distributor, service or service provider mentioned or any opinion expressed in answers or comments. Please read carefully the Google Answers Terms of Service.

If you feel that you have found inappropriate content, please let us know by emailing us at answers-support@google.com with the question ID listed above. Thank you.
Search Google Answers for
Google Answers  


Google Home - Answers FAQ - Terms of Service - Privacy Policy