Math Help Forum

Math Help Forum Feed Site Feed

Go Back   Math Help Forum > Math Help Forum Lounge > Problem of the Week
Reply
 
Thread Tools Display Modes
  #1  
Old 03-01-2008, 07:13 PM
ThePerfectHacker's Avatar
Global Moderator

 
Join Date: Nov 2005
Location: New York City
Posts: 11,339
Country:
Thanks: 329
Thanked 2,943 Times in 2,472 Posts
ThePerfectHacker has a reputation beyond reputeThePerfectHacker has a reputation beyond reputeThePerfectHacker has a reputation beyond reputeThePerfectHacker has a reputation beyond reputeThePerfectHacker has a reputation beyond reputeThePerfectHacker has a reputation beyond reputeThePerfectHacker has a reputation beyond reputeThePerfectHacker has a reputation beyond reputeThePerfectHacker has a reputation beyond reputeThePerfectHacker has a reputation beyond reputeThePerfectHacker has a reputation beyond repute
Default Problem 47

1a)Let n be an odd positive integer. Let \zeta = e^{2\pi i/n} prove that x^n - y^n = \prod_{k=0}^{(n-1)} (x\zeta^k - y\zeta^{-k}).
1b)Let f(z) = 2i\sin (2\pi z) and n an odd positive integer. Prove that f(nz) = f(z)\prod_{k=1}^{(n-1)/2} f\left( z + \frac{k}{n} \right) f\left(z - \frac{k}{n} \right).

2)Each man of n\geq 2 men throws his wallet on the table, then every one picks up a wallet randomly. Find the probability the every person takes the wrong wallet.

3)Let \text{C}_1 and \text{C}_2 be circles with \text{C}_1 inside \text{C}_2 and tangent at a point on \text{C}_2. Let c_1,c_2,...,c_k (k\geq 3) be circles in between \text{C}_1 and \text{C}_2 and tangent to \text{C}_1 and \text{C}_2 and to eachother adjacent circle. Let a_1,a_2,...,a_{k-1} be the points of tangency of these circles with their neighbors. Prove that a_1,a_2,...,a_{k-1} all lie on a common circle.
(Note: The solution I know does not use elementary geometry).
__________________
We the People of the United States, in Order to form a more perfect Union, establish Justice, insure domestic Tranquility, provide for the common defence, promote the general Welfare, and secure the Blessings of Liberty to ourselves and our Posterity, do ordain and establish this Constitution for the United States of America.
Reply With Quote
Advertisement
 
  #2  
Old 03-01-2008, 09:50 PM
Senior Member
 
Join Date: Dec 2007
Posts: 182
Country:
Thanks: 16
Thanked 90 Times in 83 Posts
TwistedOne151 will become famous soon enoughTwistedOne151 will become famous soon enough
Default

3. This proof isn't entirely rigorous, but contains all the major steps:

Let D be the point where C_1 and C_2 are tangent. Now let us define a Möbius transform z'=M(z) that maps D to infinity, and let us indicate images under M by primes. Now, M maps C_1 and C_2 to parallel lines C_1' and C_2'. Thus c_1',c_2,'\ldots,c_k' are circles tangent to the lines C_1' and C_2' and to the adjacent circles in the sequence. As they are tangent to both C_1' and C_2', they are all the same size, and their centers lie on the line C_3' parallel to C_1' and C_2' and halfway between them. We see also that a_1',a_2,'\ldots,a_{k-1}' must lie on C_3' as well. Thus if we have the circle C_3=M^{-1}(C_3') in the pre-image, we see a_1,a_2,\ldots,a_{k-1} all lie on C_3.

--Kevin C.
Reply With Quote
The following users thank TwistedOne151 for this useful post:
Donate to MHF
  #3  
