Understanding the Relationship Between Power and Motion in Physics

AI Thread Summary
The discussion focuses on solving a physics problem related to a body moving under constant power, specifically demonstrating that its displacement over time t is proportional to t^3/2. Participants clarify that while neither force nor velocity is constant, their product remains constant due to the nature of constant power. The solution involves recognizing the motion as one-dimensional and using the relationship between force, velocity, and power to derive a separable ordinary differential equation (ODE). Integration of this ODE ultimately leads to the desired displacement formula. The conversation highlights the importance of understanding the implications of constant power in motion dynamics.
deathnote93
Messages
12
Reaction score
0
[SOLVED] Physics - power and motion

Homework Statement

A body is moving in a straight line under the influence of a source of constant power. Show that its displacement in time t is proportional to t3/2



Homework Equations


P = F.v

F = dp/dt, p=mv

v = dx/dt


The Attempt at a Solution

Absolutely no idea where to begin, sorry. I'm not even sure what 'source of constant power' means here - is the force constant or the velocity?
 
Last edited:
Physics news on Phys.org
deathnote93 said:

The Attempt at a Solution

Absolutely no idea where to begin, sorry. I'm not even sure what 'source of constant power' means here - is the force constant or the velocity?

First it helps to notice that the motion is one-dimensional; so you can drop the vectors.

Unlike motion under constant force, motion under constant power is not uniformly accelerating, because it takes more and more energy to achieve the same velocity increase. Neither the Force nor the velocity are constant in time, but their product is.

You must have, in other words:

F(t)v(t)=P_0

where P0 is a constant. Inserting F=m dv/dt, you get:

mv(t)\frac{dv(t)}{dt}=P_0

Which is a seperateable ODE which gives you v which can then be integrated to give x.

Good luck and Have Fun :)
 
Last edited:
Ah, using integration was the last thing on my mind when I was trying this problem in my head.

Got it now, thanks a LOT!
 
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