Solve Homework Problem: Min Speed to Catch Bus

  • Thread starter Thread starter marco0009
  • Start date Start date
AI Thread Summary
To solve the homework problem of determining the minimum speed a student must run to catch a bus accelerating from rest, the key equations involve the positions of both the bus and the student. The bus's position is given by x_bus = 1/2 * 0.17 * t^2, while the student's position is x_girl = -40 + v_0 * t. By equating these two expressions, the student can isolate the unknown time variable t. Utilizing the quadratic formula can help derive an expression for t in terms of the speed v_0, allowing for the identification of conditions under which there is a positive solution for t. This approach ultimately leads to finding the minimum speed required to catch the bus.
marco0009
Messages
4
Reaction score
0
I'm on the last part of a homework problem and I'm not doing something right...

A student is running to catch a bus. When the student is 40m away, the bus begins accelerating from rest with a constant acceleration of .170m/s^2. What is the minimum speed she must run to catch the bus?

This is what I've done so far:
x_{bus}=1/2*.17*t^2
x_{girl}=-40+v_0t
1/2*.17*t^2=-40+v_0t
v_0=.085t+40/t

And this is where I get stuck. I'm having a hell of a time getting rid of that unknown time. I've tried integrating that and setting it equal to the position of the bus but nothing is matching up with the correct answer in the back of the book. Any ideas?
 
Physics news on Phys.org
Use the quadratic formula to get an expression for t in terms of v from your third line, above. If there is a positive solution for t, then v is "fast enough". For what values of v is there a positive solution?
 
Can't you take the derivative of it, so when the slope=0, that's your minimum?
 
Thank you moose, I don't know why I didn't do that earlier. I s'pose looking at the problem for too long had me wanting to do it one way so I ignored the correct way. Thanks a ton!
 
Thread 'Variable mass system : water sprayed into a moving container'
Starting with the mass considerations #m(t)# is mass of water #M_{c}# mass of container and #M(t)# mass of total system $$M(t) = M_{C} + m(t)$$ $$\Rightarrow \frac{dM(t)}{dt} = \frac{dm(t)}{dt}$$ $$P_i = Mv + u \, dm$$ $$P_f = (M + dm)(v + dv)$$ $$\Delta P = M \, dv + (v - u) \, dm$$ $$F = \frac{dP}{dt} = M \frac{dv}{dt} + (v - u) \frac{dm}{dt}$$ $$F = u \frac{dm}{dt} = \rho A u^2$$ from conservation of momentum , the cannon recoils with the same force which it applies. $$\quad \frac{dm}{dt}...
Back
Top