Live data from Hacker News

Mathematicians are chronically lost and confused

j2kun.svbtle.com

191–200 of 200 posts

Re: Mathematicians are chronically lost and confused

#191

Earlier quoted context omitted.

> The issue is never actually explicitly stating "R represents the set of real numbers" or "n is a natural number". It's at the start of like... every book ever. Pretty much any book on mathematics will start off with a fairly in-depth list of symbols. It's the math equivalent of expecting you know what a 'while' loop is when you go reading through the documentation for a library (reading a paper) - basic programming…

Yep, it's also a good practice for programming. Describe every single-letter variable in the README, which everyone obviously reads and memorizes before diving into the code. I still do this as a throwback to the days when we wrote code on parchment that cost a week's wages per square cubit.

You realize that there are fairly standard single letter variables in programming, for which people are supposed to understand the type of the object, right?

I see a lot of 'n' for a number, 'i', 'j', 'k' for loop indexes, 'a' and 'b' for the variables in a swap function, 'f' and 'g' for various things involving function composition.

The case of knowing what a capital pi or sigma means, however, is much more like knowing what a "while" loop is.

Re: Mathematicians are chronically lost and confused

#192

Earlier quoted context omitted.

Would anyone be interested in seeing a "Rap Genius for academic papers" to address the third paragraph of parent comment? To those who aren't familiar with Rap Genius, I basically just mean a place where academic papers can be annotated and explained in plain language by the community. Would you read/contribute?

I appreciate the quick feedback - I myself would love to use such a service. Just to clarify, I don't have the development experience to build this myself yet (I just switched to CSE from Finance this year) but if anyone else would be inclined to give it a shot, I'd love to help. Otherwise, free idea!

Working on something similar actually.

Re: Mathematicians are chronically lost and confused

#193
post #157
post #41

I currently teach math to at-risk students. I don't read all of these submissions about math education, but I skim the comments on most of them. The comments people make change the way I teach math. I have always done a decent job of teaching math. I focus on helping students understand concepts, even when they are focusing on mechanics. I use words like "shortcut" and "more efficient method" rather than "trick" when…

I love stories like these. I haven't gone much past calculus, what stories can I look for that will take me farther?

You may recall that one can use the quadratic formula to find solutions to a quadratic equation (polynomial with highest term being x^2). Did you know that (one) guy that proved there is no such formula for quintic equations (highest term x^5) died in a duel when he was only 20? [1]

There is a town with a particular rule when it comes to facial hair: those who do not shave themselves are shaved by the barber. But then who shaves the barber? [2]

The other poster mentioned different infinities. One "size" of infinity is called "countable infinity" and is the infinity describing the size of the natural numbers (1,2,3,...). Say we have a hotel with a countable infinite number of rooms. I've been travelling all day and I show up at the hotel, and talk to the clerk at the front desk. He tells me every room is full, but when he sees the sad look on my face he tells me not to worry - he can make room for me. He simply moves the person in room 1 to room 2, the person in room 2 to room 3, room 3 to room 4, etc... And then the first room is empty for me, and everyone still has a room. [3]

[1] http://en.wikipedia.org/wiki/%C3%89variste_Galois [2] http://en.wikipedia.org/wiki/Russell's_paradox [3] http://en.wikipedia.org/wiki/Hilbert's_paradox_of_the_Grand_...

Re: Mathematicians are chronically lost and confused

#194

Earlier quoted context omitted.

I appreciate the quick feedback - I myself would love to use such a service. Just to clarify, I don't have the development experience to build this myself yet (I just switched to CSE from Finance this year) but if anyone else would be inclined to give it a shot, I'd love to help. Otherwise, free idea!

Working on something similar actually.

I'd love to hear more about it. If you'd be willing to talk a bit, shoot me an email (on profile).

Re: Mathematicians are chronically lost and confused

#195
post #22
post #20

Secondary math education, for me in the UK, didn't deal with anything outside of elementary algebra, Euclidean geometry, some statistics, and relatively simple calculus. Nobody talked to us about imaginary or complex numbers, or bayes theorem, decision theory, or non-trivial mechanics problems until I was in college (age 16+). Nobody mentioned matrices, broader number theory or discrete transforms until I was in univ…

Often I find I spend days or weeks deciphering mathematics in compsci papers only to find the underlying concept is intuitive and plain, but you're forced to learn it bottom up, constructing the authors original genius from the cryptic scrawlings they left in their paper... and you realise a couple of block diagrams and a few short paragraphs could have made the process a lot less frustrating. This is SO TRUE. The sa…

And what's sad is that this "formal, correct, unambiguous term" pattern doesn't only apply in academic papers, but also in textbooks and learning and education (e.g. have you ever read a statistics textbook?) -- when we are trying to teach students concepts, we end up getting the opposite of what we wanted to achieve.

Re: Mathematicians are chronically lost and confused

#196
post #138

Earlier quoted context omitted.

Nah, Monty Hall is trivial to demonstrate. Just do it with 100 doors instead of 3. Problem solved, intuition remains.

I never understood this assertion. Most people I explain it to in this way still think it's 50:50 because you only have two doors left.

Because it is near impossible to open 98 doors at random and not reveal the car.

Re: Mathematicians are chronically lost and confused

#197

Earlier quoted context omitted.

I never understood this assertion. Most people I explain it to in this way still think it's 50:50 because you only have two doors left.

That's odd, I found the 100 doors example is the most efective way of explaining it. It's easy, pick a door, then the host discards 98 doors in which the car isn't. Do they still think that the probability of the other door left is the same than the one they picked? I want to play gambling games with them!

So people I ask say this:

    Pick a door, the host discards 98 doors
    where the car isn't.  There are now two
    doors left, so it's 50:50.
Actually, I'm with them (except for the 50:50 bit). I don't find the 100 door version any more convincing than the 3 door version. Under the usual assumptions the reveal of the other doors gives no information about the one you picked, so that will always remain 1/N. The remaining door will therefore be (N-1)/N, which is bigger if N>2. So switch.

Re: Mathematicians are chronically lost and confused

#198
post #110
post #20

Secondary math education, for me in the UK, didn't deal with anything outside of elementary algebra, Euclidean geometry, some statistics, and relatively simple calculus. Nobody talked to us about imaginary or complex numbers, or bayes theorem, decision theory, or non-trivial mechanics problems until I was in college (age 16+). Nobody mentioned matrices, broader number theory or discrete transforms until I was in univ…

Exactly, many lessons are written to be defended from assault, not to be inviting. A castle, while romantic, is not as comfortable as a hotel. (My personal mission is to find/share the aha! moments that actually make the details click. Why do we force everyone to laboriously discover them for themselves? Can't want talk about the underlying insights directly?)

You and me both.

Re: Mathematicians are chronically lost and confused

#199
post #196

Earlier quoted context omitted.

I never understood this assertion. Most people I explain it to in this way still think it's 50:50 because you only have two doors left.

Because it is near impossible to open 98 doors at random and not reveal the car.

To the people who have trouble with this, that's neither relevant nor helpful. They just say "two doors left, hence 50:50."

Re: Mathematicians are chronically lost and confused

#200

Earlier quoted context omitted.

I appreciate the quick feedback - I myself would love to use such a service. Just to clarify, I don't have the development experience to build this myself yet (I just switched to CSE from Finance this year) but if anyone else would be inclined to give it a shot, I'd love to help. Otherwise, free idea!

Working on something similar actually.

Same here! Would love to share ideas about this with both of you!
Post reply on HN