Results 1 to 18 of 18

Thread: darn trigonometry...

  1. #1

    Thread Starter
    Fanatic Member alkatran's Avatar
    Join Date
    Apr 2002
    Location
    Canada
    Posts
    860

    Angry darn trigonometry...

    ok, I know how to use Sin, Cos, etc to find the length of a side of a triangle, but what's the command to find the angle of a corner? (if there isn't one, how???)
    Don't pay attention to this signature, it's contradictory.

  2. #2
    Not NoteMe SLH's Avatar
    Join Date
    Mar 2002
    Location
    192.168.0.1 Preferred Animal: Penguin Reason for errors: Line#38
    Posts
    3,051
    What infomation do you have, e.g. length of sides, angles of other positions?

    P.S. when replying, if u can, discribe what you know as if the triangle went through the points A, B and C

    e.g. AB=3

    angle A = 40o
    Quotes:
    "I am getting better then you guys.." NoteMe, on his leet english skills.
    "And I am going to meat her again later on tonight." NoteMe
    "I think you should change your name to QuoteMe" Shaggy Hiker, regarding NoteMe
    "my sweet lord jesus. I've decided never to have breast implants" Tom Gibbons
    Have I helped you? Please Rate my posts.


  3. #3
    RoyceWindsor1
    Guest
    In a right triangle, find the measure of one of the non-90 degree angles like this:

    tan(angle) = opposite side / adjacent side

    or

    angle = arctan(opposite side / adjacent side)

    You can use arcsin and arccos in a similar fashion (if you know the measure of the hypotenuse).

    angle = arcsin(opposite / hypotenuse)
    angle = arccos(adjacent / hypotenuse)

  4. #4
    Member
    Join Date
    May 2002
    Location
    Manchester, UK
    Posts
    54
    Well, you just remember that forumla thingy.

    A² + B² = C²

    (The squared length of one side is equal to the square of the sum of the other 2 sides)

  5. #5

    Thread Starter
    Fanatic Member alkatran's Avatar
    Join Date
    Apr 2002
    Location
    Canada
    Posts
    860

    let me rephrase....

    I know a² + b² = c² and I know how to find the length, but I want the angle, I have the length of all 3 sides, and no angles.

    edit: arctan/sin/cos causes error, function not defined

    yes its a right triangle (thats the one with a 90 degree right? (french school)
    Last edited by alkatran; May 13th, 2002 at 01:22 PM.
    Don't pay attention to this signature, it's contradictory.

  6. #6
    Member
    Join Date
    May 2002
    Location
    Manchester, UK
    Posts
    54
    Sorry, I didnt notice

  7. #7
    Not NoteMe SLH's Avatar
    Join Date
    Mar 2002
    Location
    192.168.0.1 Preferred Animal: Penguin Reason for errors: Line#38
    Posts
    3,051
    is the triangle right-angled?
    Quotes:
    "I am getting better then you guys.." NoteMe, on his leet english skills.
    "And I am going to meat her again later on tonight." NoteMe
    "I think you should change your name to QuoteMe" Shaggy Hiker, regarding NoteMe
    "my sweet lord jesus. I've decided never to have breast implants" Tom Gibbons
    Have I helped you? Please Rate my posts.


  8. #8

    Thread Starter
    Fanatic Member alkatran's Avatar
    Join Date
    Apr 2002
    Location
    Canada
    Posts
    860

    put this at bottom...

    I know a² + b² = c² and I know how to find the length, but I want the angle, I have the length of all 3 sides, and no angles.

    edit: arctan/sin/cos causes error, function not defined

    yes its a right triangle (thats the one with a 90 degree right? (french school)


    __________________
    Don't pay attention to this signature, it's contradictory.

  9. #9
    Frenzied Member ae_jester's Avatar
    Join Date
    Jun 2001
    Location
    Kitchener Ontario Canada Earth
    Posts
    1,545
    SOHCAHTOA

    What this means is

    SOA

    Take the sin of the opposite side over the adjacent side.

    CAH

    Take the cos of the adjacent side over the hypoteneuse

    TOA

    Take the tan of the opposite side over the adjacent side

    This only works for right angled triangles.

    There is another formula which I don't know at the moment for other types of triangles.

  10. #10
    Not NoteMe SLH's Avatar
    Join Date
    Mar 2002
    Location
    192.168.0.1 Preferred Animal: Penguin Reason for errors: Line#38
    Posts
    3,051
    Atn(((a2+b2 - c2)/2ab) / Sqr(-((a2+b2 - c2)/2ab) * ((a2+b2 - c2)/2ab) + 1))

    This finds the angle where lines A and B meet, i hope
    Quotes:
    "I am getting better then you guys.." NoteMe, on his leet english skills.
    "And I am going to meat her again later on tonight." NoteMe
    "I think you should change your name to QuoteMe" Shaggy Hiker, regarding NoteMe
    "my sweet lord jesus. I've decided never to have breast implants" Tom Gibbons
    Have I helped you? Please Rate my posts.


  11. #11

    Thread Starter
    Fanatic Member alkatran's Avatar
    Join Date
    Apr 2002
    Location
    Canada
    Posts
    860

    ARGH

    I already know SOHCAHTOA, I know a² + b² = c² I can find angle on a calculator, I just need to know the function's name!!!! last 3 I got (acrsin, arc cos, arctan) made errors.
    Don't pay attention to this signature, it's contradictory.

  12. #12
    Not NoteMe SLH's Avatar
    Join Date
    Mar 2002
    Location
    192.168.0.1 Preferred Animal: Penguin Reason for errors: Line#38
    Posts
    3,051
    Originally posted by ae_jester
    There is another formula which I don't know at the moment for other types of triangles.
    The cosine rule

    c2=a2+b2-2ab*sin(c)
    Quotes:
    "I am getting better then you guys.." NoteMe, on his leet english skills.
    "And I am going to meat her again later on tonight." NoteMe
    "I think you should change your name to QuoteMe" Shaggy Hiker, regarding NoteMe
    "my sweet lord jesus. I've decided never to have breast implants" Tom Gibbons
    Have I helped you? Please Rate my posts.


  13. #13
    Not NoteMe SLH's Avatar
    Join Date
    Mar 2002
    Location
    192.168.0.1 Preferred Animal: Penguin Reason for errors: Line#38
    Posts
    3,051

    Re: ARGH

    Originally posted by alkatran
    I already know SOHCAHTOA, I know a² + b² = c² I can find angle on a calculator, I just need to know the function's name!!!! last 3 I got (acrsin, arc cos, arctan) made errors.
    You need to create them yourself, hold on...
    Quotes:
    "I am getting better then you guys.." NoteMe, on his leet english skills.
    "And I am going to meat her again later on tonight." NoteMe
    "I think you should change your name to QuoteMe" Shaggy Hiker, regarding NoteMe
    "my sweet lord jesus. I've decided never to have breast implants" Tom Gibbons
    Have I helped you? Please Rate my posts.


  14. #14
    vbGrandpa
    Guest
    Try the law of Sines.

  15. #15
    Not NoteMe SLH's Avatar
    Join Date
    Mar 2002
    Location
    192.168.0.1 Preferred Animal: Penguin Reason for errors: Line#38
    Posts
    3,051
    Lets hope this is what you want

    Secant Sec(X) = 1 / Cos(X)
    Cosecant Cosec(X) = 1 / Sin(X)
    Cotangent Cotan(X) = 1 / Tan(X)
    Inverse Sine Arcsin(X) = Atn(X / Sqr(-X * X + 1))
    Inverse Cosine Arccos(X) = Atn(-X / Sqr(-X * X + 1)) + 2 * Atn(1)
    Inverse Secant Arcsec(X) = 2 * Atn(1) – Atn(Sgn(X) / Sqr(X * X – 1))
    Inverse Cosecant Arccosec(X) = Atn(Sgn(X) / Sqr(X * X – 1))
    Inverse Cotangent Arccotan(X) = 2 * Atn(1) - Atn(X)
    Hyperbolic Sine HSin(X) = (Exp(X) – Exp(-X)) / 2
    Hyperbolic Cosine HCos(X) = (Exp(X) + Exp(-X)) / 2
    Hyperbolic Tangent HTan(X) = (Exp(X) – Exp(-X)) / (Exp(X) + Exp(-X))
    Hyperbolic Secant HSec(X) = 2 / (Exp(X) + Exp(-X))
    Hyperbolic Cosecant HCosec(X) = 2 / (Exp(X) – Exp(-X))
    Hyperbolic Cotangent HCotan(X) = (Exp(X) + Exp(-X)) / (Exp(X) – Exp(-X))
    Inverse Hyperbolic Sine HArcsin(X) = Log(X + Sqr(X * X + 1))
    Inverse Hyperbolic Cosine HArccos(X) = Log(X + Sqr(X * X – 1))
    Inverse Hyperbolic Tangent HArctan(X) = Log((1 + X) / (1 – X)) / 2
    Inverse Hyperbolic Secant HArcsec(X) = Log((Sqr(-X * X + 1) + 1) / X)
    Inverse Hyperbolic Cosecant HArccosec(X) = Log((Sgn(X) * Sqr(X * X + 1) + 1) / X)
    Inverse Hyperbolic Cotangent HArccotan(X) = Log((X + 1) / (X – 1)) / 2
    Logarithm to base N LogN(X) = Log(X) / Log(N)
    Quotes:
    "I am getting better then you guys.." NoteMe, on his leet english skills.
    "And I am going to meat her again later on tonight." NoteMe
    "I think you should change your name to QuoteMe" Shaggy Hiker, regarding NoteMe
    "my sweet lord jesus. I've decided never to have breast implants" Tom Gibbons
    Have I helped you? Please Rate my posts.


  16. #16
    vbGrandpa
    Guest
    A/sin(a) = B/sin(b) = C/sin(c)

  17. #17

    Thread Starter
    Fanatic Member alkatran's Avatar
    Join Date
    Apr 2002
    Location
    Canada
    Posts
    860

    sigh....

    I've tried alot of it, error... error.. to make it clearer... maybe.. I want to unsin a sin... so if sin(a) = 3 then unsin(3) = a.
    Don't pay attention to this signature, it's contradictory.

  18. #18
    Not NoteMe SLH's Avatar
    Join Date
    Mar 2002
    Location
    192.168.0.1 Preferred Animal: Penguin Reason for errors: Line#38
    Posts
    3,051
    Using the identity Arcsin(X) = Atn(X / Sqr(-X * X + 1))

    VB Code:
    1. Private Function ArcSin(X)
    2.     Atn(X / Sqr(-X * X + 1))
    3. End Function
    Quotes:
    "I am getting better then you guys.." NoteMe, on his leet english skills.
    "And I am going to meat her again later on tonight." NoteMe
    "I think you should change your name to QuoteMe" Shaggy Hiker, regarding NoteMe
    "my sweet lord jesus. I've decided never to have breast implants" Tom Gibbons
    Have I helped you? Please Rate my posts.


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