My god, if someone created a similar list for undergraduate Computer Science education, I would be astoundingly happy.
Shouldn't be too difficult. I haven't done much teaching and could write a short list. Unfortunately, I don't think it would be very surprising to most people (just as this list probably isn't surprising to most math majors, since we've all made at least one of these "stupid mistakes" before, even when we knew better, especially in the early years. The difference -- and this is reiterated several times -- is that goo…
The most common errors in undergraduate mathematics
31–40 of 117 posts
Re: The most common errors in undergraduate mathematics
#32Earlier quoted context omitted.
Shouldn't be too difficult. I haven't done much teaching and could write a short list. Unfortunately, I don't think it would be very surprising to most people (just as this list probably isn't surprising to most math majors, since we've all made at least one of these "stupid mistakes" before, even when we knew better, especially in the early years. The difference -- and this is reiterated several times -- is that goo…
What are the functional equivalents of off-by-one?
edit: oh, also, I guess literally off-by-one errors are also possible in any language that allows any sort of side effect, but that's kind of a stupid degenerate case :-) (edit: possible, definitely not popular... wrong word there, sorry).
Re: The most common errors in undergraduate mathematics
#33Re: The most common errors in undergraduate mathematics
#34Re: The most common errors in undergraduate mathematics
#35I've seen many instances of the "undistributed cancellation" error, most commonly in even simpler cases than the one in the article: Given a fraction similar to: x + y ----- x I've seen many people cancel the "x" on top and bottom, leaving y.
Oh, and incidentally, sin(x) / n == 6.
Re: The most common errors in undergraduate mathematics
#36Re: The most common errors in undergraduate mathematics
#37I disagree that 0^0 is undefined. I would argue should be 1 and the function 0^x is not continuous at zero. The basic definition of exponentiation for integers is n^m is a product of m instances of n. Because the multiplicative identity is 1, a product of zero numbers is always 1. Therefore 0^0=1.
It's more of an open question than your reply would seem to indicate: http://mathforum.org/dr.math/faq/faq.0.to.0.power.html It's less controversial when the terms are integers, but even there an argument can be made for indeterminacy. As the linked article says, "There is no one definition that always works well for 0^0" I can use 0^0 = 1 to prove that 1 = 2, but I'm sure you can anticipate the argument's form.
Yes there is. :-) 0^0 = 1.
Actually, the only case for claiming it to be an “indeterminate”, comes from so-called “continuous exponents”. Which, arguably, something that never occurs in reality — only in exam sheets by lazy calculus teachers.
Whenever you meet an algebraic equation with sum over 0 always only true when 0^0 = 1. I don't claim I've seen them all but really, try to find a counterexample. What exactly was that argument for indeterminacy you were talking about?
Those equations come from reasoning about meaningful entities, not chimeras of “x^x”, or “x^y”, or worse. Again, try to find, say, a physics paper with x^y in it. I haven't read much physics papers but I'm pretty sure you'll find precisely 0.
As one mathematician I knew put it, “hard analysis is the primary source of all obscurantism in mathematics out there”. ;-)
Re: The most common errors in undergraduate mathematics
#38Earlier quoted context omitted.
> are laid out in columns. Because they can't be resized on the fly?
Because the optimal line length for readability on a monitor seems to be between 50-95 characters per line[1]. On my 1920x1080px screen, I'm seeing about 300 characters per line in this article. [1] http://baymard.com/blog/line-length-readability and http://psychology.wichita.edu/surl/usabilitynews/72/LineLeng... - and no, the irony is not lost on me on the second link
Personally, I tend to find columns wider than the 95 character thing easier to quickly scan - I had this site set to about 130 chars. When someone fixes the width of the text on the website, there's no sensible option I have to widen it to my preference.
Re: The most common errors in undergraduate mathematics
#39Earlier quoted context omitted.
> are laid out in columns. Because they can't be resized on the fly?
No, for readability. Paul Graham's essays are a good example. For example, http://paulgraham.com/copy.html
Re: The most common errors in undergraduate mathematics
#40Earlier quoted context omitted.
> are laid out in columns. Because they can't be resized on the fly?
Because the optimal line length for readability on a monitor seems to be between 50-95 characters per line[1]. On my 1920x1080px screen, I'm seeing about 300 characters per line in this article. [1] http://baymard.com/blog/line-length-readability and http://psychology.wichita.edu/surl/usabilitynews/72/LineLeng... - and no, the irony is not lost on me on the second link