Skip to main content

The Math Myth

http://econlog.econlib.org/archives/2016/09/the_math_myth.html

Math professor David Edwards sent me this short essay on mathematical education.  Printed with his permission.


The Math Myth

The math myth is the myth that the future of the American economy is dependent upon the masses having higher mathematics skills. This myth goes back to at least Sputnik, when the Russians were going to surpass us because they were better in math and science. It returned in the late 80's when the Germans and Japanese were going to surpass us because they were better in math and science. It's occurring again now because the Indians and Chinese are better than us in math and science.
 
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). In the summer of 2007 I taught an advanced geometry course and had two students in the class who had been engineers and one who had been an actuary. They claimed never to have used anything beyond Excel and eighth grade level mathematics; never a trig function or even a log or exponential function! There is in fact a deskilling going on in our economy, where even the ability to make change is about to disappear as an important skill.
 
Vivek Wadhwa has described how there's no shortage of scientists and engineers. I've been concerned with what skills those who are working as scientists and engineers actually use. I find that the vast majority of scientists, engineers and actuaries only use Excel and eighth grade level mathematics. This suggests that most jobs that currently require advanced technical degrees are using that requirement simply as a filter. In particular, I'm working on documenting the following:
 
Math Myth Conjecture: If one restricts one's attention to the hardest cases, namely, graduates of top engineering schools such as MIT,  RPI,  Cal. Tech., Georgia Tech., etc., then 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%.
  

This is a conjecture that desperately needs resolving with solid statistics and in-depth interviews.

Actually,  I'm already totally convinced of the veracity of the conjecture. This conviction is based upon the numerous scientists, engineers, and professors of science, engineering and math education that I've communicated with. In particular, Prof. Warren Seering, an engineering professor at MIT, who does surveys of their graduates, agreed with the conjecture. As did Prof. Julie Gainsburg, an ethnographer of mathematics in the workplace, whose done on-site work with structural engineers.

The following story also confirms the conjecture. Accenture, the former consulting part of the now defunct Arthur Anderson, was recruiting at UGA for math and computer science majors. I invited them-one professional recruiter and three consultants-to give their spiel to my class Math for Computer Science. After they finished, I asked the consultants: So, what mathematics do you actually use? They sheepishly responded: None. So, I asked them: What computer science do you actually use? Again the answer was: None. They were only interested in math or computer science majors as a convenient filter!

Acceptance of the conjecture should have revolutionary educational implications . In particular, it undermines the legitimacy of requiring higher mathematics of all students. Such mathematics is actually needed by only a minute fraction of the workforce.
 
There are two counter-arguments. The first is that higher mathematics is central to a serious higher education. This argument I agree with. Any Harvard undergraduate majoring in philosophy would certainly want to be able to understand Roger Penrose's book The Road to Reality. Unfortunately, that type of student is only a minute fraction of higher education. It is both unreasonable and unworkable to insist that all students get such training. Of course, such training should be available to all who desire it.
 
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't practice squash! I believe the same holds true for intellectual skills. In any case, the case for transference of mathematical skills is unsettled. Moreover, mathematics is of little use in most problems of ordinary life. For example, mathematics could be of help in computing the costs of having children; but is useless in computing the benefits!

In conclusion, it would be wonderful to be able to get all students competent in Excel and arithmetic, and a little bit of algebra, statistics and programming. Higher mathematics should be offered and taken by those who need it, or want it; but never required of all students.

Comments

Popular posts from this blog

The Difference Between LEGO MINDSTORMS EV3 Home Edition (#31313) and LEGO MINDSTORMS Education EV3 (#45544)

http://robotsquare.com/2013/11/25/difference-between-ev3-home-edition-and-education-ev3/ This article covers the difference between the LEGO MINDSTORMS EV3 Home Edition and LEGO MINDSTORMS Education EV3 products. Other articles in the ‘difference between’ series: * The difference and compatibility between EV3 and NXT ( link ) * The difference between NXT Home Edition and NXT Education products ( link ) One robotics platform, two targets The LEGO MINDSTORMS EV3 robotics platform has been developed for two different target audiences. We have home users (children and hobbyists) and educational users (students and teachers). LEGO has designed a base set for each group, as well as several add on sets. There isn’t a clear line between home users and educational users, though. It’s fine to use the Education set at home, and it’s fine to use the Home Edition set at school. This article aims to clarify the differences between the two product lines so you can decide which

Let’s ban PowerPoint in lectures – it makes students more stupid and professors more boring

https://theconversation.com/lets-ban-powerpoint-in-lectures-it-makes-students-more-stupid-and-professors-more-boring-36183 Reading bullet points off a screen doesn't teach anyone anything. Author Bent Meier Sørensen Professor in Philosophy and Business at Copenhagen Business School Disclosure Statement Bent Meier Sørensen does not work for, consult to, own shares in or receive funding from any company or organisation that would benefit from this article, and has no relevant affiliations. The Conversation is funded by CSIRO, Melbourne, Monash, RMIT, UTS, UWA, ACU, ANU, ASB, Baker IDI, Canberra, CDU, Curtin, Deakin, ECU, Flinders, Griffith, the Harry Perkins Institute, JCU, La Trobe, Massey, Murdoch, Newcastle, UQ, QUT, SAHMRI, Swinburne, Sydney, UNDA, UNE, UniSA, UNSW, USC, USQ, UTAS, UWS, VU and Wollongong.

Logic Analyzer with STM32 Boards

https://sysprogs.com/w/how-we-turned-8-popular-stm32-boards-into-powerful-logic-analyzers/ How We Turned 8 Popular STM32 Boards into Powerful Logic Analyzers March 23, 2017 Ivan Shcherbakov The idea of making a “soft logic analyzer” that will run on top of popular prototyping boards has been crossing my mind since we first got acquainted with the STM32 Discovery and Nucleo boards. The STM32 GPIO is blazingly fast and the built-in DMA controller looks powerful enough to handle high bandwidths. So having that in mind, we spent several months perfecting both software and firmware side and here is what we got in the end. Capturing the signals The main challenge when using a microcontroller like STM32 as a core of a logic analyzer is dealing with sampling irregularities. Unlike FPGA-based analyzers, the microcontroller has to share the same resources to load instructions from memory, read/write the program state and capture the external inputs from the G