Slopes, Derivatives & Their Rules – Comprehensive Notes
The Tangent Line
- Historical intuition: for a circle, the tangent at point touches the circle but does not cut through; we generalize this idea to any curve.
- Secant line construction
- Two points on the curve and .
- Slope of secant: where .
- Tangent line obtained by letting so that the secant approaches a unique limiting line .
- Slope of tangent at :
- If the above limit exists, is called the tangent line at .
- If the one-sided limits blow up to the vertical line is the tangent. Otherwise no tangent exists.
- Slope of tangent at :
- Geometric/qualitative remarks
- Magnitude of gauges flatness vs. steepness.
- Sign of tells whether the curve rises (positive) or falls (negative) at .
- A tangent line may intersect the curve again away from the point of tangency.
- Normal line: the line through perpendicular to the tangent; slope whenever .
Worked Example – Tangent & Normal to at
- Point: .
- Tangent slope via limit:
\begin{aligned}
m{TL}&=\lim{\Delta x\to 0}\frac{\tfrac1{1+\Delta x}-1}{\Delta x}
=\lim{\Delta x\to 0}\frac{1-(1+\Delta x)}{\Delta x(1+\Delta x)} =\lim{\Delta x\to 0}\frac{-\Delta x}{\Delta x(1+\Delta x)}=-1.
\end{aligned} - Tangent line (point–slope):
- Normal slope , normal line:
- General slope for the same function: (demonstrates a tangible derivative function).
Definition of the Derivative
- Derivative of is the function
- Domain restrictions: derivative may fail to exist at some points ⇒
- Alternative notation at a single point :
- Synonyms/notations: The computational process is called differentiation.
Example via Definition
For :
\begin{aligned}
f'(x)&=\lim{\Delta x\to 0}\frac{\sqrt{x+\Delta x}-\sqrt{x}}{\Delta x}
\cdot\frac{\sqrt{x+\Delta x}+\sqrt{x}}{\sqrt{x+\Delta x}+\sqrt{x}}
=\lim{\Delta x\to 0}\frac{(x+\Delta x)-x}{\Delta x(\sqrt{x+\Delta x}+\sqrt{x})}
=\frac1{2\sqrt{x}}.
\end{aligned}
Differentiation Rules
- Constant Rule:
- Power Rule (rational exponent ):
- Constant Multiple:
- Sum / Difference:
- Product Rule:
- Quotient Rule:
Illustrative Computations
- Constant & power:
- Constant multiple: (emphasizes expansion before power rule).
- Sum/Difference:
- Product:
- Quotient (template example): for notation reminder given.
Derivatives of Trigonometric Functions
- Fundamental list (proof of given via limit laws):
- Mixed examples
- Product of trigs:
- Combined quotient: If then
Higher-Order Derivatives
- Second derivative: derivative of , denoted .
- derivative recursively defined by
- Notational variants:
- Order terminology: is the order;
Polynomial Example
For successive derivatives are
\begin{aligned}
f'(x)&=6x^5-4x^3-9x^2+4x,\
f''(x)&=30x^4-12x^2-18x+4,\
f'''(x)&=120x^3-24x-18,\
f^{(4)}(x)&=360x^2-24,\
f^{(5)}(x)&=720x,\
f^{(6)}(x)&=720,\
f^{(n)}(x)&=0\;\text{for all}\;n\ge 7.
\end{aligned}
- Observation: for a degree- polynomial the derivative becomes identically zero after steps.
Conceptual Connections & Significance
- Tangent slope = instantaneous rate of change; foundation for velocities, growth rates, marginal analysis in economics.
- Normal lines arise in physics (reflection/refraction), computer graphics (lighting normals).
- Differentiation rules accelerate computation, replacing repeated limit evaluations.
- Trigonometric derivative identities underpin solutions of oscillatory models (waves, circuits, optics).
- Higher derivatives relate to curvature, Taylor series, differential equations, and physical quantities such as jerk (third derivative of position).
- Vertical tangents signal possible cusp/critical behavior important in optimization and qualitative sketching.
Typical Exam-Style Exercises (from transcript)
- Tangent & normal to at .
- Compute for (shortcut via product rule).
- Differentiate the composite expression .
- Find for (exploit periodic cycling of sine derivatives every 4 steps).
Study Tips
- Always start with recognition: constant, power, trig, product, quotient.
- For limits, memorize fundamental trig limits: and
- Check domain issues (e.g.
cusps, vertical tangents) before concluding differentiability. - Organize multi-rule problems hierarchically: outermost rule → inner rules.
- For high-order derivatives of trig / exponentials, note pattern cycles.
Ethical / Practical Remarks
- Calculus models real-world change; misuse (e.g.
ignoring domain constraints) can lead to erroneous engineering or economic predictions. - Clear communication of derivatives (notation, units) is essential for interdisciplinary collaboration.
Quick Reference – Formula Sheet
- Constant: | Power: | | | |
- Trig:
- Higher derivatives: apply rules repeatedly; polynomials terminate; / cycle every 4.