Suppose an object travels in a parabola in 2D coordinate system from P to Q and then Q to R where the 2D coordinates of P and Q are known and we do not know the parabola through these 3 points.
The object goes from P to Q in 1 millisecond and Q to R in 2 millisecond.
Is it possible to calculate the 2D position of R? If yes how can I find that? If no why not?