I am the OP of this thread, sorry coming in almost two days late. I have read some of the posts of the thread and the best way to clear the doubts is to show you what I have been able to do so far. But first I must start with the problem statement.
Statement of the problem : The third of the well known equations of constant acceleration kinematics relates
velocity to displacement thus : ##\boxed{(3).\; v^2(x) = v^2_0+2a_0(x-x_0)}##. Please see the figure for the symbol details.
I have been able to derive this relation (3) using both algebra and calculus (separately). The latter involved noting that the (constant) acceleration ##a_0 = v\dfrac{dv}{dx}##, a point you'd sometimes miss in the older textbooks. So far so good.
Additionally, I have been able to derive the two earlier equations using graphs, namely ##(1)\; v(t)=v_0+a_0t,\quad (2)\; x(t)=x_0+v_0t+\dfrac{1}{2}a_0t^2##. Let me give you the details in brief.
(1) Let's imagine the graph alongside was drawn from data. We are required to find the equation from it. Since the slope of a ##v-t## graph is the acceleration and that is a constant here ##(=a_0)##, we can take a point on the graph ##(t,v(t))##. From the equation of a line, ##y=mx+c\Rightarrow \boxed{v(t)=v_0+a_0t}\quad(1)##, where the ##y## intercept of the line ##c = v_0## here.
(2) For (2), the graph is the same ##v-t##, with the points laballed. The net displacement ##\Delta x = x-x_0## is the area under the ##v-t## curve. Which is the area of the trapezium
OCADB. The area of a trapezium is ##\small{\dfrac{1}{2}\times(\text{sum of parallel sides})\times(\text{height}) = \dfrac{1}{2}(v_0+v(t))\times t= \dfrac{1}{2}(2v_0+a_0t)t=v_0t+\dfrac{1}{2}a_0t^2\Rightarrow \boxed{x=x_0+v_0t+\dfrac{1}{2}a_0t^2}\quad (2)}##
(3) I follow
@Dale 's suggestion (post #5, above), with a slight change - plot ##v^2 - (x-x_0)##. I use the values, ##v_0=2, a_0=3, x_0=4##, and plot ##v^2(x)=4+6(\Delta x)## in the graph alongside. Of course ##x-4>0## and ##v^2 = y>0##. Clearly, ##v^2## varies linearly with ##x## and ##v_0^2=4##. Needless to say, the formula to be derived is being used to plot this graph, imagining that this is not the case and raw data was instead available. That aside, how does one show that the slope of this line is equal to ##2a_0##? The slope ##m = \dfrac{10-4}{1-0} = 6##. Assuming from the raw data the value of the acceleration can be obtained ##(a_0 = 3)##, we can say that the slope turns out to be ##2a_0##. In that case, ##\dfrac{v^2-v_0^2}{\Delta x}=2a_0\Rightarrow\boxed{v^2=v_0^2+2a_0\Delta x}\quad(3)##.
I don't know if there's a better way. It just feels contrived and less convincing than deriving the earlier equations.