Understanding the behavior of a function, specifically where it is increasing or decreasing, can be effectively determined using its derivative. When analyzing a function from left to right, it is clear that a function is increasing if it rises and decreasing if it falls. The key to this analysis lies in the derivative, which represents the slope of the tangent line to the function at any given point. A positive derivative indicates that the function is increasing, while a negative derivative signifies that the function is decreasing.
To illustrate this concept, consider the function \( f(x) = -x^2 + 4x + 5 \). The first step is to find the derivative, which can be calculated using the power rule. The derivative is given by:
\[ f'(x) = -2x + 4 \]
Next, to determine whether the function is increasing or decreasing at specific points, such as \( x = 0 \) and \( x = 5 \), we substitute these values into the derivative:
For \( x = 0 \):
\[ f'(0) = -2(0) + 4 = 4 \] (positive)
This indicates that the function is increasing at \( x = 0 \).
For \( x = 5 \):
\[ f'(5) = -2(5) + 4 = -6 \] (negative)
This indicates that the function is decreasing at \( x = 5 \).
To find the intervals where the function is increasing or decreasing, we first identify the critical points, which occur where the derivative is zero or undefined. Setting the derivative equal to zero:
\[ -2x + 4 = 0 \]
Solving for \( x \) gives:
\[ -2x = -4 \Rightarrow x = 2 \]
Now, we create a sign chart to analyze the intervals defined by the critical point \( x = 2 \). This divides the number line into two intervals: \( (-\infty, 2) \) and \( (2, \infty) \). We can choose test values from each interval to determine the sign of the derivative:
For the interval \( (-\infty, 2) \), we can choose \( x = 0 \):
\[ f'(0) = 4 \] (positive)
This indicates that the function is increasing on the interval \( (-\infty, 2) \).
For the interval \( (2, \infty) \), we can choose \( x = 5 \):
\[ f'(5) = -6 \] (negative)
This indicates that the function is decreasing on the interval \( (2, \infty) \).
In summary, the function \( f(x) = -x^2 + 4x + 5 \) is increasing on the interval \( (-\infty, 2) \) and decreasing on the interval \( (2, \infty) \). By following these steps—finding the derivative, identifying critical points, creating a sign chart, and testing intervals—you can effectively determine where a function is increasing or decreasing.