Mathematics Research Project Ideas for High School Students

>

>

>

Mathematics Research Project Ideas for High School Students

Mathematics Research Project Ideas for High School Students

High school student working on mathematics research project with graphs and data on a desk

Mathematics Research Project Ideas for High School Students | RISE Research

Mathematics Research Project Ideas for High School Students | RISE Research

RISE Research

RISE Research

TL;DR: Mathematics research project ideas for high school students range from statistical analysis of public datasets to original proofs in combinatorics and graph theory. A publishable project differs from a classroom assignment in one key way: it asks a specific, unanswered question and produces a finding that adds something new. If you want expert guidance to turn one of these ideas into a real published paper, RISE Research can match you with a specialist mentor. Our deadline is closing soon.

Why Mathematics Is One of the Strongest Fields for High School Research

Mathematics research project ideas for high school students are more achievable than most students realise. Unlike laboratory sciences, mathematics does not require equipment, institutional access, or ethical clearance. A motivated student with a laptop, access to free datasets, and a clear research question can produce original, publishable work.

The field also contains genuinely open questions at every level. From number theory puzzles that have resisted proof for decades to applied statistical questions about real-world data, mathematics rewards curiosity and precision equally. High school students have published original findings in combinatorics, probability, mathematical modelling, and data analysis.

The gap most students fall into is scope. A topic like "prime numbers" is a universe. A topic like "the distribution of prime gaps below 10,000" is a research question. Most students either pick something too vast to execute or default to summarising existing theory, which produces a literature review, not research.

RISE Research helps students find the exact question within mathematics that is specific enough to answer, original enough to publish, and matched to their current skill level. Our mentors include PhD-level mathematicians from Ivy League and Oxbridge institutions who have guided students from initial idea to peer-reviewed publication.

What Makes a Good Mathematics Research Project for a High School Student?

Answer Capsule: A strong, publishable mathematics project has three qualities: a specific and narrow research question, a method that does not require university resources (such as statistical analysis, proof construction, or computational modelling), and a finding or argument that contributes something new, however small. RISE Research helps students identify all three before they begin.

Narrow enough in mathematics means you can state your question in one sentence and know exactly what a complete answer looks like. "Exploring geometry" is not a question. "Does the Collatz sequence length correlate with the number of odd divisors for integers up to 100,000?" is a question you can investigate computationally and answer definitively.

Accessible methods in mathematics include statistical analysis of public data, combinatorial proof, graph-theoretic modelling, computational exploration using Python or R, and mathematical modelling of real-world systems. None of these require a laboratory. Most require only free software and publicly available data.

An original contribution at the high school level does not mean solving a millennium prize problem. It means applying a known method to a new dataset, extending a known result to a new context, or identifying a pattern that has not been documented in the literature. Journals that publish high school research value rigour and clarity above novelty alone.

A weak topic: "The Fibonacci sequence in nature." A strong topic: "Do the petal counts of 12 common wildflower species in the UK follow the Fibonacci sequence more closely than a random distribution of similar integers?" The second is specific, testable, and publishable.

What Are the Best Mathematics Research Project Ideas for High School Students?

Answer Capsule: The strongest areas for high school mathematics research are applied statistics and data analysis, combinatorics and graph theory, and mathematical modelling of real-world systems. These areas offer open questions, accessible methods, and clear publication pathways. RISE Research has specialist mentors across all three areas ready to guide students to publication.

1. How does the distribution of digit frequency in national GDP data compare to Benford's Law predictions?

Benford's Law predicts that in many naturally occurring datasets, the digit 1 appears as the leading digit roughly 30% of the time. This project applies that prediction to World Bank GDP data and tests whether deviations correlate with known data manipulation or economic instability. The World Bank Open Data portal provides free access to decades of national economic figures. Journals such as the Journal of Emerging Investigators publish applied statistical work of this type. A RISE mentor in applied mathematics can help you frame the statistical test correctly and interpret deviations with precision.

2. What graph-theoretic properties predict the spread of misinformation in simulated social networks?

Using publicly available network datasets from the Stanford Network Analysis Project (SNAP), this project models information diffusion across graphs with varying clustering coefficients and degree distributions. The student builds a simulation in Python and measures how network topology affects spread speed. This is feasible for a Grade 11 or 12 student with basic programming experience. The SIAM Undergraduate Research Online (SIURO) journal accepts computational mathematics work from pre-university students. A RISE mentor can guide the modelling assumptions and statistical analysis.

3. Does the length of a Collatz sequence correlate with the prime factorisation structure of the starting integer?

