How to solve this triangle problem.

  • Thread starter Thread starter feihong47
  • Start date Start date
  • Tags Tags
    Triangle
AI Thread Summary
The discussion revolves around expressing the hypotenuse of a right triangle as a function of its perimeter, given that the altitude to the hypotenuse is 12 cm. Participants explore using the area of the triangle and Pythagoras' Theorem to derive relationships between the sides and the hypotenuse. They emphasize the need to manipulate algebraic expressions, including substituting variables and simplifying equations, to isolate the hypotenuse in terms of the perimeter. Despite the complexity of the algebra involved, a solution can be reached by carefully applying identities and relationships derived from the triangle's properties. Ultimately, the conversation highlights the challenge and satisfaction of solving the problem through detailed mathematical reasoning.
feihong47
Messages
27
Reaction score
0

Homework Statement



The altitude perpendicular to the hypotenuse of a right triangle is 12 cm. Express the length of the hypotenuse as a function of the perimeter.

Homework Equations


The Attempt at a Solution

So I have to express the hypotenuse (h) in terms of the perimeter. I tried to find the area of the triangle using two different equations

1) A = (1/2)*12*h = 6h
2) A = (1/2)*xy, let x and y be the other sides of the triangle

I can set them to each other, but I get 6h = 0.5xy

The perimeter (P) is x+y+h.

I have no idea how to express h in terms of P since now I have too many variables.

I tried substitution, and the best I got (without using x and y) was some complicated polynomial with P and h that I couldn't just simply solve for h.

Any tips are appreciated.
 
Physics news on Phys.org
Think of Pythagoras' Theorem.

ehild
 
ehild said:
Think of Pythagoras' Theorem.

ehild

I certainly did. But I still have to assign a variable to one of the sides, ie x, and then the other side would be \sqrt{h^{2} - x^{2}}

It doesn't help me in putting h in terms of P however, because now

P = x + h + \sqrt{h^{2} - x^{2}}

How can I express h only in terms of P?
 
feihong47 said:
I certainly did. But I still have to assign a variable to one of the sides, ie x, and then the other side would be \sqrt{h^{2} - x^{2}}

It doesn't help me in putting h in terms of P however, because now

P = x + h + \sqrt{h^{2} - x^{2}}

How can I express h only in terms of P?

You basically have to solve for x in terms of h.

Use x\sqrt{h^2 - x^2} = 12h, which you've already figured out.

Square both sides to get a quartic in x that can be reduced to a quadratic by a sub like z = x^2, then solve for x in terms of h.

The algebra can be a little messy, though.
 
Ok. If I only have to express it in terms of x then I can do it. Glad to know that it's physically impossible to express it in P. Thanks!
 
feihong47 said:
Ok. If I only have to express it in terms of x then I can do it. Glad to know that it's physically impossible to express it in P. Thanks!

NO! You *solve* for x in terms of h, then replace all the x terms in P = x + h + \sqrt{h^2 - x^2} with this expression. Finally, rearrange/solve to get h in terms of P.

As I said, it's messy. But completely possible.
 
LOL. I like your emphatic NO. But yea, that sounds very messy indeed... I see some x^{2}h^{2} - x^{4} = 144h^{2}... Just this alone makes me not want to do it...
 
feihong47 said:
LOL. I like your emphatic NO. But yea, that sounds very messy indeed... I see some x^{2}h^{2} - x^{4} = 144h^{2}... Just this alone makes me not want to do it...

I just did it. Yes, it's tedious. But once you work through the algebra, you get a nice simple expression for h in terms of P.

Some things to note. You'll get two solutions for the quadratic in x^2. Keep both of them. You'll find a nice symmetry in the expression for \sqrt{h^2 - x^2} when you use each of the values of x that'll simplify your work (so you don't have to do everything twice!). Also keep the identity (a + b)(a - b) = a^2 - b^2 in mind because you'll find that a great timesaver.

Other than that, you just have to roll up your sleeves and get your hands dirty. I can't give you any more help without giving you the complete solution. :biggrin:

(I was hoping there'd be a simpler way with similar triangles, but no such luck).
 
From Pythagoras' Theorem, x2+y2=h2, and you know that xy=12h.
If you add 2xy to both sides to Pythagoras' equation you get the square of x+y on he left side:

(x+y)2=h2+2xy=h2+24h.
x+y=P-h. Substitute for x+y, expand, simplify. The solution is two more lines (h2 cancels).

ehild
 
Last edited:
  • #10
Curious3141 said:
Also keep the identity (a + b)(a - b) = a^2 - b^2 in mind because you'll find that a great timesaver.

Also keep the identity (a+b)2=a2+b2+2ab
in mind because you'll find that a great timesaver. :biggrin: in problems where sum and product of two variables are involved.

ehild
 
  • #11
ehild said:
Also keep the identity (a+b)2=a2+b2+2ab
in mind because you'll find that a great timesaver. :biggrin: in problems where sum and product of two variables are involved.

ehild

Well, I thought that one went without saying. :biggrin:
 
  • #12
ehild said:
From Pythagoras' Theorem, x2+y2=h2, and you know that xy=12h.
If you add 2xy to both sides to Pythagoras' equation you get the square of x+y on he left side:

(x+y)2=h2+2xy=h2+24h.
x+y=P-h. Substitute for x+y, expand, simplify. The solution is two more lines (h2 cancels).

ehild

Wow, this is really, really neat!:approve:

Mine was like :eek: then , finally ending up :smile:.

But I'm :redface: I didn't see your way from the start. I blame the fever I'm having! :-p
 
  • #13
Thanks guys, that was good!
 
  • #14
Curious3141 said:
But I'm :redface: I didn't see your way from the start. I blame the fever I'm having! :-p

Get well soon! :smile:

ehild
 
Back
Top