Skip to content

%% derivative %%

Monotonicity

Tags
Calculus
Cegep/1
Word count
392 words
Reading time
3 minutes

Property of a function over an interval I where xI, f(x)>0 (increasing) or f(x)<0 (decreasing)

Evaluation

To find the intervals of monotonicity of f:

  1. Find the domain of f.
  2. Find and simplify f.
  3. Find all [[critical point|critical points]] of f.
  4. Construct a sign table with the critical points.

Examples

Find the intervals of monotonicity, critical points and local extrema of f(x)=x2+3x1.

f(x) is undefined when x10x1. So, the domain of f is xR{1}.

f(x)=ddxx2+3x1=(x1)2x(x2+3)(x1)2=(x3)(x+1)(x1)20=x3 or 0=x+1x=3 or x=1

x=1 and x=3 are critical points. Since x=1dom(f), it cannot be a critical point.

-113
f(x)+--+
f(x)incdecdecinc

f has a relative maximum at x=1 and a relative minimum at x=3.
x=1 cannot be a local extremum since x=1dom(f).


Find the intervals of monotonicity, critical points and local extrema of

f(x)=x2(x21)1/3

given

f(x)=2x(4x23)3(x21)2/3

f(x) is defined xR.

f(x)=2x(4x23)3(x21)2/30=2x or 0=4x23x=0 or ±32

f(x) is undefined when 3(x21)2/3=0x=±1.
x=0, x=±32 and x=±1 are critical points.

-1320321
f(x)--+-++
f(x)decdecincdecincinc

At x=±1, this is no extremum since f does not change sign.
At x=±32, f has a local minimum, and at x=0 there is a local maximum.

Contributors

Changelog