$$f(x) = a x^3 + b x^2 + c x + d$$
The graph of $f$ definitely has a point of inflexion. Which of the coefficients $a, b, c, d$ determines that the point of inflexion of the function $f$ lies on the vertical axis? Write down this coefficient and the corresponding condition."
I tried to calculate it, the answer doesn't seem to me that simple. the second derivative is:
$$f''(x)=6ax+2b$$
so the coordinates of the point of inflexion are $(-b/(3a),f(-b/(3a))$ And I know that $f(b/(3a))=0$, because it lies on the $x$ axis. But this is one equation with four variables. Where did I overcomplicate it?
Thank you