This is a possible extension to my A2 physics coursework. At the moment I am using the high- and low-value approximations for tanh x to plot two graphs on the same axes. So, kind of homework. The context is wave speed formulae: the actual formula I would like to plot is:
c = \frac{g}{2f\pi}tanh(\frac{2df\pi}{c})
for constant f, g and varying d. I could certainly, given enough time, plot an approximation using an iterative process, using last iteration's y values each iteration, but that's fiddly and also I don't have software available that will do that nicely. Getting x as a function of y is a possibility but not ideal.
If it's not easily done then the approximations are fine, but being a mathematician at heart I wanted to know if it was possible, hopefully piggybacking on someone else's experience of similar situations without trying to do it and ending up down a dead end and using up time that could be more productively spent actually finishing the coursework. After the deadline I will most likely have a better go at this myself - this is an interim solution, asking you guys for help!