
Find the coefficients $a, b, c$ and $d$ so that the curve shown in the accompanying figure is the graph of the equation $y = ax^3 + bx^2 + cx + d$.
I have no clue how to solve this. This looks like nothing from any example in my book. How do I solve this? Where do I even start?
Use the general form of your equation: $$y=ax^3+bx^2+cx+d$$ Substitute known pairs of $(x,y)$. You have four unknowns and you will get 4 equations for: $(0,10)$, $(1,7)$, $(3,−11)$, and $(4,−14)$. They are:
$$10 = d$$
$$7 = 1a+1b+1c+d $$
$$-11 = 27a+9b+3c+d $$
$$-14 = 64a+16b+4c+d $$
Then it's just simple linear algebra or CAS usage to find $a$, $b$, $c$, $d$.
You should get: $a=1$, $b=−6$, $c=2$, and $d=10$.