0:00 / 0:00

Increasing & Decreasing Intervals

A function is increasing on an interval if the graph rises from left to right → f(x)>0f'\left(x\right)>0 on this interval.

A function is decreasing on an interval if the graph falls from left to right → f(x)<0f'\left(x\right)<0 on this interval.

Example
Identify the increasing and decreasing intervals in the graph below.

PAGE BREAK

How to identify increasing and decreasing intervals?

1. Find f(x)f'\left(x\right) , set it equal 0 and solve for xx
2. Create a number line with the xx values found in step 1
3. Determine the intervals in which the function is increasing (f>0f'>0) and decreasing (f<0f'<0)

Example
Determine when the function f(x)=x42x2+1f\left(x\right)=x^4-2x^2+1 is increasing, and when it's decreasing.

1. f(x)=4x34xf'\left(x\right)=4x^3-4x
0=4x34x0=4x^3-4x
0=4x(x21)0=4x\left(x^2-1\right)
0=4x(x1)(x+1)0=4x\left(x-1\right)\left(x+1\right)
x=0, x=1, x=1x=0,\ x=1,\ x=-1

2.

3. Pick values within each interval and sub it into f(x)f'\left(x\right):
  • x=2x=-2: f(2)=4(2)34(2)=24 negativef'\left(-2\right)=4\left(-2\right)^3-4\left(-2\right)=-24\ \to negative
  • x=0.5x=-0.5: f(0.5)=4(0.5)34(0.5)=1.5 positivef'\left(-0.5\right)=4\left(-0.5\right)^3-4\left(-0.5\right)=1.5\ \to positive
  • x=0.5x=0.5: f(0.5)=4(0.5)34(0.5)=1.5 negativef'\left(0.5\right)=4\left(0.5\right)^3-4\left(0.5\right)=-1.5\ \to negative
  • x=2x=2: f(2)=4(2)34(2)=24 positivef'\left(2\right)=4\left(2\right)^3-4\left(2\right)=24\ \to positive

Therefore, the function is decreasing when x(, 1)(0, 1)x\in\left(-\infty,\ -1\right)\cup\left(0,\ 1\right) and the function is increasing when x(1, 0)(1,)x\in\left(-1,\ 0\right)\cup\left(1,\infty\right).
0:00 / 0:00

Example: Increasing & Decreasing Intervals from Graph

Sketch a graph of a function ff that is differentiable and meets the following conditions:
  • f(x)>0f'\left(x\right)>0 when 0<x<30<x<3 and x>3x>3
  • f(x)<0f'\left(x\right)<0 when x<0x<0
  • f(0)=0f'\left(0\right)=0 and f(3)=0f'\left(3\right)=0

Practice: Increasing & Decreasing Intervals

Find the intervals of increase and decrease for the following functions.
f(x)=2x3+3x212xf\left(x\right)=2x^3+3x^2-12x
0:00 / 0:00

Example: Increasing & Decreasing Intervals

Given that the function f(x)=ax3+bx2+cxf\left(x\right)=ax^3+bx^2+cx increases on the interval to the left of the point (0, 0)\left(0,\ 0\right) on the curve and to the right of the point (2, 8)\left(2,\ 8\right) on the curve, and it decreases everywhere else, find the values of aa and bb.

The point (0, 0)\left(0,\ 0\right) is on the curve:
0=a(0)3+b(0)2+c(0)0=a\left(0\right)^3+b\left(0\right)^2+c\left(0\right)
0=00=0
This doesn't provide us with any useful information.

The point (2, 8)\left(2,\ 8\right) is on the curve:
8=a(2)3+b(2)2+c(2)8=a\left(2\right)^3+b\left(2\right)^2+c\left(2\right)
8=8a+4b+2c\boxed{8=8a+4b+2c} - equation 1

Now we need to use the information about increasing and decreasing intervals:
f(x)=3ax2+2bx+cf'\left(x\right)=3ax^2+2bx+c

The curve turns around at the point x=0x=0 and x=2x=2.
  • x=0x=0: 0=3a(0)2+2b(0)+c  c=00=3a\left(0\right)^2+2b\left(0\right)+c\ \to\ \boxed{c=0} - equation 2
  • x=2x=2: 0=3a(2)2+2b(2) 0=12a+4b0=3a\left(2\right)^2+2b\left(2\right)\ \to \boxed{0=12a+4b} - equation 3

Substitute equation 2 into equations 1: 8=8a+4b\boxed{8=8a+4b}
Combine this with 0=12a+4b\boxed{0=12a+4b}
a=2a=-2 and b=6b=6
0:00 / 0:00

Example: Increasing & Decreasing Intervals

Determine when the graph of y=ax2+bx+cy=ax^2+bx+c increases and when it decreases.

To determine the increasing and decreasing intervals, we need to find the derivative and set it equal 0:
y=2ax+by'=2ax+b
0=2ax+b0=2ax+b
x=b2ax=-\frac{b}{2a}

When x<b2ax<-\frac{b}{2a}:
y<2a(b2a)+by'<2a\left(-\frac{b}{2a}\right)+b
y<b+by'<-b+b
y<0y'<0

When x>b2ax>-\frac{b}{2a}:
y>2a(b2a)+by'>2a\left(-\frac{b}{2a}\right)+b
y>b+by'>-b+b
y>0y'>0

Therefore, the quadratic graph is increasing when x>b2ax>-\frac{b}{2a} and it is decreasing when x<b2ax<-\frac{b}{2a}