So far I have figured out everything except the angle alpha of f,g. What I tried was I drew this triangle:
and found side length c by doing dist(f,g) = ||f-g|| = sqrt() and I ended up with c = sqrt(54)
Then I used the law of cosines to find the angle of alpha and got 14.14 degrees but it was the wrong answer.
What is wrong with my approach?