Welcome to the World of Curves!
In this chapter, we are going to explore how differentiation helps us understand the "shape" of a graph. Think of a curve like a roller coaster track. Differentiation tells us exactly how steep the track is at any point, whether we are going up or down, and where the highest and lowest points are.
Don’t worry if calculus has felt a bit "roomy" or abstract so far. We are going to break these concepts down into simple, visual steps. By the end of these notes, you’ll be able to find the exact equation of a line touching a curve and predict where a function changes direction!
Prerequisite Check: Before we start, remember that \( \frac{dy}{dx} \) (or \( f'(x) \)) is just a formula for the gradient (steepness) of a curve at any point \( x \).
1. Increasing and Decreasing Functions
This is the simplest way to describe a graph. Is it going up or is it going down as you move from left to right?
What does it mean?
- An increasing function is "climbing." As \( x \) gets bigger, \( y \) gets bigger. This means the gradient is positive: \( \frac{dy}{dx} > 0 \).
- A decreasing function is "falling." As \( x \) gets bigger, \( y \) gets smaller. This means the gradient is negative: \( \frac{dy}{dx} < 0 \).
How to solve these problems:
To find the interval (the range of \( x \) values) where a function is increasing or decreasing, follow these steps:
1. Find the derivative, \( \frac{dy}{dx} \).
2. Set up an inequality: \( \frac{dy}{dx} > 0 \) for increasing, or \( \frac{dy}{dx} < 0 \) for decreasing.
3. Solve the inequality for \( x \).
Example: For which values of \( x \) is \( f(x) = x^2 - 6x + 5 \) decreasing?
Step 1: \( f'(x) = 2x - 6 \).
Step 2: For decreasing, set \( 2x - 6 < 0 \).
Step 3: \( 2x < 6 \), so \( x < 3 \).
The function is decreasing whenever \( x \) is less than 3.
Quick Review Box:
- Increasing: \( f'(x) > 0 \)
- Decreasing: \( f'(x) < 0 \)
Key Takeaway: The sign of the derivative tells you the direction of the curve. Positive = Up, Negative = Down.
2. Tangents and Normals
Imagine you are driving a car along a curved road at night. The Tangent is the direction your headlights point. The Normal is a line perfectly perpendicular (at 90 degrees) to that path, like a driveway turning off at a right angle.
The Tangent
A tangent is a straight line that just touches a curve at a specific point. Because it touches the curve, it has the same gradient as the curve at that point.
Step-by-step Tangent Equation:
1. Find \( \frac{dy}{dx} \).
2. Plug in the \( x \)-value of your point to find the gradient, \( m \).
3. Use the straight-line formula: \( y - y_1 = m(x - x_1) \).
The Normal
The normal is perpendicular to the tangent.
Memory Aid: Remember from coordinate geometry that if two lines are perpendicular, their gradients multiply to give -1.
So, if the tangent gradient is \( m \), the normal gradient is \( -\frac{1}{m} \).
Common Mistake: Students often forget to flip and change the sign for the normal gradient. If your tangent gradient is \( 3 \), your normal gradient is \( -\frac{1}{3} \). If it is \( -\frac{2}{5} \), the normal is \( \frac{5}{2} \).
Key Takeaway: Tangents have gradient \( f'(x) \). Normals have gradient \( -\frac{1}{f'(x)} \). Both use \( y - y_1 = m(x - x_1) \).
3. Stationary Points
A stationary point is a place where the curve is momentarily flat. If you were hiking, this would be the very top of a hill or the very bottom of a valley. At these points, the gradient is zero.
Finding Stationary Points
To find where these points are, solve \( \frac{dy}{dx} = 0 \).
Classifying Stationary Points
Once you find a stationary point, you need to know if it's a Maximum (top of a hill) or a Minimum (bottom of a valley).
The Second Derivative Test (\( \frac{d^2y}{dx^2} \)):
This is the quickest way to check!
- If \( \frac{d^2y}{dx^2} > 0 \), it is a Minimum. (Think: Positive people smile \( \cup \))
- If \( \frac{d^2y}{dx^2} < 0 \), it is a Maximum. (Think: Negative people frown \( \cap \))
Don’t worry if this seems backwards! Just remember: Positive = Smile (Min), Negative = Frown (Max).
Did you know? These points are also called "turning points" because the function is changing from increasing to decreasing, or vice-versa.
Key Takeaway: Set \( f'(x) = 0 \) to find the points. Use \( f''(x) \) to see if it’s a hill or a valley.
4. Concavity and Points of Inflection
Sometimes a curve changes from "frowning" to "smiling" without necessarily stopping at a maximum or minimum. This "twist" in the curve is called a Point of Inflection.
Convex and Concave
- Convex: The curve is shaped like a smile \( \cup \). This happens when \( f''(x) > 0 \).
- Concave: The curve is shaped like a frown \( \cap \). This happens when \( f''(x) < 0 \).
What is a Point of Inflection?
It is the exact point where the curve changes from concave to convex (or the other way around).
The Rule: At a point of inflection, \( f''(x) = 0 \) and the sign of \( f''(x) \) must change as you pass through that point.
Stationary vs. Non-Stationary
- If \( f'(x) = 0 \) and \( f''(x) = 0 \), it is a Stationary Point of Inflection (it’s flat and it twists).
- If \( f'(x) \neq 0 \) but \( f''(x) = 0 \), it is a Non-Stationary Point of Inflection (it’s still moving up or down, but the twist happens).
Analogy: Imagine you are turning a steering wheel. A point of inflection is the moment your wheel passes through the center as you switch from turning left to turning right.
Quick Review Box:
- Convex: \( f''(x) > 0 \)
- Concave: \( f''(x) < 0 \)
- Inflection Point: \( f''(x) = 0 \) and sign changes.
Key Takeaway: Points of inflection are all about the change in curvature. Look for where the second derivative is zero!
Summary Checklist for Success
- [ ] Increasing? Solve \( f'(x) > 0 \).
- [ ] Decreasing? Solve \( f'(x) < 0 \).
- [ ] Tangent? Gradient is \( f'(x) \).
- [ ] Normal? Gradient is \( -1 / f'(x) \).
- [ ] Stationary Point? Solve \( f'(x) = 0 \).
- [ ] Max or Min? Check the sign of \( f''(x) \).
- [ ] Point of Inflection? Check where \( f''(x) \) changes sign (usually where \( f''(x) = 0 \)).