(no title)
griffinmichl | 9 years ago
1. Read and get a basic understanding of the material before lecture.
2. Attend every lecture and take notes very few if any notes. Most of what you need is in the book and math is about understanding. You cannot grok and write at the same time, and it's better to try to grok while an expert is explaining it to you.
3. Do a shitload of problems / proofs, depending on the class. Be honest with yourself when you don't fully understand something and stick with it until you do.
Math is different from other subjects, and you need to treat it that way.
ljw_dev|9 years ago
However, all of us who did well did 3.
PeterWhittaker|9 years ago
scott_s|9 years ago
The reason for the discrepancy was that the lectures were quite different. Math and physics lectures tended to be focused on problems, and how to do them. The professor would walk through example problems, explaining as they went. I diligently wrote all of that down, and would refer to it when I did my homework. I found writing down the examples as we went a good way to make sure I was actually understanding each step.
I never took notes in computer science classes because the lectures were more conceptual - beyond the first semester, the professor was never walking us through how to code. They were explaining new concepts, not showing us techniques I would have to reproduce. I didn't see much reason in taking notes about concepts, I would rather think about those concepts during the lecture. I found taking notes a distraction. The only exception here was some algorithms lectures, where the professor walked us through how to prove particular things.
Basically, if I was being shown techniques, I wrote down the techniques. If I was being told new concepts, I just listened.
baby|9 years ago
2. I have seen a lot of very good students in my math bachelor, and none of them took notes. Furthermore, I've seen students taking a lot of notes, even some writing theirs in LaTeX and sharing it to the rest of the class to later flunk the year.
1. I wish I would have done that. But depending on your school, this might be just impossible.
semi-extrinsic|9 years ago
I think the key problem for most people is speed: if you need to spend so much effort just on the note taking that your brain can't process/understand what you're writing, then obviously taking notes is a bad idea. I don't think this is accounted for in the aforementioned studies.
InclinedPlane|9 years ago
I'd add a few more things to your list. A lot of students hit a wall when they run into calculus. Partly this is the same old problem of mathematics being taught poorly in general, and there's also an annoying element of calculus classes being difficult on purpose (being as it is a topic which can involve an arbitrary amount of memorization and busywork) for stupid reasons. But additionally calculus relies heavily in having a firm grasp of advanced algebra, trig, and pre-calc, all of which equally suffer from the general problems of our educational system. Reviewing those subjects, probing for weaknesses in understanding, and shoring up any weaknesses can go a long way to making your life easier as you tackle more advanced subjects.
Also, as a general rule and a corollary to your third point: don't treat college as a race to get a valuable piece of paper, one that requires merely toil and busywork to acquire. Treat it as an opportunity to acquire new skills, understanding, and knowledge. The piece of paper might improve your earnings incrementally but the knowledge will not only change the way you look at the world it will unlock a great deal of potential in terms of what you can do (in your career and elsewhere).
P.S. since we're stating bona fides, here's mine: I got my math degree mostly by accident. It was something I was good at and a reasonable default choice, and I hardly had time to think about it before I graduated at 20. I don't "use" my math degree in my career typically but it's definitely made me a better developer and critical thinker.
analog31|9 years ago
Is there something like that in math? I'm thinking of getting from A to B in a proof or solution by introducing things like definitions, theorems, common algebraic manipulations, and so forth. If you can't just see those things in your head, and write them down, then you won't have a reserve of mental bandwidth to think about the higher level structure of the problem that you're working on, and you'll reach a level of complexity and abstraction where the cumulative effect of small mistakes prevents you from ever getting to B.
Is it poorly taught? That's certainly a possible problem. One thing I noticed when I taught math, was that the kids were never given a higher level explanation of what they were doing. Memorization and busywork are necessary but not sufficient. My students did not understand what "show your work" means. What it means is that math is a mixture of theory and performance art, like music. Math has a weird social role too... by the time they are in high school, most kids know that they are learning math with no expectation that they will ever use it. Parents treat it as some sort of obedience training.
tnecniv|9 years ago
gizmo686|9 years ago
baby|9 years ago
Have you tried air writing? Or just "doodling" some notes when in a lecture? It worked for me.
soperj|9 years ago
slmyers|9 years ago
My highschool calc teacher gave us the same advice and I carried it through uni.
hasbroslasher|9 years ago
I even had one class where the final was essentially a recitation of proofs we did all semester in lecture (notes, no book) in which you had 90 minutes to do 6 proofs. Things like Green's Theorem, proof of irrationality of pi (Niven's proof), proof of the Chain Rule, F.T. of Arithmetic, a bunch of other stuff.
klibertp|9 years ago
Probably mostly in how bad are the materials used. Have you ever tried learning a completely new mathematical "thing" using just books, exercises, on-line courses and so on, but without having an "expert explain it to you"?
It's doable, but - being an auto-didact in many other areas too, so I can compare - it's so much harder than most other things you'd like to learn that it's not funny. I don't know the reason, but I doubt it's related to how "math is different" or "math is hard" because it's not: if you have enough intelligence to play with legos you can also do math.
FullMtlAlcoholc|9 years ago
I folliwed this same advice and went from being a B- to A avg student in just two quarters. If you can, review the material the night before so you can sleep on it and process it unconsciously.
In my case, another essential key was to attend both the professor's and the TA's office hours. Most of the time it was to discuss the material outside of the scope of the class. This ensured that I truly understood the subject matter and wouldn't forget it after the final.
vlasev|9 years ago