The Concept of the Derivative
From the deriviatives maths calculus curriculum
The Concept of the Derivative
TL;DR
The derivative tells you how fast one thing changes when another thing changes. It's essentially the slope of a curve at a single point, giving you the instantaneous rate of change. You'll use it to find maximums, minimums, and understand motion.
1. The Mental Model
Think of driving a car: your speedometer tells you your instantaneous speed at any moment. That's what a derivative gives you: the exact rate of change at a specific point, not an average over a whole trip.
2. The Core Material
The derivative is all about understanding rate of change. Imagine you have a function, let's call it $f(x)$, which describes something like the position of a car over time, or the profit of a company based on how many units they sell.
What if you want to know how fast the car is moving at exactly 2 PM? Or how quickly profit changes when you sell the 100th unit? That's where the derivative comes in.
2.1 Average vs. Instantaneous Rate of Change

Photo by Nataliya Vaitkevich on Pexels
First, let's differentiate between average and instantaneous. If you drive 100 miles in 2 hours, your average speed is 50 mph. But you weren't going exactly 50 mph the whole time – sometimes faster, sometimes slower.
The derivative focuses on the instantaneous rate of change. It's like zooming in on a tiny segment of your journey until it's just a single point.
2.2 The Slope of a Tangent Line

Photo by https://kaboompics.com/ on Pexels
Graphically, the derivative at a point is the slope of the tangent line to the curve at that point.
Imagine a curve. A secant line connects two points on the curve. Its slope is the average rate of change between those two points.
A tangent line touches the curve at only one point, perfectly matching the curve's direction at that exact spot. Its slope is the instantaneous rate of change.
The core idea is to take that secant line and let the two points get closer and closer until they become one.
graph TD
A["Start with a Curve f(x)"] --> B["Pick two points: (x, f(x)) and (x+h, f(x+h))"];
B --> C["Draw a Secant Line through these two points"];
C --> D["Calculate Slope of Secant: (f(x+h) - f(x)) / h"];
D --> E["Let the distance 'h' between points get smaller (h -> 0)"];
E --> F["The Secant Line approaches the Tangent Line"];
F --> G["The Slope of the Secant approaches the Slope of the Tangent"];
G --> H["This limiting slope IS the Derivative f'(x)"];
2.3 Notation
You'll see derivatives written in a few ways:
* $f'(x)$: "f prime of x" – the most common notation.
* $\frac{dy}{dx}$: "dy dx" – This emphasizes that you're looking at the change in 'y' with respect to the change in 'x'. It's not a fraction, but it looks like one, which helps you remember what it means.
* $\frac{d}{dx}f(x)$: "the derivative with respect to x of f(x)".
2.4 Why it Matters: Applications

Photo by Ann H on Pexels
The derivative is incredibly powerful:
* Physics: Velocity is the derivative of position with respect to time. Acceleration is the derivative of velocity.
* Economics: Marginal cost/revenue/profit are derivatives of total cost/revenue/profit. They tell you the change from producing one more unit.
* Optimization: Finding the maximum or minimum value of a function (like maximum profit or minimum cost) often involves setting the derivative to zero.
3. Worked Example
Let's say the height of a ball thrown upwards is given by the function $h(t) = -5t^2 + 20t$, where $h$ is in meters and $t$ is in seconds. You want to know the ball's instantaneous velocity at $t=1$ second. (Velocity is the rate of change of height with respect to time).
The derivative of $h(t)$ with respect to $t$ gives us the velocity function, $v(t)$.
For a simple polynomial like $at^n$, its derivative is $ant^{n-1}$.
For $h(t) = -5t^2 + 20t$:
* The derivative of $-5t^2$ is $-5 \times 2 \times t^{(2-1)} = -10t$.
* The derivative of $20t$ (which is $20t^1$) is $20 \times 1 \times t^{(1-1)} = 20t^0 = 20 \times 1 = 20$.
So, the velocity function is $v(t) = -10t + 20$.
Now, to find the velocity at $t=1$ second, we plug $t=1$ into our velocity function:
$v(1) = -10(1) + 20$
$v(1) = -10 + 20$
$v(1) = 10$ meters/second.
At exactly 1 second, the ball is moving upwards at 10 meters per second.
4. Key Takeaways
- The derivative measures the instantaneous rate of change of one quantity with respect to another.
- Geometrically, it represents the slope of the tangent line to a curve at a specific point.
- It helps you understand how quickly something is changing at a precise moment, not just on average.
- Common notation includes $f'(x)$, $\frac{dy}{dx}$, and $\frac{d}{dx}f(x)$.
- Derivatives are fundamental for understanding motion, optimization, and many real-world rates of change.
Common Mistakes to Avoid:
* Confusing average rate of change with instantaneous rate of change.
* Thinking $\frac{dy}{dx}$ is a fraction you can easily separate (it's an operator).
* Forgetting that the derivative itself is a function that gives you the slope at any point.
* Not understanding what the units of the derivative represent (e.g., if $y$ is in meters and $x$ is in seconds, $\frac{dy}{dx}$ is in meters/second).
5. Now Try It
Imagine your company's daily profit (in dollars) based on the number of gadgets ($x$) it sells is given by the function $P(x) = -0.01x^2 + 5x - 100$. Find the derivative of this profit function, $P'(x)$, which represents the marginal profit (the approximate profit from selling one more gadget). Then, calculate the marginal profit when you sell 100 gadgets.
What to do:
1. Apply the differentiation rules (for $ax^n$, the derivative is $anx^{n-1}$, and the derivative of a constant is 0) to find $P'(x)$.
2. Substitute $x=100$ into your $P'(x)$ function to find the marginal profit at that production level.
What success looks like: You'll have a numerical value for the marginal profit, indicating how much profit you'd gain from selling the 101st gadget after already selling 100.
Frequently asked about The Concept of the Derivative
More from deriviatives maths calculus
Get the full deriviatives maths calculus curriculum
Clone the complete plan to your dashboard for unlimited AI-generated notes, practice quizzes, and a personalised revision schedule.
Create Free Account