You are on page 1of 1

1.

d = sqrt(b*b-4*a*c)
x1 = (-b+d)/(2*a)
x2 = (-b-d)/(2*a)

2. dist = sqrt(pow((x2-x1),2) + pow((y2-y1),2))

3. Time of flight, t = 2V0sinƟ/g


Horizontal Range R = V02 sin2Ɵ/g

4. Area = √ p (p −a) (p−b) (p−c) where p is half the


perimeter, or a+b+c/2

You might also like