I have a non-linear term in the form of $$x(x-y)$$ I need to replace it with a linear term in the form of $$c_1x-c_2y$$ I have seen the following linear approximation in literature but I need to know the analysis that resulted in the approximation. I appreciate your help!
$$x(x-y)=(x-y)$$
Hint: x and y are always close to 1. For example: $$0.95<x<1.05$$ $$0.95<y<1.05$$
One-dimension Taylor approximation of degree one of a function $f$ at $x_0$ is given by $$f(x_0)+f'(x_0)(x-x_0).$$ Two-dimensional is quite the same: $$f(x_0,y_0)+\langle\nabla f(x_0,y_0),(x-x_0,y-y_0)\rangle,$$ which gives $x-y$ in our case.