Source codeVideos

Command Palette

Search for a command to run...

Derivative Functions

Increasing, Decreasing, and Stationary Functions

Behavior of a Function and Its Derivative

Have you ever noticed how the graph of a function can move up, down, or even flatten out for a moment? This behavior, called the monotonicity of a function, is closely related to its first derivative.

Imagine you are walking along the curve of a graph from left to right.

  • When you are climbing, it means the function is increasing.

  • When you are descending into a valley, it means the function is decreasing.

  • When you are at the top of a hill or the bottom of a valley, you are at a stationary point.

Geometrically, the first derivative, f(x)f'(x), is the gradient of the tangent line to the curve at that point. So, we can determine the function's behavior by looking at the sign of its gradient.

Properties of Monotonicity

The relationship between the first derivative and the behavior of a function can be summarized by the following properties:

Suppose the function y=f(x)y = f(x) is continuous and differentiable over an interval.

  • If f(x)>0f'(x) > 0 for all xx in that interval, then f(x)f(x) is an increasing function.

  • If f(x)<0f'(x) < 0 for all xx in that interval, then f(x)f(x) is a decreasing function.

  • If f(x)=0f'(x) = 0 at a specific point, then f(x)f(x) has a stationary point there.

These stationary points are the key to finding where a function changes from increasing to decreasing, or vice versa.

Analyzing Function Intervals

Let's break down a case to see how to determine the intervals where a function is increasing or decreasing.

Determine the intervals for which the function f(x)=x33xf(x) = x^3 - 3x is increasing and decreasing.

Solution:

Step 1: Find the first derivative

First, we differentiate the function f(x)f(x).

f(x)=3x23f'(x) = 3x^2 - 3

Step 2: Find the stationary points

Stationary points occur when f(x)=0f'(x) = 0.

3x23=03x^2 - 3 = 0
x21=0x^2 - 1 = 0
(x1)(x+1)=0(x-1)(x+1) = 0

From this, we get the stationary points at x=1x = 1 and x=1x = -1.

Step 3: Create a number line and test intervals

We place the stationary points on a number line. These points divide the line into three intervals. We take a test point from each interval to find the sign of f(x)f'(x) (positive or negative).

  • Interval x<1x < -1:

    Take x=2x=-2. f(2)=3(2)23=9f'(-2) = 3(-2)^2 - 3 = 9 (Positive, function is increasing).

  • Interval 1<x<1-1 < x < 1:

    Take x=0x=0. f(0)=3(0)23=3f'(0) = 3(0)^2 - 3 = -3 (Negative, function is decreasing).

  • Interval x>1x > 1:

    Take x=2x=2. f(2)=3(2)23=9f'(2) = 3(2)^2 - 3 = 9 (Positive, function is increasing).

Step 4: Conclude the intervals

Based on the tests, we can conclude:

  • The function is increasing on the intervals x<1x < -1 or x>1x > 1.

  • The function is decreasing on the interval 1<x<1-1 < x < 1.

Visualization of Function Monotonicity
This graph illustrates the behavior of the function f(x)=x33xf(x) = x^3 - 3x. Notice how the curve increases when its derivative is positive, decreases when its derivative is negative, and flattens at the stationary points where f(x)=0f'(x)=0.

Exercises

  1. Determine the intervals where the function is increasing and decreasing for the curve f(x)=x33x215f(x) = x^3 - 3x^2 - 15.

  2. If the function f(x)=ax3+x2+5f(x) = ax^3 + x^2 + 5 is always increasing on the interval 0<x<20 < x < 2, determine the value of the coefficient aa!

  3. Determine the intervals where the function is increasing and decreasing if the curve is given by f(x)=sin2xcos2xf(x) = \sin 2x \cos 2x!

Answer Key

  1. Solution:

    The first derivative of f(x)=x33x215f(x) = x^3 - 3x^2 - 15 is f(x)=3x26xf'(x) = 3x^2 - 6x.

    Stationary points are found when f(x)=0f'(x) = 0.

    3x26x=0    3x(x2)=03x^2 - 6x = 0 \implies 3x(x - 2) = 0

    The stationary points are at x=0x=0 and x=2x=2.

    By testing the intervals on a number line:

    • For x<0x<0, f(x)f'(x) is positive (increasing).

    • For 0<x<20<x<2, f(x)f'(x) is negative (decreasing).

    • For x>2x>2, f(x)f'(x) is positive (increasing).

    So, the function is increasing on x<0x < 0 or x>2x > 2, and decreasing on the interval 0<x<20 < x < 2.

  2. Solution:

    For a function to be always increasing on an interval, its first derivative must be non-negative (f(x)0f'(x) \ge 0) for every point within that interval.

    f(x)=3ax2+2x=x(3ax+2)f'(x) = 3ax^2 + 2x = x(3ax + 2)

    In the interval 0<x<20 < x < 2, the factor xx is always positive. Therefore, for f(x)0f'(x) \ge 0, the second factor, (3ax+2)(3ax + 2), must also be non-negative.

    3ax+203ax + 2 \ge 0

    This inequality must hold for all values of xx in the interval 0<x<20 < x < 2. Since h(x)=3ax+2h(x) = 3ax + 2 is a linear function, its behavior is monotonic. We only need to ensure it is non-negative at the most "critical" endpoint of the interval.

    • If a0a \ge 0, then 3ax3ax is also non-negative, so 3ax+23ax+2 will definitely be positive. This condition is met.

    • If a<0a < 0, then h(x)h(x) is a decreasing function. Its smallest value will be at the right end of the interval (x=2x=2). For h(x)h(x) to always be non-negative, we just need to ensure its minimum value is greater than or equal to zero.

    We test at the critical boundary x=2x=2:

    3a(2)+203a(2) + 2 \ge 0
    6a26a \ge -2
    a1/3a \ge -1/3

    Combining both cases, the condition for the function to be always increasing on the given interval is a1/3a \ge -1/3.

  3. Solution:

    Use the double angle trigonometric identity: sin(2A)=2sin(A)cos(A)\sin(2A) = 2\sin(A)\cos(A).

    So, f(x)=sin2xcos2x=12sin(4x)f(x) = \sin 2x \cos 2x = \frac{1}{2} \sin(4x).

    Its first derivative is:

    f(x)=12cos(4x)4=2cos(4x)f'(x) = \frac{1}{2} \cdot \cos(4x) \cdot 4 = 2\cos(4x)
    • The function is increasing when f(x)>0f'(x) > 0, which is 2cos(4x)>02\cos(4x) > 0 or cos(4x)>0\cos(4x) > 0. This occurs in the first and fourth quadrants.

      π2+2kπ<4x<π2+2kπ-\frac{\pi}{2} + 2k\pi < 4x < \frac{\pi}{2} + 2k\pi
      π8+kπ2<x<π8+kπ2-\frac{\pi}{8} + \frac{k\pi}{2} < x < \frac{\pi}{8} + \frac{k\pi}{2}

      This interval is valid for any integer kk.

    • The function is decreasing when f(x)<0f'(x) < 0, which is cos(4x)<0\cos(4x) < 0. This occurs in the second and third quadrants.

      π2+2kπ<4x<3π2+2kπ\frac{\pi}{2} + 2k\pi < 4x < \frac{3\pi}{2} + 2k\pi
      π8+kπ2<x<3π8+kπ2\frac{\pi}{8} + \frac{k\pi}{2} < x < \frac{3\pi}{8} + \frac{k\pi}{2}

      This interval is valid for any integer kk.