PDA

View Full Version : Trig problem


LastOneStanding
Jul19-04, 04:30 PM
Hey everyone,
I'm trying to solve for theta in a derivitive of a ballistics equation and I'm afraid I'm stuck. My trigonometry is a little rusty, can someone help me out? I have:

cos(theta)*sin(theta)=gd/2v^2

With the information I'm given I can solve the the right side of the equation ending up with:

cos(theta)*sin(theta)=some number

How do I get theta by knowing what cos(theta)*sin(theta) equals?

Thanks!

Muzza
Jul19-04, 04:46 PM
cos(t)sin(t) = 2sin(t)cos(t)/2 = sin(2t)/2. Now you can use arcsine...

Gokul43201
Jul19-04, 06:23 PM
Just clarifying what Muzza wrote above...so there's no room for misunderstanding :

cos(t)sin(t) = \frac {2sin(t)cos(t)}{2} = \frac {sin(2t)}{2}.

LastOneStanding
Jul19-04, 08:00 PM
OK, thanks for the help!