Welcome to Unit 2: The Heart of Calculus!
In Unit 1, we talked about limits—the idea of getting "closer and closer" to a value. Now, we use those limits to unlock the first major "superpower" of calculus: Differentiation. Basically, differentiation allows us to find exactly how fast something is changing at a specific moment. Whether it’s a car accelerating or a population growing, differentiation gives us the math to describe that movement. Don't worry if it seems like a lot of symbols at first; we will break it down step-by-step!
2.1 & 2.2: Defining the Derivative
In algebra, you learned how to find the slope of a straight line using two points. But how do you find the slope of a curvy graph at just one point? That is what a derivative is!
Average vs. Instantaneous Rate of Change
- Average Rate of Change: This is just the slope between two points on a curve (a secant line). Formula: \(\frac{f(b) - f(a)}{b - a}\).
- Instantaneous Rate of Change: This is the slope at one specific moment (a tangent line). This is the Derivative.
The Limit Definition of a Derivative
To find the derivative, we take the average rate of change and make the distance between the two points (\(h\)) so small that it's basically zero. This is the Limit Definition of the Derivative:
\(f'(x) = \lim_{h \to 0} \frac{f(x+h) - f(x)}{h}\)
You might also see it written for a specific point \(c\):
\(f'(c) = \lim_{x \to c} \frac{f(x) - f(c)}{x - c}\)
Derivative Notation
Mathematicians use different symbols for the derivative. They all mean "find the slope":
- \(f'(x)\) (Read as "f-prime of x")
- \(\frac{dy}{dx}\) (Read as "dy dx" or "the derivative of y with respect to x")
- \(\frac{d}{dx}[f(x)]\) (An instruction to "take the derivative")
Quick Review: The derivative represents the slope of the tangent line and the instantaneous rate of change.
2.3 & 2.4: Estimating and Differentiability
Estimating from a Table
If you are given a table of values and asked for the derivative at a point, you can't use the limit formula. Instead, find the average slope using the two points closest to the value you need. It’s not perfect, but it’s the best estimate!
When does a derivative NOT exist?
A function is differentiable if its graph is "smooth and continuous." A derivative fails to exist at:
- Sharp Corners or Cusps: Where the graph makes a sudden "V" shape.
- Discontinuities: If there is a hole, jump, or asymptote, you can't find a derivative there.
- Vertical Tangents: If the graph gets so steep it becomes a vertical line, the slope is undefined.
Important Rule: If a function is differentiable at a point, it must be continuous there. However, just because a function is continuous doesn't mean it's differentiable (think of a sharp "V" shape—it's continuous, but not differentiable at the point)!
2.5 & 2.6: Basic Rules (The Shortcuts!)
Using the limit definition every time is exhausting. Thankfully, we have shortcuts!
The Constant Rule
The derivative of any constant (a plain number) is zero.
Example: If \(f(x) = 5\), then \(f'(x) = 0\).
Analogy: A flat line has no slope!
The Power Rule
This is the one you will use most! If \(f(x) = x^n\), then:
\(f'(x) = n \cdot x^{n-1}\)
The Trick: Bring the power down to the front (multiply) and subtract one from the exponent.
Constant Multiple and Sum/Difference Rules
- Constant Multiple: \(\frac{d}{dx}[c \cdot f(x)] = c \cdot f'(x)\) (The number in front just tags along for the ride).
- Sum/Difference: You can take the derivative of each part of a long equation one by one.
Key Takeaway: For \(f(x) = 3x^2 + 5x\), the derivative is \(f'(x) = 6x + 5\).
2.7: Derivatives of Special Functions
You simply need to memorize these "Famous Four" for Unit 2:
- Sine: \(\frac{d}{dx}(\sin x) = \cos x\)
- Cosine: \(\frac{d}{dx}(\cos x) = -\sin x\) (Note the negative!)
- Exponential: \(\frac{d}{dx}(e^x) = e^x\) (This is the easiest one—it never changes!)
- Natural Log: \(\frac{d}{dx}(\ln x) = \frac{1}{x}\)
Did you know? The function \(e^x\) is the only function that is its own derivative. It is literally its own "slope generator"!
2.8 & 2.9: The Product and Quotient Rules
When functions are multiplied or divided, we can't just take the derivatives of the parts. We need special formulas.
The Product Rule (For \(f \cdot g\))
\(\frac{d}{dx}[f(x)g(x)] = f'(x)g(x) + f(x)g'(x)\)
Memory Aid: "Left d-Right + Right d-Left"
The Quotient Rule (For \(\frac{f}{g}\))
\(\frac{d}{dx}[\frac{f(x)}{g(x)}] = \frac{g(x)f'(x) - f(x)g'(x)}{[g(x)]^2}\)
Memory Aid (The "Lo-Hi" song):
"Low d-High minus High d-Low, square the bottom and away we go!"
(Where "Low" is the denominator and "High" is the numerator).
Common Mistake: Forgetting the minus sign in the Quotient Rule. Always start with the bottom function (\(Low \cdot dHigh\))!
2.10: Other Trig Derivatives
Once you know Sine and Cosine, you can find the others. You should memorize these for speed:
- \(\frac{d}{dx}(\tan x) = \sec^2 x\)
- \(\frac{d}{dx}(\cot x) = -\csc^2 x\)
- \(\frac{d}{dx}(\sec x) = \sec x \tan x\)
- \(\frac{d}{dx}(\csc x) = -\csc x \cot x\)
Mnemonic Hint: Notice that the derivative of every "Co" function (Cosine, Cotangent, Cosecant) starts with a negative sign!
Summary of Unit 2
1. Derivatives = Slope: It's all about how fast something changes at a single point.
2. Limits define them: The "formal" way is the limit of the slope formula as \(h \to 0\).
3. Continuity matters: You can't have a derivative at a hole, jump, or sharp corner.
4. Use your rules: Power, Product, and Quotient rules are your best friends to avoid doing long limits every time!