Position as a function of speed

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
1 reply · 1K views
Johnny Blade
Messages
30
Reaction score
0

Homework Statement


There's an object with mass [tex]m[/tex] in movement in the horizontal axes. There's a force [tex]\textbf{P}[/tex] of constant power acting on the object. Another force is the air drag which has the magnitude of [tex]\beta m v^{2}[/tex]. I need to find the position [tex]x[/tex] as a function of the speed [tex]v[/tex].


Homework Equations


[tex]\textbf{P} = \vec{F} \cdot \vec{v} = Fv[/tex] because the vectors are parallel

[tex]\Rightarrow F = \frac{\textbf{P}}{v}[/tex]

[tex]\left|\vec{f}\right| = \beta m v^{2}[/tex]

[tex]F = ma[/tex]


The Attempt at a Solution



With these equation I plug them in [tex]F = ma[/tex] and I get [tex]\frac{\textbf{P}}{mv}-\beta v^{2}=\frac{dv}{dt}[/tex] then by multiplying by [tex]\frac{dx}{dx}[/tex] I got [tex]\frac{\textbf{P}}{mv}-\beta v^{2}=v\frac{dv}{dx}[/tex].

Then I don't know how to solve this. Or perhaps there's an easier way to this problem?
 
Physics news on Phys.org
P/mv - βv^2 = v*dv/dx.
Multiply by v on both the side. You get
P/m -β*v^3 = v^2*dv/dx.
So
dx = v^2*dv/( P/m -β*v^3 )
Now find the integration to find x.