Consider a triangle formed by three sides, equations of which are as follows -
a1x + b1y + c1=0
a2x + b2y + c2=0
a3x + b3y + c3=0
Is there a nice method to figure out whether a point P(h,k) lies inside or outside the triangle formed by these lines?
It'd be great if some sort of a formula could be derived using the variables mentioned above. In fact, a brief outline of the approach followed while getting to the formula would be great too.
Thanks a lot.
Here's a method (not a formula) . . .
Then