TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

The Math Myth

318 pointsby forloopover 8 years ago

74 comments

nostrademonsover 8 years ago
This largely matches my experience - as a software engineer, I spend probably &lt; 1% of my time doing math more complex than arithmetic and simple mathematical logic - but it&#x27;s missing something crucial:<p>In a market economy, basically all returns come from <i>marginal</i> gains. The vast majority of your lifetime income will come from a dozen or fewer opportunities that you happen to be in a position to take advantage of, whether it&#x27;s a new job offer or a high-profile project you volunteer for or a startup that takes off. You will qualify for those opportunities based on the skills you have <i>that other people don&#x27;t have</i>. They will make money for the organization because of features or insights that your competitors lack. Your customers will buy it because it lets them do things that they couldn&#x27;t otherwise do.<p>The stuff that you and everyone else spends 99% of your time doing is economically irrelevant. You probably still need to do it (though if you can program a computer to do it, you have a huge leg up on competitors), but it doesn&#x27;t get you anywhere.<p>Ironically, this is one of those insights that a good understanding of math will give you. The common-sense understanding is that we should be teaching what the majority of people are doing; the data says that we should be teaching what the majority of people are <i>not</i> doing but desire the results of.
评论 #12419597 未加载
评论 #12419628 未加载
评论 #12420015 未加载
评论 #12419671 未加载
评论 #12419583 未加载
评论 #12420640 未加载
评论 #12420127 未加载
analog31over 8 years ago
At my workplace, we have about 60 scientists and engineers. The author&#x27;s observation is accurate, that most people never use math beyond Excel and 8th grade math. They also never use most of the theory that they learned in their science (including CS) and engineering educations.<p>The typical career arc is to get through college, then sit down at a CAD workstation, or programming terminal, and forget all of your math and theory within a few years or even months. Time that isn&#x27;t spent doing CAD, is spent on testing, troubleshooting, dealing with vendors, and so forth. A few of them start prepping for management. It&#x27;s becoming increasingly common for engineers to start their MBA training as soon as the company agrees to pay for it.<p>Truth be told, outside of a few life-support-critical applications, most design is done by trial and error. Very little real engineering gets done.<p>And the products we make, are designed to provide similar benefits in another profession. We are told by management: &quot;Our customers don&#x27;t want products that require them to think. They want something where a person with an 8th grade education can push a button and get an answer.&quot;<p>When a math or theory problem arises, they take it to the resident &quot;math person.&quot; That&#x27;s me. I&#x27;m glad that I spent the better part of my youth learning math and theory, because I&#x27;d be as suited to the CAD workstation as I&#x27;d have been to working at a loom, or a lathe, 100 years ago. For the most part, the people who emerge as &quot;math people&quot; are the ones who were interested in it as an end unto itself, in the first place. I didn&#x27;t study math because I expected it to be necessary for a job. I studied math (and physics, programming, electronics, etc.) because I was interested in those things. They were for me an <i>escape</i> from preparing for my career.
评论 #12419159 未加载
评论 #12419682 未加载
评论 #12419655 未加载
评论 #12429396 未加载
评论 #12419942 未加载
评论 #12419151 未加载
评论 #12419152 未加载
cs702over 8 years ago
I think this essay asks the wrong question, and then reaches doubtful conclusions from it.<p>We should not be asking whether most individuals today use higher-level math in their daily lives, because the answer we get will depend on the degree of math literacy of the people with whom those individuals must interact every day. The level of discourse is often dictated by the &#x27;lowest common denominators&#x27; -- that is, the people with the least math literacy.<p>For example, freshly minted engineers who are surrounded by math-illiterate work colleagues quickly learn that they must avoid higher-level math if they want to interact successfully with others at work. Over time, the level of discourse of these engineers gradually drops toward that of the work colleagues with the least math literacy.<p>A type of &quot;Gresham&#x27;s Law for math literacy&quot; is at work.[1]<p>The question we should be asking instead is whether society would be better off if more people had greater math training and literacy. Would our debates be more informed and higher-quality? Would our decisions be smarter? Would there be more technological innovation and wealth creation? Would society as a whole be better off if more people were trained to think creatively and critically with the rigor of higher-level mathematics?<p>I suspect the answer is yes.<p>[1] Gresham&#x27;s Law -- <a href="https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Gresham%27s_law" rel="nofollow">https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Gresham%27s_law</a> -- states that &quot;bad money drives out good.&quot; In this case, unsophisticated discourse drives out high-level discourse.
评论 #12419725 未加载
评论 #12421061 未加载
Animatsover 8 years ago
I used to write physics engines for animation, back in the 1990s when nobody had one that worked right. That required reading books on nonlinear differential equations and getting consulting from experts at Stanford. I had to learn about quaternions. I had more of a classical computer science education - number theory, mathematical logic, combinatorics, proof of correctness - but not enough number crunching.<p>Before that, I&#x27;d worked on automatic theorem proving and proof of correctness. I still like Boyer-Moore theory. I recently revived the old 1970s-1992 Boyer-Moore theorem prover and put a working version on Github. It&#x27;s fun to run that again; it&#x27;s a thousand times faster than it was in the early 1980s.<p>If you do anything serious with graphics, you need to understand 4x4 matrix transformations throughly. I have the whole shelf of Graphics Gems books, and they&#x27;re mostly math. At one point I rewrote many of the C code in C++, and got rid of their start-at-one arrays. (The original was Graphics Gems in FORTRAN, and the C version used a horrible hack to make arrays start at 1.)<p>I didn&#x27;t know enough filter theory when we were doing the DARPA Grand Challenge. We had a lot of trouble integrating the GPS and AHRS data into a good position and orientation. We had about 3 degrees of heading noise, which kept messing up the map-making function. We really need 3D SLAM, but didn&#x27;t know how.<p>Now I need more math to understand machine learning.<p>I&#x27;m also looking at designing a specialized switching power supply for the antique Teletypes I restore. You can get enough energy from a USB port to drive the big selector magnet if you use and store it properly. Fortunately I can get LTSpice to do most of the number crunching.<p>I think I&#x27;ve used all the math I was ever taught. And I&#x27;m not really into math.
iopqover 8 years ago
I think society would be a lot better if BASIC math and statistics would be better understood.<p>How many times do you see a study posted here with N=23 and people say &quot;the sample size is too small&quot; when it&#x27;s clearly not? How many people ask for a card deck change to change their luck? How many times do people read a poll like 49% +&#x2F;- 3% vs. 43% +&#x2F;- 3% and conclude the two candidates are statistically tied?<p>I could probably keep going with just examples from statistics&#x2F;probability&#x2F;combinatorics. But there are other examples of people misunderstanding math.<p>I mean I wonder how many people even understand that 0.999... = 1?
评论 #12419053 未加载
评论 #12418991 未加载
评论 #12419033 未加载
评论 #12419002 未加载
评论 #12419109 未加载
评论 #12419161 未加载
majosover 8 years ago
I think one non-obvious benefit of a good mathematics education is that you have little choice but to develop a tolerance for and understanding of being wrong. See Jeremy Kun&#x27;s blog post [1] for more, but my own experience has been that in e.g. discussing different ways to solve a problem or prove something almost every person eventually has an &quot;oh, no, I see, I&#x27;m wrong and you&#x27;re right&quot; moment. Not that every mathematician is necessarily a font of humility and grace, but I think math offers more regular and irrefutable demonstrations of your own fallibility than many other fields, and this is good.<p>[1] <a href="https:&#x2F;&#x2F;medium.com&#x2F;@jeremyjkun&#x2F;habits-of-highly-mathematical-people-b719df12d15e#.2ikc1ut7w" rel="nofollow">https:&#x2F;&#x2F;medium.com&#x2F;@jeremyjkun&#x2F;habits-of-highly-mathematical...</a>
评论 #12419259 未加载
评论 #12419491 未加载
ar0over 8 years ago
I don&#x27;t buy the sports analogy with which he argues that it is &quot;self-serving nonsense&quot; if people state that mathematics education trains your general problem solving skills. His argument that soccer players should only play soccer seems not to be anchored in reality: <i>Of course</i> professional soccer players spend a lot of time in the weights room or go running to enhance their general strength and stamina [1]! They do <i>not</i> only train their bodies by playing soccer...<p>I do think that learning math does help you to think more clearly and to analyze problems in a more systematic matter.<p>Now, he does not define well what he means by &quot;higher mathematics&quot;: I agree that (as with almost all learning) there is diminishing marginal utility in mathematics education. While I would argue that learning how to work with percentages and also basic calculus (to get a feeling for the difference between a change in position and a change in velocity, for example) increase your general problem solving skills by a lot, if you have been through all this then learning about Ricci flow will probably not do that much to your general problem solving anymore.<p>[1]: <a href="http:&#x2F;&#x2F;well.blogs.nytimes.com&#x2F;2014&#x2F;07&#x2F;16&#x2F;train-like-a-german-soccer-star&#x2F;?_r=0" rel="nofollow">http:&#x2F;&#x2F;well.blogs.nytimes.com&#x2F;2014&#x2F;07&#x2F;16&#x2F;train-like-a-german...</a>
评论 #12420240 未加载
评论 #12419715 未加载
评论 #12424391 未加载
dhd415over 8 years ago
The value of studying more advanced mathematics is not tied strictly to what will be used on a day-to-day basis in one&#x27;s job. I studied math well beyond what I use in my day-to-day work as a software engineer, but I&#x27;ve found it valuable for at least two different reasons. First, it exposed me to ideas and concepts beyond what is right in front of me every day. If I happen upon the occasional question about computational theory or cryptography or whatever, I am at least aware that there&#x27;s a field of study around it and I know where to look for solutions to known problems. Second, I don&#x27;t think I&#x27;m entirely unique in that my mastery of lesser math was improved by studying higher math. In other words, I&#x27;m pretty rusty on things such as partial differential equations, but because I studied them, I know algebra, trig, basic calculus, etc., cold and that is beneficial both in my day-to-day work and normal life.
评论 #12419707 未加载
评论 #12419773 未加载
sp527over 8 years ago
This has so much more to do with the lack of easily monetizable applications of complex mathematics. I&#x27;m sure a significant number of engineers and STEM professionals feel (as I do) that they&#x27;re deliberately eschewing those subjects not for a lack of interest, but rather as a response to market demand.<p>The market of people who are genuinely passionate about complex subjects in math and science is saturated relative to available opportunities. It makes more sense for an intelligent person to take the lower overhead and more achievable approach to becoming a value creator (e.g. full stack engineer with a strong focus on product development) than waste time competing against the countless PhDs vacating academia.<p>I use a similar argument for avoiding the ML&#x2F;Deep Learning hype train. At a large corp, that job should be left to people who&#x27;ve spent a lot of time mastering the subject. And if you&#x27;re using ML heavily in an early stage company and don&#x27;t have a PhD, you may very well be out of your depth competitively or wasting your time optimizing prematurely.<p>But even ignoring all of that: anyone who&#x27;s either spent time on or interacted with a data science team understands how difficult it is to create value with ML as well as how intangible the value that&#x27;s created can often be. I worked at a fairly well known company that told clients we have a data science team and could use ML, knowing full well that the team rarely if at all manages to generate meaningful insights, because dropping buzzwords is an essential branding tool.<p>Here&#x27;s a better approach and the crux of why higher math is often superfluous: the best way to create value is to specialize in problem-solving first principles and remain amenable to either adopting new skills ad hoc or hiring to fill any skill deficiencies.<p>The caveat: if you&#x27;re passionate about STEM and that&#x27;s a higher priority than &#x27;creating value&#x27; in a deterministic and practical way (and maybe it is and that&#x27;s perfectly fine and even reasonable), then by all means indulge in it. But it&#x27;s important to align your expectations about what you want to do with yourself with the way in which you spend your time. A lot of pain arises in misconceptions around the question of what we want and the reality of what we&#x27;re doing.
评论 #12419195 未加载
评论 #12419269 未加载
评论 #12419045 未加载
评论 #12419038 未加载
评论 #12419236 未加载
评论 #12419235 未加载
评论 #12420876 未加载
TheOtherHobbesover 8 years ago
Digital Signal Processing - the kind of programming that makes your phone and your MP3 player work - is math.<p>3D rendering and animation and 2D browser transforms are math.<p>AI and ML have large math components.<p>Speech recognition is math.<p>Industrial electrical power distribution engineering is math.<p>Bridge and other kinds of structural engineering are math.<p>Analog circuit design is math. Once you get past the op-amp cookbook stage it can get quite complicated, especially if you need to handle RF issues.<p>Rocket science and aerospace design is math.<p>Supply chain process optimisation is math.<p>Traffic modelling is math.<p>Quant fintech is math.<p>Encryption and security are math.<p>At the absolute minimum these need geometry and trig&#x2F;complex numbers. Many are impossible without differential equations&#x2F;calc.<p>So this is one of the most idiotic comment pieces I&#x27;ve ever read. But unfortunately it proves that many people don&#x27;t understand professional engineering <i>at all</i>, which makes it very hard for them to value it.<p>Even if the math is packaged and hidden (CAD etc) <i>someone still has to write and check the software.</i> If math isn&#x27;t taught properly at school, the number of people capable of that shrinks.<p>Because these people are disproportionately valuable, that&#x27;s a very bad policy indeed.
js8over 8 years ago
I can tell from personal experience that I only properly understood simpler mathematics when I started learning more complicated one. For instance, in linear algebra, finite dimensional (euclidean) vector spaces became a cakewalk once we started talking about functional analysis.<p>So, I think, even if you don&#x27;t need that particular stuff in your work, it&#x27;s still a good training.<p>Also, there has been a pushback against &quot;rote learning&quot; in the past couple decades. I believe that our minds need repetition in order to learn patterns and understand abstractions properly. Yes, you forget most of it, but without it, you won&#x27;t learn it properly. I don&#x27;t think you can be any good in any field without lot of time spent on boring and repetitive things (AKA &quot;work&quot;).
评论 #12419382 未加载
评论 #12419383 未加载
heydenberkover 8 years ago
I have relatively little mathematical education and have been seeking to correct that by self-educating over the last year, so I have a certain bias. Nonetheless, I disagree with the key points of this article.<p>The article asserts that most modern professional jobs requires only &quot;Excel&quot; and 8th grade programming. In my experience, over-reliance on software like Excel rather than a basic competency in numerical programming is a hindrance to economic growth. Spreadsheet-based numerical programming is opaque and ill-suited to interoperation. This leads to subtle errors, duplication of work, difficulty of replication and silo-ing of meaningful results in the private sector, the public sector and academia.<p>I take the second point that the transferability of critical thinking skills developed by learning mathematics is unproven. Nonetheless, history is flush with anecdotal evidence of this hypothesis, and in the absence of empirical evidence, it seems unwise to reject that hypothesis out of hand.<p>EDIT: removed an assertion that the article was poorly argued.
评论 #12423327 未加载
moron4hireover 8 years ago
I think this reflects more our culture of compartmentalizing specific &quot;math&quot; and specific &quot;science&quot; topics and putting them on a pedestal.<p>Linear algebra, computational complexity, type theory, Newtonian physics, circuit design (it&#x27;s weird being a computer scientist a room full of electrical engineers and being the only person who knows Ohm&#x27;s law off the top of his head and what it means for the project we&#x27;re dealing with right now) all of it has been a constant companion for the last 15 years of my career. The more I can get my hands on, the better.<p>I know my colleagues in the past [0] haven&#x27;t employed knowledge to the same degree that I have, but they have also typically given up and come to me to solve even fairly trivial problems in trigonometry or object oriented design. They don&#x27;t &quot;need&quot; math because they don&#x27;t care if the only work they work on is solved problems with easy copypasta solutions on StackOverflow.<p>My take away from this is not that math isn&#x27;t &quot;necessary&quot; for work. To me, it is necessary because I could not be happy living the kind of mediocre, under achieving lifestyle that it takes to willfully ignore math. My takeaway from this is that most people are just bad at their jobs. If you want to be any good (and being this site is focused on startups, I think that is a fair assumption), you necessarily have to avoid doing what most everyone else does.<p>[0] I&#x27;m finally out of those sorts of environments.
评论 #12418943 未加载
Tyr42over 8 years ago
As a mathematician, I would like to point out that there are a lot of different areas of math, and higher math isn&#x27;t just learning more calculus. Graph Theory and Stats, for example.<p>I have no idea what he&#x27;s talking about with including Stats in up to 8th grade math. I&#x27;ve taken a few university classes on it, and I still don&#x27;t feel like I have enough to be confident solving all but the simplest statistical problems.<p>There&#x27;s a lot you learn in High School. Functions is a big one that comes to mind. The idea that f(x) = x^2 + 2 or something, and you can compare it to another function g(x) is pretty important, but not really covered till the end of High School. Sure, if you have studied programming too, then you know what functions are, but that&#x27;s not quite a good assumption to make for the general population.
评论 #12419533 未加载
exDM69over 8 years ago
I think this gets it all wrong by considering mathematics to be a set of discrete tricks, like 8th grade arithmetic, algebra and statistics.<p>Mathematical thinking and problem solving are skills that need to be honed and kept up to date. You do that by learning new methods and tricks constantly. There are disciplines that require similar skills and have a positive cross-over to other skills. Computer science theory is very obvious application. Cryptography is another. The &quot;tricks&quot; in CS or crypto are not taught in school for everyone, yet having the background in math will undoubtably help getting into CS and crypto.<p>What I wish that mathematics education would get through to students is a better understanding on how mathematical methods are used in a lot of domains. I see too much of a divide between &quot;math guys&quot; and &quot;non-math guys&quot;, with the latter group sometimes getting quite anti-intellectual when it comes to math (even if they seem smart otherwise). Even the author of this article has a very dismissive tone, if we just teach people how to apply 8th grade math and Excel, who will be the guys developing Excel and other tools?<p>Even if math education is learning new methods and tricks, they are not the skill that should be learned. It&#x27;s the methodology of what it takes to master a new method - learning how to learn.<p>Just to give a counter point: I regularly use math skills, advanced calculus, arcane series formulations and spherical and hyperbolic trigonometry. A lot of these methods were <i>not</i> taught to me in formal education, but my education gave me the tools to tackle these advanced subjects on my own by reading text books and old research papers.
评论 #12419051 未加载
评论 #12419014 未加载
fromwayuphighover 8 years ago
Reading someone call for in-depth study in one sentence and saying they&#x27;re already convinced of their own pet theory in the next because of anecdata (anecdatum?) has me puzzled - I can&#x27;t decide if it&#x27;s an indictment of the author or merely ironic evidence for his thesis.
评论 #12418952 未加载
nzpover 8 years ago
Of course, the economy doesn&#x27;t <i>depend</i> on masses having solid mathematical education (and knowledge), but the world would be a much, much better place if all kinds of “advanced” math was common knowledge and skill (and not just math). I am aware that that is currently a bit of a sci-fi scenario. Anyway, the author need not worry a thing — wishful thinking aside, as long as we live in a capitalist society, we&#x27;re in no danger of large percentages of population being educated in any advanced subject. Or at all.
评论 #12419375 未加载
dkarapetyanover 8 years ago
My current project is using GLPK to do some basic mixed integer programming to optimize AWS spot instance allocation. If I had not taken linear algebra, calculus, and a few courses in linear programming the idea would not even have crossed my mind that I could use mixed integer programming to solve the spot allocation problem. That&#x27;s the first half. The second half can be considered a problem in control theory because it requires taking the new allocations and gracefully transitioning from the old set of allocations.<p>You can go even further and say that the whole thing would be even better if I understood more about stochastic processes and could potentially model the spot market and make predictions ahead of time to simplify the control problem and get ahead of the price fluctuations. Saying all you need is Excel and 8th grade is in the words of one famous physicist &quot;not even wrong&quot;.<p>If you&#x27;re in an engineering discipline then the more math you know the better.
mathattackover 8 years ago
Perhaps the arc of my career is different but I&#x27;ve seen the opposite. I&#x27;ve been in Finance jobs where people who don&#x27;t understand more advanced probability can&#x27;t figure out how to price things. And even people with advanced knowledge make mistakes.<p>I&#x27;ve also been in analytics jobs where college educated people mistake correlation for causality. (It seemed so profound when I learned the concept only in how often it&#x27;s abused)<p>I&#x27;ve seen people in customer support management make enormous judgment errors because they think don&#x27;t comprehend the difference between a 500K account and a 1K account.<p>Requiring calculus of everyone may not solve this, but requiring a couple years of hard (beyond 8th grade) stats could help.<p>As for the CS&#x2F;engineering&#x2F;Math requirement for jobs - I think that&#x27;s just a reaction to the weak rigor (on average) of so many other majors.
__sover 8 years ago
Relevant Carmack tweet: <a href="https:&#x2F;&#x2F;twitter.com&#x2F;ID_AA_Carmack&#x2F;status&#x2F;767911253763170304" rel="nofollow">https:&#x2F;&#x2F;twitter.com&#x2F;ID_AA_Carmack&#x2F;status&#x2F;767911253763170304</a>
评论 #12419495 未加载
评论 #12420215 未加载
morganteover 8 years ago
His conjecture is correct, but his conclusion is not.<p>Advanced mathematics are rarely used for <i>any</i> professional position (including software engineering), but that doesn&#x27;t mean that technical degrees are irrelevant. In my experience, such filters (like an MIT degree in CS) are invaluable for two reasons:<p>1. Math <i>does</i> teach you to think logically, which is an invaluable skill in all careers and essential in some (software engineering, specifically). He claims that &quot;transference of mathematical skills is unsettled,&quot; but in my experience that&#x27;s totally untrue: try teaching programming to a bunch of math majors and a bunch of sociology majors, see how learns more easily. Of course, math is definitely not the only way to learn this—philosophy is also an excellent way to learn logical thinking, and I wish that more CS departments required some basic philosophy courses.<p>That being said, what would be a better way to teach logic skills directly? The sports analogy is pretty bogus because athletes typically spend the majority of their time practicing things <i>besides</i> full games of their sport.<p>2. For almost any professional field, having smarter employees is an advantage. Unfortunately, administering and&#x2F;or requiring IQ tests is cumbersome and potentially illegal. A technical degree from a top university is a convenient proxy.
评论 #12422322 未加载
评论 #12421308 未加载
steschover 8 years ago
Last week I needed an arctangent at work. Looked it up on Wikipedia and let Wolfram Alpha compute the result.<p>It was partly my fault because I was using Blender instead of a CAD system. Had to rotate something to align it to the base plane for 3D printing. But hey, I&#x27;m no engineer and it worked. And all for a door stopper with the company logo.
评论 #12418912 未加载
评论 #12419465 未加载
vladislavpover 8 years ago
While I agree with some observations: a) most only use basic maths at their daily jobs)<p>b) math and computer science degrees are used as a filtering criteria, by recruiters hiring for actuary&#x2F;stats&#x2F;finance and programming jobs<p>I disagree with what appear to be a conjecture, and the subsequent conclusion:<p><pre><code> &gt; Acceptance of the conjecture should have revolutionary &gt; educational implications . &gt; In particular, it undermines the legitimacy of requiring higher mathematics of all students. &gt; Such mathematics is actually needed by only a &gt; minute fraction of the workforce </code></pre> Being able to abstract business-specific&#x2F;domain specific problems into something that already has well-researched, validated and implement solution -- is critical, and gives a business an edge.<p>This is the type of capability (together with knowing a broad universe of solved topics), that the graduates with CS and Math degrees should bring in into the workforce.<p>I do agree with the author&#x27;s implication, that there is a &#x27;placebo-style&#x27; filtering that&#x27;s going on by most of the recruiter.<p>And it is unfortunate, because it brings into Computer Science, especially, a huge number of people who have neither the passion, no life-long perseverance to be current in the subject.
merpnderpover 8 years ago
How would this same conjecture apply to History, Literature, Biology, Physics, etc etc?<p>How much of any advanced learning do most people use in their day to day lives? All of it in the periphery would be my counter-conjecture.<p>I was always taught trade schools were for learning a particular skill. College was to equip you with the knowledge and ability to think logically required to have a better life.
评论 #12419155 未加载
评论 #12419589 未加载
kpilover 8 years ago
I think the author is both right and wrong. Maths skills is a litmus test that reflects the scientific education in general among the population.<p>Given the anti-intellectual and antiscience trends in US and Europe - where US seems to lead the way, it&#x27;s at least one way of monitoring the situation.<p>As a practical skill, anything beyond 5th grade is rarely used, except if in rather specialized professions, but learning math most probably gives you tools for abstract reasoning, and probably changes how you look at the world.
评论 #12419044 未加载
munificentover 8 years ago
&quot;You don&#x27;t use X the majority of the time.&quot; is only a compelling argument to not learn X if the minority of the time where you do use it isn&#x27;t that important.<p>Most people will spend very little time giving first aid, controlling a vehicle in dangerous weather, resolving serious relationship discussions, negotiating important deals, or doing cost&#x2F;benefit analysis of large purchases.<p>However, in each of those cases, the tiny fraction of time where they do those is so important, it&#x27;s still worth preparing for them. It may be that most people rarely use math, but when they do, they use it on important enough things to still warrant teaching them.
jostmeyover 8 years ago
Few people have to use calculus or advanced probability or number theory, but everyone relies on it. The article missed this point.<p>Need some examples? Public key cryptography, machine learning, physics simulations of the aerodynamic properties of an airplane. I could go on and on. Just because a vast majority of the population never has to think about how this stuff works does not imply that it is somehow useless. We would not be where we are today without all this mathematics.
评论 #12422711 未加载
jabrown10over 8 years ago
From my experience, people at the forefront of innovation have mathematics background. Quantitate Portfolio Management has a ton of advanced mathematics and the people designing those strategies definitely use mathematics in finance.<p>If you look at the requirements to be a software engineer for a company that makes video games these days, the mathematics needed is rigorous in the geometry aspect.<p>I&#x27;m not sure what kind of actuary this guy was interviewing but all the actuaries I know in the industry that are respected have used a significant amount of math in their career before reaching management.<p>I myself am no expert. I have a MS in applied Mathematics from a regular school and make over $150k in the Reinsurance industry.... I only have 4 years of experience. My superiors are definitely making 7 figures.<p>These days with emergence of predictive analytics which definitely using above 8th grade math, shows the relevance of advanced mathematics.<p>Because we can program computers, Of course you don&#x27;t have to write these formulas&#x2F;equations etc... Everyday but to initially design these systems, implement, revise, research and innovate, the skills are needed.<p>That&#x27;s why at these top companies at the forefront of the industry have a very diverse international makeup of countries that excel in mathematics
aws_lsover 8 years ago
Generalizing observations from the lowest common denominator in any work place, at its core this article is very cynical and perhaps wishes everyone would just be happy in their mediocrity.<p>In most projects, there are minority extra-brilliant people, whose talent&#x2F;knowledge reflect on the entire outcome&#x2F;product. So you always need people to handle more complexity. And as some others in the discussion have pointed out, often concepts at a level, become clearer when you grapple the next level of complexity.<p>Soviet society did not fail because they were better at Maths. It may have happened despite it. The right point to infer about that would be, brilliance in Maths is not a sufficient condition for society as a whole to excel. And that&#x27;s a moot point, as there are so many other necessary conditions - food&#x2F;shelter&#x2F;being-alive&#x2F;etc - leave aside politics.<p>Also the article ignores probability as a core life concept, by which you can understand so many things. I use it with my kids all the time.<p>Another thing which frustrates me recently is my inability to grasp modern physics. Without the relevant understanding of the complex maths, one can only get the vaguest idea, of what they(the physicists) are saying. This creates a huge intellectual gap in society.<p>Also the knowledge gap has another problem. If it gets too wide, then there will be a very-very few ultra elites who all know what they are saying (perhaps that&#x27;s already the case, unfortunately). And the rest of us, only take their word on face value. I know one person can&#x27;t know everything and this is an era of specialization. But still, I think Maths is a fundamental thing. And society would only gain when more number of people are proficient at it.
linkmotifover 8 years ago
Every little bit of math I&#x27;ve learned has helped me in so many inconceivable and unexpected ways. Articles like this are sad and make me discouraged about the future of humanity.
ontouchstartover 8 years ago
The article only addressed the &quot;operational&quot; aspect of math, there is also a &quot;communicational&quot; aspect of math that enables people to express, share and understand complex problems and solutions.<p>Mathematical communication skills will become more important in the information age with huge amount of quantitative data.
dredmorbiusover 8 years ago
Biologist Edward O. Wilson makes a case for a similar, though not identical view, in his <i>Letters to a Young Scientist</i>. 2nd essay is &quot;Mathematics&quot;. Distilled:<p>* A strong mathematical background does not guarantee success in science.<p>* There&#x27;s a large amount of foundational theory and work which involves thinking in images and facts, not mathematics.<p>* Maths phobia deprives science of an immeasurable amount of talent.<p>* True maths talent is probably at least partially hereditary.<p>* Maths and conceptual work are complements, not replacements.<p><a href="http:&#x2F;&#x2F;www.worldcat.org&#x2F;title&#x2F;letters-to-a-young-scientist&#x2F;oclc&#x2F;812254231&amp;referer=brief_resultshttp:&#x2F;&#x2F;www.worldcat.org&#x2F;title&#x2F;letters-to-a-young-scientist&#x2F;oclc&#x2F;812254231&amp;referer=brief_results" rel="nofollow">http:&#x2F;&#x2F;www.worldcat.org&#x2F;title&#x2F;letters-to-a-young-scientist&#x2F;o...</a>
NhanHover 8 years ago
&gt; I find it difficult to find anyone who uses more than Excel and eighth grade level mathematics (=arithmetic, and a little bit of algebra, statistics and programming)<p>Statistics and programming is way way higher than eighth grade from what I&#x27;ve seen.<p>But taking his premise above, then I think no one is arguing for the general public to learn more than the aforementioned eighth-grade maths. It&#x27;s just that the majority of the population isn&#x27;t any where near that. Specifically in statistics, programming, and a bit of logical reasoning, I might add (around modus tollens).<p>I might be mistaken here, but I&#x27;ve always thought that when someone talks about &quot;higher maths&quot; the public should learn, it is capped around calculus I, or some basic linear algebra. Which is like half a year more study over the list of the author.
heisenbitover 8 years ago
There is some truth to it - almost all tasks can be done without higher math skills in my job as consultant.<p>On the other hand I tend to believe - possibly misguided - that a lot of my thinking is influenced by having gone through the math education. I may seldom need exponential functions but I know what is linear and exponential by heart. Consultants, engineers, architects and managers work with long levers and knowing how things scale up and down and when they don&#x27;t matter. Understanding linear systems, frequency domain and where nonlinearity starts mattering informs quite a number of my decisions.<p>Math as a filter for hiring is questionable as imho. most grades. The skills that matter every day are mostly not analytical skills. Universities as they are set up are not well geared towards filling that educational need.
ausjkeover 8 years ago
This is not just Math.<p>I learnt chemistry, physics, biology and all that from middle to high school. Now as a software engineer they&#x27;re totally useless and I have long forgotten all those details that I spent months and years to memorize and master. Even reading a science-101 book in one day now will teach me more than what I can remember. Unless you plan to major in those fields, should we just take some introduction courses instead?<p>Also I can testify that I rarely need use any math beyond 8th grade since graduate school as a software engineer, I mean those calculus, matrix theory, fuzzy logic, neural network, etc. Well I may pick up some AI stuff now, but it&#x27;s more like a start-from-scratch-now as I forgot what I learnt then totally already.<p>So yes the education system can be optimized to be more efficient.
评论 #12419539 未加载
评论 #12419639 未加载
评论 #12423006 未加载
klungerover 8 years ago
Hmm, I agree that much of the higher level math is not required for engineering work that has extended math requirements for the engineering degree. However, at least for aerospace, it goes a bit beyond 8th grade algebra and excel.<p>I used to work as an aerospace engineer, doing trajectory analysis. We used high school trig and algebra, as well as first semester calculus pretty much all the time. But, I don&#x27;t think any of the other required math classes for my aerospace degree were ever used (3 semesters calc, 2 semesters linear algebra, diff. eq, IIRC). I <i>did</i> end up using a fair amount of stats, which was not required for my degree, but really should have been.
nhebbover 8 years ago
In defense of math:<p>Statistics was the one ongoing use of math in my former roles as a manufacturing engineer. Beyond that I haven&#x27;t used much math directly. However, I have replied upon my knowledge of engineering core courses to understand and solve problems. I needed to understand calculus-based math in order to understand that coursework. So math is important.<p>There is a saying among teachers that in K-3 you &quot;learn to read&quot; and from then on you &quot;read to learn&quot;. The same principle holds for math. Math itself may not be the end goal for many degrees, but after you &quot;learn to math&quot;, you &quot;math to learn&quot;.
Jimmyover 8 years ago
100000% accurate article. It frustrates me when I see even professional programmers perpetuating the &quot;Math Myth&quot;, as it&#x27;s called here. &quot;It&#x27;s important for all programmers to have a foundation in CS theory!&quot; No, it&#x27;s not.<p>The vast majority of human beings will never do anything intellectually intensive post-college. Even those in STEM fields. Not that an undergrad degree is &quot;intellectually intensive&quot; anyway.<p>EDIT:<p>&gt;The second argument is the one I always hear around the mathematics department: mathematics helps you to think clearly. I have a very low opinion of this self-serving nonsense. In sports there is the concept of the specificity of skills: if you want to improve your racquetball game, don&#x27;t practice squash! I believe the same holds true for intellectual skills.<p>Dear God, I&#x27;m so happy to see this in writing. For a while, I was afraid that I was the only one who had realized this. This observation has several useful immediate corollaries. For one, it shows that those &quot;brain training&quot; games that some people like to play are a waste of time. Also, it shows that if you ever catch yourself saying &quot;I&#x27;m working on my X to help with Y&quot;, it probably means that you&#x27;re just afraid of the failure that will inevitably come when you initially begin to practice Y, and that fear can only be ameliorated if you just dive in and start doing Y.
评论 #12421546 未加载
评论 #12422389 未加载
评论 #12423237 未加载
SZJXover 8 years ago
The problem with the American mass has never ever been the lack of &quot;advanced math&quot; or whatsoever. They&#x27;re missing the point. It&#x27;s the tremendous gap between elite education and &quot;common&quot; education, as well as the lack of very basic scientific common sense among the population. It&#x27;s not required for people to possess outstanding advanced skills like a PhD, but when many get even some of the most basic facts wrong, and even believe the earth is 4000 years old for example, then there&#x27;s a massive problem.<p>Of course I know it&#x27;s the elites among the upper echelons of the society who are more than happy to see and maintain such a situation, and unfortunately this article might well be another addition, a so-called academic&#x2F;think-tank publication that serves their agenda. It can&#x27;t get more obvious at the end of the article: &quot;leave elite education to those who &#x27;need&#x27; it! Keep the mass ignorant!&quot; Yeah, sure, so that the children of the elites always stay powerful and the mass keep remaining ignorant. It doesn&#x27;t matter for the massive power wielded by the US, the state terrorism employed by Uncle Sam, but it matters, a lot, for genuine empowerment of the people and true democracy, which people including the author here doubtlessly want to stop at all costs.
mamcxover 8 years ago
I think that in the pursuit of higher levels of understanding, some people miss what is even more important to know.<p>Is better to have strong basic skills, than high-level skills.<p>I was (supposedly) of the bests student of my college. However, terrible at math? Of course.<p>My grandmother was able to do arithmetic in his head like <i>nothing</i>, yet I even have trouble with sum and rest.<p>She only have <i>3 years</i> of education after kindergarten.<p>---<p>In the first class of calculus in the University, the teacher make us do a division between a largueish number and a small number, at hand. We was something like 50 people. I don&#x27;t remember anyone was able to perform it in time <i>and</i> give the correct result (or if somebody was able, surely was a very small number, I don&#x27;t remember it well).<p>At that moment I know that the whole point of learn calculus will be a disaster.<p>-----<p>People not need to learn advanced math. They need to have strong, fluent understanding of the very basic (imagine if a developer can&#x27;t perform without look basic list manipulations).<p>Like Bruce Lee say:<p>&quot;I fear not the man who has practiced 10,000 kicks once, but I fear the man who has practiced one kick 10,000 times.&quot;
评论 #12419744 未加载
评论 #12419762 未加载
unabstover 8 years ago
Context is the problem. This myth applies to all subjects. But it also applies to Excel, because it&#x27;s not the subject, it&#x27;s the context. What they still teach at school is the &quot;Excel&quot; of their time. They thought it would be most useful.<p>But even with excel spreadsheet, if you leave out the &quot;why&quot; you still end up with a boring class of formulas and UI work through tutorials that will leave you questioning relevance just the same. And your school paid MS how much?<p>If you&#x27;re developing a game, or designing a building, or analyzing online sales, or trying to build a web site, you now have the context, but you probably don&#x27;t have the education unless you took special courses in higher education which is practically the only place they teach with context. Maybe they just need to add more context to lower and general levels as well?<p>Anecdotally, it&#x27;s fair to say good students manage to identify context beforehand and keep things relevant. It really helps with learning when you&#x27;re driven by purpose, not obligation.
hzhou321over 8 years ago
You can&#x27;t always use results to justify cause. Given the situation that most adults (even with higher education) are not good at math (possibly due to the failure of education) -- in particular, most adults are infused with the perception that math is hard -- you will find them naturally trying to avoid math as much as they can. So you find that eighty percent of adult rarely ever use beyond Excel and 8th grade math.<p>Can you use this result to go back and justify that we don&#x27;t need math beyond 8th grade?<p>I beg to differ. I only can provide anecdote. As myself are not bad at math, I find myself use calculus and linear algebra all the time. In fact, I think differently. As another anecdote, my son, who I consider is not nearly good at math, he is in middle school and he uses trigonometry all the time.<p>You use what you have. Knowledge changes the way we think and work. With knowledge, you simply see the world differently.
tgarma1234over 8 years ago
I agree that for an average american child to invest time in studying math as opposed to learning to play a musical instrument or doing sports or learning how to cook has very little utility. I think one of the main reasons people push math at civilizational&#x2F;educational theory&#x2F;political level is that it is basically a meaningless topic and non-controversial and fills up the school day with material that nobody on earth would find offensive... as opposed to, for example, history or political science. And I say all of that that even though I have a math degree from a legitimate university. If you need math done you can pretty much just pay someone else to do it. You almost never need math done. If there is some important math to be done, someone else is almost certainly better qualified to do it than you are, so let them do it. Life is just too short.
doozyover 8 years ago
I was a maths minor and dropped out of a MSc in Applied Maths. I took many courses that would be considered advanced by most, such as Stochastic Calculus, Partial Differential Equations, Multivariate Statistics, Time Series Econometrics, etc.<p>But I left academia over a decade ago, and have never used any of that. I have, however, used a few things above 8th grade maths, such as linear algebra, regression analysis, and some basic numerical analysis. I used once a FFT.<p>All in all the author is spot on. And I believe an advanced degree in maths is not a legitimate requirement for anything but a handful of positions, and most of those aren&#x27;t particularly desirable.<p>I still remember fondly my days studying Baby Rudin, though. Definitely one of the courses that made an impact in my education. But in hindsight, it&#x27;s been as useful in my career as my study of Latin.
评论 #12423578 未加载
sriram_malharover 8 years ago
This argument, that &quot;higher math&quot; is only for those few who are interested and capable, is infuriating.<p>I detest utilitarian arguments, that something is worth learning only because it is useful in my day-to-day. I haven&#x27;t had the faintest use in my daily life for knowing anything about igneous rocks, sorghum, golgi bodies, Chandragupta Maurya, black holes, playing hockey. Yet, it would be singularly depressing to not know it or something to this level of detail.<p>Second, regarding the argument that only a select few will be interested in ascending the peak and that the rest are content in the plains. While that is true, it takes a whole community of people interested in an area for there to be a star. A Messi or Usain Bolt comes out of having a sporting culture, in addition to athletic and soccer academies of a high enough standard.
评论 #12424642 未加载
th0ma5over 8 years ago
I saw someone joke on Twitter that their anxiety level lately is the first derivative of the graph on the 538 2016 election forecast. So to get that I guess I needed to be able to see that in my head briefly. I think I didn&#x27;t pick up that skill until calculus which for me at least was 11th grade.
WhitneyLandover 8 years ago
The author has a point on the benefit of transference, but he&#x27;s too extreme in his conclusions.<p>Trigonometry is useful in so many ways. It&#x27;s even useful for projects around the house, let alone for a lot of careers. Last I checked it comes after 8th grade.<p>On the other end of the spectrum he concedes Harvard philosophy undergrads might want to read &quot;The Road to Reality&quot;. Bullshit - No undergrad can understand all the math in this book and no one is proposing that they should. Reductio ad absurdum.<p>And don&#x27;t forget gaming. Lots of young people these days dream about a career at a game studio and there are a lot more options if you have good math.<p>He mentions Sputnik but it&#x27;s not the 1950&#x27;s anymore. The number of careers that benefit from math will only continue to grow.
haddrover 8 years ago
I think it has something to do with the &quot;theatre paradox&quot;: when someone stands up from her seat, then finally everybody needs to stand up in order to see the show. If we start having a surplus of people with degree, then everybody starts to look for &quot;harder&quot; degrees, better universities or just higher degrees (phd). And you need to have one in order to be successful. Side effects? Look at Google for instance: &quot;They can hire the very best people — so <i>everyone</i> is overqualified.&quot; [1]<p>[1] <a href="https:&#x2F;&#x2F;www.quora.com&#x2F;Working-at-Google-1&#x2F;What-is-the-worst-part-about-working-at-Google?share=1" rel="nofollow">https:&#x2F;&#x2F;www.quora.com&#x2F;Working-at-Google-1&#x2F;What-is-the-worst-...</a>
arilibover 8 years ago
the purpose of teaching math is not purely to be applied in the context of daily work. It is to be able to think through complex problems of different nature and divide into multiple steps that can be tackled more easily. Technology has allowed us to easily graph and instantaneously observe math as it unfolds in daily life. Think bell curves in statistics, regression analysis and divide and conquer algorithms.<p>This article misses the point. The purpose of teaching math is not to memorize equations and solving methods, but to teach to approach problems in different ways.<p>As a developer and now a PM I&#x27;ve used complex math at many different times. I&#x27;m not solving in paper, but actually using it to solve real world problems.
mrcactu5over 8 years ago
<p><pre><code> This is a conjecture that desperately needs resolving with solid statistics and in-depth interviews. </code></pre> This thread is not representative -- include engineers and professionals who may do math for a living. That&#x27;s not everybody.<p>I think more empirical data is needed. If I go on the street or the math is comparable to 5th grade (at the very best) and in a business setting might bump up to 8th grade.<p>Does that preclude there being opportunities to need&#x2F;use&#x2F;benefit from math? No...<p>I think it just means there are opportunities that nobody is taking advantage of. Left open and collecting dust.
Olognover 8 years ago
I studied undergrad CS including the required math department classes. Recently for my Android app ( <a href="http:&#x2F;&#x2F;play.google.com&#x2F;store&#x2F;apps&#x2F;details?id=com.unwrappedapps.android.wallpapers" rel="nofollow">http:&#x2F;&#x2F;play.google.com&#x2F;store&#x2F;apps&#x2F;details?id=com.unwrappedap...</a> ) I wanted to list the most popular wallpapers. I had a problem though - I was continually adding new wallpapers. How do I compare a new wallpaper which a few people took versus a very old wallpaper which hundreds took?<p>The answer I came up with was N0e^-λt. Exponential decay. Set N0 to 1. I could set t in various ways, I decided to make it days, so today is 0, yesterday 1, the day before yesterday 2 etc. The lambda I tunes, right now it is 0.04 (or -0.04 times t). So the score added for each use decays as it ages, giving new additions a chance at the top.<p>Worked real well. Straight out of calculus. I never learned exactly what e was until college. Who knows what I would have done if I didn&#x27;t know what exponential decay, e etc. was. I can&#x27;t even think of an &quot;eight-grade math&quot; solution of the type this article mentions.<p>I had to hash a small list of small numbers once when I had the epiphany - Goedel numbering! I Google&#x27;d that and saw the solution was unoriginal, but I wouldn&#x27;t have even saw those pages without knowing what to Google.<p>I was looking at a large NP hard problem many years ago and thought I could program a solution. After a complexity class later on, I realized the futility of that approach, in a direct manner any how.<p>I am not sure where the line is between math and CS. Graph theory underlies graphs and trees and the algorithms which run on them. Math functions and theory of computation underlie functions and methods. Statistics and probablity underlie ML. Geometry and matrix math and algebra underlie computer graphics. I don&#x27;t get people here who say they program without needing post high school math.<p>Or seeing the garbage code out there maybe I do. Github is beset with people who make basic errors in mutual exclusion, critical section violations, lack of understanding of concurrency etc. I forget and make these mistakes myself sometimes. I hardly think there is a problem in <i>over-education</i> in these things. On the contrary, race conditions are spun out all over the software infrastructure by people writing code who don&#x27;t have the needed math and CS understanding of what they&#x27;re doing. Understanding mutual exclusion and critical sections and avoiding critical sections is not something picked up in an hour, a day, or even a week.
评论 #12423449 未加载
losteverythingover 8 years ago
I never enjoyed math as work but I like to work at Math. See everything in a math way. For me it&#x27;s binary, sampling, data presence and relevance.<p>To convince others I often use examples. One is the discipline issues over the years. All BS. (1) totally made up. No data.<p>(1)<a href="http:&#x2F;&#x2F;www.snopes.com&#x2F;language&#x2F;document&#x2F;school.asp" rel="nofollow">http:&#x2F;&#x2F;www.snopes.com&#x2F;language&#x2F;document&#x2F;school.asp</a>
jeffdavisover 8 years ago
Math is abstract, and so are most of its benefits.
raartsover 8 years ago
I fear that if this becomes reality it will result in even more people without respect for science or engineering, and thinking that everything is easy.<p>You need to have experienced that some things are complicated. And we need a lot of people to respect science and engineering, because they will be the ones taking decisions, and those decisions need to be good ones.
jupiter90000over 8 years ago
Seems kind of ironic that the math professor writing this article uses conjecture as evidence for recommendations to what people should be learning instead of actual statistics. He didn&#x27;t even need 8th grade math to make his argument for fewer people needing to learn higher mathematics (though perhaps he&#x27;s correct).
dborehamover 8 years ago
This is idiotic nonsense.<p>I use math all the time, especially when I help my kids with their homework because they don&#x27;t understand their math assignments properly because the school can&#x27;t hire anyone with a decent math understanding to teach because those people all took high paid jobs elsewhere..
brianbernsover 8 years ago
I&#x27;m a software developer trying to grok Machine Learning. I have to understand trig (e.g. tanh and other sigmoid functions), calculus (e.g. derivatives, gradients), linear algebra (e.g. vectors, matrices), probabilities, etc. Maybe it doesn&#x27;t happen every day, but I need math.
iptablesover 8 years ago
&gt; the former consulting part of the now defunct Arthur Anderson<p>looks like they [relaunched this year](<a href="https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Arthur_Andersen" rel="nofollow">https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Arthur_Andersen</a>)
Double_Castover 8 years ago
How does an actuary get by without having learned trig? Surely, they must understand statistics at least. Is the job description the same deal as engineers, where they just look up numbers from a reference table and multiply them?
eli_gottliebover 8 years ago
See, if you tell me this is actually true, then to my ears, it just says that people who can actually wield real math in anger have a massive advantage over everyone else.
skybrianover 8 years ago
This is probably true for many programmers today, but machine learning is hot and that definitely requires heavy math, so I wouldn&#x27;t bet on it remaining true.
评论 #12419488 未加载
kragenover 8 years ago
Even if this article were correct that math isn&#x27;t necessary for employment, it would be wrong that math education is unimportant.<p>It isn&#x27;t even correct on the employment front, though, because it is attempting to unimaginatively extrapolate from the current state of employment.<p>John Nagle&#x27;s comment at <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=12422307" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=12422307</a> probably expresses this better than I can, but if you&#x27;re going to make an advance in a scientific or engineering field — <i>any</i> advance — you need math. If you&#x27;re planning to spend your working life as a button-pusher, carrying out algorithms that other people have designed, or proceeding blindly by trial and error, you don&#x27;t need math.<p>But those button-pusher and blind blunderer jobs will be automated in five, ten, or maybe twenty years. And the article&#x27;s comment section suggests that even today they aren&#x27;t nearly as common as the article asserts.<p>There are other categories of work, such as child care, elder care, sex work (which, defined broadly, includes trophy wives, Hollywood, and a substantial fraction of secretaries and maids), sales, and family counseling. So there will probably still be employment that doesn&#x27;t require math as long as there are humans, even if it&#x27;s not the kind of employment the article discusses.<p>But the bigger question is whether education should be directed at employment. Is being an employee what you aspire to in your life? It is very good to be useful to other people. Allowing other people to employ me has benefited me greatly, and that&#x27;s true for most people I know. But being used by others is not the only or even the primary good in life.<p>Education is what makes us human. Education is a process of personal evolution from a dumb beast into a human being. Education gives us control over our impulses and prevents us from being suckered by predatory salespeople, politicians, lawyers, preachers, and others. At its best, education makes democracy possible despite such predators, although democracy is rarely possible because the people is nearly always sufficiently uneducated to vote it down unintentionally. Education begins before schooling and doesn&#x27;t end when schooling ends, but I, like many people, have found that schooling can speed education up considerably.<p>And mathematics is fundamental to education in all of these senses. Even if mathematics isn&#x27;t necessary for someone else to use you — which is all this &quot;Math Myth&quot; article tries to show — mathematics is necessary for you to judiciously choose when and how you will be used, and mathematics is necessary for citizenship.
评论 #12423501 未加载
mruniverseover 8 years ago
Not confined to math, but it&#x27;s helped me become aware that problems can be solved by reasoning.<p>Also to be measured in how sure I am about something being right.
p333347over 8 years ago
Its quite well known that engineers need maths only to pass exams and for work all they need is an appropriate handbook. :-]
Chinjutover 8 years ago
Huh! I previously submitted this very same article (see <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=10493543" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=10493543</a>) with zero uptick. I wonder why it&#x27;s managed to do so well on this go-round. Perhaps the different host? Perhaps just capricious luck.
blurgeover 8 years ago
I used math once. Not for me.
insulanianover 8 years ago
Excel - on of the best pieces of application software ever made.
graycatover 8 years ago
The OP is a special case of the old, big question of what to teach.<p>It is fair to say that there is an old and strong belief that a person who has studied broadly, and deeply through, say, college, in math, physical, biological, medical, social, and computer science, and the humanities will have a significant advantage in much of the rest of life. Lacking a better name, here I call such study a <i>broad education</i>.<p>To argue this belief in the context of the OP, the OP seems to claim that for 90% or so of people, it is enough for them to stop their math education, and by extension all their education, after the eighth grade. But in life it is fairly easy to tell the difference between the OP&#x27;s eighth grade education and a <i>broad education</i> as I described it. So, there is a difference. Maybe the difference is significant and the broad education an advantage and worthwhile.<p>One point not mentioned very often is that, whatever 90% of the students do, the broad education was hoping that some of the students would find some really good uses of some of the education well past the eighth grade. The educators could have that hope even without knowing just what the good uses might be.<p>I studied a lot of math and physics heavily, but not entirely, because I hoped that they would help me make money. Well, early in my career within 100 miles of the Washington Monument, that hope was fully correct. I used what I had and was learning more as fast as I could drinking from a fire hose. Of course that work was mostly for US national security; there the math and physics were crucial.<p>Yes, it does appear that away from the work of US national security, the math and physics are less commonly used.<p>Still, in US commercial work, there are significant applications of the math and physics. Examples:<p>(A) How to operate an oil refinery. In simple terms, here is a list, with prices, of crude oil can buy and put into the refinery and a list, with prices, of refined products get out of the refinery, so a question is what to buy, produce, and sell to make the most money? First cut, the problem is linear programming, and for a while there was good money in selling IBM mainframe computers just for that work. Of course, past the first cut, the problem is in non-linear optimization.<p>A practical challenge is: It&#x27;s a good guess that the first refinery management that did well seeing and exploiting this opportunity was well paid for their insight. Since much of the crucial core of that work was some college and&#x2F;or grad school applied math and numerical analysis, knowing some math could have been an advantage for the management trying to understand and make good decisions.<p>(B) Take a big hammer and hit the ground and send an acoustic pulse through the ground. That pulse is commonly partially reflected at the boundaries of layers of rock, sand, etc. So, the acoustic signal that comes back is a convolution of the original. Doing a deconvolution, can map the underground layers and get some good hints of where to drill for oil. The deconvolution is basically some Fourier theory, and the fast way to do the computations is the fast Fourier transform (FFT). After Cooley, Tukey, etc. invented the FFT, such acoustic processing had an explosion that is still active. So, again, oil prospecting management needed to see, understand, and actively exploit the FFT. For that, some math was no doubt an advantage.<p>There are more commercial applications of math and physics. Some of the applications have been valuable already, and likely some more will be valuable in the future. So, in looking for what might be valuable in business, some math and physics stands to be an advantage.<p>So, in part, with a broad education we are fishing for advantages in the future. We are not sure just what subjects will lead to what advantages in the future, but we are quite sure that there will be powerful, valuable new work where, for successful exploitation, some studies will be important.<p>Or, the OP is concentrating on what the 90% of the people actually are using now. Well, in a sense the education wants to concentrate on what is new no one is doing yet.
评论 #12497318 未加载
n00b101over 8 years ago
<i>the percent of such individuals holding engineering as opposed to management, financial or other positions, and using more than Excel and eighth grade level mathematics (arithmetic, a little bit of algebra, a little bit of statistics, and a little bit of programming) is less than 25% and possibly less than 10%.</i><p>I would state this differently. Borrowing from the Pareto principle, one could conjecture that 80% of mathematically advanced work in the economy is performed by less than 20% of STEM graduates. The remaining 80% of STEM graduates do not get the economic opportunity to apply the skills which they trained for and end up doing less prominent work (e.g. middle management).<p>As the OP and others have pointed out, there is a lot of anecdotal evidence to support this conjecture.<p>But it is hardly surprising, and it is not limited to mathematical talent.<p>Take management, for example. Just because you studied business in school, does not mean that you will be an executive. I would guess that less than 20% of MBA graduates manage 80% of economic resources (senior executives, bankers, consultants, traders, etc) , while the remaining 80% of MBA graduates are left managing relatively small and inconsequential activities.<p>Similarly, I would bet that less than 20% of design school graduates do 80% of the design work in the economy. I bet that less than 20% of classical musicians perform 80% of orchestral music. Less than 20% of programmers implement 80% of software used. Less than 20% of athletes win 80% of medals. Less than 20% of science graduates produce 80% of scientific research. And so on.<p>OP&#x27;s conclusion is that, in light of this dismal reality, students should not bother learning mathematics after the 8th-grade level (except for &quot;those who need it&quot;). Well, if we apply the same logic across all disciplines, then the OP should conclude that all forms of education should stop after the 8th-grade level for the vast majority of students (and only a minute fraction should need to pursue higher education). That is exactly what the state of education looks like in undeveloped feudal economies, and this was also the state of Western education until relatively recently. I don&#x27;t think I need to expend a lot of effort convincing anyone that this a socially, economically and ethically terrible idea.<p>I&#x27;ll also point out that there there are a couple false assumptions implicit in the OP&#x27;s original, imprecisely worded conjecture. Firstly, advanced industrial mathematics is not the exclusive preserve of traditional engineering. The generalization that &quot;engineering positions&quot; use advanced math and &quot;management&#x2F;financial positions&quot; use 8th-grade math, is obviously false. Many areas in finance require advanced mathematics (derivatives, trading, fixed income, etc). Much of actuarial science also depends on advanced mathematics. Marketing, management sciences and operations research are also steadily moving towards advanced analytics. Secondly, it is a false assumption that use of Excel implies that the underlying mathematics is limited to an 8th-grade level. For example, in finance, it is easy to find Excel add-ins for performing highly advanced mathematics (e.g. stochastic differential equation solvers for derivatives pricing).
评论 #12419924 未加载
oneloopover 8 years ago
At the level of individuals, this article is complete bullshit. There is a WORLD of difference between an average mathematician&#x2F;physicist&#x2F;engineer and an average English literature graduate solving the same problem with the same tools. Those disciplines teach and&#x2F;or reinforce A) critical thinking (question assumptions, look for counter-examples), B) decomposing problems to smaller problems, C) pattern recognition. The average software engineer would be somewhere in the middle, he&#x27;s probably as good as a mathematician at A) and B), but probably not C). Even amongst reasonably mathematically educated people (say physicists), you see a difference in C) depending on the depth of their math education. There is a difference between people who know eg fractions, and people who know eg fractions AND integrals, and people who know eg fractions AND integrals AND group theory, in how often these individuals look at a situation and go &quot;I&#x27;ve seen something like this before&quot;. Acquiring some areas of more advanced maths isn&#x27;t a quantitative increase like doing bigger sums. In terms of the patterns that you see around you, it&#x27;s a qualitative jump. It&#x27;s like being able to use your eyes AND having IR goggles: you will see some aspects of the world very differently.<p>At the level of societies, maybe. Can a poor society with lots of mathematicians &quot;beat&quot; a society with lots of wealth and infrastructure and comfortable niceties but whose individuals can only use Excel? Probably not, certainly not in &lt; 1 generation. It certainly didn&#x27;t turn out great for the soviets.
tmptmpover 8 years ago
&gt;&gt;The second argument is the one I always hear around the mathematics department: mathematics helps you to think clearly. I have a very low opinion of this self-serving nonsense. In sports there is the concept of the specificity of skills: if you want to improve your racquetball game, don&#x27;t practice squash!<p>The analogy with sports fails miserably and the author seems to not understand this. Math is a brain skill and we do need to apply brain to understand a given situation in a better manner, to abstract away some things and focus on some other things. So, if you expect someone to better understand complex situations, then you need them to have some knowledge of higher math.<p>One may ask where do you encounter such situations? Insurance, debates of fiscal policies, debates about racial biases and social structures, anything to do with modern finance, language structures, medical decisions. Take your pick.<p>So, if you have to do anything complicated in such social areas too, you need to have some knowledge of higher math.<p>Skills in sports are not of such versatile nature, hence the analogy fails.
hackaflockaover 8 years ago
The author in 1885:<p>&quot;People say that we should train people for factory jobs, but everyone I know is gainfully employed in agriculture, and we don&#x27;t have any factories where I live.&quot;<p>As a college professor, let me assure the author that statistics and programming is not a standard part of an eighth graders program. In fact, the ones I teach have passed the 12th grade, and most are woefully unprepared in algebra, statistics, probability and programming.<p>For me, understanding slightly advanced math (the type discussed in Taleb&#x27;s Fooled By Randomness) helped me realize that Financial academic math is complete B.S. (in its use of the Gaussian Dist. in non-Gaussian processes). Yes, that&#x27;s how learning more math has benefited me: it helped me discover how math is used to support complete B.S.
justinlardinoisover 8 years ago
I&#x27;m not surprised that this article is pretty divisive on Hacker News.<p>&gt; I find it difficult to find anyone who uses more than Excel and eighth grade level mathematics (=arithmetic, and a little bit of algebra, statistics and programming)<p>I think even that&#x27;s a bit optimistic; I think people whose further studies or jobs don&#x27;t require that level of mathematics forget it pretty quickly. For a base level of &quot;everyday life,&quot; you probably only need basic arithmetic operations.<p>As anecdotal evidence, look to all those times that a relatively convoluted expression is posted on Facebook or Reddit and people argue for weeks about what the proper solution is. Of course there&#x27;s plenty of people who get it right, but the wrongs range from a subtle misunderstanding of order of operations to a complete lack of knowledge about it.
andrewclunnover 8 years ago
Good, now replace &quot;Math&quot; with &quot;liberal arts.&quot; Secondary education for most fields is a waste.
评论 #12418951 未加载
评论 #12419040 未加载