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.