Definition of the Derivative
Definition of the Derivative
The derivative is one of the most fundamental concepts in calculus. It measures the instantaneous rate of change of a quantity. Geometrically, the derivative of a function at a specific point is the slope of the tangent line to the function's curve at that point.
The Limit Definition of the Derivative
The formal definition of the derivative is based on the limit of the difference quotient. For a function f(x), its derivative f′(x) is defined as:
f′(x)=limh→0hf(x+h)−f(x)
Here, hf(x+h)−f(x) is the difference quotient, which represents the average rate of change over a small interval h. By taking the limit as h approaches 0, we find the exact instantaneous rate of change at the point x.
Differentiability and Continuity
For a function to have a derivative at a point (meaning it is differentiable), it must be continuous at that point.
However, continuity alone does not guarantee differentiability. If a graph has a sharp corner or cusp (like f(x)=∣x∣ at x=0), or a vertical tangent line, it is continuous but not differentiable at those specific points.
Example Problems
Example 1: Using the Limit Definition
Problem: Use the limit definition to find f′(x) for f(x)=x2+3x.
Solution:
- Set up the difference quotient by finding f(x+h): f(x+h)=(x+h)2+3(x+h)=x2+2xh+h2+3x+3h
- Subtract f(x): f(x+h)−f(x)=(x2+2xh+h2+3x+3h)−(x2+3x)=2xh+h2+3h
- Divide by h: h2xh+h2+3h=2x+h+3
- Take the limit as h→0: f′(x)=limh→0(2x+h+3)=2x+0+3=2x+3
Example 2: Finding the Tangent Line
Problem: Find the equation of the tangent line to y=x3 at x=2.
Solution:
- Find the derivative to get the slope formula (using the power rule): f′(x)=3x2
- Find the slope at x=2: m=f′(2)=3(2)2=12
- Find the y-coordinate at x=2: y=(2)3=8 The point of tangency is (2,8).
- Use the point-slope formula (y−y1=m(x−x1)) to write the equation: y−8=12(x−2) y=12x−24+8 y=12x−16