Given two lines $a_1x+b_1y+c_1 = 0$, $a_2x+b_2y+c_2 = 0$ that make an angle $\alpha$ at their intersection, show that $$\sin\alpha = \frac{a_2b_1-a_1b_2}{\sqrt{a_1^2+b_1^2}\sqrt{a_2^2+b_2^2}}$$
So I'm stuck here, I'm thinking making a circle with the intersection point as it center and radius 1 and consider the intersections of the lines with the circle and from there calculating the sine, or making a rough right triangle and do the same as that. But I'm pretty sure there is a better and simpler way to solve this problem.