| kp, when equating d=vt-vtfall to d=1/2a(tfall)^2, you put an extra minus sign in front of the t^2 term. Also, when you solve the quadratic (and get about 3.24s), that gives you tfall, not the distance. You still have to sub back into d=1156-340*tfall to get the distance.
I approached it from a different tack:
ttotal = tfall + tnoise
t = sqrt(2d/a) + d/v
vt - d = sqrt(2d/a)
d^2 - 2vtd + v^2t^2 = 2d/a
d^2 + (2/a - 2vt)d + v^2t^2 = 0
Solve for d directly. |