Results 1 to 6 of 6

Thread: Hypotenuse

  1. #1

    Thread Starter
    PowerPoster Arc's Avatar
    Join Date
    Sep 2000
    Location
    Under my rock
    Posts
    2,336

    Hypotenuse

    Hi Guys. If I know the length of 2 sides of a right triangle how do I figure out the length of the other side?

    Thanks!
    -We have enough youth. How about a fountain of "Smart"?
    -If you can read this, thank a teacher....and since it's in English, thank a soldier.


  2. #2
    Frenzied Member zaza's Avatar
    Join Date
    Apr 2001
    Location
    Borneo Rainforest Habits: Scratching
    Posts
    1,486

    Re: Hypotenuse

    You need to know whether they are the two sides at right angles or not. If they are, then square each, add the squares, and then sqrt the answer. If they are not, then square each, take the abs() of the difference and then sqrt the result.

    This is Pythagoras' Theorem!!!

    zaza

  3. #3

    Thread Starter
    PowerPoster Arc's Avatar
    Join Date
    Sep 2000
    Location
    Under my rock
    Posts
    2,336

    Re: Hypotenuse

    Thank you!
    -We have enough youth. How about a fountain of "Smart"?
    -If you can read this, thank a teacher....and since it's in English, thank a soldier.


  4. #4
    Frenzied Member zaza's Avatar
    Join Date
    Apr 2001
    Location
    Borneo Rainforest Habits: Scratching
    Posts
    1,486

    Re: Hypotenuse

    You're welcome. Don't forget to mark it resolved (as you probably know well - you've been here even longer than me!)

    zaza

  5. #5
    Only Slightly Obsessive jemidiah's Avatar
    Join Date
    Apr 2002
    Posts
    2,431

    Re: Hypotenuse

    If the two sides aren't perpendicular [don't make a right angle], you need to use the law of cosines which is an extension of the Pythagorean Theorem.

    The Law of Cosines says that given sides b and c of a triangle, and given the angle between those sides called A, you can find the measure of the third side by using this formula:

    a2=b2+c2-2bc*cosA.

    This is equal to the Pythagorean Theorem when A = 90 degrees, because cos 90 deg. = 0, and the last term drops out.
    The time you enjoy wasting is not wasted time.
    Bertrand Russell

    <- Remember to rate posts you find helpful.

  6. #6
    Frenzied Member zaza's Avatar
    Join Date
    Apr 2001
    Location
    Borneo Rainforest Habits: Scratching
    Posts
    1,486

    Re: Hypotenuse

    Or you can use the sine rule:

    sinA/A = sinB/B = sinC/C

    ...but this is just school maths.



    zaza

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width