Understanding the behavior of a function through its first and second derivatives is crucial for sketching its graph. The first derivative provides insights into where the function is increasing or decreasing, while the second derivative reveals information about concavity. This chapter focuses on applying these concepts to graph the function \( f(x) = x^3 - 3x^2 + 4 \).
First, we determine the domain of the function. As a polynomial, its domain is all real numbers, expressed as \( (-\infty, \infty) \). Next, we find the x-intercepts by setting the function equal to zero. Factoring the polynomial gives us \( (x - 2)^2(x + 1) \). Setting each factor to zero results in x-intercepts at \( x = 2 \) and \( x = -1 \). The y-intercept is found by evaluating \( f(0) \), yielding \( f(0) = 4 \), so the y-intercept is at \( (0, 4) \).
Next, we check for asymptotes. Since this is a polynomial function, there are no asymptotes to consider. To analyze symmetry, we substitute \( -x \) into the function. The resulting expression does not match the original function, indicating that it is neither symmetric about the y-axis nor the origin.
Moving on to the first derivative, we differentiate \( f(x) \) to find \( f'(x) = 3x^2 - 6x \), which factors to \( 3x(x - 2) \). Setting the first derivative to zero gives critical points at \( x = 0 \) and \( x = 2 \). We create a sign chart to analyze the intervals: \( (-\infty, 0) \), \( (0, 2) \), and \( (2, \infty) \). Testing values from each interval reveals that the function is increasing on \( (-\infty, 0) \) and \( (2, \infty) \), and decreasing on \( (0, 2) \).
Next, we examine concavity using the second derivative. Differentiating \( f'(x) \) gives \( f''(x) = 6x - 6 \), which factors to \( 6(x - 1) \). Setting this equal to zero identifies a potential inflection point at \( x = 1 \). Testing intervals \( (-\infty, 1) \) and \( (1, \infty) \) shows that the function is concave down on \( (-\infty, 1) \) and concave up on \( (1, \infty) \).
With this information, we can identify local extrema. At \( x = 0 \), the function transitions from increasing to decreasing, indicating a local maximum. At \( x = 2 \), the function transitions from decreasing to increasing, indicating a local minimum. Evaluating these points in the original function confirms their coordinates: \( (0, 4) \) for the local maximum and \( (2, 0) \) for the local minimum.
Finally, we sketch the graph. Starting from the left, the function increases and is concave down until reaching the local maximum at \( (0, 4) \). It then decreases while remaining concave down until the inflection point at \( (1, 1) \). After this point, the function continues to decrease until reaching the local minimum at \( (2, 0) \), and then it begins to increase while being concave up.
In summary, to sketch a function's graph effectively, begin with the basics: determine the domain, intercepts, and symmetry. Then, utilize the first and second derivatives to analyze increasing/decreasing behavior and concavity. Finally, connect the plotted points smoothly to create an accurate representation of the function.