+ Reply to Thread
Results 1 to 10 of 10
  1. #1
    len
    len is offline
    Join Date
    Oct 2004
    Location
    Chicagoland
    Occupation
    President/Owner
    Posts
    1,642
    Thanks
    14

    Default need a math formula

    Not specific to lighting, but that's where I'll use this.

    If I have a right triangle, and I know the length of the base and the height, how do I calculate the degree of the two non-right angles? Wondering if there is a formula already available in Excel but I don't have time to look right now.
    http://www.chicagolightingdesign.com
    "I don't feel it's healthy to keep your faults bottled up inside me." - Bucky Katt

  2. #2
    Join Date
    Sep 2008
    Location
    Atlanta, GA
    Occupation
    Freelance
    Posts
    202
    Thanks
    23

    Default Re: need a math formula

    it is an inverse Tangent formula, where:
    Tan (angle) = = Opposite / adjancent. in this case, the opposite is your height, and the adjancent is your Base.

    to solve for (angle):
    (angle)=arctangent*(Height/Base)

    In Excel:
    ATAN(Height/Base)*180/PI= XX (degrees)

    *Excel defaults yto radians, so you need to multiply by 180/PI

    OR, use your el-cheapo scientiffic claculator left over from those unnecessary math classes.
    Jon Liles
    Theatre Dad
    Marietta, GA
    jonathan.liles@gmail.com

    "Any man who afflicts the human race with ideas must be prepared to see them misunderstood." - H. L. Mencken

  3. The Following User Says Thank You to jonliles For This Useful Post:

    len (December 21st, 2009)

  4. #3
    Join Date
    Sep 2008
    Location
    Atlanta, GA
    Occupation
    Freelance
    Posts
    202
    Thanks
    23

    Default Re: need a math formula

    PS: It works for either of the non-right angles. Just swap the numbers to be Nase over Height OR know that the sume of all anlges in a Trianlge add up to 180 degrees.
    Jon Liles
    Theatre Dad
    Marietta, GA
    jonathan.liles@gmail.com

    "Any man who afflicts the human race with ideas must be prepared to see them misunderstood." - H. L. Mencken

  5. #4
    Join Date
    Mar 2009
    Location
    Madison, WI
    Occupation
    Technical Support Specialist
    Posts
    215
    Thanks
    9

    Default Re: need a math formula

    Found this nifty calculator while googling to remember the formulas from trig oh so long ago.

    jonliles beat me to the post of the formulae
    ______________

    ~Kirk

  6. The Following User Says Thank You to starksk For This Useful Post:

    len (December 21st, 2009)

  7. #5
    len
    len is offline
    Join Date
    Oct 2004
    Location
    Chicagoland
    Occupation
    President/Owner
    Posts
    1,642
    Thanks
    14

    Default Re: need a math formula

    It wasn't working correctly in Lotus (likely a formula error on my part), since I don't have Excel. But I'll just make a small chart that I can print out with 1 foot increments based on that online calculator, which is all the accuracy I need. Thanks for the help.
    http://www.chicagolightingdesign.com
    "I don't feel it's healthy to keep your faults bottled up inside me." - Bucky Katt

  8. #6
    Join Date
    Aug 2004
    Location
    Pittsburgh, PA
    Occupation
    Volunteer
    Posts
    663
    Thanks
    20

    Default Re: need a math formula

    Looks like it should just be @ATAN in Lotus.


    Differences between Microsoft Excel and Lotus 1-2-3:
    http://office.microsoft.com/en-us/ex...997741033.aspx


    Joe

  9. The Following User Says Thank You to jwl868 For This Useful Post:

    len (December 22nd, 2009)

  10. #7
    len
    len is offline
    Join Date
    Oct 2004
    Location
    Chicagoland
    Occupation
    President/Owner
    Posts
    1,642
    Thanks
    14

    Default Re: need a math formula

    I'll give that a try. There's a @tan formula, but it wasn't giving me anything close the the right numbers. I didn't see @atan.
    http://www.chicagolightingdesign.com
    "I don't feel it's healthy to keep your faults bottled up inside me." - Bucky Katt

  11. #8
    Join Date
    Aug 2008
    Location
    Mount Airy, md
    Occupation
    Manager/Administrator
    Posts
    69
    Thanks
    1

    Default Re: need a math formula

    Take a look at Openoffice.org You can download a complete, very, very functional version of all of the office applications for free.

    Tim.
    Timothy K. Cahall
    The Main Event, Inc.
    www.themaineventmd.com

  12. #9
    len
    len is offline
    Join Date
    Oct 2004
    Location
    Chicagoland
    Occupation
    President/Owner
    Posts
    1,642
    Thanks
    14

    Default Re: need a math formula

    Actually, I do have Excel. But it's no big thing. I have all the stuff I need.
    http://www.chicagolightingdesign.com
    "I don't feel it's healthy to keep your faults bottled up inside me." - Bucky Katt

  13. #10
    Chris15 is offline CBmod
    Join Date
    Jul 2005
    Location
    Sydney, Australia
    Occupation
    Consultant
    Posts
    2,246
    Thanks
    14

    Default Re: need a math formula

    Quote Originally Posted by jonliles View Post
    In Excel:
    ATAN(Height/Base)*180/PI= XX (degrees)
    The neater option would be =DEGREES(ATAN(height/Base))...

Tags for this 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