Results 1 to 5 of 5

Thread: Sundial Math Equations

  1. #1

    Thread Starter
    New Member
    Join Date
    Jul 2007
    Posts
    4

    Sundial Math Equations

    Hi, can someone please help with me with the following:

    I have an old book on sundial which dates to the pre-calculator age, which contains formulas I need to have in my java program to write a visual sundial designer. Now the problem is i cant understand some of the equations as my maths is a bit rusty.

    the first equation is

    log tan SD = log sin T + log cot P ...

    where SD is a value that needs to be found, T and P are arbitrary values.
    I have been able to work out SD like this .. SD = ArcTangent( Sin T * Cot P)
    which gives me the right answer .. .

    now im stuck with the following equation:

    log cot DL = log cot T + log sin P

    i dont how to find dl for the above equation can someone plz provide me some tips .. id really appreciate it iv been stuck trying to solve this for 3 days ..

  2. #2
    Fanatic Member VBAhack's Avatar
    Join Date
    Dec 2004
    Location
    Sector 000
    Posts
    617

    Re: Sundial Math Equations

    Welcome to the forums.

    Since Cot x = 1/Tan x, if I'm not mistaken, it goes like this:

    Cot DL = Cot T * Sin P

    Tan DL = 1 / (Cot T * Sin P)

    DL = ArcTan[ 1 / (Cot T * Sin P) ]
    Last edited by VBAhack; Jul 17th, 2007 at 05:59 PM.

  3. #3

    Thread Starter
    New Member
    Join Date
    Jul 2007
    Posts
    4

    Re: Sundial Math Equations

    omg brilliant .. just did that on the calculator and got the same answer as was in the book thanks a lot heheh now i can carry on i just cudnt work it out ... its been ages since i did trig stuff

  4. #4

    Thread Starter
    New Member
    Join Date
    Jul 2007
    Posts
    4

    Re: Sundial Math Equations

    Quote Originally Posted by VBAhack
    Welcome to the forums.

    Since Cot x = 1/Tan x, if I'm not mistaken, it goes like this:

    Cot DL = Cot T * Sin P

    Tan DL = 1 / (Cot T * Sin P)

    DL = ArcTan[ 1 / (Cot T * Sin P) ]
    hey thanks a lot its just all this i couldnt figure out yeah this gave me the right answer as was in the book thanks youu

  5. #5

    Thread Starter
    New Member
    Join Date
    Jul 2007
    Posts
    4

    Re: Sundial Math Equations

    thank you .... now i can program this .. what you have worked out gives the right answer as given in my sundial book but i couldnt figure out how it got it ... thanksss

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