It is fact the matter of choice.
- The value $f(1,0) = 1$ is known
- $(1, 0)$ is the closest element to (1.1,-0.1) amount $(x,y)$ such that $ f(x,y)$ is that is explicitly known. $$|(1.1,-01)-(1,0)| =|(0.1,-0.1)|1= \sqrt2/10$$
- $$f(1.1,-0.1) = f(1+0.1, 0-0.1) \sim f(1,0) +\nabla f(1,0)\cdot (0.1,-0.1) = 1+(1,1)\cdot (0.1,-0.1) = 1 $$
But one could chose any other value $(x_0,y_0)$ even if it far from $(1.1,-0.1) $ But be aware that in this case you will need to take the Taylor expansion more further in other to get the right approximation. for instance you could chose $$(2,0)\implies f(2,0) =2$$ but to get the suitable approximation of $$f(1.1,-0.1)$$ with the expansion around $$(2,0)$$ you will need more oder in your expansion than when you use $$(1,0)$$
Because $(1,0)$ is more closer to $(1.1, -0.1)$ than $(2,0)$.
But also that you could actually use $$(-1,0)\implies f( -1,0) =-1$$
$(-1,0) $ is still close to $(1.1,-0.1)$ as well BUT we have
$$f(1.1,-0.1) = f(-1+2.1, 0-0.1) \sim f(-1,0) +\nabla f(-1,0)\cdot (2.1,-0.1) \\= -1+(1,1)\cdot (2.1,-0.1) = -1 + 2.1-0.1 = 1 $$
So with $(-1,0)$ and $(1,0)$ one obatain the same aprroximation with the first oder Taylor expansion