Live data from Hacker News

Learning algebra in my 60s

theguardian.com

91–100 of 158 posts

Re: Learning algebra in my 60s

#91
post #38

Earlier quoted context omitted.

One of the thoughts I've been developing over the past 10 years or so is that you can't teach someone the solution to a problem they don't have. This encompasses the "why" question but even goes beyond it, because even the answer to "why" is often just another level of "why" and/or "who cares", quite reasonably. To learn something, you need a problem, you need to grapple with the problem for a bit, and then you can b…

There is plenty of pure mathematics that is beautiful and worth learning on its own without any practical application. A great deal of joy I get from mathematics is the delight in seeing a novel structure I hadn’t before where the proofs fall effortlessly out of the definitions.

I feel the same joy when seeing a derivation of a novel algorithm where the effective procedure falls effortlessly out of the definitions. A good example is Dijkstra's derivation of Smoothsort[1]. It's worth noting that he was educated as a professional mathematician, not as a computing scientist.

[1] https://www.cs.utexas.edu/~EWD/transcriptions/EWD07xx/EWD796...

Re: Learning algebra in my 60s

#92

Earlier quoted context omitted.

I work with K12 schools in the U.S. and one of our really sad stories is how a calculus students failed to solve a "A t-shirt that costs $15 is 20% off today. How much does it cost after the 20% discount (don't include tax)?" They responded, "I don't remember the formula for a sale". Only knowing formula's is terrible, it makes knowledge super fragile. So, I for one support your idea of emphasizing understanding over…

I feel that way about the % key on calculators that also have a / key. If you need a % key, you have no business using one :-/

Eh, the closer you can get to entering a formula without the mental effort of backtracking and lookahead the better. It's like fraction buttons; obviously you can just think ahead and use parenthesis with division, but a smart fraction button will save a lot of time

Re: Learning algebra in my 60s

#93

Earlier quoted context omitted.

I left school at 15, never to return to education, in part because of how maths was taught. There was never an explanation of the _why_ of things. It was very frustrating, and the teaching was very poor. I ended up a programmer, in part, because I figured if teachers weren't teaching, i'd teach myself. This has been a good strategy for me, however there's serious holes in my pure maths knowledge.

Lol, I've been kicked out of class for asking the teacher to explain why something works in math here in the US I think it was long division and lattice multiplication in elementary school Doing math by drawing numbers in predefined shapes so that it magically worked out was the most ludicrous thing I'd ever seen "Because that's how it works." Wasn't really a satisfactory answer lol.

It's hard to explain to young kids what "out of scope for this class" means. And that the number of people who need these skills vastly the number of people who need to understand the derivation.

Lattice multiplication will probably take algebra to explain. Long division definitely will require algebra. In my school, there's a gap of 5 years between teaching the two. A lot more people in the world need arithmetic than they need algebra (easily over a factor of 10). We can't put off teaching arithmetic till they learn algebra.

A lot of people don't realize that this problem goes all the way to undergrad and grad education in engineering or science. Laplace transforms are very useful, but they require complex analysis to begin to understand. If you blindly apply the integration that is normally taught, the Fourier transforms of several simple functions have integrals that simply, clearly do not converge. Yet we're taught tricks to indirectly calculate them. How is that possible? How do we get a result from something that clearly diverges?

And don't even get me started on the Dirac Delta function.

Recently I picked up an introductory analysis book - it starts from Peano axioms and builds up natural numbers, sets, integers, rationals, and then finally reals. It requires a fair amount of mathematical maturity to explain simple concepts, like how multiplying a positive with a negative could result in a negative, or how multiplying two positive numbers can result in an even smaller number (something that I did get upset about in my school days).

While yes, it is convenient to cherry pick examples where it was taught poorly without intuition, the reality is that if you want to prepare someone to go into, say, engineering, there is a lot of math one needs to cover, and teachers just can't afford to spend time explaining things that are way out of scope.

Re: Learning algebra in my 60s

#94
post #89

Earlier quoted context omitted.

I think there are smarter drills to do. In another comment I lauded the way I was taught math, and how it built intuition, but it certainly had lots of drills too. I think what worked was that we were taught more than one way to do each thing, usually one more theory-heavy and another more technique-heavy, and we had lots of drills focused just on the primitive operations. There was lots of focus on mental math, whic…

A lot of what you describe has become the standard way to teach elementary math-- from the "new math" onwards to Common Core pushing aspects of looking at problems the same way Our school does the much-lauded Singapore Math in elementary, which definitely tries to build intuition and looks at many approaches, and supplements with drills. And I teach a competitive math class which definitely is all about finding diffe…

I'm thrilled to hear it's popular! In my hometown it was killed by doubters, but perhaps with expanding evidence they'll reconsider. I think perhaps it was lumped in with disastrous testing efforts, but the math at least was pretty great.

Re: Learning algebra in my 60s

#95
post #50

Earlier quoted context omitted.

By whom? An instructor/professor or a student/engineering graduate?

It's yesterday in my comment history, you shouldn't have any trouble finding it. I prefer people interpret it for themselves as I said my piece in it.

Can't speak for the others, but you may come across as too one sided. I had your mindset, and one of the reasons I started getting left behind in grad school whereas others didn't was my stubborn refusal to memorize anything and insisting only on understanding and deriving as needed.

Once you go deep enough, you'll often find yourself relying on N random theorems you learned some courses ago to solve a problem, and those who had memorized them were more likely to solve the problem than someone like me who happened to forget the theorem existed in some book and is trying to rederive everything from scratch.

Of course, those who mostly or only memorize perform the worst.

The other issue is in my other comment: https://news.ycombinator.com/item?id=32388595

