Find the minimum speed of a particle

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
5 replies · 7K views
coolusername
Messages
36
Reaction score
0
The position function of a particle is given by r(t)=⟨−5t2,−4t,t2+1t⟩.
At what time is the speed minimum?

I found the speed function by taking the magnitude of the velocity which is

lv(t)l = sqrt(108t^2 +4t + 17)

I then took the derivative of the speed to find the critical point. However, I'm always left with a negative time.

d/dt lv(t)l = (104t + 2)/sqrt(104t^2 +4t+17)

The only way to find the minimum is when the numerator is 0. But when I isolate t, it always equals a negative number.

Is my approach correct?

Any help would be appreciated. Thanks!
 
Physics news on Phys.org
coolusername said:
The position function of a particle is given by r(t)=⟨−5t2,−4t,t2+1t⟩.
At what time is the speed minimum?

I found the speed function by taking the magnitude of the velocity which is

lv(t)l = sqrt(108t^2 +4t + 17)
That should be √(104t2 + 4t + 17).

You can find the minimum value of |v(t)| by completing the square inside the radical. I get a negative time. All this denotes is that the speed is smallest at some time before time t = 0.
coolusername said:
I then took the derivative of the speed to find the critical point. However, I'm always left with a negative time.

d/dt lv(t)l = (104t + 2)/sqrt(104t^2 +4t+17)

The only way to find the minimum is when the numerator is 0. But when I isolate t, it always equals a negative number.

Is my approach correct?

Any help would be appreciated. Thanks!
 
But it doesn't make sense when t (time) is less than zero.
 
The other answer is that, if the domain of [itex]r(t)[/itex] is [itex][0,\infty)[/itex], then since [itex]\|v\|[/itex] is strictly increasing in [itex]t > 0[/itex] the particle attains its minimum speed at [itex]t = 0[/itex].