0

how can we mathematically express a function whose the graph is a curve, like a parabola, where it has a minimum point (or maximum if opposite, it doesn't matter) BUT the minimum point is not one, but TWO points, one next to the other? is it possible?

trig
  • 1

1 Answers1

2

How about $x^4-4x^2$? This has minima at $x=\sqrt{2}$ and $x=-\sqrt{2}$.

Hayden
  • 16,737
  • no, the one minimum must be next to the other! – trig Oct 30 '14 at 13:29
  • @trig I think you need to be a little more clear about what you mean about "next to". In $\mathbb{R}$, given $x\in \mathbb{R}$ there is no point $x^+$ such that $x<x^+$ but there is no $z$ such that $x<z<x^+$, so it isn't well-defined to say "literally one next to the other". – Hayden Oct 30 '14 at 16:01