MHB Are the coordinates of the vertices of this triangle all integers?

AI Thread Summary
The discussion revolves around determining the vertices of a triangle defined by three vector equations. The calculated vertices are (-3,2), (7,0), and (3,5), but the resulting perimeter is not an integer, raising concerns about the calculations. The perimeter is expressed in terms of square roots, leading to speculation that the original problem may have intended for the vertices to be integers. Participants agree on the Cartesian conversions of the lines and confirm the perimeter calculations. The conversation concludes with the suggestion that the problem might have been misinterpreted regarding the integer requirement for the vertices.
chucktingle
Messages
2
Reaction score
0
L1 [x,y]=[2,1]+r[-5,1]
L2 [x,y]=[1,4]+s[2,1]
L3 [x,y]=[3,5]+t[4,-5]
These three lines are sides of a triangle
find: 1)the perimeter of the triangle
2) The largest angle
3) the centroid of the triangle

so I converted the vector equations into parametric, and then made two of the x parametric equations to equal each other to find the vertices.This gave me to vertices (-3,2), (7,0) and (3,5). The problem is the perimeter I get from those vertices is not an integer, I was told it would have no decimals. Am I going about the problem incorrectly? Once I have the vertices I can easily find the angle with cosine law, and use the centroid formula for the centroid, I am just not sure about the vertices I got.
 
Mathematics news on Phys.org
I think I would convert to Cartesian coordinates:

$$L1\implies x+5y=7$$

$$L2\implies x-2y=-7$$

$$L3\implies 5x+4y=35$$

View attachment 6567

I agree with the vertices you found. And so the perimeter $P$ is:

$$P=\sqrt{6^2+3^2}+\sqrt{4^2+5^2}+\sqrt{10^2+2^2}=3\sqrt{5}+\sqrt{41}+2\sqrt{26}$$

Is this what you have?
 

Attachments

  • triangle_vectors.png
    triangle_vectors.png
    8.9 KB · Views: 115
MarkFL said:
I think I would convert to Cartesian coordinates:

$$L1\implies x+5y=7$$

$$L2\implies x-2y=-7$$

$$L3\implies 5x+4y=35$$
I agree with the vertices you found. And so the perimeter $P$ is:

$$P=\sqrt{6^2+3^2}+\sqrt{4^2+5^2}+\sqrt{10^2+2^2}=3\sqrt{5}+\sqrt{41}+2\sqrt{26}$$

Is this what you have?

Thanks for the reply, yep that's what I got. Maybe they rounded for the answer?
 
chucktingle said:
Thanks for the reply, yep that's what I got. Maybe they rounded for the answer?

I'm thinking that perhaps what was intended was that the coordinates of the 3 vertices would all be integers. :)
 
Seemingly by some mathematical coincidence, a hexagon of sides 2,2,7,7, 11, and 11 can be inscribed in a circle of radius 7. The other day I saw a math problem on line, which they said came from a Polish Olympiad, where you compute the length x of the 3rd side which is the same as the radius, so that the sides of length 2,x, and 11 are inscribed on the arc of a semi-circle. The law of cosines applied twice gives the answer for x of exactly 7, but the arithmetic is so complex that the...
Is it possible to arrange six pencils such that each one touches the other five? If so, how? This is an adaption of a Martin Gardner puzzle only I changed it from cigarettes to pencils and left out the clues because PF folks don’t need clues. From the book “My Best Mathematical and Logic Puzzles”. Dover, 1994.
Back
Top