I am given $3$ bits of data:
- Point $A$ = $(-14 , 277)$
- Point $B$ = $(793 , 3)$
- The slope of the tangent at the point $A$ = $20°$
The only other data known about the parabola is that it aims down $-Y$ similarly to a ballistic trajectory.
What formulae are used to calculate said parabola?
A parabola is of the form $$y=ax^2+bx+c.\tag1$$ The derivative is $$y'=2ax+b.\tag2$$ Substituting the two given points in $(1)$ and the derivative in $(2)$ gives three linear equations in the unknowns $a,b,c$. Solve the system.