Why do we still teach people to calculate?
Conrad Wolfram promotes modernizing math education by integrating computers, problem-solving emphasis, and adapting to technological advancements. His innovative approach challenges traditional methods to better prepare students for real-world challenges.
Read original articleConrad Wolfram advocates for a new approach to teaching math by incorporating computers into the curriculum. He believes that traditional math education is outdated and fails to prepare students for real-world problem-solving. Wolfram's curriculum focuses on defining problems, abstracting them into mathematical representations, and utilizing a wide range of tools, including those enabled by computers. He criticizes the current system for emphasizing manual calculations over problem-solving skills and adapting to technological advancements like machine learning. Wolfram's ideas have been implemented in Estonia, but face resistance globally. He argues that education should evolve to reflect the changing demands of the modern world, where computational tools can enhance problem-solving abilities. Wolfram's approach challenges the conventional view of math education and aims to equip students with the skills needed in the digital age.
Related
There's more to mathematics than rigour and proofs (2007)
The article explores mathematical education stages: pre-rigorous, rigorous, and post-rigorous. It stresses combining formalism with intuition for effective problem-solving, highlighting the balance between rigor and intuition in mathematics development.
How does a computer/calculator compute logarithms?
Computers and calculators compute logarithms using geometric series and polynomial equations from calculus. Natural logarithm's relation to $\frac{1}{1+x}$ is explained through curve areas. Polynomial series derived from integrating geometric series compute natural logarithms, but converge quickly only for $|x| < \frac{1}{2}."
How the square root of 2 became a number
The historical development of the square root of 2 in mathematics is explored, highlighting struggles with irrational numbers by ancient Greeks. Dedekind and Cantor's contributions revolutionized mathematics, enabling a comprehensive understanding of numbers.
Solving puzzles faster than humanly possible
The Opus Magnum challenge tasks players with automating puzzle-solving to optimize Cost, Cycles, and Area metrics. Participants submit solutions for evaluation, exploring automated vs. human strategies, hybrid approaches, scoring systems, mods, and bots.
Synthesizer for Thought
The article delves into synthesizers evolving as tools for music creation through mathematical understanding of sound, enabling new genres. It explores interfaces for music interaction and proposes innovative language models for text analysis and concept representation, aiming to enhance creative processes.
the problem with bad ideas in education is the system might be stupid enough to follow through with it, like that new math nonsense.
Primary school teachers respect core fundamentals as kids acquire "mental muscle memory" and realize they have to both create some axiomatic knowledge (axiomatic in as much as you know 9x9 is 81 from rote recall, not because of a belief in inductive reasoning) as well as try to begin an uplift to reasoned knowledge (that 2^2 x 2^2 is 2^(2+2) is 2^4) and some coding/transcoding (1/2 == 0.5) Cuisenaire rods come in and out of fashion. Crows can count. Kids are sometimes dumber than crows.
Mathematicians are very much in davis/hersh "what is mathematics anyway" -I believe Hersh noted that you can be in a field where only 3 other people worldwide can talk to you cogently about your work, and peer review is meaningless.
Statisticians are very comfortable that approximations work, but are less concered with accuracy at times, and very much concerned with methodology. I've had quite remarkable conversations with them about sample size, and how UX people can survive on 5 responses. I neve predict which side of the problem they're going to respond.
Data scientists are almost intuitive at times. sometimes the reliance on codified knowledge (numpy/pandas) and a belief in the p-jacked value or an obvious excel error is frightening. I think they divide sheep/goats into the numerate, and the highly visual.
I consider myself semi literate, mathematically speaking but in fact, I stumble over basic arithmetic all the time, and I struggle with ideas behind complex numbers, trig. I have to re-prove things which should be known, re-induce belief in things which are based on inductive reasoning, I question commutation all the time. How the hell can 2 x 3 be the same as 3 x 2 there's a fundamental left-right ordering in my brain which at times I ask myself is this inside the farsi or hebrew or thai or boudestrophon flow texts, suggesting that not all right-to-left ordered languages obey it yet alas I do.
I also still don't entirely understand why school focussed on trig so much given that very few of us are navigating by sextant. I suspect at times it was dividing us into the ones which drink from the hand, and the ones which lap from the stream.
Do they teach decimal to octal and hex and binary in primary school yet? Will the world be different when the last of the duodecimal measurement learners have died?
While numeracy is certainly useful, isn't that only the surface point. The depth in deeper learning (we all learn - Edward Deming - but learn what?) is in shaping self and the internally and externally perceived worlds.
Ok, we get it. Wolfram Research has fantastic and somewhat underappreciated products (Wolfram Alpha is far more impressive than LLMs!) and you want to cash in on the AI hype. But please don't take it out on innocent students.
1. Basic math, eg long division. This is what all the commenters are focusing on, and I largely agree with folks - we need to keep teaching this.
2. HS / College math. E.g. memorizing all the rules to solve integral calculus equations. Or solving all those circuits in Intro to EE. I agree with Wolfram here. At this point, students should be mentally developed enough to start focusing on formalizing and reducing problems rather than rote memorization or hand calculations. It's good to go over all the rules and practice a few times. But to make a whole quarter of it seems a bit much.
While there is value in emphasizing things like defining/abstracting a problem rather than calculating the result of it, things like the "algorithm" typically taught to elementary schoolers to do long division is pretty much how you would naively/algorithmically program a division operator that can give a remainder. The multiplication "algorithm" given to me at a young age was what first gave me the insight into the connection between addition and multiplication. Abstracting this away in education could not possibly be doing society, math, or computation any service whatsoever, at least not in the way (I think?) he is imagining.
I do think there is value to asking whether a problem needs to be solved or redefined or abstracted in a different manner. I had a calculus teacher in college a long time ago that had a really hilarious way of emphasizing this - he'd often bury "trap" questions into his tests that looked really simple but would test your knowledge of a simple algebraic or trigonometric trick he'd only covered during lecture, and lack of knowledge of this trick would lead one down a hopeless 20+ page response to the problem, to the point where if you found yourself going off the rails with a complex solution, you knew you messed up somewhere. This forced me to look at the problem from a variety angles to see if I could solve it in a more clever, general, or simpler way, or if it could be rewritten (this was usually the correct way to solve it). I really valued that, even years and years later, but maybe that's not the kind of thing Wolfram is getting after in this interview.
I would say it is intended for everyone who can not figure it out for themselves.
Definitely paid off. Can calculate numbers in my head pretty easily. Definitely used to help with tips or commissions or whatever.
1. Define the problem and why we're going to solve it (in D&D terms, I'd say this is a wisdom check)
2. Translate the problem into math language (needs imagination and experience, which is an intelligence check)
2.5. Levitt noted the importance of interleaved practice; why practice a tool intensively for the test only to never use it again? Supported by the authors of Make it Stick: the science of successful learning.
That all sounds better than "here kids, learn these tools out of context".
Related
There's more to mathematics than rigour and proofs (2007)
The article explores mathematical education stages: pre-rigorous, rigorous, and post-rigorous. It stresses combining formalism with intuition for effective problem-solving, highlighting the balance between rigor and intuition in mathematics development.
How does a computer/calculator compute logarithms?
Computers and calculators compute logarithms using geometric series and polynomial equations from calculus. Natural logarithm's relation to $\frac{1}{1+x}$ is explained through curve areas. Polynomial series derived from integrating geometric series compute natural logarithms, but converge quickly only for $|x| < \frac{1}{2}."
How the square root of 2 became a number
The historical development of the square root of 2 in mathematics is explored, highlighting struggles with irrational numbers by ancient Greeks. Dedekind and Cantor's contributions revolutionized mathematics, enabling a comprehensive understanding of numbers.
Solving puzzles faster than humanly possible
The Opus Magnum challenge tasks players with automating puzzle-solving to optimize Cost, Cycles, and Area metrics. Participants submit solutions for evaluation, exploring automated vs. human strategies, hybrid approaches, scoring systems, mods, and bots.
Synthesizer for Thought
The article delves into synthesizers evolving as tools for music creation through mathematical understanding of sound, enabling new genres. It explores interfaces for music interaction and proposes innovative language models for text analysis and concept representation, aiming to enhance creative processes.