Inactive Tutor answered 10/24/16
Tutor
New to Wyzant
Set f'(x)=0
3ax2 + 2bx + c = 0
The plug in the values of the critical points in the derivative equation.
3a(3)2 + 2(b)(3) + c = 0
27a + 6b + c = 0 eq1
3a(5)2 + 2(b)(5) + c = 0
75a + 10b + c = 0 eq2
Now we plug in the value of the max and min points into the original equation
a(3)3 + b(3)2 + c(3) + d = 0
27a + 9b + 3c + d = 0 eq3 (maximum)
a(5)3 + b(5)2 + c(5) + d = -2
125a + 25b + 5c + d = -2 eq4 (mimimum)
Next, we take the second derivative to deal with the inflection point.
6ax + 2b = 0
Plug in the inflection points values into the second derivative and original equations.
6a(-4) + 2b = 0
-24a + 2b = 0 eq5
a(-4)3 + b(-4)2 + c(-4) + d = -1
-64a + 16b - 4c + d = -1 eq6
As you can see, the 6 bolded equations are your system of equations. Use them to solve for a, b, c, and d. I would solve them using a program, rather by hand.