HealthPhysics said:
I understand this already. My question is more about constant acceleration of motion equations. Is there a good way to visualize this?
The equations of motion are mathematical summaries of a simple velocity-time graph.
If a body is accelerating, its velocity-time graph is a sloping, straight line. The gradient of the line is the rate of change of the quantity graphed, defined as acceleration "a".
If the initial velocity is called "u", then that us the intercept on the vertical axis.
After a period of time "t", the velocity will have increased to a final velocity "v".
Thus there is a co-ordinate on the line (t,v).
If you draw such a graph, you add a pair of reference lines: a horizontal line at the initial velocity, and also at the final velocity.
The gradient of the line [rise / run] tells us that the increase in velocity over this time interval is given by a*t.
Thus the final velocity is given by:
v = u + at
The displacement during this time is given by the area under the graph.
Those horizontal lines show that area in 3 ways.
#1 - a lower rectangle plus a triangle [length x width plus 1/2 x base x height]
The rectangle has length t, and width u --> area ut
The triangle has base t, and height a*t so are 0.5 * t * a*t = 0.5at
2
using symbol s for displacement we have
s = ut + 0.5at2
#2 - a large rectangle, with a triangle removed from the top left.
The large rectangle has length, t, and width, v, so area vt
as above we get
s = vt - 0.5at2
#3 - before the horizontal lines were drawn, the graph represented a trapezium on its side - the parallel sides are the vertical lines along the vertical axis, and the ordinate t.
The area of a trapezium is given by area = height * (base + top)/2
using our symbols that means
s = t(v+u)/2
That gives us 4 equations of motion - all mathematical summaries of one simple graph.
We can do one more algebraic manipulation using the first and last of them.
s = t(v+u)/2 and
v = u + at
The second can be transformed to show t = (v-u)/a
substituting for t in the first we get
s = (v-u)/a * (v+u)/2
multiply both sides by 2a to eliminate the "fractions"
2as = (v-u)(v+u)
The right hand side is the classic "difference of two squares" expression
so
2as = v
2 - u
2
re-arranging so that there are no minus signs we get the more familiar
v2 = u2 + 2as