Testing Point (5,4) in Triangle with 3 Given Points (1,2), (4,6), and (9,10)

  • Thread starter Thread starter forty
  • Start date Start date
  • Tags Tags
    Geometry Proof
AI Thread Summary
To determine if point (5,4) is inside the triangle formed by the vertices (1,2), (4,6), and (9,10), three inequalities based on the triangle's sides must be satisfied. The inequalities derived from the lines connecting the vertices are y <= 4/3x + 2/3, y >= x + 1, and y <= 4/5x + 14/5. The analysis shows that while the first inequality holds true, the other two do not, indicating that point (5,4) is outside the triangle. Graphing the inequalities can visually confirm the position of the point relative to the triangle. This method of using inequalities is a straightforward approach to solving the problem.
forty
Messages
132
Reaction score
0
Given 3 points of the triangle:
(1,2)
(4,6)
(9,10)
Determine if point (5,4) belongs to triangle (is located inside the triangle).

the only way i can think of doing this is as follows but there must be a more sound way.

so you have lines:
(1,2)->(4,6)
(4,6)->(9,10)
(1,2)->(9,10)

you need all 3 of the following to hold true for point (5,4)

y <= 4/3x + 2/3 (true)
y >= x + 1 (false)
y <= 4/5x + 14/5 (false)



any help greatly appreciated.
 
Physics news on Phys.org
If by "Given 3 points" you really mean "Given 3 vertices", then your basic approach is very good. As long as you identified the correct lines, then you can set up the suitable inequalities and determine the necessary truths for the conditions.

You can easily check about the point by actually drawing the whole graph.
 
Last edited:
Yes I do mean vertices. So this is pretty much the simplest way of going about it?

Thanks.
 
forty said:
Yes I do mean vertices. So this is pretty much the simplest way of going about it?

Thanks.

Make the graph of the inequalities; this can help you to explain the proof AND to show the proof graphically. Either the point to test is within the inequalities region or it is not within the inequalities region.
 
I picked up this problem from the Schaum's series book titled "College Mathematics" by Ayres/Schmidt. It is a solved problem in the book. But what surprised me was that the solution to this problem was given in one line without any explanation. I could, therefore, not understand how the given one-line solution was reached. The one-line solution in the book says: The equation is ##x \cos{\omega} +y \sin{\omega} - 5 = 0##, ##\omega## being the parameter. From my side, the only thing I could...
Essentially I just have this problem that I'm stuck on, on a sheet about complex numbers: Show that, for ##|r|<1,## $$1+r\cos(x)+r^2\cos(2x)+r^3\cos(3x)...=\frac{1-r\cos(x)}{1-2r\cos(x)+r^2}$$ My first thought was to express it as a geometric series, where the real part of the sum of the series would be the series you see above: $$1+re^{ix}+r^2e^{2ix}+r^3e^{3ix}...$$ The sum of this series is just: $$\frac{(re^{ix})^n-1}{re^{ix} - 1}$$ I'm having some trouble trying to figure out what to...
Back
Top