here is a link to the assignment if this helps:
http://web.cecs.pdx.edu/~pkwong/ECE103.htm
it seems this should be a very simple thing because i have derived everything else but it is beyond me at this point.
Enter initial magnitude (0 to 250 m/s): 100
Enter initial angle (0 to 90 degrees): 45
Enter starting time (s): 7
Enter time step (s): 0.1
t x(t) y(t) H(x)
------------------------------------
7.00 494.975 255.630 216.917
7.10 502.046 255.785 226.366
7.20 509.117...
Homework Statement
This is an output of a c program example given by my professor. I have written a program that makes it as far as calculating everything but impact. I have all equations figured out except for how the time of impact was calculated.
Enter initial magnitude (0 to 250...