Here are two final problems:
"To have a local max/min, f'(x) must be a crit value (0 or undefined), since f(x) is a polynomial 0 is the only possibly case. So f'(-3) and f('-1) must be zero. Derivative of f'(x) is 3x^2 + (a)2x + b. So if I substitute -3 and -1 for x I can say:
[3(-3)^2 + (a)2(-3) + b] + [3(-1)^2 + (a)2(-1) + b] = 0
or
4a - b = 15
But i'm still stuck on how to get a and b. It would be easier to guess at now with a calculator (maybe), but there must be another way.
I'm not sure how to solve this one. So far I had:1) For what values of a and b does the function:
f(x) = x^3 + ax^2 + bx + 2
have a local maximum when x = -3 and a local minimum when x = -1?
"To have a local max/min, f'(x) must be a crit value (0 or undefined), since f(x) is a polynomial 0 is the only possibly case. So f'(-3) and f('-1) must be zero. Derivative of f'(x) is 3x^2 + (a)2x + b. So if I substitute -3 and -1 for x I can say:
[3(-3)^2 + (a)2(-3) + b] + [3(-1)^2 + (a)2(-1) + b] = 0
or
4a - b = 15
But i'm still stuck on how to get a and b. It would be easier to guess at now with a calculator (maybe), but there must be another way.
If f and g are concave up, then f'' and g'' must be >0 by the concavity test. But how can I use that to show that the addition of functions f + g is concave up too?2) (Assume all functions are twice differentiable and the 2nd derivatives are never 0)
Then, if f and g are concave upward on I, show that f + g is concave upward on I.