Steps to determine if a function is increasing or decreasing
1️⃣ Create Intervals: List all critical points to divide the number line into intervals.
2️⃣ Select Test Values: Choose one value within each interval.
3️⃣ Evaluate Derivative: Compute the derivative f'(x) at the test value.
4️⃣ Determine Function Behavior: If f'(x) > 0, the function is increasing; if f'(x) < 0, the function is decreasing; if f'(x) = 0, there is a critical point.