Question: Consider the cubic function $f(x) = ax^3 + bx^2 + cx + d$. Determine the values of $a$, $b$, $c$, and $d$ so that all of the following conditions are met.
a) $′(−1) = 1, ′(0) = −2$,
b) There is a point of inflection at $(1, 0)$
c) The function $y = f(x)$ intercepts y axis at $(0, 1)$
Find the constants $a$, $b$, $c$, and $d$.
This question is really confusing to me as I am still unaware on what the point of inflection is and how to calculate it. Along with that, I don't know how to solve this question. Which formula should I use and what steps do I need to meet the following conditions. Please help. This question is extremely confusing. Thanks!
find f'$$f(x) = ax^3 + bx^2 + cx + d\\\to f'=3ax^2+2bx+c\\\to f''=6ax+2b$$now you have 4 variable and 4 information @ the question
$$f'(-1)=1 \to 3ax^2+2bx+c|_{x=-1}=1\\f'(0)=-2 \to 3ax^2+2bx+c|_{x=0}=-2$$ for inflection point you will have $$f''(x)=0\to 6ax+2b|_{x=1}=0$$ and y-intercept $$f(x) = ax^3 + bx^2 + cx + d|_{x=1}=0$$ these all mean $$\left\{ \begin{array}{l} 3a-2b+c=1\\ 0(a)+0(b)+c=-2\\\ 6a(1)+2b=0\\ a+b+c+d=0 \end{array} \right.$$