Mathematics As the Most Misunderstood Subject
Lilith's Heart-shape writes "Dr. Robert H. Lewis, professor of mathematics at Fordham University of New York, offers in this essay a defense of mathematics as a liberal arts discipline, and not merely part of a STEM (science, technology, engineering, mathematics) curriculum. In the process, he discusses what's wrong with the manner in which mathematics is currently taught in K-12 schooling."
The brain can be trained and the processes of problem-solving can be generalised - see Polya's How to Solve It. But it doesn't help much to just read the book: you've got to practice, and practice, and practice some more. You must make mistakes and learn from them. You must be prepared to accept multiple inputs rather than merely those which reinforce your strengths and/or prejudices. You must sometimes, as the old 9/11 troll used to say, get some perspective - don't count the angels on a pinhead while Rome burns, even while the most secure of academic positions involves the former and there's such an alluring spirit of mental masturbation in many disciplines and departments.
Meanwhile a good teacher has spent enough decades on some area that he knows both where to provide you hints on specific complex problems and which direction to guide you in when you're contemplating your whole professional life. But, again, don't just choose the teacher who happens to share your academic and ethical prejudices.
I can attest that "true" math is very removed from computation. The computational classes are all regarded as the "easy" classes. This is in contrast to the "hard" classes, real analysis and abstract algebra. Being thrown into real analysis after just one quarter of study in proofs is extremely rough going. If proofs were introduced as puzzles or just introduced earlier in education the whole of America would be better off for it.
My own motivations for being in math are for the challenge and because of the lack of concrete answers in calculus. Trigonometric functions especially are always treated as little boxes that magically calculate what you need.
In any case, at least math attracts the curious.
Eat sleep die
>>Mathematics is the foundation for philosophy
Eh, kinda. Advanced logic is the foundation for a lot of modern philosophy, but Wittgenstein and the rest of the 20th century analytics were just responding to the tremendous success of physics at figuring shit out, and wanted to smear some of that patina on themselves. Well, logic has always been a part of philosophy (think Socrates and his syllogisms) but reading the Tractatus is like reading a modern computer science proof.
Which isn't surprising, either, given that computer science is essentially applied philosophy in a lot of ways. (cf Bertrand Russell, etc.) If you've ever sat through a class where philosophers have sat there talking themselves in circles about how an object can't both be is-a and has-a at the same time, you (if you're like me) feel like leaping up and just telling them to fucking encode whatever paradox they're trying to create in a object hierarchy, and be done with it. I've long longed to write a book called "Computer Science has figured a lot of your shit out in practice, Philosophers".
It does kind of bug me though, that a person who graduates with a degree in mathematics (which is a fairly difficult, hard-nosed subject) gets a wishy-washy BA degree, whereas a hippie with a degree in "environmental engineering" gets a BS, but ultimately I think there's a lot of problems with our current conception with categorizing things into "science" and "not-science". Economics and Climatology are very analogous in terms of what they do - gathering tons of data, running analyses on it, and projecting things out into the future, and both are essentially "empirical studies of the world about us" (i.e. a sort of base level of science, though with the testing, replication and confirmation bits left out), but we consider one to be a social science and another to be hard science. There's also a huge debate now over Anthropology, after the American Anthropology Association dropped "science" from its official bits.
I wish science in general was considered part of what a learned person has to know. I mean, if you want to pass for an intellectual you have to read your Dante, your Beckett and you at least need to know who Lautreamont was. But, apparently, you can very well get away with thinking that you can suck gravity out of a room the way you suck air, or with not having even heard about string theory. That divorce makes no sense, and it was impossible in the history of ideas till very recently. And Euler's formula is more beautiful than most poems.
If you've ever sat through a class where philosophers have sat there talking themselves in circles about how an object can't both be is-a and has-a at the same time, you (if you're like me) feel like leaping up and just telling them to fucking encode whatever paradox they're trying to create in a object hierarchy, and be done with it. I've long longed to write a book called "Computer Science has figured a lot of your shit out in practice, Philosophers".
I understand where you're coming from, but for many philosophers, what they're doing is not just trying create a practical solution to a problem, but describe reality. Your object model might solve the problems from your point of view, but it includes many built in assumptions about the thing modeled.
In a related way Wittgenstein later came to criticize the Tractatus. Part of the criticism is that if you assume the universe can be fully described with formal logic (logical atomism), then you are already subscribed to a certain type of metaphysics.
You should have had Mr Burton, my maths O level teacher. He was brilliant. He was totally passionate about his subject and he was also a fantastic teacher. he encouraged us to think about maths rather than to just blindly follow formulae. I still vividly remember the lesson where he taught us differential calculus from first principles.
He encouraged us to study outside of lesson time and his door was always open during lunch, or after school. almost every one in his class passed their maths O level with at least a B, over half had A's
It's no exageration to say I owe my career as a developer to him and his enthusiastic teaching.
And the people shall be oppressed, every one by another, and every one by his neighbour Isaiah 3:5
Here, let me show you an even more beautiful mathematical paradox:
We try to solve this equation: x^2 - x + 1 = 0
We do that by adding x - 1 on both sides: x^2 = x - 1
We multiply both sides by x: x^3 = x^2 - x
Add 1 on both sides: x^3 + 1 = x^2 - x + 1
Recognize the first equation in the right side: x^3 + 1 = 0
Subtract 1 on both sides: x^3 = -1
Take the cube root on both sides: x = -1
Check the answer: (-1)^2 - -1 + 1 = 0
Have fun!
My older son is in the 2nd grade and is gifted (IQ somewhere around 140). Right now, they're learning simple addition. There's only one problem. He already learned this last year. He was doing complex subtraction with my wife (a teacher) over the summer break. But the class is doing simple addition so that's what he's stuck on.
It gets worse. They're using a so-called "spiral curriculum" this essentially means they learn one way of figuring out that 8+3=11, then learn another way, then a 3rd, 4th and 5th way. My son gets it the first time, yet he has to sit through all of the other ways. He yearns for more advanced math. He asked me about multiplication and division and, when I showed him an example using Legos, he got the concept right away.
He already knows his times tables up to 5 and wants more. But school is boring to him because they don't push him. He isn't being challenged at all. He tends to act out when he's bored too which makes everything more complicated. If you have a child who is falling behind in school, there are resources to help them catch up. If you have a child who is gifted and wants to pull ahead, your kid needs to sit down, be quiet and learn for the fifth time what 8+3 equals.
My sci-fi novel, Ghost Thief, is now available from Amazon.com.
No, they debate fundamental questions (phrased in CS-speak): "Is a pointer to an object the same thing as the object?"
From a CS perspective, the answer is obvious, as is the relationship between a pointer and an object. But philosophers fill up books on this subject.