Solveeit Logo

Question

Question: find range of f(x) = x^3 - 12x if x belongs to [-3,1]...

find range of f(x) = x^3 - 12x if x belongs to [-3,1]

Answer

[-11, 16]

Explanation

Solution

To find the range of f(x)=x312xf(x) = x^3 - 12x for x[3,1]x \in [-3, 1], we need to find the absolute maximum and minimum values of the function on this closed interval.

  1. Find the derivative of the function: f(x)=x312xf(x) = x^3 - 12x f(x)=ddx(x312x)=3x212f'(x) = \frac{d}{dx}(x^3 - 12x) = 3x^2 - 12

  2. Find the critical points: Set f(x)=0f'(x) = 0: 3x212=03x^2 - 12 = 0 3(x24)=03(x^2 - 4) = 0 x24=0x^2 - 4 = 0 (x2)(x+2)=0(x - 2)(x + 2) = 0 The critical points are x=2x = 2 and x=2x = -2.

  3. Check which critical points lie within the given interval: The given interval is [3,1][-3, 1].

    • x=2x = 2: This point is not in [3,1][-3, 1].
    • x=2x = -2: This point is in [3,1][-3, 1].
  4. Evaluate the function at the critical points within the interval and at the endpoints of the interval:

    • At the critical point x=2x = -2: f(2)=(2)312(2)=8+24=16f(-2) = (-2)^3 - 12(-2) = -8 + 24 = 16
    • At the left endpoint x=3x = -3: f(3)=(3)312(3)=27+36=9f(-3) = (-3)^3 - 12(-3) = -27 + 36 = 9
    • At the right endpoint x=1x = 1: f(1)=(1)312(1)=112=11f(1) = (1)^3 - 12(1) = 1 - 12 = -11
  5. Determine the range: The values of the function at these points are 1616, 99, and 11-11. The absolute minimum value is the smallest of these values, which is 11-11. The absolute maximum value is the largest of these values, which is 1616. Since the function is continuous, it takes on all values between its absolute minimum and absolute maximum on the interval.

Therefore, the range of f(x)f(x) for x[3,1]x \in [-3, 1] is [11,16][-11, 16].