Studying a financial model from a third party we see:
36month - 1.2 multipler
48month - 1.3333 multipler
60month - 1.5 multipler
I am trying to determine if there is a relationship between x (month) and y (multiplier), which would allow us to determine the multipler at say 52 months etc.. I've tried my algerba but I cant see anything as simple, possibly something to the power or log? Whilst the answer would be great I'd also like to know the most pragmatic steps to approach this too.
Note: There might not be a correlation, they might be set manually
Thinking out loud, given the three points on a graph this will represent part of a curve.. now where

The function
$${\rm multiplier} = 1 + \frac{\textrm{number of years}}{60} + \frac{\textrm{(number of years)}^2}{60}$$
fits your data perfectly. Admittedly, so do many other functions, but the roundness of the denominators in this one suggests to me that this could well have been the formula your third party used to generate the multipliers.
I would be very careful using this formula to extrapolate multipliers (i.e. using it for number of months > 60) but you should be safe if you use it to interpolate.
I'll expand this answer to explain how I came up with this formula a bit later.