
Thy N. answered 01/15/24
UCSD Alum: Skilled and Patient Tutor in Math & Data Science
Given f(x) = 2x3+4x2-8x-11 (Domain: all real numbers)
Find 1st derivative: f'(x) = 6x2 + 8x - 8
Find critical values (i.e. solve for x when f'(x) = 0):
- Let f'(x) = 6x2 + 8x - 8 = 0.
- Observe: This is a quadratic equation => Use quadratic formula to find x: x = (-b ±√(b2-4ac))/2a, where a=6, b=8, c=-8 (coefficients of x2, x1, x0)
- Thus, x = 2/3 or x = -2
Find 2nd derivative: f''(x) = 12x + 8
- With x = 2/3, f''(2/3) = 12(2/3) + 8 = 16 > 0 (=> think of concave upward) => relative min at x = 2/3
- With x = -2, f''(-2) = 12(-2) + 8 = -16 < 0 (=> think of concave downward) => relative max at x = -2
Answer: D