How to find an integer point inside a convex polygon?
Answers
Answered by
0
Let is the point of our polygon .
for closed polygon it is necessary that ,
Now, Let F is the point inside the polygon and T is the point outside the polygon .
If F exists inside the polygon only when ,
∠A₁FAA₂ + ∠A₂FA₃ + ∠A₃FA₄ + ......+ ∠AₙFAₙ₊₁ = 360° { because F forms a circle and we know, centre of circle is 360° }
so, we can say that conditions of any point inside the polygons is
For T point
for closed polygon it is necessary that ,
Now, Let F is the point inside the polygon and T is the point outside the polygon .
If F exists inside the polygon only when ,
∠A₁FAA₂ + ∠A₂FA₃ + ∠A₃FA₄ + ......+ ∠AₙFAₙ₊₁ = 360° { because F forms a circle and we know, centre of circle is 360° }
so, we can say that conditions of any point inside the polygons is
For T point
Attachments:
Similar questions