181

Mathematics inevitably involves a lot of self-teaching; if you're just planning to sit there and wait for the lecturer to introduce you to important ideas, you probably need to find yourself another career. So, like a lot people here, I try to educate myself on important concepts that aren't covered in the standard curriculum. Of course, sometimes this involves going back to revise material that you already half know, to understand it properly this time. My question is really how to do this successfully.

Question. How do you revise material that you already half-know, without getting bored and demotivated?

Honestly, I haven't worked out how to do this yet.

Take group theory, for example.

If I pick up an advanced book, it'll usually assume a lot of background knowledge and I'm immediately lost.

But if I pick up an introductory book, it'll usually go painstakingly through some really elementary stuff, for example a book on group theory will go on for awhile about sets, functions, permutations etc, then there'll be a philosophical interlude about sets with further structure, eventually we'll get the definition of a group, then there's a chapter about, you know, subgroups, quotient groups, Cartesian product of groups, homomorphism of groups, Cayley's representation theorem, blah blah. At some point while reading the basics that you already know, you just get super bored and decide to skip forward. But in doing so, you've missed a few definitions/notations/ideas that were hidden in the stuff you skipped somewhere, and when you skip forward you end up kind of lost and just not really on the same page as the author.

This kind of thing happens to me with lots of subjects; not just group theory, but ring theory, real analysis, probability theory, general topology, I could go on. I usually end up feeling really demotivated pretty quickly and I eventually forget my plans to revise the subject. My question is basically how to avoid this.

goblin GONE
  • 67,744
  • 62
    Use the next level book to identify the gaps in your knowledge. Find the first gap, fill it, then return to the advanced book. Repeat the process. – quasi Aug 06 '17 at 08:38
  • 1
    Very nicely put. I have faced the same problem while learning Complex Analysis, Functional Analysis, Advanced Basic Algebra etc. It would really be very nice if someone explained why this happens because despite loving subject so much, you find youself willingly closing the book and moving away from it. – Parish Aug 06 '17 at 08:41
  • 9
    If you already know a little bit about what you're reading, go directly to the exercises section. Use the text only as a reference – Exit path Aug 06 '17 at 08:44
  • 9
    Skip the boring sections, but do the exercises to be sure you didn't miss anything important in the "boring" sections. – rtybase Aug 06 '17 at 09:51
  • If there is any protection option out there in here, could somebody please help protect the present question? – Yes Aug 06 '17 at 12:52
  • If you master basics of Mathematics, advanced stuff becomes basic. – LAAE Aug 06 '17 at 15:43
  • Good question. You might try to put on music to get through the parts you already understand. In that way, you won't get bored that much. –  Aug 07 '17 at 08:04
  • 1
    My suggestion: Gamify! – Strawberry Aug 07 '17 at 09:10
  • 5
    I'm pretty sure you mean review and not revise. Those two words are definitely NOT synonymous. – Wildcard Aug 08 '17 at 00:35
  • 2
    @Wildcard, personally, I tend to treat them as synonymous. Note: i'm not saying they are synonymous as an objective-matter-of-fact. Nor am I saying that they ought to be synonymous as a normative judgement. I merely remark that, as an objective matter-of-fact, I do tend to treat them as synonymous. I request that you share your opinions about how these words should be used, if you care to. – goblin GONE Aug 08 '17 at 03:55
  • 7
    @goblin, aha. Today I learned a new definition; I suppose you are in the U.K. "(Brit.) reread work done previously to improve one's knowledge of a subject, typically to prepare for an examination." It definitely does not mean that in the U.S. But you are using the word perfectly correctly; I stand corrected. :) – Wildcard Aug 08 '17 at 04:25
  • 3
    Excellent question title, I'll skim the body later... – Tobias Kienzler Aug 08 '17 at 11:41
  • 1
    @goblin I've never heard revise used to mean anything other than making edits, a meaning it appears to carry worldwide while "revise" as "study again" is chiefly British. "Review" or "revisit" would be much more common in the U.S. – jpmc26 Aug 09 '17 at 03:41
  • 1
    FWIW: In ESL, Ginger Software advocates their ‘personal trainer’, suggesting that you ‘stop wasting your time’ on ‘generic’ courses. The idea is that, based on your submitted work (essays, or whatever), your errors are noted and lessons are tailored for you to address those specific issues, rather than the shotgun approach of generic courses. The real answer to your question might lie in the future when something like that is developed for students of Mathematics. – Mike Jones Aug 09 '17 at 14:56
  • Great question, I had this problem in many subjects. "Attempt hard problems" and "Solve textbook exercises" worked to identify the missing parts. – Milind R Aug 10 '17 at 08:43

14 Answers14

111

A few tips that you might find useful:

  1. Study a text book that covers more or less the same material but via a different approach. For example, if you studied group and ring theory from Dummit and Foote, you might enjoy revising the material using Aluffi's book "Algebra: Chapter 0". It covers pretty much the same material but emphasizes from the beginning a more modern and categorical approach. By relearning the old material from such a book, you'll not only relearn the material but learn a lot of new material (category theory) and a different way of looking at the old results. For complex analysis, I can recommend "Complex Analysis: The Geometric Viewpoint" which puts familiar results in complex analysis in the context of differential geometry and curvature.

  2. Teach it. I found the best way to improve your knowledge in areas that you learned once and haven't used much since is to teach them. This can mean teaching or TAing a class, giving private lessons, writing a blog or answering questions on math.stackexchange. Teaching gives you "external" motivation to look at old results, clarify them as much as possible and extract their essence so that you can explain everything to others as clearly as possible. This way, when you do it, you don't feel like you're doing it only for yourself.

  3. Study more advanced material which uses the material you want to revise. For example, if you want to revise measure theory, you can learn some functional analysis. Since many examples in functional analysis come from and require knowledge of measure theory, you'll naturally find yourself returning all the time to those areas of measure theory which you don't feel comfortable with (if there are any) and filling the gaps. If you want to revise the implicit function theorem, study some differential geometry. This way, the revision won't feel artificial or forced because you're actually studying new things and, in the process, revising the things which come up naturally.

levap
  • 65,634
  • 5
  • 79
  • 122
  • 19
    +1 for teaching. Rabbi Chanina said, "I have learned much from my teachers, more from my colleagues, and the most from my students". – Meni Rosenfeld Aug 07 '17 at 00:13
  • 2
  • (3) suggests advanced material. Actually, advanced materials usually contain appendices of reviews right? An elementary geometry book may assume topology, but for uniform conventions, as well as convenience of the readers, the book includes topological facts in the appendix anyway.
  • –  Apr 18 '19 at 08:41