Problem: Find the cubic function $y = ax^3 + bx^2 + cx + d$ whose graph has horizontal tangents at $(-2, 6)$ and $(2, 0)$.
Now I can never seem to gather enough information for find all the values of $a,b,c,d$.
All the information I can gather is:
the derivative $\dfrac{\mathrm{d}y}{\mathrm{d}x}$.
$\dfrac{\mathrm{d}y}{\mathrm{d}x}$ is zero at those points, and therefore can set up two equations for the derivative.
Those given points lie on the graph and therefore I can plug in the $x$ and $y$ values of both points into the original equation set up two more equations.
Even with all this information I was only able to find out the $b = 0$, and just don't know what to do from there!
Hint:
$$y'=3ax^2+2bx+c$$ at (-2,6) the slope equal to the slope at (2,0) $$3a(-2)^2+2b(-2)+c=3a(2)^2+2b(2)+c$$ $$b=0$$ to complete the solution, we will use the $y'=0$ at point (-2,6) or (2,0)(if you use two point, you will get same equation) $$3a(-2)^2+c=0$$ now use the two points with the original equations $$a(-2)^3+c(-2)+d=6$$ $$a(2)^3+c(2)+d=0$$
solve the three equations to get the coefficients