This repository contains the final project I completed for a high school multivariable calculus course. The goal was to study constrained optimization through self-directed research, produce a written report, and present the material to the class.
The paper is not intended for formal journal publication, it instead documents our learning and presentation materials.
- Topic: constrained optimization using Lagrange multipliers
- Approach: derive the theory, work through worked examples, compare methods
- Examples included: Cobb-Douglas optimization (economics), a constrained physics problem, and classroom-friendly demonstrations
- Paper: LaTeX source in
paper/and compiled PDF atpaper/wrapper.pdf. - Presentation: slides and web presentation in
presentation/(HTML + source). The slide sources live inpresentation/andpresentation/template.htmlis the template. - References and notes:
paper/references/andpaper/sections/contain supporting material and section files.
- Build the paper (requires a TeX distribution such as TeX Live or MiKTeX):
latexmk -pdf paper/wrapper.texor run pdflatex / bibtex as needed until references compile.
- Serve or build the slides (from manim-slides):
manim-slides convert Introduction Lagrange_Multipliers Key_Differences Cobb_Douglas_Introduction Cobb_Douglas_Problem Physics_Problem main.html --use-template template.html