Clastify logo
Clastify logo
Exam prep
Exemplars
Review
HOT
We just launched question banks, notes & flashcards: biology, chemistry, physics
Background

Maths IA Research Question Generator

Use the tabs below to generate a new Maths IA idea or evaluate your current research question.

0/5 used

Sample Maths IA Topic Ideas

Browse these sample topics to get inspired, or scroll up to generate your own custom ideas based on your specific interests.

Easy

Investigating how the dimensions of an open-top rectangular box made from a 30 cm × 40 cm sheet should be optimised to maximise volume using calculus and constraint equations
Suggested Approach

Begin by stating the essay title exactly as given: "Investigating how the dimensions of an open-top rectangular box made from a 30 cm × 40 cm sheet should be optimised to maximise volume using calculus and constraint equations." Interpret the physical situation: you cut squares of side x from each corner and fold up the sides to form an open box. Clearly define variables (x for cut size, and express length and width of the base as functions of x), specify the domain of x based on geometry (0 < x < 15 cm because of the shorter sheet side), and state assumptions (negligible material thickness, perfect folding). Sketch the setup and label dimensions; a clear diagram helps mathematical communication. Translate the geometry into an explicit volume function V(x) = (40 - 2x)(30 - 2x)x and show how this arises using constraint equations so the examiner can follow your modelling choices. Mention units throughout and justify why calculus is an appropriate tool for optimisation here rather than numerical or purely algebraic methods.

Carry out the mathematical analysis systematically. Simplify and expand the volume function, compute the first derivative V'(x), and solve V'(x) = 0 to find critical points in the valid domain. Use the second derivative test or examine sign changes of V'(x) to confirm whether a critical point is a maximum, and evaluate V at endpoints of the domain (approaching 0 and approaching 15) to ensure the global maximum is found. Include exact values and then give sensible decimal approximations with appropriate precision and units (cm and cubic cm). Support calculations with appropriate technology (graphing calculator or CAS) but show algebraic working so the argument is reproducible. Consider and discuss potential additional constraints or variations—for example, if material thickness or folding overlap matters—and explain qualitatively how these would change the model.

When writing the essay, structure it so each section flows: introduction with the research question and model, mathematical working and results, and evaluation and conclusion. Interpret your numerical result: what are the optimal cut size and resulting box dimensions and volume, and do they make practical sense? Reflect on limitations of your model, possible sources of error, and how sensitive the maximum is to small changes in x (a brief sensitivity analysis). Use clear notation, label diagrams, reference any external sources or software, and explicitly connect your process and conclusions to the IB criteria (mathematical reasoning, communication, personal engagement and reflection). Finish with a concise conclusion that answers the research question and suggests one realistic extension or variation for further exploration.

Read more


Relevant Exemplars
View 100+
Employing optimization to minimize amount of packaging material

Medium

How can a discrete SIR-style compartmental model be calibrated to historical daily COVID-19 case counts from a single country to predict short-term infection trends?
Suggested Approach

Begin by understanding the research question: How can a discrete SIR-style compartmental model be calibrated to historical daily COVID-19 case counts from a single country to predict short-term infection trends? Start by defining the compartments (Susceptible, Infected, Recovered) and choosing a discrete-time formulation (e.g., daily time steps). Collect reliable data for one country: daily confirmed cases, population size, and dates of major interventions. Explain clearly in your introduction why a discrete model is appropriate for daily counts and state any simplifying assumptions (constant population, under-reporting considerations, fixed infectious period). Outline the parameters you will estimate (transmission rate β, recovery rate γ, possibly reporting rate or initial infected), and justify parameter choices by citing simple epidemiological sources or previous IB-level modelling projects rather than advanced epidemiology papers to keep the scope appropriate for an IA-level mathematics exploration. Make a concise plan for data cleaning: smoothing noisy daily counts, handling missing days, and converting reported cases to an estimated active infected series if necessary. In your analysis section implement the discrete SIR model using clear mathematics and a computational tool you can explain (spreadsheets, Python, or GeoGebra). Present the discrete update equations and show one full worked time-step symbolically so the examiner sees you understand the mechanics. Describe the calibration method you choose—least squares minimisation of daily new cases, grid search over β and γ, or simple gradient-based fitting—and justify why it suits the data and your comfort with tools. Show plots comparing model predictions against historical daily counts for different parameter sets, and include a residual analysis: plot errors, compute RMSE, and discuss whether errors are random or structured. If you include a reporting rate or time-varying β to reflect interventions, explain clearly how you model that (piecewise constant values or a simple functional form) and how you fit additional parameters without overfitting. Conclude the essay by interpreting short-term prediction performance and reflecting on limitations and assumptions. Quantify prediction uncertainty by showing how small changes in parameters affect short-term forecasts and discuss practical consequences for the reliability of daily predictions. Throughout, write clearly about mathematical reasoning rather than domain speculation: link each modelling choice to a mathematical justification and to the research question. Ensure your maths is shown step-by-step, include annotated code or spreadsheet screenshots in an appendix, and finish with a succinct evaluation that states how well the discrete SIR model, as calibrated, answers the research question and what further mathematical work could improve it.

