Why nonlinear programming problem (NLO) called "nonlinear"? What does "nonlinearity" actually mean? Is it "not linear" or something different?

982 Views Asked by At

My teacher in the course Mat-2.3139 presented the same definition as in Wikipedia for the nonlinear programming problem here

enter image description here

but he did not specify what the nonlinearity actually means or what it actually infers. It is a bit hard to make a linear problem into nonlinear without a clear definition for it. So

I. Does the nonlinearity mean nonlinear objective function?

II. For one variable $\bf x$, does the nonlinearity mean that the function is not a linear map? Definition here.

III. or does the NLO mean a problem with nonlinear constraints?

IV. or does the NLO mean a problem with nonlinear constraints and nonlinear objective function?

V. or instead of linear mapping is a NLO problem with an objective function with certain smoothness?

VI. and what kind of requirements a NLO problem require: what kind of convexity assumptions for domain and codomain? Does the function itself need to be convex or concave? More detailed question related to convex optimisation here.

2

There are 2 best solutions below

3
On BEST ANSWER

Any of I, III or IV would make a problem non-linear.

The answers to VI will probably covered during your course and different convexity conditions may lead to different algorithms.

3
On

I. Possibly

II. Possibly.

III. Possibly.

IV. Possibly.

V. Possibly.

VI. None, in general.

If this answer feels vague, that's because it is. There is a wonderful quote about non-linearity. “Classification of mathematical problems as linear and nonlinear is like classification of the Universe as bananas and non-bananas.”

We can see that at play here: non-linearity can creep in at literally any stage of the process. The only thing "non-linear" means is that at least one of the functions $f$, $h_i$, and $g_j$ are non-linear.