Results 1 to 5 of 5

Thread: Finding the Arcsine of X

  1. #1
    All AUGI, all the time
    Join Date
    2003-10
    Posts
    688

    Default Finding the Arcsine of X

    Is it just me? How on earth do you find the Arcsine of a number to come up with an angle?

    On a graph I have a length X, length Y and their hypotenuse Z. I now need to find the angle produced opposite of the Y value. It's easy right?

    Yangle = Arcsine(Y/Z)

    ...but how do I do this in VBA!!?? They give you the Sin, Cos, and Tan functions and even the Atn (arctangent) function but I can't find the Arcsine function. Can anyone tell me how to find this angle? Thanks for any help on this.

  2. #2
    All AUGI, all the time buzz's Avatar
    Join Date
    2007-10
    Location
    Tucson, Arizona
    Posts
    613

    Default Re: Finding the Arcsine of X

    Try this:

    ArcSin(x) = Atn(x / Sqr(-x * x + 1))

    -Buzz
    no trophy, no flowers, no flashbulbs, no line,
    he's haunted by something he cannot define...
    humble genius

  3. #3
    Member
    Join Date
    2006-05
    Posts
    48

    Default Re: Finding the Arcsine of X

    I had the same problem a few years ago. I don't believe I found anything for Arcsine but ATAN is a function. I think I used it and worked backwards.

  4. #4
    All AUGI, all the time
    Join Date
    2003-10
    Posts
    688

    Default Re: Finding the Arcsine of X

    Yeah... duh.. I guess I should have realized that I could have just plugged in the X and Y values in a different way to utilize Arctan instead of using Arcsine. Thanks for the quick responses. I wonder why "they" chose to leave out the other two functions?

  5. #5
    Member
    Join Date
    2010-02
    Posts
    19

    Smile Re: Finding the Arcsine of X

    You can use "atan,asin,acos"
    enoy it

Similar Threads

  1. Finding Items
    By art.theusch in forum NavisWorks - General
    Replies: 1
    Last Post: 2009-06-12, 04:04 PM
  2. finding a group
    By ray salmon in forum Revit Architecture - General
    Replies: 2
    Last Post: 2009-01-12, 10:47 PM
  3. Finding A Distance Along an Arc
    By Capo De Capo in forum Land Desktop - General
    Replies: 11
    Last Post: 2006-04-03, 11:31 PM

Posting Permissions

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