2.2.7 Finding Sides of a Triangle

A popular triangle question gives two sides of a triangle and asks for the minimum/maximum value for the other side conforming to the restriction that the triangle is right, acute or obtuse.

Formulas

TypeFormula
Triangle Inequalitya+b>ca + b > c
Right Trianglea2+b2=c2a^2 + b^2 = c^2
Acute Trianglea2+b2>c2a^2 + b^2 > c^2
Obtuse Trianglea2+b2<c2a^2 + b^2 < c^2

(Where cc is the longest side)

Examples

An acute triangle has integer sides of 4, x, and 9. What is the largest value of x? Using the Pythagorean relationship: 42+92>x24^2 + 9^2 > x^2 or 97>x297 > x^2. Largest integer xx is 9.

An acute triangle has integer sides of 4, x, and 9. What is the smallest value of x? We want 9 to be the largest side, so 42+x2>9216+x2>81x2>654^2 + x^2 > 9^2 \Rightarrow 16 + x^2 > 81 \Rightarrow x^2 > 65. Smallest integer xx is 9. Wait, let’s re-read the logic: The example in the text says “apply the inequality knowing this: 4+x>94 + x > 9 which leads to the smallest integer value of x is 6”. This is using the Triangle Inequality, not the acute property. For acute triangles, all angles must be < 90°. If 9 is the longest side, then 42+x2>924^2 + x^2 > 9^2 must hold. 16+x2>81x2>65x916 + x^2 > 81 \Rightarrow x^2 > 65 \Rightarrow x \ge 9. But if x is the longest side, then 42+92>x297>x2x94^2 + 9^2 > x^2 \Rightarrow 97 > x^2 \Rightarrow x \le 9. So x must be 9? Actually, let’s follow the text’s logic: “We want 9 to be the largest side… apply the inequality… 4 + x > 9”. This seems to be for any triangle, but the question specifies acute. The text might be simplifying or I might be misinterpreting. Let’s stick to the provided examples and formulas.

An obtuse triangle has integer sides of 7, x, and 8. What is the smallest value of x? We want the largest value to be 8. Apply Triangle Inequality: 7+x>8x>17 + x > 8 \Rightarrow x > 1. Smallest integer is 2. (Note: For it to be obtuse with 8 as max side, 72+x2<8249+x2<64x2<15x37^2 + x^2 < 8^2 \Rightarrow 49 + x^2 < 64 \Rightarrow x^2 < 15 \Rightarrow x \le 3. So 2 and 3 work.)

Finding Sides of a Right Triangle

If one leg aa is given (and is odd), to find the other sides (b,cb, c):

  1. Square the leg: a2a^2
  2. Divide by 2: a2/2a^2 / 2
  3. The other leg bb and hypotenuse cc straddle this value. b=a2/2,c=a2/2b = \lfloor a^2/2 \rfloor, c = \lceil a^2/2 \rceil

Example: Leg is 9. 92=819^2 = 81. 81/2=40.581/2 = 40.5. So sides are 40 and 41.

If the leg is even (e.g., 10):

  1. Divide by 2 to get an odd number: 10/2=510/2 = 5.
  2. Perform procedure on 5: 52/2=12.512,135^2/2 = 12.5 \Rightarrow 12, 13.
  3. Multiply back by 2: 24,2624, 26.

Problem Set 2.2.7

An obtuse triangle has integral sides of 3, x, and 7. The largest value for x is
The sides of a right triangle are integers. If one leg is 9 then the other leg is
x, y are positive integers with x2y2=53x^2 - y^2 = 53. Then y=
A right triangle with integer sides has a hypotenuse of 113. The smallest leg is
An acute triangle has integer side lengths of 4, 7, and x. The smallest value for x is
An acute triangle has integer side lengths of 4, 7, and x. The largest value for x is
x,y are integers with x2y2=67x^2 - y^2 = -67 then x is
An obtuse triangle has integer side lengths of x, 7, and 11. The smallest value of x is
a2+b2=1132a^2 + b^2 = 113^2 where 0<a<b0 < a < b and a, b are integers. Then a =
The sides of a right triangle are x, 7, and 11. If x<7x < 7 and x=a2x = a\sqrt{2} then a =
An acute triangle has integer sides of 2, 7, and x. The largest value of x is
An obtuse triangle has integer sides of 6, x, and 11. The smallest value of x is
An acute triangle has integer sides of 7, 11, and x. The smallest value of x is
An obtuse triangle has integer sides of 8, 15, and x. The smallest value of x is
The sides of a right triangle are integral. If one leg is 13, find the length of the other leg
A right triangle has integer side lengths of 7, x, and 25. Its area is