Solve differential a=kxv for x(t) and x(v)

  • Thread starter Thread starter paalfis
  • Start date Start date
  • Tags Tags
    Differential
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
4 replies · 2K views
paalfis
Messages
69
Reaction score
2

Homework Statement


If the acceleration of a particle is given by a=k*x*v , where x is position, v is velocity and k is constant and positive, and in t=0: x(t=0)=0 and v(t=0)=vo; find x(t) and x(v).


The Attempt at a Solution



I arrived to dx/dt= k/2*(x2-xo)+vo , (xo=x(t=0)=0). Then I tried to solve the (definite) integral (from 0 to x) ∫1/((k/2)*(x2)+vo)dx that is equal to ∫dt = t. In this integral (which I just couldn't solve) I took vo as a constant. My idea was to solve (result of the integral)=t for x(t).
Is this the right way to do it? If so, how can I solve the integral?

Thanks!
 
Physics news on Phys.org
paalfis said:

Homework Statement


If the acceleration of a particle is given by a=k*x*v , where x is position, v is velocity and k is constant and positive, and in t=0: x(t=0)=0 and v(t=0)=vo; find x(t) and x(v).


The Attempt at a Solution



I arrived to dx/dt= k/2*(x2-xo)+vo , (xo=x(t=0)=0). Then I tried to solve the (definite) integral (from 0 to x) ∫1/((k/2)*(x2)+vo)dx that is equal to ∫dt = t. In this integral (which I just couldn't solve) I took vo as a constant. My idea was to solve (result of the integral)=t for x(t).
Is this the right way to do it? If so, how can I solve the integral?

Thanks!

Having obtained [tex] \frac{d\dot x}{dx} = kx[/tex] it's easier to set [tex] \dot x = \tfrac12 k (x^2 + C)[/tex] where [itex]C = 2v_0/k[/itex] so that [tex] \int \frac{1}{x^2 + C}\,dx = \tfrac12 kt.[/tex]

To do the integral, you will want to make a suitable substitution so that you can use
[tex] \int \frac{1}{1 + u^2}\,du = \arctan(u) + D[/tex]
 
  • Like
Likes   Reactions: 1 person
Then for x(v) can we take equation v=k/2*x2+vo and so for x : x(v)=2(v-vo)/k ?
 
Oh, of course, silly mistake.. Thanks!