I am trying to solve an equation for one variable as shown in the picture:

Judging from the output of the second command, I should be able to get an expression for $\ddot{\theta}$.
I tried several options for solve, but I still get the same long result. I only want it to move the other terms to the right hand side and divide.
Any suggestions?
There doesn't appear to be anything wrong with the "long result" returned by
solveIt's giving you helpful information. Certain combinations of parameter values will result in special results. You should also be able to extract the first case from the solution if you like. Importantly, it looks like you've not told MuPAD anything about your assumptions for the parameters and variables. Read about those here.