Introduction
In the previous post we secured the definition of the derivative: write down the slope of the secant joining two points on a curve, then shrink the gap between the two points to zero, and out comes the slope of the tangent — the instantaneous slope.
$$f'(x) = \lim_{\Delta x \to 0} \frac{f(x + \Delta x) - f(x)}{\Delta x}$$But knowing the definition and actually turning the crank are two different things — as different as reading a recipe and actually lighting the stove. In this post we crank it three times, choosing three functions with sharply different characters.
- A straight line — runs straight at the same grade everywhere.
- The reciprocal curve \(1/x\) — a downhill that flattens as you move right.
- The square-root curve \(\sqrt{x}\) — steep at first, then gradually lying down.
Feed the three into the same definition and the derivatives come out as a constant, a negative number, and a positive number that keeps shrinking, respectively. And the real fun of this post is what comes next. The derivatives that emerge are not formulas to memorize; they turn out to capture, in a single number, the very character you feel when you look at each graph — flatness, downhill, gentle flattening.
1. The line \(f(x) = 2x + 1\) — the grade never changes at all
Start with the gentlest opponent: a straight line with slope 2 and vertical intercept 1, \(f(x) = 2x + 1\). Even by eye a line has the same grade everywhere, so we can guess its derivative will be a constant. Plug it straight into the definition.
$$\frac{f(x + \Delta x) - f(x)}{\Delta x} = \frac{\big[\,2(x + \Delta x) + 1\,\big] - \big[\,2x + 1\,\big]}{\Delta x}$$Expanding the numerator, the \(2x\) and the \(+1\) cancel each other, leaving only \(2\,\Delta x\).
$$\frac{2\,\Delta x}{\Delta x} = 2$$- Intuition: no matter how far apart or how close you pick the two points, the grade of a straight road is always the same.
- Explanation: the \(\Delta x\) in numerator and denominator cancels at once, so the gap \(\Delta x\) vanishes from the expression entirely. There is nothing left to take a limit of — the answer is already 2.
- Formula: the derivative of \(f(x) = 2x + 1\) is \(f'(x) = 2\).
Note something here. For \(f(x) = x^2\) in the previous post, after canceling there was still a leftover \(\Delta x\) in \(2x + \Delta x\), so we needed the limit step to send that remnant to zero. But for a line, the moment we cancel, \(\Delta x\) evaporates completely. The secant's slope never depended on \(\Delta x\) in the first place.
This is the character of a line: its grade responds neither to the position \(x\) nor to the gap \(\Delta x\). The derivative coming out as the constant 2 is the mathematical translation of the fact that "this graph is equally steep everywhere."
2. The reciprocal curve \(f(x) = 1/x\) — the sign of the derivative announces the "downhill"
Second is \(f(x) = \dfrac{1}{x}\) (we look only at \(x > 0\)). This curve sags downward as you move right — a downhill. So the tangent's slope should always be negative, and let us watch where the definition manufactures that minus sign.
$$\frac{f(x + \Delta x) - f(x)}{\Delta x} = \frac{\dfrac{1}{x + \Delta x} - \dfrac{1}{x}}{\Delta x}$$We must combine the two fractions in the numerator into one. Over a common denominator, the numerator becomes:
$$\frac{1}{x + \Delta x} - \frac{1}{x} = \frac{x - (x + \Delta x)}{x\,(x + \Delta x)} = \frac{-\,\Delta x}{x\,(x + \Delta x)}$$Right here the minus sign is born. The reciprocal of a larger number is smaller, so subtracting the reciprocal of \(x\) from the reciprocal of \(x + \Delta x\) is bound to be negative. Now divide this again by \(\Delta x\) (dividing is flipping and multiplying).
$$\frac{-\,\Delta x}{x\,(x + \Delta x)} \cdot \frac{1}{\Delta x} = \frac{-1}{x\,(x + \Delta x)}$$Here too the key is canceling. The \(\Delta x\) in the numerator and the \(\Delta x\) we divide by wipe each other out, so the dangerous \(\Delta x\) that sat in the denominator is gone. Now we can safely send \(\Delta x \to 0\).
$$f'(x) = \lim_{\Delta x \to 0} \frac{-1}{x\,(x + \Delta x)} = \frac{-1}{x \cdot x} = -\frac{1}{x^2}$$- Intuition: it is a downhill, so the slope always points down — hence negative.
- Explanation: the denominator \(x^2\) is always positive, so the leading minus makes \(f'(x)\) negative at every \(x\). It means the curve never once bends upward.
- Formula: the derivative of \(f(x) = 1/x\) is \(f'(x) = -\dfrac{1}{x^2}\).
The sign of the derivative holds the whole character of the graph. The minus in \(-\dfrac{1}{x^2}\) says "this curve is downhill everywhere," and the fact that the slope's magnitude shrinks as the denominator \(x^2\) grows (as you move right) says "the downhill gets gentler the farther you go." A single sign and a single denominator fold the shape of the graph inside them.
3. The square-root curve \(f(x) = \sqrt{x}\) — erase the root with a conjugate
Third is \(f(x) = \sqrt{x}\). Near the origin this curve is very steep, and as you move right it gradually lies down and flattens. So its derivative should be a value that is positive but shrinks as \(x\) grows. Plug it into the definition.
$$\frac{f(x + \Delta x) - f(x)}{\Delta x} = \frac{\sqrt{x + \Delta x} - \sqrt{x}}{\Delta x}$$The trouble is the subtraction in the numerator. A difference of roots cannot be split apart, so there is no visible foothold for canceling a \(\Delta x\). Here the trick of multiplying by the conjugate (its partner expression) appears: multiply numerator and denominator alike by \(\sqrt{x + \Delta x} + \sqrt{x}\) (multiplying top and bottom by the same thing leaves the value unchanged).
$$\frac{\sqrt{x + \Delta x} - \sqrt{x}}{\Delta x} \cdot \frac{\sqrt{x + \Delta x} + \sqrt{x}}{\sqrt{x + \Delta x} + \sqrt{x}}$$The numerator is of the form \((A - B)(A + B) = A^2 - B^2\), so the roots peel away.
$$\frac{(x + \Delta x) - x}{\Delta x\,\big(\sqrt{x + \Delta x} + \sqrt{x}\,\big)} = \frac{\Delta x}{\Delta x\,\big(\sqrt{x + \Delta x} + \sqrt{x}\,\big)}$$The numerator has become a clean single \(\Delta x\). Now we can cancel — this was the whole point of multiplying by the conjugate. Wipe the \(\Delta x\) from numerator and denominator.
$$\frac{1}{\sqrt{x + \Delta x} + \sqrt{x}}$$The \(\Delta x\) is gone from the denominator, so it is safe. Sending \(\Delta x \to 0\), \(\sqrt{x + \Delta x}\) approaches \(\sqrt{x}\), so the denominator becomes \(\sqrt{x} + \sqrt{x} = 2\sqrt{x}\).
$$f'(x) = \lim_{\Delta x \to 0} \frac{1}{\sqrt{x + \Delta x} + \sqrt{x}} = \frac{1}{2\sqrt{x}}$$- Intuition: as you move right the curve lies down — so the slope is positive but keeps shrinking.
- Explanation: \(\dfrac{1}{2\sqrt{x}}\) is always positive (uphill), but as \(x\) grows the denominator \(2\sqrt{x}\) grows and the value drops — the flattening is captured directly.
- Formula: the derivative of \(f(x) = \sqrt{x}\) is \(f'(x) = \dfrac{1}{2\sqrt{x}}\).
Notice that the conjugate rationalization we met in zero divided by zero reappears here. The very trick used to resolve a 0/0 form containing a root serves, when we compute the derivative of a square root, as the same key that "makes the \(\Delta x\) in the denominator cancelable." Change the function and only the canceling trick changes; the big storyline — erase the gap in the denominator first, then take the limit — was identical all three times.
4. The three results side by side — the derivative reads a graph's character
Gathering the three computations into one table shows at a glance which character of each graph the derivative captured.
| Function | Derivative | Sign & behavior | Character of the graph |
|---|---|---|---|
| \(f(x)=2x+1\) | \(f'(x)=2\) | always constant | same grade everywhere (a flat character) |
| \(f(x)=1/x\) | \(f'(x)=-\dfrac{1}{x^2}\) | always negative, magnitude decreasing | downhill everywhere, gentler farther out |
| \(f(x)=\sqrt{x}\) | \(f'(x)=\dfrac{1}{2\sqrt{x}}\) | always positive, magnitude decreasing | uphill everywhere, gentler farther out |
The three derivatives look nothing alike, yet all came out by applying the same definition through the same procedure (secant slope → cancel the \(\Delta x\) in the denominator → limit). And each value transcribes exactly the impression you get scanning the graph with your eyes.
- The constant 2 says "the grade does not change,"
- the minus sign says "it is downhill,"
- and the value shrinking as \(x\) grows says "it gets gentler and gentler."
The derivative, then, is an interpreter that translates the character of a graph into a number. Turn the crank on the definition once, before memorizing differentiation formulas, and it stays in your fingertips that a formula is not a rule dropped from the sky but the honest computation of a graph's behavior.
5. Check it yourself in the interactive below
Switching among the three functions with buttons, feel for yourself whether the secant slope measured from the definition converges to the derivative's value.
- Use the function buttons to pick \(2x+1\) / \(1/x\) / \(\sqrt{x}\). On the graph you get point \(P\), the tangent (green), and a secant (orange) reaching to a nearby point \(Q\).
- Shrink the gap \(\Delta x\) slider toward zero, and the orange secant lays over the green tangent as the two slope values below become nearly equal. But when you pick the line, notice that no matter how large you make \(\Delta x\), the secant slope will not budge from 2 — the decisive difference from a curve.
- Push the \(x\) slider for point \(P\) to the right, and for \(1/x\) and \(\sqrt{x}\) you see the tangent grow gentler and the magnitude of the derivative's value shrink. For \(1/x\), also confirm that this value is always negative.
Handling it, you feel with your fingertips that the reason the three derivatives differ is, in the end, that the characters of the graphs differ.
6. Summary — the definition worked all three times
- Line \(2x+1\): \(\Delta x\) disappears the instant we cancel, giving \(f'(x)=2\). A grade that responds to neither position nor gap.
- Reciprocal \(1/x\): the common denominator bears a minus sign, and after canceling, \(f'(x)=-\dfrac{1}{x^2}\). The sign says "downhill," the denominator says "flattening."
- Square root \(\sqrt{x}\): the conjugate erases the root to open up canceling, giving \(f'(x)=\dfrac{1}{2\sqrt{x}}\). A shrinking value captures a curve that "lies down."
The three functions differed in appearance and in the trick that opened up canceling, but the big storyline — feed it into the definition, erase the gap in the denominator first, then take the limit — never changed once. The three experiments show that the definition of the derivative is not a trick for one particular function but a general tool that mines the instantaneous slope of any function.
Closing
Differentiating from the definition takes a bit of hand-work. So the next step is the differentiation rules that spare us that labor. Why, when differentiating a product or a quotient of two functions, you cannot just differentiate each separately — how the product rule and the quotient rule grow out of today's definition — is what we will look at next. Touch the definition once, as we did today, before memorizing the rules, and those rules too stay as understanding rather than rote.
Related posts
- Why a Secant Turns Into a Tangent — The Derivative Definition Where Canceling Rescues 0/0 — the post that first built the very definition we cranked three times today. Best read first.
- Why Is 0 Divided by 0 'Not Nothing' but 'Not Yet Known' — where the conjugate rationalization used for √x first appeared.
- Why Can't √(A−B) Be Split Into √A−√B — The Rules for Splitting Roots — why a difference of roots cannot be casually divided, which is why the conjugate was needed.