Explicit: y=a(b)^x Example: y=62(13)^x a is the starting point, b is the slope Recursive: f(i)=a; f(n)=f(n-1)*r Example: f(0)=6; f(n)=f(n-1)*2 i is the initial term, a is the starting point, b is the slope