Motion Problem, Find Average Speed

AI Thread Summary
Julie drives 100 miles to her grandmother's house, splitting her journey into two segments: half the distance at 40 mph and half at 60 mph. To find her average speed on the return trip, she drives half the time at 40 mph and half at 60 mph. The discussion emphasizes calculating total time first, using the formula for average speed as total distance divided by total time. After determining the time taken for each segment, the average speed is calculated to be 50 mph. Understanding the relationship between distance, speed, and time is crucial for solving the problem effectively.
circuscircus
Messages
15
Reaction score
0

Homework Statement


Julie drives 100mi to Grandmother's house. On the way to Granmothers, Julie drives half the distance at 40mph and half the distance at 60mph. On the returntrip, she drives half the time at 40mph and half at 60mph.

What is her average speed on the return trip?

Homework Equations



v = v[0] + a dt
s[f] = s[0] + v[0] dt + 1/2 a dt^2

The Attempt at a Solution


I need to find the time first I think and then do .5*40t + .5*60t but I'm not sure how to find t
 
Physics news on Phys.org
You know speed, time and distance - nobody mentioned acceleration so you only need s = vt.
Draw a sketch of the various distances, speeds and times - it will help you understand what you are trying to find.
As a general tip - don't hit the equations until you know what you are trying to find!
 
s1 + s2 = 100

s1 = 1/2 * 40 t
s2 = 1/2 * 60 t

s1 = 100-s2




100 - s2 = 1/2 *40 t
s2 = 1/2 * 60 t


s2 = - 1/2 *40 t + 100
s2 = 1/2 * 60 t


-20t + 100 = 30t

10t = 100
t=10


(5*40 + 5*60 ) /10
(200+300)/10 = 50 mph

So basically like this?
 
Was confused by your work... can you describe your steps. You need to find the total time taken. Average speed = total distance/total time = 200/total time.
 
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