Read more


Easy

Investigating the convergence rate of the ratio of consecutive Fibonacci numbers to the golden ratio by analysing the sequence of errors and fitting an asymptotic model
Suggested Approach

Begin by stating the essay title and explain briefly what you will measure and why: the ratio of consecutive Fibonacci numbers, its limit (the golden ratio), and the sequence of errors between the ratio and the golden ratio. Use elementary theory to derive an exact or asymptotic expression for the error term: start from Binet’s formula for Fibonacci numbers, manipulate to obtain an explicit formula for F_{n+1}/F_n and then for e_n = F_{n+1}/F_n − phi. Show algebraically how the error oscillates in sign and shrinks in magnitude, and obtain the leading-order asymptotic behaviour (expressed either in terms of powers of phi or in terms of F_n). This theoretical derivation is central: it gives the model forms you will test empirically and provides the constants or orders you should expect to recover from your data fitting. Collect data and plan your fitting procedure carefully. Compute ratios for a wide range of n (e.g. n up to a few hundred or until numerical precision limits appear) using exact integer arithmetic or high-precision libraries to avoid floating-point cancellation. Decide whether to analyse signed errors or absolute errors — the signed errors will show an alternating sign pattern while the absolute errors show monotone decay. Fit candidate asymptotic models suggested by your derivation (for example e_n ≈ A·phi^{-2n} or e_n ≈ B/F_n^2) using linearisation (take logs where appropriate) and linear regression, and compare fits using residual plots, R^2, and parameter uncertainty. Address numerical issues (rounding, overflow) and justify any choices of data range used for fitting. Write up the essay with clear structure: introduction (state the essay title and objectives), mathematical derivation (full working from Binet to error asymptotic), methods (how data were generated and how fits were performed), results (tables and plots of errors, fitted parameters, residuals, and goodness-of-fit metrics), and conclusion (interpretation of fitted parameters in light of theory and discussion of limitations). Include an error analysis and discussion of whether empirical exponents/constants match theoretical predictions, and reflect on sources of discrepancy (finite-n effects, precision). Put code, extended data, and derivations that interrupt the flow into appendices and cite any sources used.

Read more


Hard

To what extent can the horizontal range of a projectile launched from ground level be modelled by including linear air resistance compared with the ideal no-resistance parabola?
Suggested Approach

Start by clarifying the research question and the physical assumptions you will make. State explicitly that you are comparing the horizontal range predicted by the ideal no-resistance parabola with the range predicted when linear air resistance (force proportional to velocity) is included. List the assumptions you will use (projectile launched from ground level, constant gravitational acceleration, linear drag coefficient constant, neglect of wind and lift, point-mass projectile) and explain why each is reasonable or necessary. Decide whether you will treat the drag coefficient as known from the literature, estimated from experiment, or fitted from data; justify that choice. Outline the mathematical plan: derive the equations of motion for both cases, show the standard parabolic range formula for no resistance, then set up the differential equations for motion with linear drag and explain how to solve them (analytically if possible or numerically), making clear which variables you will hold constant (launch speed, launch angle) when comparing ranges.