The Collatz conjecture remains unsolved, but empirical patterns within it are well within reach of a high school student. This project uses Python to compute Collatz sequence lengths for integers up to 500,000 and tests for statistical correlations with the number of distinct prime factors. The data is entirely self-generated through computation. This type of exploratory number theory work is appropriate for journals like Involve: A Journal of Mathematics. A RISE mentor in number theory can help you design the statistical test and frame the findings honestly.

4. How accurately does a logistic growth model predict the adoption rate of electric vehicles across five OECD countries?

Mathematical modelling of real-world adoption curves is a well-established research method accessible to high school students. This project fits logistic growth equations to International Energy Agency (IEA) electric vehicle adoption data and compares model accuracy across countries with different policy environments. The IEA publishes free annual datasets. Applied modelling papers of this scope are publishable in Mathematical Modelling and Applications. A RISE mentor in mathematical modelling will help you calibrate the model and interpret residuals correctly.

5. What is the relationship between a country's income inequality (Gini coefficient) and its mathematics PISA scores from 2006 to 2022?

This project uses OECD PISA datasets and World Bank Gini coefficient data to run a regression analysis across 30 countries over five testing cycles. It asks a specific empirical question about education and inequality using only publicly available data. The method is accessible to any student comfortable with spreadsheet or R-based regression. The Journal of Emerging Investigators has published similar applied statistics work. A RISE mentor in statistics or mathematics education research can help structure the regression and control for confounding variables.

6. Do randomly generated magic squares of order 4 satisfy the same diagonal sum properties as classically constructed ones?

This project uses combinatorial enumeration and Python to generate thousands of random 4x4 magic squares and tests whether the proportion satisfying additional diagonal constraints matches theoretical predictions. It is an accessible entry point into combinatorics for a Grade 9 or 10 student. The data is entirely computational. Work of this type suits Involve: A Journal of Mathematics. A RISE mentor in combinatorics can help formalise the proof structure and publication framing.

7. How does varying the infection rate parameter in an SIR model affect the predicted peak infection time for historical influenza outbreaks?

SIR (Susceptible-Infected-Recovered) models are standard tools in mathematical epidemiology. This project fits SIR models to historical CDC influenza surveillance data and tests the sensitivity of peak timing to small changes in the transmission rate. CDC FluView provides free historical data going back to 1997. This is a strong applied mathematics project for a Grade 11 or 12 student. Letters in Biomathematics publishes accessible applied modelling work. A RISE mentor in biomathematics can guide the parameter estimation process.

8. What is the minimum number of colours required to properly colour the friendship graphs of five mid-sized US cities using publicly available social network data?

Graph colouring is a classical combinatorics problem with real-world applications in scheduling and network design. This project constructs friendship graphs from Facebook100 network data (available via the SNAP database) and applies chromatic number algorithms to determine minimum colouring. The project is computationally accessible using Python's NetworkX library. SIURO is an appropriate publication target. A RISE mentor in discrete mathematics can help validate the algorithm and frame the theoretical context.

9. Does the volatility clustering observed in S&P 500 daily returns follow a GARCH(1,1) model more closely than a simple random walk?

This project applies time-series analysis to freely available S&P 500 historical data from Yahoo Finance or FRED and compares the fit of a GARCH(1,1) model against a random walk null hypothesis. It introduces financial mathematics in a rigorous, testable way. The method is accessible to a student with basic statistics and R or Python skills. The Undergraduate Mathematics Journal accepts applied statistics papers. A RISE mentor in financial mathematics or statistics can guide the model specification and interpretation.

10. How does the choice of distance metric affect clustering outcomes in k-means analysis of UCI Machine Learning Repository datasets?

This project compares Euclidean, Manhattan, and Chebyshev distance metrics in k-means clustering applied to two or three datasets from the UCI Machine Learning Repository. It asks a specific methodological question with measurable outcomes. The UCI repository is free and contains hundreds of labelled datasets. This is appropriate for a Grade 11 or 12 student with Python experience. SIURO or the Journal of Emerging Investigators are appropriate outlets. A RISE mentor in computational mathematics can help design the comparison framework.

11. What is the relationship between the number of edges in a planar graph and the average shortest path length across 20 benchmark networks?

Using benchmark graph datasets from the SNAP database, this project tests whether edge density predicts average shortest path length across a range of planar and near-planar networks. The analysis uses Python's NetworkX library and produces a regression model. This is a focused, testable question in graph theory accessible to a motivated Grade 10 student. Involve: A Journal of Mathematics is an appropriate target. A RISE mentor in graph theory can help frame the theoretical contribution.

12. How well do Markov chain models predict the next word in sentence-level text samples from Project Gutenberg novels?

This project builds simple Markov chain text prediction models trained on public domain novels from Project Gutenberg and measures prediction accuracy at the word level across three authors with different writing styles. It bridges probability theory and computational linguistics in a way that is accessible to a Grade 10 or 11 student with Python skills. The Journal of Emerging Investigators publishes interdisciplinary applied mathematics work. A RISE mentor in probability or computational mathematics can help design the evaluation metric.

