
Austin B. answered 07/19/23
Rising Undergrad with a Specialization in Calculus I
Given:
f(x) = ax3 + bx2 + cx + d
Critical points: x = -1, 2
f(0) = 1
f ' (0) = 6
c and d can be found quickly. Simply use f(0) to solve for d and f ' (0) to solve for c. (Hint: derive f(x))
Critical points are x-values which make a function's derivative either 0 or extend to infinity. We will assume that our critical points test for finite derivatives of f(x). Why? If f ' (-1) and/or f ' (2) extend to infinity, either both a and b are infinitely great, only a is infinitely great, or only b is infinitely great. Thus, there is ambiguity and testing for when f ' (-1) and f ' (2) are equal to 0 is infinitely more plausible.
f ' (-1) = 0 AND f ' (2) = 0
Using f ' (x) = 3ax2 + 2bx + c,
3a - 2b + 6 = 0
12a + 4b + 6 = 0
Setting both equations equal to each other and solving for b yields...
b = (-3/2)a
Substituting (-3/2)a into b of either equation (I will use the first) gives us...
3a - 2(-3/2)a + 6 = 0
3a + 3a + 6 = 0
6a + 6 = 0
6a = -6
a = -1
Using either equation to find b yields...
3(-1) - 2b + 6 = 0
6 - 3 - 2b = 0
3 - 2b = 0
2b = 3
b = 3/2
Thus, a, b, c, and d are found...
a = -1
b = 3/2
c = 6
d = 1
Our complete f(x) is...
f(x) = -x3 + (3/2)x2 + 6x + 1