Math Help Forum

Math Help Forum Feed Site Feed

Go Back   Math Help Forum > MHF Lounge > Problem of the Week
Closed Thread
 
Thread Tools Display Modes
  #1  
Old March 1st, 2008, 07:13 PM
ThePerfectHacker's Avatar
Global Moderator

 
Join Date: Nov 2005
Location: New York City
Posts: 11,186
Country:
Thanks: 482
Thanked 3,751 Times in 3,070 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).
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.


"Democracy has proved only that the best way to gain power
over people is to assure the people that they are ruling
themselves. Once they believe that, they make wonderfully
submissive slaves." - Joseph Sobran


To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
Advertisement
 
  #2  
Old March 1st, 2008, 09:50 PM
Member
 
Join Date: Dec 2007
Location: Anchorage, AK
Posts: 248
Country:
Thanks: 70
Thanked 119 Times in 107 Posts
TwistedOne151 has a spectacular aura aboutTwistedOne151 has a spectacular aura about
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.
The following users thank TwistedOne151 for this useful post:
Donate to MHF
  #3  
Old March 1st, 2008, 10:06 PM
ThePerfectHacker's Avatar
Global Moderator

 
Join Date: Nov 2005
Location: New York City
Posts: 11,186
Country:
Thanks: 482
Thanked 3,751 Times in 3,070 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.
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.


"Democracy has proved only that the best way to gain power
over people is to assure the people that they are ruling
themselves. Once they believe that, they make wonderfully
submissive slaves." - Joseph Sobran


To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
  #4  
Old March 1st, 2008, 11:06 PM
Member
 
Join Date: Jan 2008
Posts: 154
Country:
Thanks: 70
Thanked 18 Times in 14 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; March 2nd, 2008 at 03:43 AM.
The Following 2 Users Say Thank You to heathrowjohnny For This Useful Post:
Donate to MHF
  #5  
Old April 11th, 2008, 11:45 AM
ThePerfectHacker's Avatar
Global Moderator

 
Join Date: Nov 2005
Location: New York City
Posts: 11,186
Country:
Thanks: 482
Thanked 3,751 Times in 3,070 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.
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.


"Democracy has proved only that the best way to gain power
over people is to assure the people that they are ruling
themselves. Once they believe that, they make wonderfully
submissive slaves." - Joseph Sobran


To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
The following users thank ThePerfectHacker for this useful post:
Donate to MHF
  #6  
Old January 30th, 2009, 10:13 AM
chiph588@'s Avatar
Member
 
Join Date: Sep 2008
Location: Illinois
Posts: 160
Country:
Thanks: 65
Thanked 32 Times in 30 Posts
chiph588@ is on a distinguished road
Default

Wow, I found these same identities with these exact proofs... I wonder if we have the same number theory book?
  #7  
Old January 30th, 2009, 11:17 AM
ThePerfectHacker's Avatar
Global Moderator

 
Join Date: Nov 2005
Location: New York City
Posts: 11,186
Country:
Thanks: 482
Thanked 3,751 Times in 3,070 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:
Originally Posted by chiph588@ View Post
Wow, I found these same identities with these exact proofs... I wonder if we have the same number theory book?
I seen these identities in my number theory book by Ireland and Rosen.
I thought they were nice and posted them here.
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.


"Democracy has proved only that the best way to gain power
over people is to assure the people that they are ruling
themselves. Once they believe that, they make wonderfully
submissive slaves." - Joseph Sobran


To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
  #8  
Old January 30th, 2009, 03:59 PM
chiph588@'s Avatar
Member
 
Join Date: Sep 2008
Location: Illinois
Posts: 160
Country:
Thanks: 65
Thanked 32 Times in 30 Posts
chiph588@ is on a distinguished road
Default

Yep, that's one of my books this semester.
  #9  
Old January 31st, 2009, 03:40 PM
ThePerfectHacker's Avatar
Global Moderator

 
Join Date: Nov 2005
Location: New York City
Posts: 11,186
Country:
Thanks: 482
Thanked 3,751 Times in 3,070 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:
Originally Posted by chiph588@ View Post
Yep, that's one of my books this semester.
That is a very awesome book .
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.


"Democracy has proved only that the best way to gain power
over people is to assure the people that they are ruling
themselves. Once they believe that, they make wonderfully
submissive slaves." - Joseph Sobran


To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
Closed Thread
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 01:13 AM.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.0 ©2008, Crawlability, Inc.
©2005 - 2009 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.