Suppose the function $u(x)$ interpolates $f(x)$ at $x_0,x_1,\cdots ,x_{n-1}$ and the function $v(x)$ interpolates $f(x)$ at $x_1,x_2,\cdots ,x_n$. Then find a function $F(x)$ which interpolates $f(x)$ at all the points $x_0,x_1,\cdots ,x_{n-1},x_n$.
Here , $f(x)=u(x_0)+(x-x_0)u(x_0,x_1)+(x-x_0)(x-x_1)u(x_0,x_1,x_2)+\cdots+(x-x_0)\cdots(x-x_{n-2})u(x_0,x_1,\cdots x_{n-1})$.
Again , $f(x)=v(x_1)+(x-x_1)v(x_1,x_2)+(x-x_1)(x-x_2)v(x_1,x_2,x_3)+\cdots+(x-x_1)\cdots(x-x_{n-1})v(x_1,x_2,\cdots ,x_{n})$.
But from here how I can find such a function ?
Update :
From given data , $u(x_i)=f(x_i)$ for $0\le i\le n-1$. Also , $v(x_i)=f(x_i)$ for $1\le i\le n$. Then , $(x-x_n)u(x_i)=(x-x_n)f(x_i)$ and $(x-x_0)v(x_i)=(x-x_0)f(x_i)$ for all $0\le i\le n.$Then subtracting , $$(x-x_n)u(x_i)+(x-x_0)v(x_i)=(x_0-x_n)f(x_i).$$So , $$\frac{x-x_n}{x_0-x_n}u(x)+\frac{x-x_0}{x_0-x_n}v(x)$$interpolates all the points $x_0,x_1,\cdots ,x_n$. Is it correct now ?