HOMEWORK MATH 409 (2022): Solutions available here
Lecture 06: 9/22/21: German Tank Problem I: Theory: https://youtu.be/APsubcDVl1s (slides)
Lecture 08: 9/27/21: German Tank Problem II: Statistical Inference: https://youtu.be/JnaVkeO9qtc (slides)
Optional Reading: Recurrences and determining the longest run of heads in tosses of a coin: https://www.maa.org/sites/default/files/pdf/upload_library/22/Polya/07468342.di020742.02p0021g.pdf
Homework \#4: Due Friday Oct 4 (even if mountain day): \#1: Prove for \(a_i > 0\) that \((1+a_1) \cdots (1+a_n) \ge 2^n \sqrt{a_1 \cdots a_n}\). \#2: Prove for \(a, b > 0\) that \(a/b + b/a \ge 2\), both by using an inequality approach \emph{and} without using an inequality! \#3: Solve the double recurrence \(f_n = f_{n-1} + 3 g_{n-1}, g_n = -3 f_{n-1} + 9 g_{n-1}\). \#4: Define a set to be selfish if it contains its cardinality (i.e., its number of elements) as an element; thus \(\{1,3,5\}\) is selfish, while \(\{1,2,3,5\}\) is not. Find, with proof, the number of subsets of \(\{1,2,...,n\}\) that are minimal selfish sets (that is, selfish sets none of whose subsets are selfish; thus \(\{1,3,5\}\) is not minimal selfish as \(\{1\}\) is a subset). This is a Putnam problem..... Also, make sure you have done the first 15 Project Euler Problems.
Videos: Mon: https://youtu.be/3LzFI3cfJYI (video failed to record, listen to audio while looking at slides) Wed: https://youtu.be/0fTiXEQua7Q Fri: https://youtu.be/p_yx7p8UOoc
Reading for Monday: read about Recurrence relations.
Baby bear introduction to solving recurrences: https://www.cs.duke.edu/~reif/courses/alglectures/skiena.lectures/lecture3.pdf
Read Appendix A: The Average Gap Distribution for Generalized Zeckendorf Decompositions (with Olivia Beckwith, Amanda Bower, Louis Gaudet, Rachel Insoft, Shiyu Li and Philip Tosteson), the Fibonacci Quarterly (51 (2013), 13--27). pdf
Video I made with OIT about applications of recurrence relations to gambling in Vegas: https://www.youtube.com/watch?v=Esa2TYwDmwA
Videos Mon: https://youtu.be/1KKfjTTGzys Wed: https://youtu.be/fDaNheZa33k Fri: https://youtu.be/F6ZQFjIzfEQ (video failed to record, listen to audio while looking at slides)
Homework \#2: Due Friday September 16: (1) Go to Project Euler (https://projecteuler.net/) and create an account for yourself, and solve the first problem. You do not need to submit this, just email me when done. (2) Read up on induction and do the following: If n lines are drawn in a plane, and no two lines are parallel, how many regions do they separate the plane into? (3) Prove that \((1 − 1/4 )(1 − 1/9) \cdots (1 − 1/n^2) = (n+1) / 2n\).
Week 1: September 6, 2024
Video: https://youtu.be/n4nIJ2Si8ho (slides)
Homework 1: To be emailed to me by 9am on Monday, September 9: Email me a short note (a paragraph suffices) on what you want to get out of this course, and what lesson you learned from the graduation speech by Uslan (https://www.bestgraduationspeeches.com/michael-uslan-graduation-speech/). Full credit, 20/20, so long as you answer both questions on time.
Homework: To be done by start of class on Monday, September 9:
Read this short note on proof techniques: http://web.williams.edu/Mathematics/sjmiller/public_html/handouts/proofs.html
Read the induction section: http://web.williams.edu/Mathematics/sjmiller/public_html/handouts/AppendixI.pdf
Create an account at Project Euler: https://projecteuler.net/
HOMEWORK MATH 409 (2022): Solutions available here
Please spend at least 1 hour EVERY night reading the material/looking at the proofs/making sure you understand the details.
NOTE: IT IS NOT ALWAYS THE CASE THAT PROBLEMS ARE WELL-STATED -- SOMETIMES YOU NEED TO EMAIL ME AND SAY YOU THINK IT IS TOO VAGUE!
Read: Recurrence relations:
Read: Generating Functions Handout: This is from a book I wrote on probability. The first section is motivation, feel free to skim. Section 19.2 is the most important. Section 19.3 is more technical and included for completeness; we won't cover. Section 19.4 talks about convolutions -- we'll need the very beginning to analyze the Catalan numbers.
Read: Recurrence Relations Handout: Goes through the analysis of the double plus one strategy from roulette (this was the video I made with students from OIT).
Read: Recurrence Relations Handout Part 2: Goes through the algebra to solve recurrences.
Optional Reading: Recurrences and determining the longest run of heads in tosses of a coin: https://www.maa.org/sites/default/files/pdf/upload_library/22/Polya/07468342.di020742.02p0021g.pdf
Homework \#4: Due Wednesday October 5: \#1: Prove for \(a_i > 0\) that \((1+a_1) \cdots (1+a_n) \ge 2^n \sqrt{a_1 \cdots a_n}\). \#2: Prove for \(a, b > 0\) that \(a/b + b/a \ge 2\), both by using an inequality approach \emph{and} without using an inequality! \#3: Solve the double recurrence \(f_n = f_{n-1} + 3 g_{n-1}, g_n = -3 f_{n-1} + 9 g_{n-1}\). \#4: Define a set to be selfish if it contains its cardinality (i.e., its number of elements) as an element; thus \(\{1,3,5\}\) is selfish, while \(\{1,2,3,5\}\) is not. Find, with proof, the number of subsets of \(\{1,2,...,n\}\) that are minimal selfish sets (that is, selfish sets none of whose subsets are selfish; thus \(\{1,3,5\}\) is not minimal selfish as \(\{1\}\) is a subset). This is a Putnam problem..... Also, make sure you have done the first 15 Project Euler Problems.
Reading for Monday: read about Recurrence relations.
Baby bear introduction to solving recurrences: https://www.cs.duke.edu/~reif/courses/alglectures/skiena.lectures/lecture3.pdf
Mama bear: http://www.webpages.uidaho.edu/~markn/395/pdf/rec-eq.pdf (not working...)
Video I made with OIT about applications of recurrence relations to gambling in Vegas: https://www.youtube.com/watch?v=Esa2TYwDmwA
Homework \#2: Due Friday September 16: (1) Go to Project Euler (https://projecteuler.net/) and create an account for yourself, and solve the first problem. You do not need to submit this, just email me when done. (2) Read up on induction and do the following: If n lines are drawn in a plane, and no two lines are parallel, how many regions do they separate the plane into? (3) Prove that \((1 − 1/4 )(1 − 1/9) \cdots (1 − 1/n^2) = (n+1) / 2n\).
Homework 1: To be emailed to me by 8pm on Sunday, September 11: Email me a short note (a paragraph suffices) on what you want to get out of this course, and what lesson you learned from the graduation speech by Uslan (https://www.bestgraduationspeeches.com/michael-uslan-graduation-speech/). Full credit, 20/20, so long as you answer both questions on time.
HOMEWORK MATH 331 (2018): Solutions available here
Please spend at least 1 hour EVERY night reading the material/looking at the proofs/making sure you understand the details.
NOTE: IT IS NOT ALWAYS THE CASE THAT PROBLEMS ARE WELL-STATED -- SOMETIMES YOU NEED TO EMAIL ME AND SAY YOU THINK IT IS TOO VAGUE!Read: Recurrence relations:
Read: Generating Functions Handout: This is from a book I'm writing on probability. The first section is motivation, feel free to skim. Section 19.2 is the most important. Section 19.3 is more technical and included for completeness; we won't cover. Section 19.4 talks about convolutions -- we'll need the very beginning to analyze the Catalan numbers.
Read: Recurrence Relations Handout: Goes through the analysis of the double plus one strategy from roulette (this was the video I made with students from OIT).
Read: Recurrence Relations Handout Part 2: Goes through the algebra to solve recurrences.
Optional Reading: Recurrences and determining the longest run of heads in tosses of a coin: https://www.maa.org/sites/default/files/pdf/upload_library/22/Polya/07468342.di020742.02p0021g.pdf
Homework \#4: Due Friday, Sept 28, 2018: \#1: Prove for \(a_i > 0\) that \((1+a_1) \cdots (1+a_n) \ge 2^n \sqrt{a_1 \cdots a_n}\). \#2: Prove for \(a, b > 0\) that \(a/b + b/a \ge 2\), both by using an inequality approach \emph{and} without using an inequality! \#3: Solve the double recurrence \(f_n = f_{n-1} + 3 g_{n-1}, g_n = -3 f_{n-1} + 9 g_{n-1}\). \#4: Define a set to be selfish if it contains its cardinality (i.e., its number of elements) as an element; thus \(\{1,3,5\}\) is selfish, while \(\{1,2,3,5\}\) is not. Find, with proof, the number of subsets of \(\{1,2,...,n\}\) that are minimal selfish sets (that is, selfish sets none of whose subsets are selfish; thus \(\{1,3,5\}\) is not minimal selfish as \(\{1\}\) is a subset). This is a Putnam problem..... Also, make sure you have done the first 15 Project Euler Problems.
Reading for Monday: read about Recurrence relations.
Baby bear introduction to solving recurrences: https://www.cs.duke.edu/~reif/courses/alglectures/skiena.lectures/lecture3.pdf
Mama bear: http://www.webpages.uidaho.edu/~markn/395/pdf/rec-eq.pdf (not working...)
Video I made with OIT about applications of recurrence relations to gambling in Vegas: https://www.youtube.com/watch?v=Esa2TYwDmwA
Kansas State Math Competition: http://www.math.ksu.edu/main/events/parker-mathcomp/