I have two equations: $$f(x) = x^2/k^2$$ and $$ g(x) = a \cdot sinh(bx)$$ The derivatives are therefore $$ f'(x) = 2x/k^2$$ and $$g'(x) = ab \cdot cosh(bx)$$
Now for given values of $k$ and $x$ (for example: $k=0.42$ and $x=7$) I want to find values of $a$ and $b$ such that the values and also the slopes of $f$ and $g$ are identical, which should be doable by solving the set of two equations $f=g$ and $f'=g'$ simultaneously.
From equation $f$ I can get $$ a= \frac{x^2}{k^2 \cdot sinh(bx)}$$ and insert that in $g$, or from $g$ I can get $$ a= \frac{2x}{bk^2 \cdot cosh(bx)}$$ and insert that in equation $f$, but then I am still not able to solve the resulting single equation.