How would I find the value of $a$ from the below equation:
$$a\cosh(\frac a{50})-a=20$$
I have tried doing it by turning the $\cosh$ into its respective exponential form but I ended up in a dead end in the rearranging. Is there an alternative, simpler way?
As said in comments, there is no way to get an analytical solution to find $a$ such that $$a\cosh(\frac a{50})-a=20$$ and some numerical method would be required (Newton method will be the simplest).
Consider that you look for the zero of function $$f(a)=a\cosh(\frac a{50})-a-20$$Plotting it reveals that the solution is between $40$ and $50$; so, let us start using $a_0=50$ which will ensure that the solution will be reached without any overshoot (by Darboux theorem).
Below are given the successive iterates $$\left( \begin{array}{cc} n & a_n \\ 0 & 50.000000000000000000 \\ 1 & 45.836520166672586528 \\ 2 & 45.378402530655470850 \\ 3 & 45.373218337983547755 \\ 4 & 45.373217680246110845 \\ 5 & 45.373217680246100259 \end{array} \right)$$