Not a problem! The "fixed point" refers to the value(s) of fn−1 that when you work out fn, you get the same value that fn−1 was, this putting you in a never ending loop and hence is a fixed point (or equilibrium).
Here's the method for finding the fixed point (explained pretty loosely):
-> By definition the fixed point means that the next number should be the same as the current one which is equivalent to saying ...=fn−2=fn−1=fn=fn+1=... This means we can forget about the subscripts and treat everything as the same unknown f.
-> This means at the fixed point the equation fn=3fn−1−60 transforms into f=3f−60.
-> Now you just solve for f and that will be your fixed point
In this example, f=30 and substituting it into the original difference equation we get:
fn−1=30fn=3fn−1−60=>fn=3(30)−60=30=>fn=fn−1
so this is a fixed point.