Thread: Trig question

  1. #1
    Registered User
    Join Date
    Sep 2001
    Location
    England
    Posts
    121

    Trig question

    A fairly simple equation by the looks of it but one I dont have a clue how to solve, somebody give me a hand please:

    46/27 = tan(1.5x)/tan(x)

    I've managed to get the solution graphically, but how would it be done algebraically, is there an important trig identity I shoud know?

    Thanks a lot.

  2. #2
    l'Anziano DavidP's Avatar
    Join Date
    Aug 2001
    Location
    Plano, Texas, United States
    Posts
    2,743
    i assume you are solving for x? or what?
    My Website

    "Circular logic is good because it is."

  3. #3
    Registered User
    Join Date
    Sep 2001
    Location
    England
    Posts
    121
    Yeah, I'm trying to solve for x (in radians).

  4. #4
    Registered User
    Join Date
    Dec 2003
    Posts
    101
    man, I hate radians! hense I don't like the trig functions that came standard with my compiler.
    --

  5. #5
    & the hat of GPL slaying Thantos's Avatar
    Join Date
    Sep 2001
    Posts
    5,681
    tan(1.5x) =
    tan(x + .5x) =
    (tan (x) + tan(.5x))/(1-tan(x)tan(.5x))
    or
    (sin(x)cos(.5x)+cos(x)sin(.5x)) / (cos(x)cos(.5x)-sin(x)sin(.5x))

    so divide that by tan(x) and reduce reduce reduce

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Debugging question
    By o_0 in forum C Programming
    Replies: 9
    Last Post: 10-10-2004, 05:51 PM
  2. Question about pointers #2
    By maxhavoc in forum C++ Programming
    Replies: 28
    Last Post: 06-21-2004, 12:52 PM
  3. Trig question...
    By Gapless in forum Game Programming
    Replies: 7
    Last Post: 10-11-2003, 06:12 AM
  4. Question...
    By TechWins in forum A Brief History of Cprogramming.com
    Replies: 16
    Last Post: 07-28-2003, 09:47 PM
  5. Question, question!
    By oskilian in forum A Brief History of Cprogramming.com
    Replies: 5
    Last Post: 12-24-2001, 01:47 AM