Leveraging LLMs to Enrich Mathematics Teaching:Interactive Tools, Enhanced Content, and Improved Student Learning
AI
17th ICME · Dynamic Conference PresentationJune 12-14, 2026 · MGM University · Aurangabad, Maharashtra, India
Paper presentation · International Conference on Multidisciplinary Education
Leveraging LLMs to Enrich Mathematics Teaching
Interactive Tools, Enhanced Content, and Improved Student Learning
Dr. Vignon OussaDepartment of Mathematics · Bridgewater State University
Dr. Mahmoud El-HashashDepartment of Mathematics · Bridgewater State University
A cinematic synthesis of concept-dependency mapping, gateway feedback, Mathematica laboratories, and MATLAB-validated hybrid optimization workflows.
Instructor Judgmentcontrol layer
Structurevisible
Toolsinteractive
Feedbackformative
Validationcomputed
Learningevidence
Central claim
LLMs make careful instructional design more visible, more responsive, and more testable.
The claim is not automation. The claim is amplification: course structure becomes explicit, bottlenecks become addressable, and student feedback becomes more timely under instructor review.
Not the model
Autonomous grading
LLMs are not used as independent graders, replacements for mathematical proof standards, or final arbiters of student work.
The model
Design amplification
LLMs draft, reorganize, translate, and scaffold materials so that the instructor can work more precisely.
The safeguard
Human verification
The instructor remains responsible for correctness, context, fairness, privacy, and final judgment.
Thesis: AI strengthens mathematics teaching when it amplifies structure, clarity, computation, timely feedback, and evidence-driven revision.
The talk as a system
Three classroom and research systems, one transferable workflow
Mathematical learning through multiple representations
The lab is not decoration; it is evidence generation.
Students use computation to test, visualize, and interpret mathematical claims after the theory session.
Σ
Symbolic
Manipulate formulas, check identities, and connect syntax to mathematical structure.
#
Numerical
Explore parameter values, approximations, convergence behavior, and stability.
∿
Graphical
Make surfaces, curves, regions, and trends visible so that interpretation can be discussed.
Pedagogical purpose: LLMs help transform theory into computational exploration; Mathematica makes involved computations visible and testable.
Computational mathematics bridge
LLM output becomes a draft; MATLAB execution becomes the validation layer.
D
Research design
Define algorithms, benchmarks, bounds, and comparison questions.
→
AI
ChatGPT draft
Generate MATLAB code scaffolds and implementation variants.
→
M
MATLAB run
Execute, debug, plot, compare, and inspect numerical behavior.
→
✓
Validated package
24 runnable scripts with standardized metrics and plots.
Scientific stance: LLM-generated code is treated as a prototyping aid, not as final evidence. Execution, plots, tables, and repeated inspection supply validation.
Optimization principle
Hybridization coordinates two opposing forces.
ExplorationGlobal basin discovery
ExploitationLocal precision
Scenario 1 · Global-global hybridization
SA + GA improves robustness on multimodal landscapes.
GA
Population exploration
Selection, arithmetic crossover, and percentage-based mutation explore candidate regions.
→
★
Best GA candidate
The most promising population result becomes the handoff point.
→
SA
Stochastic refinement
Annealing accepts occasional uphill moves while cooling shifts toward intensification.
Rastrigin
Highly multimodal landscape for robustness testing.
Ackley
Flat outer region with many local minima.
Shubert
Multiple minima structure for challenging global search.
Scenario 2 · Global-local hybridization
PSO finds the basin; BFGS sharpens the solution.
PSO
Swarm discovery
Particles follow personal and global best positions to reduce sensitivity to initialization.
→
◎
Best particle
The best swarm point becomes the local-search starting point.
→
BFGS
Local intensification
Finite-difference gradients, line search, and curvature updates accelerate precision.
Four codes per benchmark: SA, GA, hybrid, and comparison driver.
RastriginAckleyShubert
PSO-BFGS scripts
PSO runs first; the best swarm point initializes BFGS.
AckleySphereRosenbrock
Comparison layer
Standardized outputs make method-to-method evaluation interpretable.
tablesconvergence curvesbar charts
Best valuefinal solution quality
Best pointcomputed optimizer
CPU timecomputational cost
Iterationsalgorithmic effort
Curvestability and speed
Transferable workflow
A unified model: structure, computation, feedback.
The two classroom cases and the optimization case share a common design pattern: reveal structure, build targeted activities, use tools responsibly, and revise from evidence.
1
Map dependencies
Make hidden prerequisites visible.
2
Design targeted activity
Gateways and labs focus on high-leverage bottlenecks.
3
Validate and revise
Student evidence and computational evidence inform the next action.
Instructor center
Map
Assess
Tool
Feedback
Revise
Closing
AI is most powerful when it makes mathematics teaching more intentional.
Keep the instructor at the center. Use LLMs to amplify structure, clarity, computation, and timely feedback.
The transferable move is simple: identify essential concepts, map dependencies, build focused assessments or labs, draft support materials with AI, review mathematically, anonymize responsibly, and revise instruction.
3connected teaching and research systems
24runnable MATLAB scripts in the optimization package