Derivatives, Limits, and Tangent Lines — Lecture Notes
Recap: Derivatives as Generalized Slopes
Limits are the foundation of calculus; derivatives generalize the slope of a straight line to arbitrary functions.
Secant line slope as an average rate of change: for a function f and two points, the slope is AvgSlope=b−af(b)−f(a)
which gives an average rate of change between a and b. Example: for (f(x)=x^2) between x=1 and x=2,
(f(2)=4, f(1)=1) → average rate of change = (\frac{4-1}{2-1}=3) units per unit.
Real-time (instantaneous) rate of change requires looking at a single point, not two.
The instantaneous rate of change at (a) is defined as the derivative: f′(a)=limx→ax−af(x)−f(a).
This limit corresponds to the slope of the tangent line to the graph of (f) at (x=a).
Tangent line: the line that touches the graph at (x=a) exactly once; its slope is the derivative (f'(a)).
In many problems we work with the velocity interpretation: if (f) models distance, then (f'(a)) is the instantaneous velocity at time (a).
Velocity vs. speed:
Velocity carries direction; speed is the absolute value of velocity.
In problems, we often discuss velocity (signed rate) but may report speed when direction is not needed.
This confirms that the derivative of a line is its slope, and is independent of the point (a).
Special case: derivative of a constant (i.e., (m=0)) is zero, as expected.
Why Factorization and Higher Powers Become Hard
For higher powers or more complex expressions (e.g., (x^3-1)), the difference quotient can become unwieldy to simplify by factoring.
Factoring general polynomials like (x^3-1=(x-1)(x^2+x+1)) helps, but becomes tedious for larger powers.
The (h)-form often provides the more practical path to simplification and computation for many cases.
Derivative of a Root Function: The Square Root Example
Example: Find (f'(16)) for (f(x)=\sqrt{x}) using the (h)-form with a = 16:
(f'(16)=\lim_{h\to 0}\frac{\sqrt{16+h}-4}{h}).
Multiply numerator and denominator by the conjugate: h16+h−4⋅16+h+416+h+4=h(16+h+4)(16+h)−16=h(16+h+4)h=16+h+41.
As (h\to 0), this tends to (\frac{1}{4+4}=\frac{1}{8}).
Therefore, (f'(16)=\dfrac{1}{8}).
Tangent Line and Linear Approximation
Tangent line at (x=a) has slope (f'(a)) and passes through ((a,f(a))).
Point-slope form of the tangent line: y−f(a)=f′(a)(x−a).
Alternatively, slope-intercept form: if desired, convert to (y=mx+b) with (m=f'(a)) and (b=f(a)-a f'(a)).
Example: For (f(x)=\sqrt{x}) at (x=16):
(f(16)=4), (f'(16)=\dfrac{1}{8}).
Tangent line: y−4=81(x−16) or equivalently y=81x+2.
Application: Linear approximation. For (x) near 16, (\sqrt{x}) is well approximated by the tangent line:
(\sqrt{17}\approx \frac{1}{8}\cdot 17+2=4.125) while true value is (\sqrt{17}\approx 4.1231).
Accuracy improves as you stay closer to the point of tangency (here, 16).
Intuition: Zooming in on a curve makes it look like its tangent line; this justifies using the line for local approximations.
Practical Connections and Real-World Relevance
Instantaneous rate of change (derivative) is the core concept behind velocity in physics as well as rate-of-change in many other fields (economics, biology, engineering).
The derivative lets you relate small changes in input to changes in output, enabling linear approximations (first-order Taylor approximation) near a point.
Distinguishing speed vs. velocity is important in problems where direction matters (velocity) vs. magnitude only (speed).
Exam Orientation and Problem Types (What to Expect)
You may see problems that require using the limit definition of the derivative, possibly with non-polynomial functions (e.g., roots, higher powers, rational expressions).
Often, exams focus on one of three common challenging forms:
Square roots (use conjugates to simplify).
Higher powers (expand or use algebraic tricks).
Fractional expressions (simplify carefully or use the h-substitution).
There is typically at least one problem where you must identify the function and the point from a given limit expression (a multiple-choice derivative definition problem).
Quick Tangent-Line Problem (Practice for the Quiz)
Problem: Find the tangent line for (f(x)=3x^2) at (x=1).
Evaluate: (f(1)=3).
Derivative: (f'(x)=6x) so (f'(1)=6).
Tangent line in point-slope form: y−f(1)=f′(1)(x−1)⇒y−3=6(x−1).
Convert to slope-intercept form: (y=6x-3).
Quick review: At a point (a), the tangent line has slope (f'(a)) and passes through ((a,f(a))). The line equation is either y−f(a)=f′(a)(x−a) or, equivalently, (y= f'(a)x + [f(a)-a f'(a)].)
Final Tips for Mastery
Practice both forms of the derivative to become fluent: the two-point quotient and the h-substitution quotient.
When facing a square root or higher-power expression, try the conjugate or the h-substitution first to simplify the limit.
Always verify special cases: derivative of a constant is 0; derivative of a linear function is its slope.
Use tangent-line reasoning to motivate linear approximations and provide intuition for why derivatives are useful.
For quiz and exam problems, read limits carefully and identify whether you should factor, rationalize, or shift variables to an h-substitution for cancellation.