Function Analysis with Derivatives
Function Analysis with Derivatives
Derivatives provide a powerful way to understand the behavior of functions. By analyzing the first and second derivatives, we can sketch highly accurate graphs and identify key features like where a function is increasing, decreasing, curving upwards, or curving downwards.
The First Derivative: Increasing, Decreasing, and Extrema
The first derivative, fโฒ(x), tells us the slope of the tangent line to the function.
- Increasing: A function is increasing on an interval if fโฒ(x)>0.
- Decreasing: A function is decreasing on an interval if fโฒ(x)<0.
- Critical Points: These occur where fโฒ(x)=0 or fโฒ(x) is undefined. They are the "candidates" for local maximums and minimums.
The First Derivative Test states that if fโฒ(x) changes from positive to negative at a critical point, it is a local maximum. If it changes from negative to positive, it is a local minimum.
Example 1: Find local extrema and intervals of increase/decrease
Let f(x)=x3โ12x+1.
- Find the derivative: fโฒ(x)=3x2โ12
- Find critical points: Set fโฒ(x)=0. 3(x2โ4)=0โนx=2,x=โ2
- Test intervals:
- For x<โ2 (e.g., x=โ3): fโฒ(โ3)=15>0 (Increasing)
- For โ2<x<2 (e.g., x=0): fโฒ(0)=โ12<0 (Decreasing)
- For x>2 (e.g., x=3): fโฒ(3)=15>0 (Increasing)
Conclusion:
- Intervals of increase: (โโ,โ2)โช(2,โ)
- Interval of decrease: (โ2,2)
- Local maximum at x=โ2 (value: f(โ2)=17)
- Local minimum at x=2 (value: f(2)=โ15)
The Second Derivative: Concavity and Inflection Points
The second derivative, fโฒโฒ(x), tells us the rate of change of the first derivative. It describes the concavity of the function.
- Concave Up: If fโฒโฒ(x)>0, the graph is shaped like a cup (โช).
- Concave Down: If fโฒโฒ(x)<0, the graph is shaped like a frown (โฉ).
- Inflection Points: A point where the concavity changes (from up to down, or down to up). This occurs where fโฒโฒ(x)=0 or is undefined, and fโฒโฒ(x) changes sign.
Example 2: Find the inflection points
Let f(x)=x4โ4x3.
- Find the first and second derivatives: fโฒ(x)=4x3โ12x2 fโฒโฒ(x)=12x2โ24x
- Find potential inflection points: Set fโฒโฒ(x)=0. 12x(xโ2)=0โนx=0,x=2
- Test intervals for concavity:
- For x<0 (e.g., x=โ1): fโฒโฒ(โ1)=36>0 (Concave up)
- For 0<x<2 (e.g., x=1): fโฒโฒ(1)=โ12<0 (Concave down)
- For x>2 (e.g., x=3): fโฒโฒ(3)=36>0 (Concave up)
Conclusion: Since the concavity changes at both x=0 and x=2, both are inflection points.
- At x=0, the point is (0,0).
- At x=2, the point is (2,โ16).
Absolute Extrema and the Extreme Value Theorem
The Extreme Value Theorem (EVT) guarantees that if a function is continuous on a closed interval [a,b], it must have both an absolute maximum and an absolute minimum on that interval.
To find these absolute extrema:
- Find all critical points within the open interval (a,b).
- Evaluate the function f(x) at these critical points.
- Evaluate the function at the endpoints x=a and x=b.
- The largest value is the absolute maximum, and the smallest is the absolute minimum.