15-344/Homework Assignment 9
This assignment is due at the tutorials on Thursday December 3. Here and everywhere, neatness counts!! You may be brilliant and you may mean just the right things, but if the teaching assistants will be having hard time deciphering your work they will give up and assume it is wrong.
Reread sections 6.1-6.2 of our textbook, and your notes for November 26 and December 1. Remember that reading math isn't like reading a novel! If you read a novel and miss a few details most likely you'll still understand the novel. But if you miss a few details in a math text, often you'll miss everything that follows. So reading math takes reading and rereading and rerereading and a lot of thought about what you've read. Also, preread chapter 7, just to get a feel for the future.
Solve problems 2abde, 2c, 4abc, 4d, 12, 16, 20, and 25 in section 6.1 and problems 1, 2, 11abcd, 11e, 30, 32, and 43 in section 6.2, but submit only your solutions of the underlined problems.
In addition, solve the following problem. There is no need to submit your solution.
Part 1. For [math]\displaystyle{ n\geq 0 }[/math], let [math]\displaystyle{ C_n }[/math] be the [math]\displaystyle{ n }[/math]'th Catalan number, defined as the number of words made of [math]\displaystyle{ n }[/math] [math]\displaystyle{ a }[/math]'s and [math]\displaystyle{ n }[/math] [math]\displaystyle{ b }[/math]'s in which in every initial segment there are at least as many [math]\displaystyle{ a }[/math]'s as [math]\displaystyle{ b }[/math]'s. Prove that for [math]\displaystyle{ n\geq 1 }[/math], [math]\displaystyle{ C_n=C_0C_{n-1}+C_1C_{n-2}+C_2C_{n-3}+\ldots+C_{n-1}C_0 }[/math].
Hint. If [math]\displaystyle{ w }[/math] is such a word, let [math]\displaystyle{ k\geq 1 }[/math] be the smallest such that if you cut [math]\displaystyle{ w }[/math] after [math]\displaystyle{ 2k }[/math] letters, then the number of [math]\displaystyle{ a }[/math]'s before the cut is equal to the number of [math]\displaystyle{ b }[/math]'s before the cut. What can you say about the part of [math]\displaystyle{ w }[/math] before the cut, and the part of [math]\displaystyle{ w }[/math] after the cut?
Part 2. For [math]\displaystyle{ n\geq 1 }[/math], let [math]\displaystyle{ D_n }[/math] be the number of different ways of computing the product [math]\displaystyle{ A_1A_2\cdots A_n }[/math] of [math]\displaystyle{ n }[/math] matrices. Prove that for [math]\displaystyle{ n\geq 2 }[/math], [math]\displaystyle{ D_n=D_1D_{n-1}+D_2D_{n-2}+D_3D_{n-3}+\ldots+D_{n-1}D_1 }[/math].
Hint. In the last matrix multiplication to be carried out, you'd be multiplying the product of [math]\displaystyle{ k }[/math] of the matrices with the product of [math]\displaystyle{ n-k }[/math] of the matrices.
Part 3. Let [math]\displaystyle{ E_2=1 }[/math] and for [math]\displaystyle{ n\geq 3 }[/math] let [math]\displaystyle{ E_n }[/math] be the number of triangulations of a convex [math]\displaystyle{ n }[/math]-gon using non-crossing diagonals. Prove that for [math]\displaystyle{ n\geq 3 }[/math], [math]\displaystyle{ E_n=E_2E_{n-1}+E_3E_{n-2}+E_4E_{n-3}+\ldots+E_{n-1}E_2 }[/math].
Hint. Choose one edge of the [math]\displaystyle{ n }[/math]-gon, and consider the triangle on top of it, what's to its left, and what's to its right.
Part 4. Use the above three assertions to prove that for any [math]\displaystyle{ n\geq 0 }[/math], [math]\displaystyle{ C_n=D_{n+1}=E_{n+2} }[/math].
| Dror's notes above / Students' notes below |
Catalan Number Revisited: Power Series, Combinatorial Information and Ordinary Differential Equations