0:00 / 0:00

Critical Point

Given a function f(x)f\left(x\right), (c, f(c))\left(c,\ f\left(c\right)\right) is a critical point if f(c)=0f'\left(c\right)=0 or f(c)f'\left(c\right) is undefined.
The value(s) of cc are called the critical numbers.

The function may turn around at a critical point, so sometimes (c, f(c))\left(c,\ f\left(c\right)\right) is called the turning point.

Local Maximum & Minimum

  • f(a)f\left(a\right) is a local maximum if f(a)f\left(a\right) is the largest value on a small interval around x=ax=a
  • f(b)f\left(b\right) is a local minimum if f(b)f\left(b\right) is the smallest value on a small interval around x=bx=b

Watch Out!
If f(a)f\left(a\right) is a local maximum, it doesn't mean that it is the maximum value of the function on a closed interval

If f(b)f\left(b\right) is a local minimum, it doesn't mean that it is the minimum value of the function on a closed interval


PAGE BREAK
Example
Identify all of the critical points, local max/min and global max/min points of the following function on the interval 1x5-1\le x\le5.
  • Critical points: (1, 1)\left(1,\ 1\right) and (3, 0)\left(3,\ 0\right)
  • Local maximum: (1, 1)\left(1,\ 1\right)
  • Local minimum: (3, 0)\left(3,\ 0\right)
  • Absolute maximum: (5, 5)\left(5,\ 5\right)
  • Absolute minimum: (1, 4)\left(1,\ -4\right)


PAGE BREAK

How to find the local max/min? (First derivative test)

1. Find the critical numbers → set f(x)=0f'\left(x\right)=0
2. Put the critical numbers on a number line → check if ff' is positive or negative on the left and right of these critical numbers
3. Make a conclusion based on this table
To the left of cTo the right of cConclusionf<0f>0c is a local minimumf>0f<0c is a local maximumotherwiseIf f doesn’t change changec is neither a local max or min\begin{array}{|c|c|c|} \hline \text{To the left of }c&\text{To the right of }c&\text{Conclusion}\\ \hline f'<0&f'>0&c\text{ is a local minimum}\\ \hline f'>0&f'<0&c\text{ is a local maximum}\\ \hline \text{otherwise}&\text{If }f'\text{ doesn't change change}&c\text{ is neither a local max or min}\\ \hline \end{array}
0:00 / 0:00

Example: Finding Local Extrema

Find and classify all local max and min of the graph of f(x)=x39x2+15xf\left(x\right)=x^3-9x^2+15x.

1. Find the critical numbers:
f(x)=3x218x+15f'\left(x\right)=3x^2-18x+15
f(x)=3(x26x+5)f'\left(x\right)=3\left(x^2-6x+5\right)
f(x)=3(x5)(x1)f'\left(x\right)=3\left(x-5\right)\left(x-1\right)
Set to 0:
0=3(x5)(x1)0=3\left(x-5\right)\left(x-1\right)
x=1 or 5x=1\ or\ 5

2. Put the critical numbers on a number line:

3. Make a conclusion:
  • x=1x=1: increasing on the left, decreasing on the right → it corresponds to a local max
  • x=5x=5: decreasing on the left, increasing on the right → it corresponds to a local min
Therefore, (1, 7)\left(1,\ 7\right) is a local max and (5, 25)\left(5,\ -25\right) is a local min.

Practice: Finding Local Extrema

Find and classify all local max and min of the graph of y=x2x+1y=\sqrt{x^2-x+1}.

Practice: Finding Local Extrema

Find and classify all local max and min of the graph of y=6x4+4x3y=6x^4+4x^3.
0:00 / 0:00

Example: Local Extrema & Graphs

Sketch a graph of a function that is differentiable on the interval 1x5-1\le x\le5 and meets the following criteria:
  • f>0f'>0 on the interval 0<x<30<x<3
  • f<0f'<0 on the interval 1<x<0-1<x<0 and 3<x<53<x<5
  • The graph has a local extrema at (0, 2)\left(0,\ 2\right) and (3, 10)\left(3,\ 10\right)
  • On the interval 1x5-1\le x\le5, the absolute maximum is 15 and the absolute minimum is 2

0:00 / 0:00

Example: Local Extrema

Find the values of a, b, ca,\ b,\ c and dd such that the function f(x)=ax3+bx2+cx+df\left(x\right)=ax^3+bx^2+cx+d has a local maximum at (2, 21)\left(-2,\ 21\right) and a local minimum at (1, 6)\left(1,\ -6\right).

Sub in the points:
We know that the function contains the point (2,21)(-2, 21):
21=a(2)3+b(2)2+c(2)+d21=a\left(-2\right)^3+b\left(-2\right)^2+c\left(-2\right)+d
21=8a+4b2c+d\boxed{21=-8a+4b-2c+d} - equation 1

We know that the function contains the point (1, 6)\left(1,\ -6\right):
6=a(1)3+b(1)2+c(1)+d-6=a\left(1\right)^3+b\left(1\right)^2+c\left(1\right)+d
6=a+b+c+d\boxed{-6=a+b+c+d} - equation 2

Find the critical number(s):
f(x)=3ax2+2bx+cf'\left(x\right)=3ax^2+2bx+c

The local max is at x=2x=-2 and the local min is at x=1x=1
  • 0=3a(2)2+2b(2)+c 0=12a4b+c0=3a\left(-2\right)^2+2b\left(-2\right)+c\ \to \boxed{0=12a-4b+c} - equation 3
  • 0=3a(1)2+2b(1)+c  0=3a+2b+c0=3a(1)^2+2b(1)+c\ \to\ \boxed{0=3a+2b+c} - equation 4
Combining equations 1-4:
From equation 4: d=21+8a4b+2cd=21+8a-4b+2c
Sub this into equations 2:
6=a+b+c+(21+8a4b+2c)-6=a+b+c+\left(21+8a-4b+2c\right)
27=9a3b+3c-27=9a-3b+3c
9=3ab+c-9=3a-b+c
c=93a+b\boxed{c=-9-3a+b}
Sub this into equations 3 and 4:
  • 0=12a4b+(93a+b)  9=9a3b  3=3ab0=12a-4b+(-9-3a+b)\ \to\ 9=9a-3b\ \to\ \boxed{3=3a-b}
  • 0=3a+2b+(93a+b)  9=3b  b=30=3a+2b+(-9-3a+b)\ \to\ 9=3b\ \to\ \boxed{b=3}
So, b=3\boxed{b=3} and a=2\boxed{a=2}.
Solve for c and d:
  • c=93(2)+(3)  c=12c=-9-3\left(2\right)+\left(3\right)\ \to\ \boxed{c=-12}
  • d=21+8(2)4(3)+2(12)  d=1d=21+8\left(2\right)-4\left(3\right)+2\left(-12\right)\ \to\ \boxed{d=1}

Therefore, a=2, b=3, c=12, d=1a=2,\ b=3,\ c=-12,\ d=1

Find the value(s) of cc such that f(x)=cx33(c+1)xf\left(x\right)=cx^3-3\left(c+1\right)x has
no critical points.