This repository contains my organized solutions and study notes for the Calculus I course from Paul's Online Math Notes. It serves as a personal study log and problem set archive as I work through key concepts and example problems to deepen my calculus intuition and technical fluency.
All problems are taken from:
Paul Dawkinsβ Calculus I β Lamar University
π https://tutorial.math.lamar.edu/Classes/CalcI/CalcI.aspx
Each folder corresponds to a major topic in Calculus I. Within each folder you'll find:
- Problem Sets with my handwritten or typed solutions
- Brief Notes summarizing key concepts when needed
- Diagrams or visualizations (if applicable)
- Subdirectories for each section's problems (e.g.,
Domain & Range
,Limits
,Derivatives
)
Review/
βββ 01_functions/
β βββ README.md
β βββ Function Evaluation.ipynb
β βββ images/
β β βββ example1.png
β βββ ...
βββ 02_Inverse Functions/
β βββ limit-definitions.md
β βββ epsilon-delta-practice.md
β βββ ...
βββ ...
βββ README.md
Most problems are:
- Solved by hand on paper
- then typed using Markdown for future reference
- Accompanied by concise notes to clarify why a solution works
The goal is not speed, but masteryβthis is part of my long-term technical foundation building under my Project10X Calculus effort.
This repository will grow gradually as I move through the course. Some sections are under development or may only contain partial solutions.
- Functions β domain, range, piecewise
- Limits β numerical and analytical
- Continuity and One-Sided Limits
- Derivative definitions and rules
- Applications of derivatives (increasing/decreasing, optimization)
- Integrals
- Markdown + Git for clean version control
- LaTeX (when needed) for math notation
- Diagrams drawn manually or with Desmos / graphing tools
This project is for educational and personal study purposes. Original problems are copyrighted by Paul Dawkins β Lamar University.