Earlier quoted context omitted.
> all nonlinear equation systems are nonconvex Maybe you have something more particular in mind when you say "systems", but not all nonlinear functions are non-convex. Least squares, for example, is nonlinear and convex. Also note that IPOPT, while wonderful, is a local solver. It may not be limited to convex problems, but those are the only ones it's guaranteed to solve to optimality.
The feasible region {x | f(x) = 0} is nonconvex no matter whether f is convex.
But consider the function f(x) = max(0, g(x) - c) where the following holds:
* g(x) is nonlinear, positive definite in x, and convex.
* c > 0
Then f(x) is nonlinear and convex (it's the pointwise maximum of convex functions), and the set {x : f(x) = 0} is a convex set.