Ask HN: How to self-study physics?
11–20 of 194 posts
Re: Ask HN: How to self-study physics?
#12Re: Ask HN: How to self-study physics?
#13First of all - great idea! It is never too late to learn math and physics! In fact, with hard work and commitment, anybody can muster them to a high level.
(1) Reading =/= understanding in math and physics. You understand a topic only if you can solve the problems.
(2) Work through the solved problems you encounter in textbooks carefully.
(3) Most people around me have never read any physics textbook cover to cover. E.g. reading Halliday, Resnick & Walker completely might take you years! Not all topics are equally important. Focus on the important parts.
(4) You need guidance on what is important and what is not. Online courses, college material (especially problem sets!), teaching webpages could be a helpful guide. MIT OCW is an excellent resource, once you are ready for it.
(5) Finding someone to talk to is really useful. You will likely have questions. Cultivating some relationship that allows you to ask questions is invaluable.
(4) College courses in math and physics have a very definitive order. It is really difficult to skip any step along the way. E.g. to understand special relativity, you must first understand classical physics and electrodynamics.
(5) Be prepared that the timescales in physics are long. Often, what turns people off is that they do not get things quickly (e.g. in 15-30 minutes). If you find yourself thinking hours about seemingly simple problems, do not despair! That is normal in physics.
(6) You have to 'soak in' physics. It takes time. Initially, you might feel like you do not make a lot of progress, but the more you know, the quicker it will get. Give yourself time and be patient and persistent.
(7) Often, just writing things down helps a lot with making things stick. It is a way of developing 'muscle memory'. So try and take notes while reading. Copying out solved problems from textbooks is also a good technique.
(8) Counterintuitive: If you get completely stuck, move on! Learning often happens in non-linear ways. If you hit an insurmountable roadblock, just keep going. When you return in a few days/weeks, things will almost certainly be clearer.
Re: Ask HN: How to self-study physics?
#14Re: Ask HN: How to self-study physics?
#15Re: Ask HN: How to self-study physics?
#16I was a physicist for a time and I learned physics via numerical simulation: I would find problems I could solve by hand and code them up---solving integrals, derivatives, systems of equations all numerically and comparing the results. Only a handful of physics problems have closed-form solutions, and being able to turn an interesting problem into code and "play around with it" was enormous fun for me and helped me b…
Re: Ask HN: How to self-study physics?
#17I thought I would also add my two cents, though there have been many excellent responses already. I recently defended my PhD in Physics (MIT '18). First of all - great idea! It is never too late to learn math and physics! In fact, with hard work and commitment, anybody can muster them to a high level. (1) Reading =/= understanding in math and physics. You understand a topic only if you can solve the problems. (2) Wor…
* https://www.susanjfowler.com/blog/2016/8/13/so-you-want-to-l...
There are plenty of textbooks and lecture notes available online and that article links to most of the popular choices. Make sure to choose correct order of topics to avoid getting stuck!
Re: Ask HN: How to self-study physics?
#18Re: Ask HN: How to self-study physics?
#19Read the Feynman Lectures https://www.feynmanlectures.caltech.edu/
Re: Ask HN: How to self-study physics?
#20I was a physicist for a time and I learned physics via numerical simulation: I would find problems I could solve by hand and code them up---solving integrals, derivatives, systems of equations all numerically and comparing the results. Only a handful of physics problems have closed-form solutions, and being able to turn an interesting problem into code and "play around with it" was enormous fun for me and helped me b…
This sounds interesting! Could you talk a bit more about what sources you used to find problems and learn from that translated well to this approach?
Game programming is an underrated/underused tool to teach math, physics and programming.