3.3.2 Rules of Differentiation
Slope of a Tangent Line (Finding where the derivative equals a prescribed value)
Problem statement
- Given , find all -values where the tangent line to the graph has slope .
- "Slope of the tangent" = value of the first derivative at the desired point.
Differentiate with basic rules
- Power Rule and Constant Multiple Rule apply.
- Compute
\begin{aligned}
f'(x) &= (d/dx)(2x^3) - (d/dx)(15x^2) + (d/dx)(24x)\
&= 3\cdot 2x^{3-1} - 2\cdot 15x^{2-1} + 24\
&= 6x^2 - 30x + 24.
\end{aligned}
Set derivative equal to target slope
- Subtract from both sides:
- Factor out common :
Quadratic Formula
- General form
- Here :
x = \frac{-(-5) \pm \sqrt{(-5)^2-4(1)(3)}}{2(1)}
= \frac{5 \pm \sqrt{25-12}}{2}
= \frac{5 \pm \sqrt{13}}{2}. - Decimal approximations (useful for graphing or intuition):
Interpretation/Significance
- At and , the curve is rising with slope .
- In applications this process finds where a system meets a given rate-of-change requirement (e.g.
economics: marginal cost = given value, physics: velocity equals specific value, etc.).
Higher-Order Derivatives (Concept & Notation)
Idea
- "Higher order" means differentiating repeatedly.
- Notation:
- First derivative: or
- Second derivative: — captures concavity/acceleration.
- Third derivative: — appears in physics as "jerk" (rate of change of acceleration).
- -th derivative:
Why care?
- Analyze curvature, inflection points, motion (position→velocity→acceleration→jerk→…).
- Used in Taylor series, differential equations, control systems.
Example 1 — Polynomial (Find the third derivative)
Reconstructed original function (deduced from derivative steps in the video):
Step-by-step differentiation
- First derivative
(since constant vanishes). - Second derivative
- Third derivative
- First derivative
Observations
- The third derivative of a cubic polynomial is always constant.
- Physical analogy: a constant jerk implies linearly increasing acceleration.
Example 2 — Mixed Linear & Exponential (Find up to third derivative)
Function
Notation reminder
- Using Leibniz form
Derivatives
- First derivative
because and - Second derivative
(derivative of constant is ; remains unchanged). - Third derivative
(exponential function differentiates to itself indefinitely).
- First derivative
Pattern insight
- For , every derivative is still .
- Linear terms vanish after first differentiation.
Quick Reference: Rules Employed & Their Significance
- Power Rule: (foundation for differentiating polynomials).
- Constant Multiple Rule:
- Sum/Difference Rule: differentiate term-by-term.
- Derivative of : remains — makes exponentials pivotal in modeling continuous growth/decay.
- Quadratic Formula: universal method when factoring fails; discriminant signals number/nature of roots.
Broader Connections & Practical Takeaways
- Tangent‐slope problems illustrate how derivatives convert geometric questions into algebraic ones.
- Higher-order derivatives underpin concavity testing, optimization (via second derivative test), and series approximations (Taylor/Maclaurin).
- Exponentials’ self-replicating derivatives explain their ubiquity in differential equations (e.g.
Newton’s law of cooling, population models). - Recognizing when to switch from factoring to quadratic formula saves time and prevents errors.
Suggested Practice / Next Steps
- Re-work the tangent‐slope example with a different target slope (e.g.
) to reinforce the derivative-to-algebra transition. - Compute 4th and 5th derivatives of the exponential example to verify the pattern.
- Sketch and mark the points where the slope equals to internalize the geometric meaning.
- Read ahead on the second derivative test for local maxima/minima to see higher-order derivatives in action.