TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

An Intuitive Guide To Exponential Functions & e

93 点作者 vijaydev将近 14 年前

4 条评论

kalid将近 14 年前
Hi all, thanks for the comments (writing from a train using a kindle so forgive lack of links)<p>google "better explained math intuition" which is an article on developing the four common definitons of e. the problem with saying "e is the function which is its own derivative" is the same as saying "a circle is the set of points where x squared plus y squared equals radius squared". i asks too much of a beginner and imo is best shown after they have an idea of the basics.<p>ie, here is a round shape. we call it a circle. look at this neat property where every point is the same from the middle! lets write an equation for that...<p>with e. what is growth? it is like interest on your bank account. why do we wait till the end of the year? month? second? intant? how can we write this as an equation? (in algebra, in calculus)<p>the other reason to avoid calculus definitions is that 2% of students will bother asking for clarification/more details but most high schoolers can at least follow the algebra of compounded interest.i still don't get limits/infinitesimals to the level i like despite writing about them.<p>anyway thanks for the comments, i love seeing what explanations work for people!
dataduck将近 14 年前
I've liked the previous posts from betterexplained, but this one seems to be extremely unintuitive to me. I was teaching this recently, and the simpler idea that e is the function which is its own derivative is a much simpler way of expressing a meaningful truth about it, and following it through, leads you to exactly the same limit as a formal definition. It also tails very neatly into why exponentials are used in physics for decay curves. That said, obvious to me and one student is not necessarily obvious to everyone! Anyone else have an opinion on this?
评论 #2738126 未加载
评论 #2738082 未加载
评论 #2738514 未加载
scythe将近 14 年前
e is:<p>the unique number such that for all real x, e^x &#62;= x^e<p>the x-coordinate of the maximum of the function x^(1/x); for all real x, x^(1/x) &#60; e^(1/e)<p>the root of the hyperbolic logarithm<p>...hyperbolic logarithm? Well, 1/x -- the reciprocal function -- is a hyperbola, and the area under that function turns out to be:<p><a href="http://en.wikipedia.org/wiki/Natural_logarithm#Definitions" rel="nofollow">http://en.wikipedia.org/wiki/Natural_logarithm#Definitions</a><p>Unfortunately, it's kind of hard to try to make sense of e without going into at least some basic calculus (which betterexplained does, in the form of a limit, but glosses over). It is commonly stated that e was discovered by Bernoulli, but the first references are from Napier, who presented a table of natural logarithms without any reference to e the number itself. I'm not a terribly huge fan of the two most common explanations of e:<p>e = lim (1+1/n)^n as n grows<p>e defined such that d/dx e^x = e^x<p>The first definition has no obvious connection with most of the interesting properties of e, so while it makes plenty of sense it doesn't actually clarify anything about exponential functions or natural logarithms. The second definition asks students to simply assume one of the most interesting properties of e, without any clarification as to the derivation of such a number. Worse yet, students are usually introduced to both long before they are capable of understanding the connection between these definitions (this requiring L'Hopital's rule to properly understand) which basically tells them that "e is some magic that you can't understand".<p>My favorite treatment of the idea is the one I had the privilege of learning as a student (perhaps I'm biased), which ignores e at first and defines the natural logarithm as shown above, as a definite integral resulting from the function 1/x, and then the fundamental property that d/dx e^x = e^x is proven from the previous definition, which requires only a little basic calculus. In fact, the text did not even say it was a logarithm, merely "Consider the function L(x) such that L(x) = the integral of dt/t from 1 to x", and then went on to prove that this satisfies several properties of a logarithm, that e is the unique number such that L(e) = 1, and finally derives the fundamental property of the exponential function (dy/dx = y) and so forth.<p>I think that the fear that surrounds calculus and the use of its methods does many students a disservice by rejecting a more complete explanation in favor of one that requires slightly fewer uses of the word "integral". Of course, I'm a cantankerous prick.
评论 #2738931 未加载
ced将近 14 年前
<i>e is like a speed limit (like c, the speed of light) saying how fast you can possibly grow using a continuous process.</i><p>Can someone explain what he means? Doesn't that assume dx/dt &#60;= x?
评论 #2738264 未加载