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 yields the x-intercepts at \( x = 2 \) and \( x = -1 \). The y-intercept is found by evaluating \( f(0) \), resulting in \( 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 is not equivalent to 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 \). We analyze the intervals \( (-\infty, 1) \) and \( (1, \infty) \) using test values. The second derivative is negative on \( (-\infty, 1) \) (indicating concave down) and positive on \( (1, \infty) \) (indicating concave up). Thus, \( x = 1 \) is an inflection point.
To find local extrema, we apply the first derivative test. 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) \) is a local maximum and \( (2, 0) \) is a local minimum.
With all this information, we can 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, 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 for the rest of the graph.
In summary, to sketch the graph of a function, begin with the basics: determine the domain, intercepts, and symmetry. Then, use the first and second derivatives to analyze increasing/decreasing behavior and concavity. Finally, connect the points smoothly to create an accurate representation of the function's graph.