Is it possible to construct a quartic function with two local maxima and one local minima at any three arbitrary points, making some assumptions? If so, how can I do it?
- The x-coordinate of the local minima lies between that of the maxima
- The coordinates of the local minima and maximas are not the same
If I have a quartic function $f(x) = ax^4+bx^3+cx^2+dx+e$, then stationary points of a quartic are located when $f'(x)=0$. However, given I have three points that the function must pass through, we have three system of equations each with five coefficient variables. Then, we have three more linear equations (this time without the $e$ term) by setting $f'(x) = 0$.
However, it doesn't seem like there is a solution to these linear equations that I construct using this approach. Is there another way to do it?