Welcome to the course materials for PHY 415: Mathematical Methods for Physicists, a comprehensive exploration of mathematical approaches used throughout physics.
This repository contains the complete course materials for PHY 415 (Fall 2023), a course designed to bring together mathematical approaches commonly used in physics and apply them to a variety of problems. The site is built with Hugo and features interactive notes, activities, and assignments.
- Course Title: Mathematical Methods for Physicists
- Instructors: Danny Caballero, Alia Valentine
- Content: Lecture notes, activities, problem sets, and projects
- Audience: Physics students and anyone interested in mathematical modeling in physics
content/— All course content organized by unit0---intro-and-syllabus/— Course overview, learning objectives, and syllabus1---mechanics-and-odes/— Mechanics, differential equations, and phase space analysis2---em-and-pdes/— Electromagnetism and partial differential equations3---waves-and-oscillations/— Wave equations, Fourier methods, and FFT4---randomness-and-distributions/— Probability, distributions, and stochastic modelsassignments/— Problem sets and projectsappendices/— Reference materials and supplementary topics
layouts/— Custom Hugo templates for course contentstatic/— Images, diagrams, and static assetsconfig.toml— Hugo configuration
Unit 1: Mechanics and ODEs – Covers coordinate systems, Lagrangian mechanics, numerical integration, phase space analysis, and nonlinear dynamics (linearization, Van der Pol oscillator, Duffing oscillator).
Unit 2: E&M and PDEs – Explores electromagnetic fields, electric potential, boundary value problems using separation of variables, relaxation methods, and numerical solutions in Cartesian and spherical coordinates.
Unit 3: Waves and Oscillations – Investigates coupled oscillations, wave equations, solving wave equations analytically, Fourier methods, signal analysis, and fast Fourier transforms (FFT).
Unit 4: Randomness and Distributions – Examines probability, probability distributions, statistical modeling, and stochastic differential equations.
This site uses Hugo. To build and serve locally:
hugo serverThe site will be available at http://localhost:1313/.
To build for production:
hugoThis generates the static site in the public/ directory.
Content is licensed under the MIT License.