Given an acceleration function and velocity function, how to determine whether the particle is decelerating or accelerating?

6.4k Views Asked by At

Given an acceleration function and a velocity function, how do I determine whether the particle is decelerating or accelerating?

I understand that if velocity $\times$ acceleration is positive then it is accelerating, and if negative then it is decelerating, but must I only determine this with a graph or interval chart?

Does a positive acceleration mean speeding up?

Also, when calculation at what time a function is changing direction, would you find the zeroes of a position time graph?

2

There are 2 best solutions below

0
On

Let $f(x)$ be an acceleration function. Now, let $f'(x)$ be the derivative of this function. All points where $f'(x)$ is negative will be where there is deceleration, and positive otherwise.

To find when a function is changing, let $f'(x)$ be the derivative of our function. A critical point is when the derivative is equal to 0 or is undefined. Find such points by looking for wherein there are divergences or infinite/undetermined expressions, or setting the derivative equal to 0.

3
On

Something is accelerating when the acceleration function, $a(t)$, is positive. Something is decelerating when the acceleration function is negative.

Note, for position function $x(t)$ and velocity function $v(t)$:

$x'(t) = v(t)$ and $x''(t) = v'(t) = a(t)$.

Something changes direction when the slope of $x(t)$ changes signs. By this, the slope either goes from positive to negative, or negative to positive. You could also view this as $v(t)$, which is the slope of $x(t)$ crossing the horizontal axis.