Introduction to Differentiation
Imagine you are riding a bike π². At one moment you are moving gently, and a few seconds later you speed up as you go downhill. How can we describe how fast you are changing speed at a single instant, not just over a whole stretch of road? That is the big idea behind differentiation. In students, you are learning one of the most important tools in calculus: a way to measure change precisely.
What Differentiation Means
Differentiation is the process of finding the derivative of a function. The derivative tells us the rate at which one quantity changes with respect to another quantity. If a function is written as $y=f(x)$, then its derivative is written as $f'(x)$, $\dfrac{dy}{dx}$, or sometimes $\dfrac{df}{dx}$. These notations all describe the same idea: how $y$ changes when $x$ changes.
A useful way to think about differentiation is to compare it with slope. In algebra, the slope of a straight line is constant. For example, if $y=3x+2$, then the slope is $3$ everywhere. But many real situations are not straight lines. A curved graph may be steep in one place and flat in another. Differentiation lets us find the slope of the curve at a particular point. This slope is called the gradient of the tangent line.
A tangent line touches a curve at one point and has the same direction as the curve at that point. π The derivative gives the gradient of that tangent line.
The Difference Quotient and Instantaneous Change
To understand where derivatives come from, start with average rate of change. Over an interval from $x=a$ to $x=a+h$, the average rate of change of $f(x)$ is
$$\frac{f(a+h)-f(a)}{h}$$
This is also the gradient of the secant line, which passes through two points on the curve. If $h$ gets smaller and smaller, the second point moves closer to the first one. In the limit, the secant line becomes the tangent line.
This leads to the formal definition of the derivative:
$$f'(a)=\lim_{h\to 0}\frac{f(a+h)-f(a)}{h}$$
This limit, if it exists, gives the instantaneous rate of change of $f$ at $x=a$.
For students, the key idea is that differentiation is not just a formula to memorize. It is a limit process that captures what is happening at a single instant. That is why differentiation belongs to calculus: calculus is the study of change and accumulation.
Example: A Simple Polynomial
Suppose $f(x)=x^2$. Using the definition,
$$f'(a)=\lim_{h\to 0}\frac{(a+h)^2-a^2}{h}$$
Expanding gives
$$f'(a)=\lim_{h\to 0}\frac{a^2+2ah+h^2-a^2}{h}$$
$$f'(a)=\lim_{h\to 0}(2a+h)$$
So,
$$f'(a)=2a$$
This means the derivative of $x^2$ is $2x$. The slope changes depending on the value of $x$. At $x=1$, the slope is $2$; at $x=3$, the slope is $6$. π
Notation, Meaning, and Real-World Interpretation
Different symbols are used for derivatives, and all are important in IB Mathematics: Analysis and Approaches HL.
- $f'(x)$ emphasizes the function $f$.
- $\dfrac{dy}{dx}$ emphasizes that $y$ depends on $x$.
- $\dfrac{d}{dx}\big(f(x)\big)$ emphasizes the action of differentiating with respect to $x$.
If $s(t)$ gives position as a function of time, then $s'(t)$ gives velocity. If $v(t)$ gives velocity, then $v'(t)$ gives acceleration. This is why differentiation is useful in kinematics.
For example, if a carβs position is $s(t)=t^2+2t$, then its velocity is
$$v(t)=\frac{ds}{dt}=2t+2$$
At $t=3$, the velocity is
$$v(3)=2(3)+2=8$$
This tells us the carβs speed and direction at that instant, provided the motion is along a line and the sign convention is known.
Differentiation also appears in science and economics. A population model, a temperature change, or a profit function can all be studied using derivatives. If $C(x)$ is cost and $R(x)$ is revenue, then the derivative of profit $P(x)=R(x)-C(x)$ can help find where profit is increasing or decreasing.
Basic Differentiation Rules
Once the meaning of the derivative is clear, the next step is learning how to calculate it efficiently. IB Mathematics uses standard differentiation rules that save time compared with using the limit definition every time.
Power Rule
If
$$f(x)=x^n$$
then
$$f'(x)=nx^{n-1}$$
for any real number $n$ where the rule applies.
Examples:
- If $f(x)=x^5$, then $f'(x)=5x^4$.
- If $f(x)=x^{-2}$, then $f'(x)=-2x^{-3}$.
- If $f(x)=\sqrt{x}=x^{1/2}$, then $f'(x)=\frac{1}{2}x^{-1/2}=\dfrac{1}{2\sqrt{x}}$.
Constant Rule and Constant Multiple Rule
If $f(x)=c$, where $c$ is a constant, then
$$f'(x)=0$$
because a constant does not change.
If $f(x)=c\,g(x)$, then
$$f'(x)=c\,g'(x)$$
Sum and Difference Rules
If $f(x)=u(x)\pm v(x)$, then
$$f'(x)=u'(x)\pm v'(x)$$
These rules let you differentiate term by term.
Example: A Polynomial and a Constant
Differentiate
$$f(x)=4x^3-7x+9$$
Using the power rule and constant rule,
$$f'(x)=12x^2-7$$
The $9$ disappears because its rate of change is $0$. π§
Tangents, Normal Lines, and the Graph of a Derivative
The derivative gives the gradient of the tangent line. If you know a point on the curve and its derivative, you can find the equation of the tangent line.
The tangent line at $x=a$ has slope $f'(a)$. Using point-slope form,
$$y-f(a)=f'(a)(x-a)$$
A normal line is perpendicular to the tangent line. Its slope is the negative reciprocal of the tangent slope, provided the tangent slope is not $0$.
Example: Tangent Line to a Curve
Let $f(x)=x^2$ and find the tangent at $x=2$.
First, compute the derivative:
$$f'(x)=2x$$
So the slope at $x=2$ is
$$f'(2)=4$$
The point on the curve is
$$f(2)=4$$
Therefore, the tangent line is
$$y-4=4(x-2)$$
which simplifies to
$$y=4x-4$$
The derivative also helps us sketch graphs. If $f'(x)>0$, then $f(x)$ is increasing. If $f'(x)<0$, then $f(x)$ is decreasing. If $f'(x)=0$, the graph may have a turning point or a stationary point. However, a zero derivative alone does not guarantee a maximum or minimum.
Why Differentiation Matters in Calculus
Differentiation is one half of the fundamental connection in calculus. It studies how functions change. Integration, which you will study later, is the reverse process in many situations and helps measure accumulation, such as area under a curve.
In IB Mathematics: Analysis and Approaches HL, differentiation is used in several major ways:
- to find gradients of tangent lines
- to determine intervals where a function increases or decreases
- to locate stationary points
- to solve optimization problems
- to model motion using velocity and acceleration
- to study rates of change in real situations
For example, if a company wants to maximize profit, it may differentiate the profit function $P(x)$, set $P'(x)=0$, and then test the result. This is a standard calculus strategy. In kinematics, if position is $s(t)$, then velocity and acceleration are found using derivatives:
$$v(t)=\frac{ds}{dt}$$
and
$$a(t)=\frac{dv}{dt}=\frac{d^2s}{dt^2}$$
These expressions connect differentiation directly to motion. π
Differentiation also links to continuity. A function must be continuous at a point to be differentiable there, but being continuous does not always mean being differentiable. For example, a graph with a sharp corner can be continuous but not differentiable at the corner.
Conclusion
Introduction to differentiation is the starting point for studying change in a precise mathematical way. It builds from the idea of average rate of change to the instantaneous rate of change using limits. The derivative tells us the slope of a tangent line, the rate of change of a quantity, and the behavior of a function at a point. For students, this topic is essential because it connects algebra, graphs, motion, and real-world modelling. As the calculus topic continues, differentiation becomes a tool for optimization, kinematics, and deeper analysis of functions. Understanding this foundation makes later IB Mathematics: Analysis and Approaches HL topics much easier to follow.
Study Notes
- Differentiation finds the derivative of a function.
- The derivative measures instantaneous rate of change.
- The formal definition is $f'(a)=\lim_{h\to 0}\dfrac{f(a+h)-f(a)}{h}$.
- The derivative gives the gradient of the tangent line.
- Common notation includes $f'(x)$, $\dfrac{dy}{dx}$, and $\dfrac{d}{dx}\big(f(x)\big)$.
- For $f(x)=x^n$, the derivative is $f'(x)=nx^{n-1}$.
- A constant has derivative $0$.
- If $f'(x)>0$, the function is increasing; if $f'(x)<0$, it is decreasing.
- Differentiation is used in motion problems, optimization, and graph analysis.
- A continuous function may still fail to be differentiable at a corner or sharp point.