13. Does the Zipf's Law distribution of word frequencies hold equally across languages with different morphological complexity?

Zipf's Law states that word frequency is inversely proportional to its rank in a corpus. This project tests whether the law holds equally in morphologically simple languages (English) versus complex ones (Finnish, Turkish) using free corpora from the Leipzig Corpora Collection. The analysis is statistical and requires only Python or R. This is a strong interdisciplinary project for a Grade 11 or 12 student. Glottometrics and SIURO are appropriate outlets. A RISE mentor in applied mathematics can help formalise the statistical comparison.

14. How does the fractal dimension of coastlines in five countries compare to their measured geographic roughness indices?

Fractal dimension is a measurable property of geometric curves. This project uses publicly available GIS coastline data from Natural Earth and applies the box-counting method to estimate fractal dimensions, then compares these to published roughness indices. It is a focused application of fractal geometry accessible to a Grade 11 student with basic programming skills. Fractals journal and Involve both publish work in this area. A RISE mentor in geometry or applied mathematics can guide the measurement methodology.

15. What is the relationship between the eigenvalue spectrum of adjacency matrices and the robustness of power grid networks to random node failure?

Using publicly available power grid network data from the KONECT network collection, this project computes adjacency matrix eigenvalues and tests whether spectral properties predict robustness under simulated random node removal. This is a challenging project suited to a Grade 12 student with linear algebra background. SIURO and Networks journal are appropriate targets. A RISE mentor in applied mathematics or network science can help with the spectral analysis and simulation design.

