Live data from Hacker News

Ask HN: Best resources to gain math intuition?

news.ycombinator.com

31–40 of 92 posts

Re: Ask HN: Best resources to gain math intuition?

#31
This isn't an answer, but an observation. I taught an EE course many years ago -- the second semester of electrodynamics. This was after being a college math major, and getting a physics degree.

It doesn't shock me that there are holes. I noticed that some math topics are very important to engineering and physics coursework, but given short shrift in the math department. Examples are the way that complex numbers are used, and specific kinds of differential equations such as the general harmonic oscillator.

My college physics coursework actually had its own "math methods" class, intended to fill some of those gaps, and to get us prepared for the higher level physics courses.

Re: Ask HN: Best resources to gain math intuition?

#33

This isn't an answer, but an observation. I taught an EE course many years ago -- the second semester of electrodynamics. This was after being a college math major, and getting a physics degree. It doesn't shock me that there are holes. I noticed that some math topics are very important to engineering and physics coursework, but given short shrift in the math department. Examples are the way that complex numbers are…

You'll find the complementary opinion in Mathematics departments -- a general chagrin about the type of mathematics that they have to teach in their service courses for engineers.

Mathematics is a very general tool. As with any very general tool, a lot of the devil is in the details of how to use it in any particular domain.

For this reason, in-sourcing mathematics service courses is best for everyone. The very best math-adjacent departments in every field tend to do this either directly or indirectly. E.g., in the direct model, many CS departments internalize the Discrete Mathematics course and some combinatorics. And an example of the indirect model is Mathematics departments that hire Math Finance professors to cover the service load for econ/fin/bus depts.

I think this in-sourcing (either directly or indirectly) is best for everyone -- mathematics depts don't do a good job at teaching those service courses and often don't do a great job of it in any case. Unfortunately, most departments don't have the headcount (in students or faculty) for a specialized mathematics curriculum, so they have to share the math faculty with N other majors to predictable effect.

Re: Ask HN: Best resources to gain math intuition?

#34

Related question, anyone know any good resources for learning and developing intuition in Abstract Algebra? Especially ones that explain it well, like Calculus Made Easy did for Calculus. AA is a prereq for cryptography, category theory and and other areas of interest for CompSci. I asked this a few weeks ago but at an off peak time and not many folks saw the question. But I know HN probably has good recommendations…

Take a look at "A Book of Abstract Algebra" by Charles Pinter. It's published by Dover, so very affordable. I've seen it criticized as too verbose, but that worked for me.

Re: Ask HN: Best resources to gain math intuition?

#35
Try and understand how you learn. A lot of intuition in technical fields, not just in mathematics, is understanding the material in a way that you understand it.

For me it was trying to frame as much as possible in a geometric lens. Draw pictures of anything and everything as much as possible. Graphs, number lines, 3d animations, whatever it takes.

Also, understand the "bold print" from the "fine print". I mean to say, every theorem will make a general statement, and then have a bunch of conditions where it holds. So worry first about the bold print, then try to understand the fine print.

Much of mathematics is about making the strongest and most general statements in bold print with as little fine print as possible. Basically the less fine print you have, the more important probably your result is.

Re: Ask HN: Best resources to gain math intuition?

#36
post #28

3Blue1Brown videos are awesome: https://www.youtube.com/channel/UCYO_jab_esuFRV4b17AJtAw

I second this, with emphasis. His videos cover the vast majority of topics at the intersection of math and hn. He has written custom software for the creation of the animations. It’s on another level imo.

3blue1brown is a special kind of awesome.

I'd love to filter the internet by "content that can give you insights right now that would otherwise take years of study in a specific discipline to even know exists".

Another that I saw recently on an HN comment (thanks tptacek) is https://www.youtube.com/watch?v=nfY0lrdXar8

A quick google for "3blue1brown awesome github" (my usual strategy for finding good similar content) landed me here: https://github.com/rossant/awesome-math

The awesome lists are pretty good starting points for finding good content, but there's a ton of them of variable quality, so you end up with stuff like this: https://github.com/jonatasbaldin/awesome-awesome-awesome (which has 68 forks...)

Re: Ask HN: Best resources to gain math intuition?

#37
I feel you need to rethink your goal. it's like you're trying to finding missing chapters from an undefined book.

Try to be around problems that requires a high degree of math skills to solve. let the problems drive you.

intuition is usually built by spending hundreds of hours thinking, eating, and drinking the problems you're truly interested in to arrive to a solution.

If you spend enough time doing this, you'll know exactly what areas you need to inquire about as your understanding to the problem becomes clearer and gaps start to narrow down.

If you don't know what you need to learn you probably haven't spent enough time on the problem or just read the solution which made you feel this way, not realizing that the solution was done by a person that could have spent 100x the time you spent on it and built the intuition you're asking about.

Re: Ask HN: Best resources to gain math intuition?

#39
Write your own simple 3d fluid or rigid body simulation, and a 3d renderer to display the simulation. (It could be a video game...) Doing that would take you on a tour of all kinds of math and force you to learn it well enough to implement it, linear algebra, geometry, calculus, physics, etc.

For me, math intuition takes practice and a lot of visuals, graphing and diagrams. Some people get it through proofs and equations, but I feel like the way math is taught in school doesn’t usually do a great job of developing intuitions. Coding it up forces me to learn it, and playing with it and tweaking a lot along the way helps develop the intuition.

Re: Ask HN: Best resources to gain math intuition?

#40
post #29

Try finding a cool research paper that contains a lot of math you don’t understand. Then spend a few months learning the math in that one paper until you get it. That is a highly motivating and enjoyable way to learn. Far better than textbooks. I did this to learn algebraic topology.

I've been trying to penetrate algebraic topology for a bit now (learning barcodes and such). Any suggestions on papers you think are particularly good?

I was obsessed with topological data analysis which is basically applied algebraic topology, so I read every paper I could find on TDA. All of them were mostly incomprehensible to me at first, but by working backward, e.g. "What's a homology group?" Oh I need to learn some basic group theory first. Oh what's a Cayley graph? I kept working backward and forward until I could piece it all together. Working backward from a specific goal was very motivating compared to just working through a textbook aimlessly.
Post reply on HN