+ Reply to Thread
Results 1 to 4 of 4

Thread: How to find height of a triangle using 2 angles and the distance between them?

  1. #1
    Level 16 - Colossus buterilco4224's Avatar
    Joined
    Jan 2012
    Posts
    2,194

    How to find height of a triangle using 2 angles and the distance between them?

    If I have a triangle and vertices are a, b, and c, and I know the angle of a and b, and the distance between a and b, what formula can I use to find the height? No angle will necessarily be 90 degrees.

  2. Sponsors
    Super ModeratorPeeje's Avatar
    Joined
    Nov 2011
    Posts
    164
    Videos
    139

  3. #2
    Level 15 - A Legend daichi's Avatar
    Joined
    Feb 2012
    Posts
    1,699
    If you know the area...

  4. #3
    Level 1 - Newbie nickb's Avatar
    Joined
    Mar 2012
    Posts
    1,072
    use: ASA

    It's actually pretty easy, here we go:
    You have angles A & B, and the distance between them is AB or a, this case is calledAngle- Side-Angle)
    Find angle C = 180 - (A + B)
    Find sides AC = b , BC = a, using the sine rule:
    a/sinA = b/sinB = c/sinC

    Edit: Re: the height: let h = the height AH drawn form A to BC, then:
    sinC = h/b => h = sinC * b

    Regards.

  5. #4
    Level 16 - Colossus Webster's Avatar
    Joined
    Jan 2012
    Posts
    2,164
    Law of Cosines

    This is like the Pythagorean Theorem for non-right triangles.

+ Reply to Thread

Posting Permissions

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