Solving F(x,v) for x: Deriving x as a Function of Time

AI Thread Summary
The discussion revolves around solving the equation F(x,v) = kvx to derive x as a function of time. The initial derivation of velocity as a function of position leads to an expression for x that becomes undefined at certain points, raising concerns about its physical validity. The conversation reveals that F represents a force, leading to a differential equation that can be solved for x. Despite the derived formula, issues with the function's realism are highlighted, suggesting it may not conform to physical reality. The conclusion emphasizes the potential inaccuracies in the derived solution and the overall impracticality of the function.
Berko
Messages
67
Reaction score
0
I was given the following problem for a homework assignment:

Given F(x,v) = kvx where k is positive and the velocity is v-nought at x = 0, t = 0, what is x as a function of time?

First I derived v as a function of position:

v = v-nought + kx^2/2m

Then, I derived x as a function of time:

x = Sqrt[2mv-nought/k]tan(t*Sqrt[kv-nought/2m])

My problem with this solution is that x is then undefined for various points in time, plus the fact that it jumps from inifnity to negative infinity when it is undefined.

Now, if this is correct, it can be used as proof that the function as given cannot conform to anything in reality. However, it just may be plain out wrong. If it is wrong, I was wondering if someone might supply me with the correct answer as well as how to go about getting it.

Thank you very much for your time.
 
Last edited:
Physics news on Phys.org
F(x,v) doesn't seem to tell us anything useful. It's just a random function, as far as I can see. Therefore, v is unconstrained, and x could be anything as a function of time.

Edit to add:

Ah...hang on. Is F a force?
 
If F = kvx is the force on the particle, then:

ma = kvx,

which means

m \frac{d^2 x}{dt^2} = kx \frac{dx}{dt}

Can you solve that differential equation?
 
Yes, it is a force, and I wrote kvx = ma = mv(dv/dx).

So, kx/m dx = dv, and

kx^2/2m = v - v-nought.

Therefore, v = v-nought + kx^2/2m = dx/dt.

I then separated variables again and solved for x as a function of time, which resulted in my result written up in my first post, aloing with the problems it carries.
 
Ah, yes. I forgot that a = v(dv/dx).

I haven't checked your final answer, but it's probably correct. Your conclusion that the force is unrealistic seems sensible to me.
 
Thank you.
 
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