Sorry if this is not a good question, but I normally don't venture to the math side of things, at least not that far where I can't stand anymore, so please forgive me if this question is not well formulated.
I was wondering if it is possible to find the inverse of the function $g(t)$:
$$F(t) = m_0\cdot asinh(tm_1 + a_0) + (tm_2 + a_1)(\sqrt{at^2 + bt + c})$$ $$g(t) = s = F(t) - F(0)$$
So that I have the following:
$$g^{-1}(s) = t$$
As far as I understand it there is no general way to create the inverse, but I hoped that this specific function might be an exception. I tried to use WolframAlpha to solve it but it just aborts the query.
All given variables will be set with real numbers. $t$ is expected to be in the range of $0$ to $1$, $s$ should be a positive real number, $asinh(x) = ln(x + \sqrt{x^2 + 1})$.
This function is the simplified indefinite integral of $f(t) = \sqrt{at^2+bt+c}$, where I grouped and replaced all static parts which are not including $t$, to implement it easier. I have no clue if this information helps in any way.
Please add comments if any information is missing. I will try to understand you as well as possible and try to answer all questions but neither is English my mother tongue nor do I have an extensive understanding in mathematics so there might be some information lost in translation.