Old 03-01-2008, 10:06 PM
ThePerfectHacker's Avatar
Global Moderator

 
Join Date: Nov 2005
Location: New York City
Posts: 11,339
Country:
Thanks: 329
Thanked 2,943 Times in 2,472 Posts
ThePerfectHacker has a reputation beyond reputeThePerfectHacker has a reputation beyond reputeThePerfectHacker has a reputation beyond reputeThePerfectHacker has a reputation beyond reputeThePerfectHacker has a reputation beyond reputeThePerfectHacker has a reputation beyond reputeThePerfectHacker has a reputation beyond reputeThePerfectHacker has a reputation beyond reputeThePerfectHacker has a reputation beyond reputeThePerfectHacker has a reputation beyond reputeThePerfectHacker has a reputation beyond repute
Default

Excellent job. I would just be more specific, if a is the tangency point, define 1/(z-a) be the the Moebius transformation, the rest follows as you said.
__________________
We the People of the United States, in Order to form a more perfect Union, establish Justice, insure domestic Tranquility, provide for the common defence, promote the general Welfare, and secure the Blessings of Liberty to ourselves and our Posterity, do ordain and establish this Constitution for the United States of America.
Reply With Quote
  #4  
Old 03-01-2008, 11:06 PM
Senior Member
 
Join Date: Jan 2008
Posts: 185
Country:
Thanks: 68
Thanked 17 Times in 13 Posts
heathrowjohnny is on a distinguished road
Default

2. There are n! total permutations of the n wallets. Now number the wallets from 1 to n. The first person has a \frac{n-1}{n} probability of picking a wrong wallet. You would have to use a computer for this "brute force" approach.

Or let P(n,k) be the probability that given n people with n wallets, k of them choose the wrong wallet. Then we want P(n,n). This is our "black box" case.

We know that P(n,0) = \frac{1}{n!} (i.e. probability all people get their wallets). Also by axiom 3 (commonly in textbooks) \sum_{k=0}^{n} P(n,k) = 1. So P(n,k) is the probability that there are k incorrect wallets chosen and n-k correct wallets chosen. These are independent events, so we can multiply probabilities. We get P(n,k) = \frac{1}{(n-k)!}P(k,k). But this doesn't really give us P(n,n). So \sum_{k=0}^{n} \frac{P(k,k)}{(n-k)!} = 1. Plugging in values, we get the following formula (there is a pattern, I suppose you could prove it by induction): P(k) =  \sum_{i =0}^{k} \frac{(-1)^{i}}{i!}.

So P(n,k) = \frac{1}{(n-k)!} \sum_{i=0}^{k} \frac{(-1)^{i}}{i!}.

Thus P(n,n) = \sum_{i=0}^{k} \frac{(-1)^{i}}{i!}. This is about \frac{1}{e}.

Then the probability that not all the people take their wrong wallets is 1 - \frac{1}{e} (some people could take wrong wallets, while other people take correct wallets).

Last edited by heathrowjohnny; 03-02-2008 at 03:43 AM.
Reply With Quote
The Following 2 Users Say Thank You to heathrowjohnny For This Useful Post:
Donate to MHF
  #5  
Old 04-11-2008, 11:45 AM
ThePerfectHacker's Avatar
Global Moderator

 
Join Date: Nov 2005
Location: New York City
Posts: 11,339
Country:
Thanks: 329
Thanked 2,943 Times in 2,472 Posts
ThePerfectHacker has a reputation beyond reputeThePerfectHacker has a reputation beyond reputeThePerfectHacker has a reputation beyond reputeThePerfectHacker has a reputation beyond reputeThePerfectHacker has a reputation beyond reputeThePerfectHacker has a reputation beyond reputeThePerfectHacker has a reputation beyond reputeThePerfectHacker has a reputation beyond reputeThePerfectHacker has a reputation beyond reputeThePerfectHacker has a reputation beyond reputeThePerfectHacker has a reputation beyond repute
Default

