Virtual Math Circle — 2025 Summer Research Projects
Virtual Math Circle — 2025 Summer Research Projects
Overview
Our Virtual Math Circle research sessions bring motivated high-school students together with university mentors to explore authentic, publishable mathematics. Below you’ll find logistics for the current cycle and the complete set of research proposals.
Cost & Registration
Tuition: $1,200 per session. A $300 deposit is due at the time of registration.
Status: Registration is now closed for VMC 2025.
Financial Assistance
VMC received a 2025 AMS Epsilon Grant to support students with full and partial fee reductions. Interest in assistance is indicated during registration.
College Credit
Eligible participants who continue research after the summer and present at LSU Discover Day (April 2026) may receive one hour of choice college credit (Math 1999). Students may opt to convert this to regular LSU credit based on the final grade.
Session 1 · Jun 9, 2025 – Jun 28, 2025
Multi-players Ballot and 3D Catalan Numbers
Virtual Math Circle Research Proposal
- Session
- Session 1: Jun 9, 2025 – Jun 28, 2025
- Mentor
-
Dr. Zequn Zheng
Postdoctoral Researcher
Department of Mathematics
Louisiana State University - Project Title
- Multi-players Ballot and 3D Catalan Numbers
- Topic Area
- Combinatorial Mathematics, Discrete Mathematics
- Background
- Basic combinatorics is recommended, but not required and will be introduced when needed. No particular background knowledge is required.
- Abstract
-
Suppose three candidates, A, B, and C, are competing in an election. The votes are counted sequentially. If candidate A receives a votes while candidate B receives b votes and candidate C receives c votes with a > b > c, A is elected. What is the probability that A stays ahead of B and B stays ahead of C throughout the election? This is a generalization of the Ballot Problem dating back to the nineteenth century. The answer to this question is related to the generalization of a family of special integers named by the French-Belgian mathematician Eugène Charles Catalan. This number has numerous applications in computer science and other areas.
In this research project, we will learn how to calculate Catalan numbers and how to apply those numbers to solve some real-life problems. In addition, we will also write code for computing Catalan numbers and their variations. - Possible Extension
- We can generalize to dimension m Catalan numbers, and proving its formula will be of interest.
- Outline/Timeline
-
Week 1: Introduction to basic combinatorics and definition of Catalan numbers. Learn a proof for the formula of Catalan numbers.
Week 2: Continue learning more versions of proof for Catalan numbers. Try to compute 3D Catalan numbers.
Week 3: Visualizing and summarizing our results. Try to develop a formula for the 3D Catalan number. Preparation of the final presentation using either LaTeX or PowerPoint. - References
-
- N. J. A. Sloane and Simon Plouffe, The Encyclopedia of Integer Sequences, Academic Press, 1995.
- Hilton, P., & Pedersen, J. (1991). Catalan Numbers, Their Generalization, and Their Uses. The Mathematical Intelligencer, 13, 64–75. https://doi.org/10.1007/BF03024089.
- Selim, Aybeyan, & Saračević, Muzafer. (2019). Catalan Numbers and Applications, 4, 99-114.
Session 2 · Jul 14, 2025 – Aug 2, 2025
Extensions of Colley's Matrix and Ranking Methods
Virtual Math Circle Research Proposal
- Session
- Session 1: Jun 9, 2025 – Jun 28, 2025 (Rescheduled to Session 2)
- Mentor
-
Jonathan Engle
Graduate Student
Department of Mathematics
Florida State University - Project Title
- Extensions of Colley's Matrix and Ranking Methods
- Topic Area
- Applied Linear Algebra
- Background
- This research project requires only basic algebra and arithmetic. All necessary linear algebra concepts will be taught by the instructor. This project serves as an excellent introduction to linear algebra, introductory computer science, statistics, or modeling courses. During the computational phase, we will use tools such as Microsoft Excel, Matlab, and Julia. For the final presentation, students will use PowerPoint and/or Beamer.
- Abstract
-
Colley's matrix method for ranking college football teams is an exciting application of linear algebra. Traditional ranking methods rely on team records, margin of victory, or subjective committee decisions, which may not always produce accurate rankings. Colley's method improves upon this by adjusting team rankings based on strength of schedule without considering conference bias or margin of victory.
Over three weeks, we will replicate Colley's Matrix for a small example using recent college football data. We will analyze these rankings to determine whether Colley's method predicted upsets that the College Football Committee overlooked. This implementation requires solving a linear system:
C * r = b, where C is Colley's matrix, r is the ranking vector, and b is one plus the average win rate for a team. This leads to the research question: how can Colley's Matrix be improved with additional information? - Possible Extension
- Beyond sports, students will explore applications of ranking methods in other fields, such as resource distribution, natural disaster response, and stock rankings.
- Outline/Timeline
-
Week 1: Introduction to traditional ranking methods and how linearization can improve rankings. Basic concepts of matrices, vectors, matrix operations, and inverses. Literature review on Colley's method.
Week 2: Computational experiments: implementing Colley's matrix in Matlab, Julia, or another preferred coding language. Data mining and extracting elements for Colley's matrix. Comparing Colley rankings with College Football Committee rankings and actual results. Students will modify Colley's method to include additional parameters and compare their results.
Week 3: Refining the modified ranking methods, analyzing differences, and preparing final results. Constructing and practicing presentations using PowerPoint, Google Slides, or Beamer. - References
-
- Boginski, V., Butenko, S., & Pardalos, P. M. (2004). Matrix-based methods for sports rankings: A survey.
- Colley, W. N. (2002). Colley's Bias-Free College Football Ranking Method.
Exploring the Distance Between Prime Numbers
Virtual Math Circle Research Proposal
- Session
- Session 1: Jun 9, 2025 – Jun 28, 2025 (Rescheduled to Session 2)
- Mentor
-
Dr. Miraj Samarakkody
Assistant Professor
Department of Mathematics
Tougaloo College - Project Title
- Exploring the Distance Between Prime Numbers
- Topic Area
- Number Theory, Computational Mathematics
- Background
- High school algebra (functions, exponentials, and logarithms) is required. Some experience with coding (preferably Python) is beneficial, but not mandatory. High school calculus is not required.
- Abstract
-
Prime numbers play a crucial role in number theory, yet their distribution remains an open problem in mathematics. This project will explore the spacing between consecutive prime numbers, analyzing patterns in their occurrence. We will examine famous conjectures such as the Twin Prime Conjecture and Cramér’s Conjecture, comparing theoretical predictions with computational data.
Using programming tools like Python, students will generate large sets of prime numbers, measure the gaps between them, and visualize these patterns through graphs and histograms. The project provides hands-on experience in mathematical research and computational data analysis while fostering an appreciation for unsolved problems in mathematics.
Students interested in continuing beyond the summer will have opportunities to extend the research into a formal project culminating in a poster presentation at LSU Discover Day. - Possible Extension
-
Prime Gaps and Probabilistic Models: Investigate whether prime gaps follow statistical distributions.
Computational Approaches to Twin Primes: Implement different algorithms to test the Twin Prime Conjecture for larger primes.
Graph Theory Connections: Explore prime numbers through graph structures, such as constructing prime distance graphs. - Outline/Timeline
-
Week 1: Introduction to prime numbers, famous conjectures, Python basics, and generating prime numbers.
Week 2: Computational analysis of prime gaps, statistical visualization, and comparison with conjectures.
Week 3: Investigating prime gap patterns, discussing open questions, presenting research findings, and brainstorming future research directions. - References
-
- Apostol, T. M. (1976). Introduction to Analytic Number Theory. Springer.
- Hardy, G. H., & Wright, E. M. (2008). An Introduction to the Theory of Numbers. Oxford University Press.
- Riemann, B. (1859). On the Number of Primes Less Than a Given Magnitude.
- Online resources such as the OEIS (Online Encyclopedia of Integer Sequences) and Prime Number Theorem resources.
Predicting Future Events Using Markov Chains and Machine Learning
Virtual Math Circle Research Proposal
- Session
- Session 2: Jul 14, 2025 – Aug 2, 2025
- Mentor
-
Jacob Kapita
Ph.D. Student
Department of Mathematics
Louisiana State University - Project Title
- Predicting Future Events Using Markov Chains and Machine Learning
- Topic Area
- Stochastic Probability Theory, Machine Learning, Data Science
- Background
-
Required: Basic arithmetic and algebra skills.
Optional: Coding experience is not required but can be helpful. All necessary skills will be taught as the project progresses.
This project serves as an excellent introduction to probability theory, stochastic analysis, data analysis, and machine learning. We will use Python in Google Colab for computations and LaTeX's Beamer in Overleaf for presentations. - Abstract
-
Modeling real-life events is vital in various disciplines. Sometimes, we aim to predict the likelihood of future random events. Markov Chains provide a good approximation based on the principle that future events depend only on the present state and not on past states—this property makes Markov Chains "memory-less."
This project will focus on discrete-time Markov Chains. Initially, we will predict the next word in a sentence using machine learning models built on the Markov property. By the end of the project, students will gain experience in probability modeling and its application to data-driven predictions. - Possible Extension
- The project can be extended by exploring continuous-time Markov Chains in the field of life insurance (Actuarial Mathematics). Additionally, we may investigate inference using Markov Chains to determine the probability of reaching a particular state within a set number of steps.
- Outline/Timeline
-
Week 1: Introduction to probability theory, probability laws, independence, conditional probability, and Markov Chains. We will also cover matrix operations, the Markov Transition Matrix, and properties of Markov Chains.
Week 2: Introduction to Python in Google Colab, fundamentals of machine learning, and applications of Markov Chains in predictive modeling. We will model real-life data, predict future events, and analyze results using Python.
Week 3: Introduction to Beamer in Overleaf for presentations. Students will finalize their findings and prepare final presentations. - References
Hyperbolic Functions and Their Applications in Engineering and Architecture
Virtual Math Circle Research Proposal
- Session
- Session 2: Jul 14, 2025 – Aug 2, 2025
- Mentor
-
Dr. Miraj Samarakkody
Assistant Professor
Department of Mathematics
Tougaloo College - Project Title
- Hyperbolic Functions and Their Applications in Engineering and Architecture
- Topic Area
- Differential Geometry, Mathematical Modeling
- Background
- Students should be familiar with high school algebra, geometry, and basic trigonometry. No prior knowledge of calculus or coding is required but will be introduced as needed.
- Abstract
-
Hyperbolic functions play a fundamental role in engineering and architecture, particularly in the study of catenary curves and structural stability. The catenary, described by the hyperbolic cosine function, appears in suspension bridges, arches, and hanging cables, making it essential for engineers and architects.
This project will explore the mathematical properties of hyperbolic functions and their real-world applications, with a primary focus on structural design. Students will develop an understanding of hyperbolic functions through theoretical study, computational modeling, and hands-on physical experiments. We will analyze famous structures such as the Gateway Arch and the Golden Gate Bridge to understand how catenary curves optimize structural efficiency.
Additionally, participants will learn to use graphing tools and simple Python simulations to model these curves. The project will culminate in a final report and presentation, showcasing mathematical and computational models of real-world structures.
For interested students, this project may be extended into the following academic year, culminating in a research poster presentation at LSU Discover Day. Possible extensions include advanced analysis of stability in different structural designs or computational modeling of load distributions in suspension bridges. - Possible Extension
-
Advanced Stability Analysis: Investigate the stability of different catenary-based structures.
Computational Modeling: Explore engineering applications of hyperbolic functions using simulations.
Historical and Modern Uses: Research how catenary curves have been used in past and present architecture. - Outline/Timeline
-
Week 1: Introduction to hyperbolic functions, their properties, and graphing tools.
Week 2: Derivation of catenary equations, structural applications, and basic calculus introduction.
Week 3: Python simulations, physical modeling of catenary curves, and research report preparation. - References
-
- Stewart, J. (2015). Calculus: Early Transcendentals. Cengage Learning.
- Do Carmo, M. P. (2016). Differential Geometry of Curves and Surfaces. Prentice Hall.
- Billington, D. P. (1985). The Tower and the Bridge: The New Art of Structural Engineering. Princeton University Press.
- Gordon, J. E. (1978). Structures: Or Why Things Don't Fall Down. Da Capo Press.
Questions
Check out our FAQ and Contact page for quick answers about scheduling, tuition, topics, and more.