Can a Right Triangle's Hypotenuse be Found from Its Area and Perimeter?

  • Thread starter Thread starter synkk
  • Start date Start date
  • Tags Tags
    Triangles
AI Thread Summary
A right triangle's hypotenuse can be expressed in terms of its area and perimeter using a quadratic equation. Given an area of 6 cm² and a perimeter of 12 cm, the relationship between the sides can be established through the equations x + y + h = 12 and 0.5 * y * x = 6. By substituting y with 12/x, the equation simplifies to x^2 + x(h - 12) + 12 = 0. The discussion highlights the possibility of deriving an expression for the hypotenuse while maintaining a quadratic form in x, noting that quartic terms may cancel out during algebraic manipulation. This approach demonstrates the interconnectedness of triangle properties through algebraic relationships.
synkk
Messages
216
Reaction score
0
A Right-Angled Triangle has area Acm^2 and perimeter Pcm. A side other than the hypotenuse has length has length xcm. Form a quadratic equation in x in each of the following cases:
a) a=6 p=12

let the other side be y, and the hypotenuse be h

x + y + h = 12
0.5*y*x = 6, y= 12/x
x + 12/x + h = 12
x^2 + x(h-12) + 12 = 0

is there anyway to find an expression for h while keeping a quadratic equation in x? I mean I could use pythagoras but h^2 = 144/x^2 + x^2 will turn into a quartic equation no?
 
Physics news on Phys.org
Might not. If you do the algebra, the quartic and cubic terms might cancel. In fact, I think they do.
 
cheers, it does, my fault for being lazy.
 
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...
Back
Top