For the research and modelling phase, collect reliable sources that give the derivation and solutions for linear drag (textbooks, reputable papers, or lecture notes). If you will perform experiments, design a simple, repeatable setup to measure range at various launch angles and speeds, and state how you will estimate uncertainty (timing precision, angle measurement, speed variation). If you use literature drag coefficients, document their typical ranges and how they depend on shape and Reynolds number; if you fit a drag coefficient to your data, explain the fitting procedure (least squares fit of predicted to observed ranges) and include uncertainty of the fitted parameter. For the numerical solution, choose an appropriate method (e.g. Runge–Kutta) and describe time step selection and convergence checks; include code or algorithm steps in an appendix or digital supplement and validate your solver against the analytical no-resistance case.

In the analysis and writing stage, compare ranges quantitatively across a useful domain of launch angles and speeds, using graphs (range vs angle, percent difference vs angle) and tables with uncertainties. Discuss where linear drag significantly alters the range and where the ideal parabola is a good approximation, and link these observations back to the size of the drag coefficient and dimensionless parameters (e.g. ratio of drag to weight, or a characteristic nondimensional time). Critically evaluate limitations: the assumption of linear drag, experimental errors, numerical errors, and how results might change with quadratic drag. Conclude by answering the research question directly, summarising strength of evidence, and suggesting realistic extensions or further checks that would strengthen your conclusions.

Read more


Medium

Investigating a Markov chain model for daily weather transitions using a year of observed weather states from my local city to estimate steady-state probabilities and mean recurrence times
Suggested Approach

Start by clearly stating the research question at the very beginning of your essay and explain why a Markov chain is a suitable modelling choice for daily weather transitions in your city. Describe exactly how you collected the year of observed weather states (dates, source, and any preprocessing such as grouping similar weather into discrete states: e.g., sunny, cloudy, rainy). Justify your chosen state definitions and note any missing data or ambiguous days. Explain and demonstrate how you construct the empirical one-step transition matrix from the sequence of daily states: count transitions, convert to probabilities by row (or column) normalization as appropriate, and show the matrix clearly. Include brief checks on the Markov assumption by testing whether transition probabilities depend only on the current day (compare conditional frequencies for different histories) and comment honestly if the assumption is weak for your data.

In the analysis section, compute the steady-state (stationary) distribution by solving πP = π with the constraint that the components sum to 1; show the algebraic method (linear equations) and an alternative numerical method (iterating powers of the transition matrix until convergence) and compare results. Calculate mean recurrence times for each state using the relationship between steady-state probabilities and expected return times (explain the formula and apply it to your π). Quantify uncertainty: compute standard errors or confidence intervals for transition probabilities using simple bootstrapping or by treating transitions as multinomial counts, then propagate this uncertainty to steady-state estimates (re-sampling transition matrices and reporting variability in π and recurrence times). If relevant, run simulations of the Markov chain using your estimated matrix to produce sample paths and compare simulated long-run state frequencies to both theoretical π and empirical frequencies from your year of data.

When writing, present a clear structure: brief introduction stating the research question and its context, detailed methods (data source, state definitions, how you computed the transition matrix and solved for π), results (matrices, steady-state vector, mean recurrence times, uncertainty measures, simulations) and a discussion that interprets results in terms of local weather and model limitations. Reflect on modelling assumptions, possible non-stationarity across seasons, and how more data or higher-order chains could change conclusions—avoid changing the research question but note these as limitations. Conclude with a concise summary of findings and include appendices with raw counts, code or calculations, and references for any theoretical formulas used.

Read more


Generate the Best Maths IA Research Questions

Our AI quickly transforms your keywords into unique, high-quality research questions. The process is simple: Select your subject, enter a few keywords, or leave the field blank for instant inspiration. Click 'Generate' to start browsing ideas.

Master Your Coursework, Maximize Your Grade.

Gain unlimited AI topic generations & evaluations, unlimited access to all exemplars, examiner mark schemes, and more.