Given three unequally spaced points (x_i,y_i), (x_{i+1},y_{i+1}) , and (x_{i+2},y_{i+2}), use Taylor series expansion to develop a finite difference formula to evaluate the first derivative dy/dx at the point x = x_i. Verify that when the spacing between these points is equal, the three-point forward difference formula is obtained. The answer should involve y_i, y_{i+1}, and y_{i+2}.