Basically, most undergrad engineering curricula will not teach you the math needed to properly understand the Laplace transform. So some level of "take it on faith and memorize a few items" are needed. There are other examples of this.

Also, having studied under many top class physicists, I can tell you that a significant number of them cannot derive much of the mathematics they use, despite being wizards in applying the techniques.

Re: Learning algebra in my 60s

#96

Earlier quoted context omitted.

I feel that way about the % key on calculators that also have a / key. If you need a % key, you have no business using one :-/

Eh, the closer you can get to entering a formula without the mental effort of backtracking and lookahead the better. It's like fraction buttons; obviously you can just think ahead and use parenthesis with division, but a smart fraction button will save a lot of time

What's 20% of $59.22?

    .2 * 59.22
What price is $2.99 milk with 9.2% inflation?

    2.99 * 1.092
What did $5.00 gas cost last year?

    5.00 / 1.092
I'm not seeing backtracking and lookahead.

Re: Learning algebra in my 60s

#97

Earlier quoted context omitted.

> ...still ended up going down an execution rather than concept focused route. Everyone will say, of course, that "concepts matter". But the reality is that there ARE points in a student's academic path where they HAVE TO memorize stuff and do rote operations like the multiplication tables. One can't move on to new concepts in math until the previous dependent concepts have been mastered. Mastery means practice, prac…

> there ARE points in a student's academic path where they HAVE TO memorize stuff and do rote operations like the multiplication tables. Sure, but imagine learning multiplication tables without having any idea what it means to "multiply"; literally just memorizing sequences of symbols, without ever looking at piles of coins or whatever. Multiplication is so basic that this is hard to imagine, but I'm sure that, say,…

> I first encountered difference-of-squares in late middle school, memorized the procedure and used it handily through twelfth grade, and had no idea that there was a visualizable geometric basis to it until I read Book 2 of Euclid's Elements in college.

Many mathematicians would disagree with your characterization. For them, the difference of squares is an abstract concept in algebra, and the geometric interpretation is merely a manifestation of it that just happens to work in some domain.

As an example, the formula is equally valid for complex numbers, but I doubt you'd get there from Euclid's. No doubt some geometric interpretation can be found for that as well, but then I'd pick some other algebraic field where it's true and you'd have to search yet again for a geometric interpretation.

Re: Learning algebra in my 60s

#98
post #54

Earlier quoted context omitted.

> ...still ended up going down an execution rather than concept focused route. This is something that made me really disappointed when I realized it in school. It was always a step by step process taught to me, and I loved math. I took my AP Calculus class in my senior year of high school and my teacher (fantastic man) showed us how the formula for a derivative is derived. I was blown away. We had just learned and it…

When learning trigonometry in high school (in South Africa, ‘98), we were taught how to use the correct operation for a particular situation and then use a calculator to get the correct answer. I asked the teacher where the numbers which were spat out by the calculator came from and was only told “in my day we didn’t have calculators and had to lookup the answers from a table on a book!”. Which was such a thoroughly…

> I did a math course through the UK’s Open University and the text book taught trigonometry through explaining the unit circle. It made me so happy to finally understand

It also has a downside... The British Empire depended on robust trigonometrical education. In those days, you couldn't efficiently navigate the world's oceans without it and they needed a steady supply of ship's masters for the thousands of ships that made the empire work. Earth is the unit circle.

Re: Learning algebra in my 60s

#99
post #95

Earlier quoted context omitted.

It's yesterday in my comment history, you shouldn't have any trouble finding it. I prefer people interpret it for themselves as I said my piece in it.

Can't speak for the others, but you may come across as too one sided. I had your mindset, and one of the reasons I started getting left behind in grad school whereas others didn't was my stubborn refusal to memorize anything and insisting only on understanding and deriving as needed. Once you go deep enough, you'll often find yourself relying on N random theorems you learned some courses ago to solve a problem, and t…

1. none of the exams at Caltech required memorization. They were open book and open note. Memorizing simply wouldn't have helped. For example, one physics exam question was: "Assume magnetic monopoles exist. Derive how Maxwell's Equations would then look." If you didn't understand the ME derivation, you'd be completely lost. The same for FFTs, where the exam question was derive the hyberbolic transforms.

2. one winds up inadvertently memorizing things used often, like I knew all the trig identities from excessive use. I never attempted to memorize any of them. Just like I know a lot of the hex opcodes for the x86 :-)

3. we were not expected to use the Laplace transform until its derivation was demonstrated. This applied to all the formulas used. FFTs too.

4. I've forgotten an awful lot in the 40 years since. But I took an online MIT course and was pleasantly surprised that it was still there, it just needed a bit of oiling.

> most undergrad engineering curricula will not teach you the math needed to properly understand the Laplace transform

Which is why some engineering schools are better than others. I applied to the USN&WR list of "top 10 engineering schools in the US". Caltech was #2.

I'm sorry you were left behind because of your insistence on learning it thoroughly. You were doing it right. You just were in a school that didn't value doing it right.

BTW, I did not mean deriving a formula from scratch every time you used it. That would be silly. Just that at some point you did, and thereby understood where it came from, hence understood its limitations, and knew how to adapt it to a situation not in the book.

Re: Learning algebra in my 60s

#100
post #55

Earlier quoted context omitted.

The one thing that gave me deep insights into algebra was discovering Peano's axioms.[0] I had been taught the associative, transitive, and distributive laws in 6th grade at school, but discovering the axioms really opened my eyes in high school; especially under what circumstances they could and couldn't be applied. The last penny to drop was to realise that where you have numbers (e.g. x) you could also substitute…

People understood algebra just fine before Peano came up with this axioms.

The point of the Peano axioms is that it codified all the basic rules of Algebra in 8 (now 9) rules.
Post reply on HN