In the future, you can prove this sort of thing by typing it into free websites like Wolframalpha.com
For instance, you're trying to prove something like $\alpha + \beta = \gamma$, so you could type into the webpage $\alpha + \beta - \gamma$. This will simplify to 0, which proves the equation you wanted.
You could also plug in lots and lots of points. If you do this literally randomly (use some random number generator to plug in numbers between say 0 and 1). If the numbers are random, then for many equations, you can actually prove that they always work simply because they work when you plug in some random numbers.
A third option that works for things like this would be to multiply everything in sight to get rid of all the denominators. Then just multiply out everything and things will just cancel like crazy. This is very time-consuming to do by hand however, and people are prone to mistakes. [This is what the webpage would do though]