Live data from Hacker News

How I Rewired My Brain to Become Fluent in Math

nautil.us

81–90 of 152 posts

Re: How I Rewired My Brain to Become Fluent in Math

#81
Understanding is "facile" [superficial], but rote learning is the real way....?

Seems reversed. An explanation is she's in Electrical Engineering - my ugrad experience of EE was a emphasis on using tools (formula etc) as opposed to understanding them (that's for Science). Engineers, after all, are paid to get stuff done, not just sit there and grok it. "Fluency" with tools works well for EE.

OTOH, all discplines have "tools" - even pure maths has algebraic manipulation. If you're not fluent, it will slow you down (fortunately, you'll have years of algebraic practice from school).

OAH, most professional mathematicians don't think symbolically (a survey found, IIRC, about 70% visual, 25% kinesthetic, 5% linguistic) - notation not so much a tool of thought as a serial representation (serialization/data format), for recording/communicating. So practice in thinking is what's helpful.

I think fluency with "standard" modes of thought is a double-edged sword. Yes, you become expert with those tools, fast and able. But that very expertise biases your perception and reasoning in terms of them. Thus, it's hard for you to see another way; you'll tend to build on top of them instead. Fortunately, since our tools are pretty good, this approach works well. It's just that you're less likely to see fundamentally new approaches (though to be fair, that's pretty damn unlikely anyway).

Re: How I Rewired My Brain to Become Fluent in Math

#82

I think those of us who aren't a fan of "memorize/repeat" is that it is extremely inefficient. And you lose as many people as you gain. The classic example is long division. In elementary school I did a thousand long division problems, but I never understood it. I just knew the pattern. I didn't really know the math. It wasn't until much later did I learn how and why it worked. Having done those thousand problems did…

Have you read Lockharts Lament[0]? It discusses something similar to what you have experienced.

[0]- https://www.maa.org/external_archive/devlin/LockhartsLament....

Re: How I Rewired My Brain to Become Fluent in Math

#83
post #70
post #59

Earlier quoted context omitted.

Wow, thanks for the plug and the kind words! Glad to hear the site is helping -- most of the time I miss the intricacies too, and end up adding things years later [after a re-read] or in response to a comment from the article. As a more general reply to the article, I was fortunate enough to work with Prof. Oakley on her Coursera Class ( https://class.coursera.org/learning-001/lecture , I'm the last guest interview a…

The entries on complex number, exponential functions & e, and many other subjects at betterexplained.com are simply amazing! It helped to clear my decade-long confusions or fears when dealing with them, Thank you for the great work. In my opinion the three essential characteristics of a great teacher are expert level in the subject at hand, great communication skill and enthusiasm for teaching. Possessing two of them…

That is really humbling and gratifying to hear, thank you.

Re: How I Rewired My Brain to Become Fluent in Math

#84
I get this sense that mathematicians tend to focus on abstracting relationships, whereas programmers tend to focus on abstracting objects/entities. Hard to explain though. Like programmers are constantly building models of the world, whereas mathematicians are constantly building new functions and general transformative techniques.

Re: How I Rewired My Brain to Become Fluent in Math

#85
I think that it is strange that she is saying that there is too much focus on understanding at school. From what I could see, most people learned maths by just memorising the process. Except for a few who invested an exceptional amount of effort, they scored poorly. In contrast, everyone who I knew who focused on gaining a deep understanding was able to pick up maths quickly.

There is one area, though, where there is probably too much focus on understanding at the cost of memorisation and that is in the Olympiads. I remember that many of us held the rather uncharitable attitude that the people who tried to succeed in maths by memorising it were 'stupid'. But clearly, understanding combined with targeted memorisation of the key building blocks will lead to the most success.

Re: How I Rewired My Brain to Become Fluent in Math

#86
post #84

I get this sense that mathematicians tend to focus on abstracting relationships, whereas programmers tend to focus on abstracting objects/entities. Hard to explain though. Like programmers are constantly building models of the world, whereas mathematicians are constantly building new functions and general transformative techniques.

This is the general idea behind category theory: it describes relations and not objects themselves.

That's quite a shift from set theory, where the core idea is that objects can be described with what's inside of them (and building the whole idea of relation as a set of tuples).

Re: How I Rewired My Brain to Become Fluent in Math

#87

I come from a very similar background as the writer. As a young man, I showed high potential for languages. So when I went to college, I loaded up on languages, graduating with 6 different languages at at least the 200-level and fluency in 3 of those languages. Unlike the writer, I chose neither military nor government work upon graduation, but instead worked as an ATA-certified translator for 10+ years, primarily tr…

I believe what is described is repetition, but not rote learning. That, to me, means memorizing facts without connecting the dots. Rote memorization is learning for an exam by memorizing the previous years' problems, or learning history by memorizing dates and events. If I focus on knowing the previous years problems by heart, I may accidentally make the connections to be able to solve more varied problems, but thats rather inefficient. Similarly, knowing historical dates doesn't imply an understanding of why and how things happened.

Learning different conjugations of verbs by using them in sentences isn't rote learning, either. It's rather the opposite, trying to connect the new verb into the existing knowledge of the language.

Rote learning alone is useless for most students. Repetition is certainly important in retaining information, no doubt about it, but as with the math examples, you need to apply basic arithmetic in the context of solving equations, for example, to really get a "feel" for it, a sort of automatism where you not only know how to do 1+1, but also WHEN to use this knowledge.

As far as complex algorithms and such go, I do believe they can be broken down into pieces, but you really do have to know the pieces and their relations and implications innately, and with complex algorithms, it's really hard to know all the pieces of the puzzle, and sometimes even finding out what is missing is difficult. You can drill something ad infinitum without gaining anything if you're missing something.

I believe this to be the secret skill that the article omits. In order to learn effectively, you have to recognize where your knowledge is lacking, find out what it is you should know, and drill those parts. A teacher should help students find these gaps and help fill them. The rest is just a little bit of willpower and discipline.

Re: How I Rewired My Brain to Become Fluent in Math

#88

My observation from years of experience teaching calculus and mechanics is that every student has a different learning style. In particular, there are "theory people" who need to understand the reasoning behind the concepts first and "practice people" who best understand concepts by looking at worked examples. There may be other subdivisions, but these are the main types. I had two cases when my students showed no si…

This is so true.

I work best from examples, and find learning computer languages from documentation very hard.

OTOH, I'm very quick at looking at examples, generalising behaviour, finding edge cases and then looking at the docs to understand those edge cases.

One of the best programers I know is the polar opposite. He will spend days reading every. single. piece. of documentation on something, and then 5 minutes writing a perfect piece of code.

Re: How I Rewired My Brain to Become Fluent in Math

#89
post #88

My observation from years of experience teaching calculus and mechanics is that every student has a different learning style. In particular, there are "theory people" who need to understand the reasoning behind the concepts first and "practice people" who best understand concepts by looking at worked examples. There may be other subdivisions, but these are the main types. I had two cases when my students showed no si…

This is so true. I work best from examples, and find learning computer languages from documentation very hard. OTOH, I'm very quick at looking at examples, generalising behaviour, finding edge cases and then looking at the docs to understand those edge cases. One of the best programers I know is the polar opposite. He will spend days reading every. single. piece. of documentation on something, and then 5 minutes writ…

Do you end up writing perfect code when you learn from examples?

Just like you, I learn from examples rather than by reading documentation... and I suspect that just like me, you don't end up spending 5 minutes writing perfect code. If true, to me, that means your friend's method is superior.

Re: How I Rewired My Brain to Become Fluent in Math

#90
post #59

Earlier quoted context omitted.

I got tired of not having an intuitive understanding of particular mathematical concepts. The rote memorization was very limiting for be because I wasn't as easily able to grasp when it might apply to certain concepts. Pretty sure Kalid is a commenter here, but I have to give him a huge thanks and plug for BetterExplained.com--really helped me grasp some of these higher-level concepts in a more intuitive manner, even…

Wow, thanks for the plug and the kind words! Glad to hear the site is helping -- most of the time I miss the intricacies too, and end up adding things years later [after a re-read] or in response to a comment from the article. As a more general reply to the article, I was fortunate enough to work with Prof. Oakley on her Coursera Class ( https://class.coursera.org/learning-001/lecture , I'm the last guest interview a…

Is there really an intuition for i^i? I can give you the answer but I have nearly zero intuition for it.
Post reply on HN