Answer:
relative maximum: x = 1
relative minimum: x = 7
Step-by-step explanation:
Critical points:
Values of x for which f'(x) = 0.
Second derivative test:
For a critical point, if f''(x) > 0, the critical point is a relative minimum.
Otherwise, if f''(x) < 0, the critical point is a relative maximum.
Solving a quadratic equation:
Given a second order polynomial expressed by the following equation:
[tex]ax^{2} + bx + c, a\neq0[/tex].
This polynomial has roots [tex]x_{1}, x_{2}[/tex] such that [tex]ax^{2} + bx + c = a(x - x_{1})*(x - x_{2})[/tex], given by the following formulas:
[tex]x_{1} = \frac{-b + \sqrt{\bigtriangleup}}{2*a}[/tex]
[tex]x_{2} = \frac{-b - \sqrt{\bigtriangleup}}{2*a}[/tex]
[tex]\bigtriangleup = b^{2} - 4ac[/tex]
In this question:
[tex]f(x) = x^{3} - 12x^{2} + 21x - 8[/tex]
Finding the critical points:
[tex]f'(x) = 3x^{2} - 24x + 21[/tex]
[tex]3x^{2} - 24x + 21 = 0[/tex]
Simplifying by 3
[tex]x^{2} - 8x + 7 = 0[/tex]
So [tex]a = 1, b = -8, c = 7[/tex]
[tex]\bigtriangleup = (-8)^{2} - 4*1*7 = 36[/tex]
[tex]x_{1} = \frac{-(-8) + \sqrt{36}}{2} = 7[/tex]
[tex]x_{2} = \frac{-(-8) - \sqrt{36}}{2} = 1[/tex]
Second derivative test:
The critical points are x = 1 and x = 7.
The second derivative is:
[tex]f''(x) = 6x - 24[/tex]
[tex]f''(1) = 6*1 - 24 = -18[/tex]
Since f''(1) < 0, at x = 1 there is a relative maximum.
[tex]f''(7) = 6*7 - 24 = 18[/tex]
Since f''(x) > 0, at x = 7 there is a relative minumum.