Why the average of the velocity is simply the average of the velocities when acceleration is constant?

253 Views Asked by At

I am studying physics equations for constant acceleration and I am having quite a hard time understanding the following.

The average velocity is given by definition as $v_{av-x}=\cfrac{x-x_0}{t-0}$ and this is just the slope of the line connecting points $(x,t)$ and $(x_0,0)$.This is just fine.

Now,another way to calculate $v_{av-x}$ is by taking the average of the $x$-velocities at the beginning and end of the interval (in the $v-t$ diagram),so $v_{av-x}=\cfrac{1}{2} \cdot (v_{0x} + v_x) $ (where the subscript $0x$ indicate the velocity at the beginning of the interval,i.e. when $t=0$, and $x$ at the end of the interval at a given $t$).

My problem is that I don't see how to prove the last statement mathematically,leaving the physics intuition aside.

Please don't give answers of the form "that's obvious intuitively since the rate of change of velocity is constant" because my intuition always follows after I understand it mathematically .

Thanks in advance.

3

There are 3 best solutions below

5
On BEST ANSWER

When acceleration is constant, the velocity has a constant slope, which means the graph of velocity over time is just a line.

If you're willing to accept, as a leap of faith, that the notion of average velocity defined as $v_{av-x} = \dfrac{\Delta x}{\Delta t}$ agrees with the notion of "average height" in the velocity vs time graph, then the result follows as a basic geometric fact: The figure in question is a trapezoid between the times $0$ and $t$, and the average height is indeed simply the average of the two heights at $0$ and $t$. To see this, use the area formula for the trapezoid, and divide by the width, which is $t$.

The fact that I've asked you to accept as a leap of faith is actually the fundamental theorem of calculus; since you haven't been exposed to calculus yet, you're probably not ready to see a rigorous proof. But I think that should give you a taste of the intuition.

2
On

For constant acceleration, ${\Delta x\over\Delta t}={\frac12a{\Delta t}^2 \over \Delta t}=\frac12 a\Delta t=\frac12\Delta v$.

Geometrically, the plot of velocity vs. time is a straight line, so for some some interval $\Delta t$, you end up with a trapezoid. You can think of the average value of $v$ as the average height of this trapezoid, which is the height of a rectangle with the same base and area, i.e., $(v_0\Delta t + \frac12(v-v_0)\Delta t)/\Delta t = \frac12\Delta v$.

1
On

If the equation of motion is

$$x(t)=at^2+bt+c$$

Then the instantaneous velocity is

$$v(t)=2at+b$$

The average of two velocities is

$$\frac{2at_1+b+2at_2+b}2=a(t_1+t_2)+b$$

The mean velocity is

$$\frac{at_2^2+bt_2+c-at_1^2-bt_1-c}{t_2-t_1}=a(t_2+t_1)+b$$