View Single Post
Old 03-05-13, 10:32 PM   #10
Dorjun Driver
Loader
 
Join Date: Jul 2012
Location: The Upper Left Edge
Posts: 81
Downloads: 77
Uploads: 0
Default

Quote:
Originally Posted by Dignan View Post
<-- is my face right now. I think I am beginning to understand what you are saying. I'm going to re-read this later and try to digest. Thanks for the explanation. So what I've done is plug this formula by Dorjun into an app called MagiCALc. It's a scientific calculator for the iphone. Here's what I've got.

Lead Angle = asin (V sin A / (V ^ 2 + T ^ 2 - 2VT cos A) ^ 1/2)
V= Target speed
T= Torpedo Speed
A= Track angle/Intercept angle.

The program automatically recognizes my variables and asks for input. When I input the following values for each as a test...

V(Target speed) = 9
T (Torp speed) = 30
A (Intercept angle) = 75

...it spits out (= -0.11)
I take this to mean an 11 degree lead angle. Is that how I should be doing this?

I tried it with a different lead angle variable again to be sure.
V(Target speed) = 9
T (Torp speed) = 30
A (Intercept angle) = 135

and it spit out (=0.02). or a 2 degree lead angle
That doesn't seem right to me. Can anyone see what I've done wrong here? Is my formula off? Do I need to make the calculator see my output "Lead Angle" as an angle and not a straight number value or something?

Pisces, thanks again for the trig refresher. While I love playing this game, this has reminded me why I was a "social science" person
.
What Pisces said. It appears your calculator wants radians as input. Sooo:

asin (V sin RADIANS(A) / (V ^ 2 + T ^ 2 - 2VT cos RADIANS(A) ^ 1/2)

Or something to that effect. The output of asin(whatever), may be considered a scalar. But it ain't.

Your inputs from above should spit out 17.4 and 9.9 respectively.

Now. Who's working on the Q and D spread calculator?
Dorjun Driver is offline   Reply With Quote