├── .gitignore └── README.md /.gitignore: -------------------------------------------------------------------------------- 1 | .DS_Store 2 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | Last Updated: September 4, 2024 2 | 3 | # Physics learning path 4 | This is my physics learning path. Best courses I've found to learn physics online. 5 | 6 | ## Algebra-based physics courses 7 | * [AP Physics 1](https://www.edx.org/course/ap-physics-1-ricex-advphy1x#!) :white_medium_square: 8 | Rice University on edx. 9 | Self-paced. 10 | * [AP® Physics 2 - Part 1: Fluids and Thermodynamics](https://www.edx.org/course/apr-physics-2-part-1-fluids-ricex-advphy2-1x-0) :white_medium_square: 11 | Rice University on edx. 12 | Archived. 13 | * [AP® Physics 2 - Part 2: Electricity and Magnetism](https://www.edx.org/course/apr-physics-2-part-2-electricity-ricex-advphy2-2x-0) :white_medium_square: 14 | Rice University on edx. 15 | Archived. 16 | * [AP® Physics 2 - Part 3: Optics and Modern Physics](https://www.edx.org/course/apr-physics-2-part-3-optics-modern-ricex-advphy2-3x-0) :white_medium_square: 17 | Rice University on edx. 18 | Archived. 19 | * [AP® Physics 2 – Part 4: AP Review and Exam Preparation](https://www.edx.org/course/apr-physics-2-part-4-ap-review-exam-ricex-advphy2-4x) :white_medium_square: 20 | Rice University on edx. 21 | Archived. 22 | 23 | ## Calculus-based physics courses 24 | ### Introduction to Mechanics: MIT on MITx Online - Self-paced 25 | * [Introduction to Mechanics: Kinematics and Dynamics](https://mitxonline.mit.edu/courses/course-v1:MITxT+8.01.1x/) :white_medium_square: 26 | MIT on MITx Online. 27 | Self-paced. 28 | * [Introduction to Mechanics: Momentum and Energy](https://mitxonline.mit.edu/courses/course-v1:MITxT+8.01.2x/) :white_medium_square: 29 | MIT on MITx Online. 30 | Self-paced. 31 | * [Introduction to Mechanics: Rotational Dynamics](https://mitxonline.mit.edu/courses/course-v1:MITxT+8.01.3x/) :white_medium_square: 32 | MIT on MITx Online. 33 | Self-paced. 34 | * [Introduction to Mechanics: Simple Harmonic Motion and Non-Inertial Reference Frames](https://mitxonline.mit.edu/courses/course-v1:MITxT+8.01.4x/) :white_medium_square: 35 | MIT on MITx Online. 36 | Self-paced. 37 | ### Electricity & Magnetism: Rice University on edx - Archived. 38 | * [Electricity & Magnetism, Part 1](https://www.edx.org/course/electricity-magnetism-part-1-ricex-phys102-1x-0) :white_medium_square: 39 | Rice University on edx. 40 | Archived. 41 | * [Electricity & Magnetism, Part 2](https://www.edx.org/course/electricity-magnetism-part-2-ricex-phys102-2x-0) :white_medium_square: 42 | Rice University on edx. 43 | Archived. 44 | ### Circuits and Electronics: MIT on edx - Self-paced 45 | * [Circuits and Electronics 1: Basic Circuit Analysis](https://www.edx.org/course/circuits-and-electronics-1-basic-circuit-analysi-2) :white_medium_square: 46 | MIT on edx. 47 | Self-paced. 48 | * [Circuits and Electronics 2: Amplification, Speed, and Delay](https://www.edx.org/course/circuits-electronics-2-amplification-mitx-6-002-2x-0) :white_medium_square: 49 | MIT on edx. 50 | Self-paced. 51 | * [Circuits and Electronics 3: Applications](https://www.edx.org/course/circuits-and-electronics-3-applications-2) :white_medium_square: 52 | MIT on edx. 53 | Self-paced. 54 | 55 | ### MIT on OpenLearningLibrary. 56 | * [Mechanics: Kinematics and Dynamics](https://openlearninglibrary.mit.edu/courses/course-v1:MITx+8.01.1x+3T2018/about) :white_medium_square: 57 | MIT on OpenLearningLibrary. 58 | * [Mechanics: Momentum and Energy](https://openlearninglibrary.mit.edu/courses/course-v1:MITx+8.01.2x+3T2018/about) :white_medium_square: 59 | MIT on OpenLearningLibrary. 60 | * [Mechanics: Rotational Dynamics](https://openlearninglibrary.mit.edu/courses/course-v1:MITx+8.01.3x+1T2019/about) :white_medium_square: 61 | MIT on OpenLearningLibrary. 62 | * [Mechanics: Simple Harmonic Motion](https://openlearninglibrary.mit.edu/courses/course-v1:MITx+8.01.4x+1T2019/about) :white_medium_square: 63 | MIT on OpenLearningLibrary. 64 | * [Electricity and Magnetism: Electrostatics](https://openlearninglibrary.mit.edu/courses/course-v1:MITx+8.02.1x+1T2019/about) :white_medium_square: 65 | MIT on OpenLearningLibrary. 66 | * [Electricity and Magnetism: Magnetic Fields and Forces](https://openlearninglibrary.mit.edu/courses/course-v1:MITx+8.02.2x+2T2018/about) :white_medium_square: 67 | MIT on OpenLearningLibrary. 68 | * [Electricity and Magnetism: Maxwell’s Equations](https://openlearninglibrary.mit.edu/courses/course-v1:MITx+8.02.3x+1T2019/about) :white_medium_square: 69 | MIT on OpenLearningLibrary. 70 | * [Vibrations and Waves](https://openlearninglibrary.mit.edu/courses/course-v1:MITx+8.03x+1T2020/about) :white_medium_square: 71 | MIT on OpenLearningLibrary. 72 | --------------------------------------------------------------------------------