Quote:
1a)Let n be an odd positive integer. Let \zeta = e^{2\pi i/n} prove that x^n - y^n = \prod_{k=0}^{(n-1)} (x\zeta^k - y\zeta^{-k}).
Note that z^n - 1 = \prod_{k=0}^{n-1} (z - \zeta^k). Let z=x/y and we get x^n - y^n =  \prod_{k=0}^{n-1} (x-y\zeta^k). Since 0,1,...,n-1 and 0,-2,-4,...,-2(n-1) are both a complete system of residues, since n is odd it means, \prod_{k=0}^{n-1} (x - \zeta^k y) = \prod_{k=0}^{n-1} (x-\zeta^{-2k}y) = \zeta^{-0-1-...-(n-1)}\prod_{k=0}^{n-1} (x\zeta^k - y\zeta^{-k}). But \zeta^{-0-1-...-(n-1)} = 1 the proof is complete.

Quote:
1b)Let f(z) = 2i\sin (2\pi z) and n an odd positive integer. Prove that f(nz) = f(z)\prod_{k=1}^{(n-1)/2} f\left( z + \frac{k}{n} \right) f\left(z - \frac{k}{n} \right).
This function has the property that f(-z) = -f(z) and f(z+1)=f(z). Also, f(z) = e^{2\pi i z} - e^{-2\pi i z}.
In the identity, x^n -y^n = \prod_{k=0}^n (x\zeta^k - y\zeta^{-k}) let x=e^{2\pi i z} and y=e^{-2\pi i z}. Thus, we get, f(nz) = e^{2\pi i n z} - e^{-2\pi i n z} = \prod_{k=0}^{n-1} \left( e^{2\pi i  z} \zeta^k - e^{-2\pi i  z} \zeta^{-k} \right). Note that, e^{2\pi i z} \zeta^k - e^{-2\pi i z} \zeta^{-k}= e^{2\pi i z} e^{2\pi i k/n} - e^{-2\pi i z} e^{-2\pi i k/n} = e^{2\pi i \left( z + \frac{k}{n} \right)} + e^{-2\pi i \left( z + \frac{k}{n} \right)} = f\left( z + \frac{k}{n}\right). This means, f(nz) = \prod_{k=0}^{n-1}f\left( z + \frac{k}{n} \right). Split the product to get, f(nz) = f(z) \prod_{k=1}^{(n-1)/2} f\left( z + \frac{k}{n} \right) \prod_{k=(n-1)/2}^{n-1} f\left( z + \frac{k}{n} \right). We know that f(z) = f(z-1) (a property mentioned above) thus f\left( z + \frac{k}{n} \right) = f\left( z + \frac{k}{n} - 1\right) = f\left( z - \frac{n-k}{n} \right). Thus, f(nz) = f(z) \prod_{k=0}^{(n-1)/2} f\left( z + \frac{k}{n} \right) \prod_{k=(n-1)/2}^{n-1} f\left( z - \frac{n-k}{k} \right). But \prod_{k=(n-1)/2}^{n-1} f\left( z - \frac{n-k}{k} \right) = \prod_{k=1}^{(n-1)/2} f\left( z - \frac{k}{n}\right) because the products run through the same values. And we have proven that f(nz) = f(z) \prod_{k=1}^{(n-1)/2} f\left( z + \frac{k}{n} \right) f\left( z - \frac{k}{n}\right).
----

This identity belongs to Leopold Eisenstein. With it we can give a very nice short proof of the Quadradic Reciprocity Law. In fact, Enrst Kummer called this (Eisenstein's) proof to be the most beautiful of all reciprocity proofs (Taken from my Number Theory book).

If anybody wants I can post Eisenstein's proof.
__________________
We the People of the United States, in Order to form a more perfect Union, establish Justice, insure domestic Tranquility, provide for the common defence, promote the general Welfare, and secure the Blessings of Liberty to ourselves and our Posterity, do ordain and establish this Constitution for the United States of America.
Reply With Quote
Reply
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off
Forum Jump


All times are GMT -7. The time now is 02:26 AM.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.0 ©2008, Crawlability, Inc.
©2005 - 2008 Math Help Forum


Math Help Forum is a community of maths forums with an emphasis on maths help in all levels of mathematics.
Register to post your math questions or just hang out and try some of our math games or visit the arcade.