Thanks berkeman :)
I'm not sure if I'm doing this right at all anymore. The idea was supposed to be to have a function that started at 300 and gradually increasing to 500 so the peak would be (3,500). Then it was supposed to fluctuate up and down rapidly as it approached y=100 at x=15.
So, my thought was that if the function was linear until (3,500) and became sinusoidal (I thought about it last night and it will probably have to be a cos, whatever) from there on out, it could "bounce" off the lines y=33.333x+600 and y=100, making it so it would fluctuate more and more as it approached (15,100). Is there a way to make it do this and not have a piecewise function? Part of my assignment is to have it be a single formula, hence all the inequalities together. :)
Would this be better described as an affine transformation or something else using matrices?
Thank you again :)