InterviewSolution
Saved Bookmarks
| 1. |
Prove that f(x) = x3 – 3x2 + 3x – 100 is increasing on R. |
|
Answer» f(x) = x3 – 3x2 + 3x – 100 f'(x) = 3x2 – 6x + 3 = 3(x2 – 2x + 1) = 3 (x – 1)2 For all values of x ∈ R, f'(x) ≥ 0, so f(x) is increasing on R. |
|