Which is the model that best shows the relationship between velocity and distance:
- $v \propto d$
- $v \propto d^2$
- $v^2 \propto d$
- $v^2 \propto d^2$
What I think is from:
$$v=at \Rightarrow t=\frac{t}{a}$$
Then substitute into:
$$\begin{aligned} d &= \frac{1}{2} at^2 \\ &= \frac{1}{2} \frac{v^2}{a^2} \\ &= \frac{1}{2} \frac{v^2}{a} \\ \end{aligned}$$
So can I say closest model should be $d \propto v^2$? But my experimental data shows that $d^2 \propto v$. That is by plotting a least linear squares fit with excel and using the $r^2$ value. Could use LINEST() too.
Is my data wrong then?
