Results 1 to 3 of 3

Thread: [RESOLVED] Algebra with triangle sides etc. Im stumped.

  1. #1

    Thread Starter
    Raging swede Atheist's Avatar
    Join Date
    Aug 2005
    Location
    Sweden
    Posts
    8,018

    Resolved [RESOLVED] Algebra with triangle sides etc. Im stumped.

    Hey there. My skill in the area of math has faded fast over the recent years, and now I find myself completely stuck with this problem:
    I know the hypotenuse of a triangle. I need to find the length of the other 2 sides of this triangle. The only thing I know about the other 2 sides is their "ratio".

    Basically pythagoras:
    A^2 + B^2 = C^2
    Where C is known. And I also know X in this equation:
    A / X = B.

    This led me to simplify the equation into:
    A^2 + (A / X)^2 = C^2

    But thats as far as I got

    I'd really appreciate some help!
    Rate posts that helped you. I do not reply to PM's with coding questions.
    How to Get Your Questions Answered
    Current project: tunaOS
    Me on.. BitBucket, Google Code, Github (pretty empty)

  2. #2
    Hyperactive Member
    Join Date
    Mar 2002
    Location
    Boston, MA
    Posts
    391

    Re: Algebra with triangle sides etc. Im stumped.

    you're almost there: factor out A^2 giving

    A^2 (1 + 1/X^2) = C^2

    A^2 = C^2/(1 + 1/X^2)


    A = C / SQRT(1 + 1/X^2)

  3. #3

    Thread Starter
    Raging swede Atheist's Avatar
    Join Date
    Aug 2005
    Location
    Sweden
    Posts
    8,018

    Re: Algebra with triangle sides etc. Im stumped.

    Wonderful! Thank you very very much
    Rate posts that helped you. I do not reply to PM's with coding questions.
    How to Get Your Questions Answered
    Current project: tunaOS
    Me on.. BitBucket, Google Code, Github (pretty empty)

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