Lord Advait said:
Energy (E) = Work
E = Fs
E = mas
E = msv/t --------(because a =v/t)
E = mvs/t
But s/t = v
.: E = mv2 -----------(1)
But according to Isaac Newton E = mv2/2
There are several problems here, all of which stem from ignoring calculus.
The work energy theorem, when stated correctly says:
E = \int \vec{F} \cdot d\vec{s}
This only takes the form you stated when \vec{F} is constant and the path traveled is in the same direction \vec{F} points.
Replacing \vec{F} by m\vec{a} is only valid if what you're considering is the net force on the object, not one force among many. If it is the net force, this step is fine.
However, the next step is not. Acceleration is the
rate of change of velocity:
\vec{a} = \frac{d\vec{v}}{dt}
Even if you only care about the average acceleration, you need the
change in velocity. The only situation where you can write \vec{a} = \frac{\vec{v}}{t} is when \vec{v} = 0 at time 0.
The same sort of considerations apply when talking about velocity:
\vec{v} = \frac{d\vec{s}}{dt}
But, now we have the worse problem that you've already assumed that \vec{v} isn't constant; so there's no situation where you can just write \vec{v} = \frac{\vec{s}}{t}.
Finally, Newton never said anything about energy, much less that E = \frac{1}{2} mv^2. He believed that momentum told you everything you needed to know. It was Leibniz who first introduced the idea of energy (although he called is "vis viva").
Here is the quickest way to get the form for kinetic energy out of the work energy theorem algebraically. I will need to assume that the force discussed is the net force on the object, that the net force is constant, and that the force acts along the direction of motion.
\Delta E = F\Delta x
\Delta E = ma\Delta x
\Delta E = m \frac{\Delta v}{\Delta t} \Delta x
\Delta E = m \Delta v \frac{\Delta x}{\Delta t}
\Delta E = m (v_f - v_i) \overline{v}
\Delta E = m (v_f - v_i) \frac{v_f + v_i}{2}
\Delta E = \frac{1}{2} m (v_f^2 - v_i^2)
\Delta E = \frac{1}{2} m \Delta v^2
\Delta E = \Delta \left (\frac{1}{2} mv^2\right )