It should be very basic, but i can't come up with three functions that produce a plot like in the attached picture. I just need some simple format, to illustrate that it is unknown whether some phenomenon behave linear, exponential or logarithmic. enter image description here
I have linear obviously: -x

You need to take exp(-x+a), as well as log(-x+b) for some suitable constants a,b such that the exponential and logarithmic curve intersect each other twice in the first quadrant as given in your picture. Then just define the line to interpolate between the two points of intersection.