Basically, I wanted to create a "loser" graph. Along the $x$ axis we'd have time and along the $y$ axis is how much of a loser someone is. I want the graph to be an upside down bell shaped graph meaning that apart from a specific point in time, how big a loser you are will increase. This specific moment in time will correspond to the minimum point of the graph and from here, with (lets say exponential) gradient, the graph will take shape.
This graph will effectively need to be able to have a minimum at every point yet at the same time it can only have one minimum point.
I'm quite confused about what kind of formula would give this. I know that you could probably change the minimum point bit at every point by maybe adding in some constant that translates the graph with respect to the time co-ordinate I want, but I'm not sure what kind of formula an "initial" graph would have. It can't just be $y = -(x - a)^2 + b$ with $a$ some constant that I can change to give me the minimum point corresponding to my current time and $b > 0$, just because no-one can be $0$ loser.
