Avg Accel problem

83 Views Asked by At

At a certain time a particle had a speed of 18 m/s in the positive x direction, and 2.4 s later its speed was 30 m/s in the opposite direction. What is the average acceleration of the particle during this 2.4 s interval?

I tried avg accel = delta v over delta t. So, 18-30 / 2.4 = -5.

But the books says, "-20."

2

There are 2 best solutions below

3
On BEST ANSWER

Average acceleration is Final velocity - Initial velocity / total time. So, $$a=\frac{-30-(18)}{2.4}=-20$$

The need of choosing final and initial velocity as $-30$ and $18$ is because motion is initially in positive direction of $x$.

0
On

The speed is $v_1=a*t+v_0$, where $v_1=-30m/s$, $v_0=18m/s$ and $t=2.4s$. Then: $$a=\frac{v_1-v_0}{t}=\frac{-30-18}{2.4}\frac{m}{s^2}=-20m/s^2$$