Welcome to Differentiation!
Welcome to one of the most powerful chapters in A Level Mathematics! Differentiation is the study of how things change. Whether it’s the speed of a car, the growth of a population, or the steepness of a roller coaster, differentiation helps us calculate exactly how fast a change is happening at any single moment.
Don't worry if this seems a bit abstract at first. We’re going to break it down into simple, manageable steps. By the end of these notes, you'll be able to find the gradient of almost any curve and use it to solve real-world problems.
1. The Basics: What is a Derivative?
In GCSE, you found the gradient of a straight line using "rise over run". But what if the line is curved? The gradient changes at every point! The derivative, written as \( \frac{dy}{dx} \) or \( f'(x) \), tells us the gradient of the tangent to the curve at any point \( (x, y) \).
Differentiation from First Principles
This is the "official" way to define a derivative. Imagine taking two points on a curve that are very, very close together. We call the tiny horizontal distance between them \( h \). As \( h \) gets closer and closer to zero, the line between the points becomes the tangent.
The Formula: \( f'(x) = \lim_{h \to 0} \frac{f(x+h) - f(x)}{h} \)
Note: You are specifically required to know how to prove the derivatives of \( x^n \) (for small positive integers like \( x^2 \) or \( x^3 \)), \( \sin x \), and \( \cos x \) using this method.
Quick Review: Geometric Meaning
- Positive Gradient: The graph is going up.
- Negative Gradient: The graph is going down.
- Zero Gradient: The graph is flat (a stationary point).
Key Takeaway: Differentiation finds the instantaneous rate of change. Think of it as a snapshot of how steep a curve is at one exact moment.
2. The Toolkit: Rules for Differentiating Functions
You don't always have to use "First Principles." We have handy shortcuts for common functions.
The Power Rule
For any function \( y = x^n \), the derivative is \( \frac{dy}{dx} = nx^{n-1} \).
Step-by-step: Multiply by the power, then subtract one from the power.
Exponential and Log Functions
- If \( y = e^{kx} \), then \( \frac{dy}{dx} = ke^{kx} \). (The exponential function is special because it stays the same, just multiplied by the constant \( k \)).
- If \( y = a^{kx} \), then \( \frac{dy}{dx} = k \ln(a) a^{kx} \).
- If \( y = \ln x \), then \( \frac{dy}{dx} = \frac{1}{x} \).
Trigonometric Functions
- If \( y = \sin(kx) \), then \( \frac{dy}{dx} = k\cos(kx) \).
- If \( y = \cos(kx) \), then \( \frac{dy}{dx} = -k\sin(kx) \).
- If \( y = \tan(kx) \), then \( \frac{dy}{dx} = k\sec^2(kx) \).
Memory Aid: When differentiating Cos, the answer is always negative. (Cos gives a Cold/Negative result!)
Key Takeaway: Always simplify your expression into powers of \( x \) (like \( \frac{1}{x^2} = x^{-2} \)) before you start differentiating!
3. Advanced Rules: Chain, Product, and Quotient
Sometimes functions are "glued" together. We need special rules to take them apart.
The Chain Rule (Functions inside Functions)
Use this for "onion" functions like \( y = (3x+1)^5 \).
The Rule: \( \frac{dy}{dx} = \frac{dy}{du} \times \frac{du}{dx} \)
Analogy: Differentiate the "outer" layer, then multiply by the derivative of the "inner" layer.
The Product Rule (Two functions multiplied)
If \( y = uv \), then \( \frac{dy}{dx} = u\frac{dv}{dx} + v\frac{du}{dx} \).
Memory Aid: "Left d-Right + Right d-Left."
The Quotient Rule (One function divided by another)
If \( y = \frac{u}{v} \), then \( \frac{dy}{dx} = \frac{v\frac{du}{dx} - u\frac{dv}{dx}}{v^2} \).
Common Mistake: Forgetting the minus sign in the numerator or swapping \( u \) and \( v \). Always start with \( v \) (the bottom function) in the numerator!
Key Takeaway: Identify the relationship between parts of the equation first to choose the right rule.
4. Stationery Points and Graph Shapes
Differentiation is the best tool for sketching graphs accurately.
Stationary Points
A stationary point occurs when the gradient is zero: \( \frac{dy}{dx} = 0 \).
- Local Maximum: The peak of a hill.
- Local Minimum: The bottom of a valley.
- Point of Inflection: Where the curve pauses but then continues in the same direction.
The Second Derivative \( \frac{d^2y}{dx^2} \)
The second derivative tells us how the gradient itself is changing. It measures concavity.
- If \( \frac{d^2y}{dx^2} > 0 \), the curve is convex (like a smile \( \cup \)) and it's a Minimum.
- If \( \frac{d^2y}{dx^2} < 0 \), the curve is concave (like a frown \( \cap \)) and it's a Maximum.
- If \( \frac{d^2y}{dx^2} = 0 \), it might be a Point of Inflection (where the curve changes from concave to convex).
Quick Review: To find a maximum or minimum, set \( \frac{dy}{dx} = 0 \), solve for \( x \), then test the value in \( \frac{d^2y}{dx^2} \).
5. Tangents and Normals
Once you have the gradient (\( m \)) from \( \frac{dy}{dx} \):
- Tangent: A straight line that just touches the curve. Its gradient is \( m \).
- Normal: A straight line perpendicular to the tangent. Its gradient is \( -\frac{1}{m} \).
Use the straight-line formula: \( y - y_1 = m(x - x_1) \).
6. Implicit and Parametric Differentiation
Sometimes \( y \) isn't written clearly as "something equals \( x \)."
Parametric Differentiation
If \( x \) and \( y \) are both given in terms of a third variable \( t \) (the parameter):
\( \frac{dy}{dx} = \frac{dy/dt}{dx/dt} \)
Implicit Differentiation
When \( x \) and \( y \) are mixed together (like \( x^2 + y^2 = 25 \)).
The Trick: Every time you differentiate a term with \( y \), just do it normally but stick a \( \frac{dy}{dx} \) on the end. Then, rearrange to solve for \( \frac{dy}{dx} \).
7. Real-World Applications (Connected Rates of Change)
We can use the Chain Rule to link different rates of change. For example, if you know how fast the radius of a balloon is growing (\( \frac{dr}{dt} \)), you can find how fast the volume is increasing (\( \frac{dV}{dt} \)).
Formula: \( \frac{dV}{dt} = \frac{dV}{dr} \times \frac{dr}{dt} \)
Did you know? This is how engineers calculate how fast a fuel tank is emptying or how much a metal beam expands when it gets hot!
Summary Checklist
- Can I differentiate \( x^n, e^x, \ln x, \sin x, \cos x, \tan x \)?
- Do I know when to use the Chain, Product, and Quotient rules?
- Can I find and classify stationary points using the second derivative?
- Can I find the equations of tangents and normals?
- Do I understand how to link rates of change together?
Final Encouragement: Differentiation is like learning to ride a bike. It feels like a lot of rules to balance at once, but once it "clicks," you'll be zooming through problems with ease! Keep practicing the rules until they feel like second nature.