From b21021d7ccfcf9dab5c8289dab68021f463ca523 Mon Sep 17 00:00:00 2001 From: "Zack M. Davis" Date: Fri, 17 Jul 2026 11:46:18 -0700 Subject: [PATCH] righting an old wrong --- .../2011/the-derivative-of-the-natural-logarithm.md | 2 +- content/images/{lnx3.png => lnx.png} | Bin .../images/{reciprocalx2.png => reciprocalx.png} | Bin 3 files changed, 1 insertion(+), 1 deletion(-) rename content/images/{lnx3.png => lnx.png} (100%) rename content/images/{reciprocalx2.png => reciprocalx.png} (100%) diff --git a/content/2011/the-derivative-of-the-natural-logarithm.md b/content/2011/the-derivative-of-the-natural-logarithm.md index 18e22df..ae64c30 100644 --- a/content/2011/the-derivative-of-the-natural-logarithm.md +++ b/content/2011/the-derivative-of-the-natural-logarithm.md @@ -6,7 +6,7 @@ Tags: calculus Most people learn during their study of the differential and integral calculus that the derivative of the natural logarithm ln _x_ is the reciprocal function 1/_x_. Indeed, sometimes the natural logarithm is _defined_ as $$ \int_1^x \frac{1}{t}\,dt$$. However, on observing the graphs of ln _x_ and 1/_x_, the inquisitive seeker of knowledge can hardly fail to notice a disturbing anomaly: -[![y=ln(x)]({static}/images/lnx3.png "y=ln(x)")]({static}/images/lnx3.png) [![y=1/x]({static}/images/reciprocalx2.png "y=1/x")]({static}/images/reciprocalx2.png) +[![y=ln(x)]({static}/images/lnx.png "y=ln(x)")]({static}/images/lnx.png) [![y=1/x]({static}/images/reciprocalx.png "y=1/x")]({static}/images/reciprocalx.png) The natural logarithm is only defined for _positive_ numbers; no part of its graph lies in quadrants II or III. But the reciprocal function is defined for all nonzero numbers. So (one _cannot_ help oneself but wonder) how could the latter be the derivative of the former? If the graph of the natural logarithm isn't _there_ to be differentiated in the left half of the plane, how could its derivative be defined in that region? Some would-be explorers lose all hope or sanity in the face of such bizarre and inexplicable mysteries, but even those brave souls who manage to retain their wits are not guaranteed success: many (who can say but that most?) will die never knowing the answer. But not you, dear reader!—for in this very post, I will share with you the _true secret_ of the derivative of the natural logarithm! Some people may find some of what I am about to say somewhat disturbing, even frightening. But if your love of truth exceeds your fear of the unknown, keep reading, and I will show you the strange world that lies beneath these familiar and seemingly innocent graphs. diff --git a/content/images/lnx3.png b/content/images/lnx.png similarity index 100% rename from content/images/lnx3.png rename to content/images/lnx.png diff --git a/content/images/reciprocalx2.png b/content/images/reciprocalx.png similarity index 100% rename from content/images/reciprocalx2.png rename to content/images/reciprocalx.png -- 2.53.0