Pg345's question at Yahoo Answers regarding motion with uniform acceleration

Join the discussion
Registration is free. Start your own thread to ask a follow-up.
1 reply · 5K views
MarkFL
Gold Member
MHB
Messages
13,284
Reaction score
12
Here is the question:

Uniformly Accelerating Motion?

Consider an object that accelerates uniformly. If you were to calculate the average speed of the object for a given interval of time, would the object ever be traveling with an instantaneous speed equal to that average speed? If so when? Explain!

I have posted a link there to this topic so the OP can see my work.
 
Mathematics news on Phys.org
Re: pg345's question at Yahoo! Answers regading motion with uniform acceleration

Hello pg345,

Let's denote the acceleration of the object as $a$, and use the fact that acceleration is defined as the time rate of change of velocity to write:

$$\frac{dv}{dt}=a$$ where $$v(0)=v_0$$

Separating variables and integrating, we find:

$$\int_{v_0}^{v(t)}\,du=a\int_0^t\,dw$$

$$v(t)-v_0=at$$

$$v(t)=at+v_0$$

Now, to find the average velocity on some interval $t_1\le t\le t_2$, we may use:

$$\overline{v(t)}=\frac{1}{t_2-t_1}\int_{t_1}^{t_2}at+v_0\,dt$$

$$\overline{v(t)}=\frac{1}{t_2-t_1}\left[\frac{a}{2}t^2+v_0t \right]_{t_1}^{t_2}$$

$$\overline{v(t)}=\frac{1}{t_2-t_1}\left(\frac{a}{2}t_2^2+v_0t_2-\frac{a}{2}t_1^2-v_0t_1 \right)$$

$$\overline{v(t)}=\frac{1}{t_2-t_1}\left(\frac{a}{2}\left(t_2+t_1 \right)\left(t_2-t_1 \right)+v_0\left(t_2-t_1 \right) \right)$$

$$\overline{v(t)}=a\left(\frac{t_2+t_1}{2} \right)+v_0$$

$$\overline{v(t)}=v\left(\frac{t_1+t_2}{2} \right)$$

So, we see that we will always have the instantaneous velocity equal to the average velocity at the midpoint of the interval.

Perhaps this can be more easily seen geometrically. Consider the following diagram:

View attachment 1280

We have a right triangle if base $\Delta t$ and altitude $\Delta v$. Its area represents the distance traveled during the time interval $\Delta t$, given the linear velocity function that results from uniform acceleration. Now, we wish to find some value of $h$ such that the rectangle whose base is $\Delta t$ and whose height is $h$, which corresponds to the average velocity, has an area equal to the triangle. Hence:

$$\frac{1}{2}\Delta t\Delta v=\Delta th$$

Divide through by $\Delta t$ and arrange as:

$$h=\frac{1}{2}\Delta v$$

Let $$h=\overline{v(t)}$$:

$$\overline{v(t)}=\frac{1}{2}\Delta v=a\frac{\Delta t}{2}=a\frac{t_2-t_1}{2}$$

And so to find the time for which this is true, we may write:

$$t-t_1=\frac{t_2-t_1}{2}$$

$$t=\frac{t_2-t_1}{2}+t_1=\frac{t_1+t_2}{2}$$
 

Attachments

  • pg345.jpg
    pg345.jpg
    3.1 KB · Views: 116