16. How does the accuracy of numerical integration methods (Riemann, Trapezoidal, Simpson's) compare across functions with varying degrees of curvature?

This project systematically compares three standard numerical integration methods across a set of test functions with increasing curvature, measuring error as a function of interval width. It produces a clear, testable comparison with analytical benchmarks. This is accessible to a Grade 10 or 11 student who has covered calculus. The American Mathematical Monthly and Involve both publish accessible analysis papers. A RISE mentor in numerical methods can help design the comparison and frame the pedagogical contribution.

17. Does the birthday problem probability model accurately predict collision rates in randomly generated hash function outputs of varying bit lengths?

The birthday paradox has direct applications in cryptography and computer science. This project uses Python to simulate hash collisions across bit lengths from 8 to 32 and tests whether observed collision rates match the theoretical birthday problem predictions. The data is entirely self-generated through simulation. This is a strong project for a Grade 11 or 12 student interested in mathematics and computer science. Computer science research projects for high school students often intersect with mathematics in exactly this way. A RISE mentor in discrete mathematics or cryptography can help frame the theoretical context and submission strategy.

How Do You Turn a Mathematics Research Project Idea into a Published Paper?

Answer Capsule: Four steps in order: narrow the idea to a specific research question, choose an accessible method such as statistical analysis or computational modelling, collect and analyse data from public sources, then write and submit to an appropriate journal. RISE Research guides students through all four steps in a 10-week 1-on-1 programme with a mentor who specialises in mathematics.

Step 1: Narrow the idea. A researchable mathematics question names a specific object, a specific method, and a specific outcome. "Does the degree distribution of the Facebook100 network follow a power law more closely than an exponential distribution, as measured by log-likelihood ratio test?" is researchable. "Social network mathematics" is not. Most students spend weeks circling a broad topic because they do not know what a narrow question looks like in their specific area. A RISE mentor resolves this in the first session.

Step 2: Choose the right method. The most common methods in high school mathematics research are statistical regression and hypothesis testing, computational simulation and enumeration, mathematical modelling (SIR, logistic growth, Markov chains), graph-theoretic analysis, and combinatorial proof. The right method depends on the question. A RISE mentor helps you choose the method that matches both the question and your current skill level.

Step 3: Collect and analyse. Real, free data sources for mathematics research include the World Bank Open Data portal, the UCI Machine Learning Repository, the Stanford SNAP database, OECD PISA datasets, CDC FluView, the Leipzig Corpora Collection, and Project Gutenberg. For purely computational projects, the data is self-generated. Analysis typically uses Python, R, or MATLAB, all of which are free or available through school licences.

Step 4: Write and submit. Mathematics journals expect precise notation, clear proof or method sections, and honest discussion of limitations. The RISE guide to mathematics journals that accept high school research covers the specific formatting and submission requirements for each relevant outlet.

RISE Research pairs students with a specialist mentor in mathematics who guides every step of this process. Our deadline is closing soon. Book a free Research Assessment to find out whether your idea is ready to develop.

RISE Research mentors specialise in mathematics and have guided students to publication in peer-reviewed journals. Our deadline is closing soon. Book a free Research Assessment to find out what is achievable in your timeline.

What Journals Publish Mathematics Research from High School Students?

Answer Capsule: The four most appropriate journals for high school mathematics research are Involve: A Journal of Mathematics, SIAM Undergraduate Research Online (SIURO), the Journal of Emerging Investigators, and the American Mathematical Monthly. RISE Research has a 90% publication success rate and mentors who identify the right journal for each student's specific paper.

Involve: A Journal of Mathematics (https://msp.org/involve) publishes research from undergraduate and advanced high school students in all areas of pure and applied mathematics. It is indexed in MathSciNet and Zentralblatt MATH. Submission is free. Acceptance is selective, with a strong preference for papers that include original proof or novel computation. This is the most prestigious target for pure mathematics work at the high school level.

SIAM Undergraduate Research Online (SIURO) (https://www.siam.org/publications/siuro) is published by the Society for Industrial and Applied Mathematics and accepts applied and computational mathematics work from pre-university students. It is free to submit, indexed, and widely read by the applied mathematics community. It is particularly well-suited to modelling, network analysis, and data-driven mathematics projects.

Journal of Emerging Investigators (JEI) (https://www.emerginginvestigators.org) is specifically designed for middle and high school researchers. It is free to submit, peer-reviewed by graduate students and faculty, and accepts interdisciplinary work including applied statistics and mathematical modelling. Acceptance rates are competitive but the review process is educational by design.

The American Mathematical Monthly (https://www.tandfonline.com/journals/uamm20) publishes accessible, rigorous mathematics including notes and problems. Advanced high school students with strong proof-writing skills have published short notes here. It is indexed and highly regarded. Submission is free for most article types.

RISE Research has a 90% publication success rate across 40+ peer-reviewed journals. A RISE mentor in mathematics will help you identify the right journal for your specific paper and prepare a submission that meets its exact standards. See our full RISE publications record for examples of student work across mathematics and related fields.

Frequently Asked Questions about Mathematics Research Projects for High School Students

Can a high school student publish original mathematics research?

Yes. High school students publish original mathematics research every year in peer-reviewed journals including Involve, SIURO, and JEI. RISE Research has a 90% publication success rate and has supported students in mathematics from Grade 9 through Grade 12. The key is choosing a question that is specific, testable, and within reach of accessible methods. A RISE mentor helps students identify exactly that question from the first session.

Do I need lab access or special equipment to do mathematics research?

No. Mathematics research requires no laboratory, no equipment purchase, and no institutional affiliation. The tools are a laptop, free software (Python, R, or MATLAB), and access to publicly available datasets or the ability to generate data computationally. This makes mathematics one of the most accessible fields for independent high school research. Many RISE scholars in mathematics have completed full research projects from home.

How long does a mathematics research project take to complete?

A focused mathematics research project takes between 8 and 14 weeks from initial question to submission-ready draft. RISE Research runs a structured 10-week 1-on-1 programme that covers question refinement, method selection, analysis, writing, and journal submission. Projects that require extensive computational work or proof development may take slightly longer. A RISE mentor sets a realistic timeline in the first session based on the student's specific idea and current skill level.

What mathematics research topics are most likely to get published?

Topics most likely to reach publication combine a specific, narrow question with a method that produces clear, verifiable results. Applied statistics on public datasets, computational number theory, graph-theoretic analysis, and mathematical modelling of real systems all have strong publication track records at the high school level. Purely theoretical work is publishable but requires stronger proof-writing skills. A RISE mentor helps students assess which type of project matches their current abilities and publication goals. For more ideas across subjects, see our guide to unique research ideas for high school students.

How does RISE Research help students with mathematics projects?

RISE Research pairs each student with a 1-on-1 specialist mentor in mathematics, drawn from a pool of 500+ PhD-level academics from Ivy League and Oxbridge institutions. The structured 10-week programme covers every stage from question design to journal submission. RISE has a 90% publication success rate across 40+ peer-reviewed journals. Scholars also benefit from RISE's track record: an 18% Stanford acceptance rate versus the 8.7% standard rate. Our deadline is closing soon.

Choose Your Mathematics Research Project and Begin

Three things matter most before you choose a mathematics research project. First, the question must be specific enough to answer completely within 10 to 14 weeks. Second, the method must match your current skills or be learnable with guidance. Third, the output must contribute something new, even if small, to the existing literature.

The 17 ideas above span number theory, applied statistics, graph theory, mathematical modelling, and computational mathematics. Some are accessible to Grade 9 students. Others stretch toward the upper end of Grade 12. All are specific enough to produce a publishable paper with the right mentorship. If you want to explore further, the RISE guide to research mentorship for mathematics students covers the programme in detail, and our admissions outcomes page shows what RISE scholars have achieved.

RISE Research is the programme that helps students move from a promising idea to a peer-reviewed published paper. Our deadline is closing soon. If you are a

TL;DR: Mathematics research project ideas for high school students range from statistical analysis of public datasets to original proofs in combinatorics and graph theory. A publishable project differs from a classroom assignment in one key way: it asks a specific, unanswered question and produces a finding that adds something new. If you want expert guidance to turn one of these ideas into a real published paper, RISE Research can match you with a specialist mentor. Our deadline is closing soon.

Why Mathematics Is One of the Strongest Fields for High School Research

Mathematics research project ideas for high school students are more achievable than most students realise. Unlike laboratory sciences, mathematics does not require equipment, institutional access, or ethical clearance. A motivated student with a laptop, access to free datasets, and a clear research question can produce original, publishable work.

The field also contains genuinely open questions at every level. From number theory puzzles that have resisted proof for decades to applied statistical questions about real-world data, mathematics rewards curiosity and precision equally. High school students have published original findings in combinatorics, probability, mathematical modelling, and data analysis.

The gap most students fall into is scope. A topic like "prime numbers" is a universe. A topic like "the distribution of prime gaps below 10,000" is a research question. Most students either pick something too vast to execute or default to summarising existing theory, which produces a literature review, not research.

RISE Research helps students find the exact question within mathematics that is specific enough to answer, original enough to publish, and matched to their current skill level. Our mentors include PhD-level mathematicians from Ivy League and Oxbridge institutions who have guided students from initial idea to peer-reviewed publication.

What Makes a Good Mathematics Research Project for a High School Student?

Answer Capsule: A strong, publishable mathematics project has three qualities: a specific and narrow research question, a method that does not require university resources (such as statistical analysis, proof construction, or computational modelling), and a finding or argument that contributes something new, however small. RISE Research helps students identify all three before they begin.

Narrow enough in mathematics means you can state your question in one sentence and know exactly what a complete answer looks like. "Exploring geometry" is not a question. "Does the Collatz sequence length correlate with the number of odd divisors for integers up to 100,000?" is a question you can investigate computationally and answer definitively.

Accessible methods in mathematics include statistical analysis of public data, combinatorial proof, graph-theoretic modelling, computational exploration using Python or R, and mathematical modelling of real-world systems. None of these require a laboratory. Most require only free software and publicly available data.

An original contribution at the high school level does not mean solving a millennium prize problem. It means applying a known method to a new dataset, extending a known result to a new context, or identifying a pattern that has not been documented in the literature. Journals that publish high school research value rigour and clarity above novelty alone.

A weak topic: "The Fibonacci sequence in nature." A strong topic: "Do the petal counts of 12 common wildflower species in the UK follow the Fibonacci sequence more closely than a random distribution of similar integers?" The second is specific, testable, and publishable.

What Are the Best Mathematics Research Project Ideas for High School Students?

Answer Capsule: The strongest areas for high school mathematics research are applied statistics and data analysis, combinatorics and graph theory, and mathematical modelling of real-world systems. These areas offer open questions, accessible methods, and clear publication pathways. RISE Research has specialist mentors across all three areas ready to guide students to publication.

1. How does the distribution of digit frequency in national GDP data compare to Benford's Law predictions?

Benford's Law predicts that in many naturally occurring datasets, the digit 1 appears as the leading digit roughly 30% of the time. This project applies that prediction to World Bank GDP data and tests whether deviations correlate with known data manipulation or economic instability. The World Bank Open Data portal provides free access to decades of national economic figures. Journals such as the Journal of Emerging Investigators publish applied statistical work of this type. A RISE mentor in applied mathematics can help you frame the statistical test correctly and interpret deviations with precision.

2. What graph-theoretic properties predict the spread of misinformation in simulated social networks?

Using publicly available network datasets from the Stanford Network Analysis Project (SNAP), this project models information diffusion across graphs with varying clustering coefficients and degree distributions. The student builds a simulation in Python and measures how network topology affects spread speed. This is feasible for a Grade 11 or 12 student with basic programming experience. The SIAM Undergraduate Research Online (SIURO) journal accepts computational mathematics work from pre-university students. A RISE mentor can guide the modelling assumptions and statistical analysis.

3. Does the length of a Collatz sequence correlate with the prime factorisation structure of the starting integer?

The Collatz conjecture remains unsolved, but empirical patterns within it are well within reach of a high school student. This project uses Python to compute Collatz sequence lengths for integers up to 500,000 and tests for statistical correlations with the number of distinct prime factors. The data is entirely self-generated through computation. This type of exploratory number theory work is appropriate for journals like Involve: A Journal of Mathematics. A RISE mentor in number theory can help you design the statistical test and frame the findings honestly.

4. How accurately does a logistic growth model predict the adoption rate of electric vehicles across five OECD countries?

Mathematical modelling of real-world adoption curves is a well-established research method accessible to high school students. This project fits logistic growth equations to International Energy Agency (IEA) electric vehicle adoption data and compares model accuracy across countries with different policy environments. The IEA publishes free annual datasets. Applied modelling papers of this scope are publishable in Mathematical Modelling and Applications. A RISE mentor in mathematical modelling will help you calibrate the model and interpret residuals correctly.

5. What is the relationship between a country's income inequality (Gini coefficient) and its mathematics PISA scores from 2006 to 2022?

This project uses OECD PISA datasets and World Bank Gini coefficient data to run a regression analysis across 30 countries over five testing cycles. It asks a specific empirical question about education and inequality using only publicly available data. The method is accessible to any student comfortable with spreadsheet or R-based regression. The Journal of Emerging Investigators has published similar applied statistics work. A RISE mentor in statistics or mathematics education research can help structure the regression and control for confounding variables.

6. Do randomly generated magic squares of order 4 satisfy the same diagonal sum properties as classically constructed ones?

This project uses combinatorial enumeration and Python to generate thousands of random 4x4 magic squares and tests whether the proportion satisfying additional diagonal constraints matches theoretical predictions. It is an accessible entry point into combinatorics for a Grade 9 or 10 student. The data is entirely computational. Work of this type suits Involve: A Journal of Mathematics. A RISE mentor in combinatorics can help formalise the proof structure and publication framing.

7. How does varying the infection rate parameter in an SIR model affect the predicted peak infection time for historical influenza outbreaks?

SIR (Susceptible-Infected-Recovered) models are standard tools in mathematical epidemiology. This project fits SIR models to historical CDC influenza surveillance data and tests the sensitivity of peak timing to small changes in the transmission rate. CDC FluView provides free historical data going back to 1997. This is a strong applied mathematics project for a Grade 11 or 12 student. Letters in Biomathematics publishes accessible applied modelling work. A RISE mentor in biomathematics can guide the parameter estimation process.

8. What is the minimum number of colours required to properly colour the friendship graphs of five mid-sized US cities using publicly available social network data?

Graph colouring is a classical combinatorics problem with real-world applications in scheduling and network design. This project constructs friendship graphs from Facebook100 network data (available via the SNAP database) and applies chromatic number algorithms to determine minimum colouring. The project is computationally accessible using Python's NetworkX library. SIURO is an appropriate publication target. A RISE mentor in discrete mathematics can help validate the algorithm and frame the theoretical context.

9. Does the volatility clustering observed in S&P 500 daily returns follow a GARCH(1,1) model more closely than a simple random walk?

This project applies time-series analysis to freely available S&P 500 historical data from Yahoo Finance or FRED and compares the fit of a GARCH(1,1) model against a random walk null hypothesis. It introduces financial mathematics in a rigorous, testable way. The method is accessible to a student with basic statistics and R or Python skills. The Undergraduate Mathematics Journal accepts applied statistics papers. A RISE mentor in financial mathematics or statistics can guide the model specification and interpretation.

10. How does the choice of distance metric affect clustering outcomes in k-means analysis of UCI Machine Learning Repository datasets?

This project compares Euclidean, Manhattan, and Chebyshev distance metrics in k-means clustering applied to two or three datasets from the UCI Machine Learning Repository. It asks a specific methodological question with measurable outcomes. The UCI repository is free and contains hundreds of labelled datasets. This is appropriate for a Grade 11 or 12 student with Python experience. SIURO or the Journal of Emerging Investigators are appropriate outlets. A RISE mentor in computational mathematics can help design the comparison framework.

11. What is the relationship between the number of edges in a planar graph and the average shortest path length across 20 benchmark networks?

Using benchmark graph datasets from the SNAP database, this project tests whether edge density predicts average shortest path length across a range of planar and near-planar networks. The analysis uses Python's NetworkX library and produces a regression model. This is a focused, testable question in graph theory accessible to a motivated Grade 10 student. Involve: A Journal of Mathematics is an appropriate target. A RISE mentor in graph theory can help frame the theoretical contribution.

12. How well do Markov chain models predict the next word in sentence-level text samples from Project Gutenberg novels?

This project builds simple Markov chain text prediction models trained on public domain novels from Project Gutenberg and measures prediction accuracy at the word level across three authors with different writing styles. It bridges probability theory and computational linguistics in a way that is accessible to a Grade 10 or 11 student with Python skills. The Journal of Emerging Investigators publishes interdisciplinary applied mathematics work. A RISE mentor in probability or computational mathematics can help design the evaluation metric.

13. Does the Zipf's Law distribution of word frequencies hold equally across languages with different morphological complexity?

Zipf's Law states that word frequency is inversely proportional to its rank in a corpus. This project tests whether the law holds equally in morphologically simple languages (English) versus complex ones (Finnish, Turkish) using free corpora from the Leipzig Corpora Collection. The analysis is statistical and requires only Python or R. This is a strong interdisciplinary project for a Grade 11 or 12 student. Glottometrics and SIURO are appropriate outlets. A RISE mentor in applied mathematics can help formalise the statistical comparison.

14. How does the fractal dimension of coastlines in five countries compare to their measured geographic roughness indices?

Fractal dimension is a measurable property of geometric curves. This project uses publicly available GIS coastline data from Natural Earth and applies the box-counting method to estimate fractal dimensions, then compares these to published roughness indices. It is a focused application of fractal geometry accessible to a Grade 11 student with basic programming skills. Fractals journal and Involve both publish work in this area. A RISE mentor in geometry or applied mathematics can guide the measurement methodology.

15. What is the relationship between the eigenvalue spectrum of adjacency matrices and the robustness of power grid networks to random node failure?

Using publicly available power grid network data from the KONECT network collection, this project computes adjacency matrix eigenvalues and tests whether spectral properties predict robustness under simulated random node removal. This is a challenging project suited to a Grade 12 student with linear algebra background. SIURO and Networks journal are appropriate targets. A RISE mentor in applied mathematics or network science can help with the spectral analysis and simulation design.

16. How does the accuracy of numerical integration methods (Riemann, Trapezoidal, Simpson's) compare across functions with varying degrees of curvature?

This project systematically compares three standard numerical integration methods across a set of test functions with increasing curvature, measuring error as a function of interval width. It produces a clear, testable comparison with analytical benchmarks. This is accessible to a Grade 10 or 11 student who has covered calculus. The American Mathematical Monthly and Involve both publish accessible analysis papers. A RISE mentor in numerical methods can help design the comparison and frame the pedagogical contribution.

17. Does the birthday problem probability model accurately predict collision rates in randomly generated hash function outputs of varying bit lengths?

The birthday paradox has direct applications in cryptography and computer science. This project uses Python to simulate hash collisions across bit lengths from 8 to 32 and tests whether observed collision rates match the theoretical birthday problem predictions. The data is entirely self-generated through simulation. This is a strong project for a Grade 11 or 12 student interested in mathematics and computer science. Computer science research projects for high school students often intersect with mathematics in exactly this way. A RISE mentor in discrete mathematics or cryptography can help frame the theoretical context and submission strategy.

How Do You Turn a Mathematics Research Project Idea into a Published Paper?

Answer Capsule: Four steps in order: narrow the idea to a specific research question, choose an accessible method such as statistical analysis or computational modelling, collect and analyse data from public sources, then write and submit to an appropriate journal. RISE Research guides students through all four steps in a 10-week 1-on-1 programme with a mentor who specialises in mathematics.

Step 1: Narrow the idea. A researchable mathematics question names a specific object, a specific method, and a specific outcome. "Does the degree distribution of the Facebook100 network follow a power law more closely than an exponential distribution, as measured by log-likelihood ratio test?" is researchable. "Social network mathematics" is not. Most students spend weeks circling a broad topic because they do not know what a narrow question looks like in their specific area. A RISE mentor resolves this in the first session.

Step 2: Choose the right method. The most common methods in high school mathematics research are statistical regression and hypothesis testing, computational simulation and enumeration, mathematical modelling (SIR, logistic growth, Markov chains), graph-theoretic analysis, and combinatorial proof. The right method depends on the question. A RISE mentor helps you choose the method that matches both the question and your current skill level.

Step 3: Collect and analyse. Real, free data sources for mathematics research include the World Bank Open Data portal, the UCI Machine Learning Repository, the Stanford SNAP database, OECD PISA datasets, CDC FluView, the Leipzig Corpora Collection, and Project Gutenberg. For purely computational projects, the data is self-generated. Analysis typically uses Python, R, or MATLAB, all of which are free or available through school licences.

Step 4: Write and submit. Mathematics journals expect precise notation, clear proof or method sections, and honest discussion of limitations. The RISE guide to mathematics journals that accept high school research covers the specific formatting and submission requirements for each relevant outlet.

RISE Research pairs students with a specialist mentor in mathematics who guides every step of this process. Our deadline is closing soon. Book a free Research Assessment to find out whether your idea is ready to develop.

RISE Research mentors specialise in mathematics and have guided students to publication in peer-reviewed journals. Our deadline is closing soon. Book a free Research Assessment to find out what is achievable in your timeline.

What Journals Publish Mathematics Research from High School Students?

Answer Capsule: The four most appropriate journals for high school mathematics research are Involve: A Journal of Mathematics, SIAM Undergraduate Research Online (SIURO), the Journal of Emerging Investigators, and the American Mathematical Monthly. RISE Research has a 90% publication success rate and mentors who identify the right journal for each student's specific paper.

Involve: A Journal of Mathematics (https://msp.org/involve) publishes research from undergraduate and advanced high school students in all areas of pure and applied mathematics. It is indexed in MathSciNet and Zentralblatt MATH. Submission is free. Acceptance is selective, with a strong preference for papers that include original proof or novel computation. This is the most prestigious target for pure mathematics work at the high school level.

SIAM Undergraduate Research Online (SIURO) (https://www.siam.org/publications/siuro) is published by the Society for Industrial and Applied Mathematics and accepts applied and computational mathematics work from pre-university students. It is free to submit, indexed, and widely read by the applied mathematics community. It is particularly well-suited to modelling, network analysis, and data-driven mathematics projects.

Journal of Emerging Investigators (JEI) (https://www.emerginginvestigators.org) is specifically designed for middle and high school researchers. It is free to submit, peer-reviewed by graduate students and faculty, and accepts interdisciplinary work including applied statistics and mathematical modelling. Acceptance rates are competitive but the review process is educational by design.

The American Mathematical Monthly (https://www.tandfonline.com/journals/uamm20) publishes accessible, rigorous mathematics including notes and problems. Advanced high school students with strong proof-writing skills have published short notes here. It is indexed and highly regarded. Submission is free for most article types.

RISE Research has a 90% publication success rate across 40+ peer-reviewed journals. A RISE mentor in mathematics will help you identify the right journal for your specific paper and prepare a submission that meets its exact standards. See our full RISE publications record for examples of student work across mathematics and related fields.

Frequently Asked Questions about Mathematics Research Projects for High School Students

Can a high school student publish original mathematics research?

Yes. High school students publish original mathematics research every year in peer-reviewed journals including Involve, SIURO, and JEI. RISE Research has a 90% publication success rate and has supported students in mathematics from Grade 9 through Grade 12. The key is choosing a question that is specific, testable, and within reach of accessible methods. A RISE mentor helps students identify exactly that question from the first session.

Do I need lab access or special equipment to do mathematics research?

No. Mathematics research requires no laboratory, no equipment purchase, and no institutional affiliation. The tools are a laptop, free software (Python, R, or MATLAB), and access to publicly available datasets or the ability to generate data computationally. This makes mathematics one of the most accessible fields for independent high school research. Many RISE scholars in mathematics have completed full research projects from home.

How long does a mathematics research project take to complete?

A focused mathematics research project takes between 8 and 14 weeks from initial question to submission-ready draft. RISE Research runs a structured 10-week 1-on-1 programme that covers question refinement, method selection, analysis, writing, and journal submission. Projects that require extensive computational work or proof development may take slightly longer. A RISE mentor sets a realistic timeline in the first session based on the student's specific idea and current skill level.

What mathematics research topics are most likely to get published?

Topics most likely to reach publication combine a specific, narrow question with a method that produces clear, verifiable results. Applied statistics on public datasets, computational number theory, graph-theoretic analysis, and mathematical modelling of real systems all have strong publication track records at the high school level. Purely theoretical work is publishable but requires stronger proof-writing skills. A RISE mentor helps students assess which type of project matches their current abilities and publication goals. For more ideas across subjects, see our guide to unique research ideas for high school students.

How does RISE Research help students with mathematics projects?

RISE Research pairs each student with a 1-on-1 specialist mentor in mathematics, drawn from a pool of 500+ PhD-level academics from Ivy League and Oxbridge institutions. The structured 10-week programme covers every stage from question design to journal submission. RISE has a 90% publication success rate across 40+ peer-reviewed journals. Scholars also benefit from RISE's track record: an 18% Stanford acceptance rate versus the 8.7% standard rate. Our deadline is closing soon.

Choose Your Mathematics Research Project and Begin

Three things matter most before you choose a mathematics research project. First, the question must be specific enough to answer completely within 10 to 14 weeks. Second, the method must match your current skills or be learnable with guidance. Third, the output must contribute something new, even if small, to the existing literature.

The 17 ideas above span number theory, applied statistics, graph theory, mathematical modelling, and computational mathematics. Some are accessible to Grade 9 students. Others stretch toward the upper end of Grade 12. All are specific enough to produce a publishable paper with the right mentorship. If you want to explore further, the RISE guide to research mentorship for mathematics students covers the programme in detail, and our admissions outcomes page shows what RISE scholars have achieved.

RISE Research is the programme that helps students move from a promising idea to a peer-reviewed published paper. Our deadline is closing soon. If you are a

Want to build a standout academic profile?

Read More