I am slightly confused with what I am asked to do when trying to prove that a boundary point satisfies the first order necessary conditions for it to be a minimum, ie that the dot product of the gradient of the function at the point and any feasible direction at the point is greater or equal to 0.
The question is, how do you find the feasible directions of a boundary point?
The definition is: $\exists \alpha_0$ such that $\forall \alpha \in (0,\alpha]$ $x+\alpha*d$ is in the feasible set.
What my lecturer does is setting $\alpha_0$ to 1 and exclude the forall condition.
I think this is wrong, or I do not understand it.
I give you an example which I would like to solve, and that was solved by my lecturer using the "$\alpha=1$ method."
$f(x) = x_2, with f: R^2-> R$ with the constraint that $x_1^2 + x_2 \ge0$.
Is the point $[0,1]^T$ satisfying the first order conditions? Can we find some conditions that the vectors which are feasible directions have to satisfy?
Can you please show me your working? And with usage of $\alpha$.
Thanks!