Welcome to the World of Calculus!
In this chapter, we are diving into Basic Differentiation. If you’ve ever wondered how to measure the exact steepness of a curvy mountain path or how fast a car is accelerating at a specific split-second, you are in the right place! Calculus is the mathematics of change, and differentiation is our primary tool for measuring it.
Don't worry if this seems a bit abstract at first. We’ll break it down step-by-step, moving from "What is it?" to "How do I do it?"
1. What is a Gradient?
In your earlier studies, you learned that the gradient (or slope) of a straight line is constant. It tells you how much \(y\) changes for every bit of change in \(x\). But what about a curve?
On a curve, the steepness changes at every single point. To find the gradient of a curve at a specific point, we look at the tangent. A tangent is a straight line that just "kisses" the curve at that point, having the exact same steepness.
Chords and Limits
Imagine you have two points on a curve, \(A\) and \(P\). If you draw a straight line between them, that’s called a chord. As you slide point \(P\) closer and closer to point \(A\), the chord gets shorter and its gradient starts to look exactly like the gradient of the curve at point \(A\).
In Calculus, we call this "approaching the limit." The gradient of the tangent is the limit of the gradient of the chord as the distance between the points shrinks to zero.
Quick Review:
- The gradient of a curve at a point = the gradient of the tangent at that point.
- The tangent is the limit of a chord as the two points on the chord meet.
2. The Derivative: Our Gradient Formula
Instead of drawing tangents by hand (which is messy and inaccurate), we use a formula called the derivative. If our curve is \(y = f(x)\), the derivative is written as \( \frac{dy}{dx} \) or \( f'(x) \).
Did you know? The notation \( \frac{dy}{dx} \) literally means "a tiny change in \(y\) divided by a tiny change in \(x\)."
The "Power Rule" (The Magic Shortcut)
For most functions you'll see at AS Level, there is a simple pattern for finding the derivative of \(y = kx^n\):
1. Multiply the coefficient (\(k\)) by the power (\(n\)).
2. Subtract 1 from the power.
Formula: If \( y = kx^n \), then \( \frac{dy}{dx} = nkx^{n-1} \)
Example 1: If \( y = x^2 \), then \( \frac{dy}{dx} = 2x^{2-1} = 2x \).
Example 2: If \( y = 5x^3 \), then \( \frac{dy}{dx} = 15x^2 \).
Example 3: If \( y = 10 \), then \( \frac{dy}{dx} = 0 \) (because a constant line has zero steepness!).
Common Mistake to Avoid: When differentiating a term like \( 4x \), remember that \( x \) is actually \( x^1 \). Following the rule: \( 1 \times 4 \times x^0 = 4 \). The \(x\) simply disappears!
Key Takeaway: The derivative \( \frac{dy}{dx} \) is a gradient function. You can plug any value of \(x\) into it to find the steepness of the curve at that exact spot.
3. Differentiation from First Principles
Your syllabus requires you to understand where that "shortcut" comes from using First Principles. This involves using a tiny increase in \(x\), which we call \(h\).
The formal definition is: \( f'(x) = \text{Lim}_{h \to 0} \frac{f(x+h) - f(x)}{h} \)
Step-by-step for \( f(x) = x^2 \):
1. Start with the formula: \( \frac{(x+h)^2 - x^2}{h} \)
2. Expand the brackets: \( \frac{x^2 + 2xh + h^2 - x^2}{h} \)
3. Simplify: \( \frac{2xh + h^2}{h} \)
4. Divide by \(h\): \( 2x + h \)
5. As \(h\) gets closer to zero (the limit), we are left with \( 2x \).
4. Tangents and Normals
Since we now know how to find the gradient of a curve, we can find the equations of specific lines related to it.
The Tangent
The tangent is a straight line. To find its equation (\( y - y_1 = m(x - x_1) \)):
1. Find the gradient \(m\) by calculating \( \frac{dy}{dx} \) and plugging in your \(x\) value.
2. Use the given coordinates \((x_1, y_1)\) for the point.
The Normal
The normal is a line perpendicular (at 90 degrees) to the tangent.
Memory Aid: If the tangent gradient is \(m\), the normal gradient is \( -\frac{1}{m} \) (negative reciprocal).
Analogy: If a tangent is like the floor you are standing on, the normal is like your body standing straight up on that floor.
5. Increasing and Decreasing Functions
We can use the derivative to tell if a graph is "going up" or "going down" without even looking at it!
Increasing Function: The gradient is positive. \( \frac{dy}{dx} > 0 \)
Decreasing Function: The gradient is negative. \( \frac{dy}{dx} < 0 \)
Quick Review: If \( \frac{dy}{dx} \) is positive, the function is climbing. If it's negative, it's sliding down.
6. Stationary Points: Maxima and Minima
A stationary point is a spot on the curve where the gradient is exactly zero (\( \frac{dy}{dx} = 0 \)). This happens at the very top of a hill or the very bottom of a valley.
Finding them:
1. Differentiate the function to get \( \frac{dy}{dx} \).
2. Set \( \frac{dy}{dx} = 0 \).
3. Solve for \(x\) to find the location.
Determining the type (The Second Derivative):
To see if it's a Maximum (hill) or a Minimum (valley), we use the second derivative, written as \( \frac{d^2y}{dx^2} \). This is just differentiating your derivative a second time!
- If \( \frac{d^2y}{dx^2} > 0 \): It is a Minimum point (Counter-intuitive, I know! Think of it as "positive" = "happy face" curve).
- If \( \frac{d^2y}{dx^2} < 0 \): It is a Maximum point ("negative" = "sad face" curve).
Key Takeaway: Stationary points occur when the curve stops going up or down for a split second. Use \( \frac{dy}{dx} = 0 \) to find them and the second derivative to name them.
Summary Checklist
Before you finish this chapter, make sure you can:
- Differentiate powers of \(x\) using the power rule (including negative and fractional powers).
- Explain the concept of a tangent as a limit of a chord.
- Use "First Principles" for simple powers like \(x^2\) or \(x^3\).
- Find the equation of a tangent and a normal.
- Identify where a function is increasing or decreasing.
- Locate stationary points and use the second derivative to find their nature.