Hi I apologize the question was not really clear. I was eventually able to figure it out. Mathematica has a handy built in function RSolve for recurrence equations. Because I need to plot the data, I ended up using RecurrenceTable[], like the following:
RecurrenceTable[ { (x[i + 1] - x[i] == ... ...
ListPlot[%, PlotRange -> All]