non-constant acceleration, how to find time and distance?

686 Views Asked by At

A roulette ball spins around a rim.

What is the time ($t$) and distance ($d$) in which the velocity of the ball $= v$ (whatever number)?

The Deceleration of the ball from $4$ spins was plotted on a scatter and was best described with the following $3$rd order polynomial:

$$A(t)= 0.0396t^3 - 1.1035t^2 + 10.25t -33.898 \quad\text{with}~ R^2 = 84.6%$$

I have been trying to find Time and distance from velocity and acceleration using:

\begin{align*}t &= \frac{\text{Final Velocity} - \text{Initial Velocity}}{\text{Acceleration}} d \\ &= \text{Initial Velocity} \times \text{Time} + \frac12 \text{Acceleration} \times \text{Time}^2 \end{align*}

Unfortunately this equation assumes a constant acceleration and so gives me nonsense since the acceleration of the ball is not constant.

I don't know if this will be useful but the relationship I see is: the higher the ball velocity, the higher the rate of deceleration. So I plotted Acceleration as a function of Velocity:

$$A(V) = -0.00008v^3 + 0.0125v^2 - 0.7688v + 14.983 R^2 = 0.88$$

Thank you I've researched this for 3 damn hours.. if anyone can put me in the right direction it would be appreciated, thanks

2

There are 2 best solutions below

0
On

Hint

For continuously varying acceleration, use the relation $a(t)=\frac{d[v(t)]}{dt}\implies v(t)=\int_{t_1}^{t} a(t)\ dt+v(t_1)$

Once you obtain velocity as a function of time $t$, use the relation $v(t)=\frac{d[s(t)]}{dt}\implies s(t)=\int_{t_1}^{t} v(t)\ dt+s(t_1) $

As far as finding the time for a particular velocity or acceleration is concerned, you know the expressions for $v,a$ as functions of time. You just need to plug-in the values and find the roots of the polynomial in $t$.

0
On

In your case acceleration as a function of time only, $a(t)$. So direct integration applies here:

$$ \begin{aligned} & \text{speed} & & \text{distance} \\ v(t) & = v_0 + \int \limits_{t_0}^t a(t)\,{\rm d}t & x(t) & = x_0 + \int \limits_{t_0}^t v(t)\,{\rm d}t \end{aligned} $$