Thread: inverse of sine?

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1
    That weird Java guy xniinja's Avatar
    Join Date
    Jun 2010
    Posts
    231

    inverse of sine?

    Hey guys, I just have a quick question. Is there a true inverse of sine? now I know that an inverse of sine wouldn't be a function, but what if we restricted it. then wouldn't you be able to make a kind-of inverse function?

    Ok I i'm just going to come out and say it, can you solve this? (for 'y' of course)

    Code:
    x=(sqrt(y-2)^2)+(sqrt(-y+4)^2)+sin(y)-2
    this question has been eating at my soul for the past few days and if someone could provide some in-site that would be great

    -thanks in advance

    actually I need it for x=0 to try to find Pi so in that case you can just solve this...


    Code:
    0=(sqrt(y-2)^2)+(sqrt(-y+4)^2)+sin(y)-2
    God... that's ugly.

    -thanks again

    btw: my logic has been all over the place lately so if something looks strange, that's why. like if i am using Pi to find Pi, that's what my friend told me I am doing...
    Last edited by xniinja; 12-13-2011 at 11:04 PM.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. values of sine
    By jacek in forum C Programming
    Replies: 2
    Last Post: 10-31-2009, 04:17 PM
  2. UDF to calculate sine
    By n3cr0_l0rd in forum C Programming
    Replies: 5
    Last Post: 02-26-2009, 08:02 AM
  3. Sine (Sin) Algorithm Help
    By StaticKyle in forum C Programming
    Replies: 52
    Last Post: 05-13-2008, 08:37 AM
  4. Sine approximation Help
    By What111 in forum C Programming
    Replies: 8
    Last Post: 11-04-2007, 06:22 PM
  5. How to program in the inverse sine function
    By Finchie_88 in forum C++ Programming
    Replies: 4
    Last Post: 03-13-2005, 11:56 PM