Note - this is similar to Process For Building a Function? but without the emphasis on logarithmic functions in particular.
I have a few different types of graphs that I'd like to express as functions... some of them are curvy, some of them have straight lines. They are all continuous. Here's one example:
For starters, how would I express that shape as a function (e.g. f(t) = ...)?
More fundamentally though, is there a collection of ideas that can be applied to certain classes of problems - like if I see certain shapes it's a quadratic, others it's a bezier function, etc.
I get that this is open-ended, so perhaps there isn't really one answer to accept here - but guidance on how to start thinking more like a mathematician and write solvable functions is much appreciated.
Thanks!
