i need help graphing a (x,y) axis and plotting 5 points to make a parabola
point1 should be (0,0)
point2 should be (distance/4, some height value)
point3 should be (distance/2, max height)
point4 should be (distance(.75), some height value)
point5 should be (distance, 0)
for my example, the distance= 9970 meters and the max height= 1745 meters...what points should i use to graph on a (x,y) axis and how can i make the program graph points on the parabola if different distances and heights were used?
if more information is needed, please ask. thank you.