How Do You Calculate Position, Velocity, and Acceleration from d(x)/d(t) = c/x?

  • Thread starter Thread starter 69911e
  • Start date Start date
69911e
Messages
30
Reaction score
1
I have the equation v=c/x
d(x)/d(t)=c/x
velocity= c(constant)/x (distance)

I need equations to calculate position, velocity and acceleration for a given time,
My attempt was:
xdx=cdt
x2ln(x)=ct
elnxx2=ekt
xx2=ekt
but I need x(t)v(t),a(t)

Any suggestions on how to calculate?
 
Physics news on Phys.org
You start of well with ##xdx = cdt##
The next step is wrong. How do you justify ##\int xdx = x^2 \text{ln}(x)##?
Because that's what happens there.

If you know ##x(t)## how can you find ##v(t)## and ##a(t)##?

You've already used how you get ##v(t)##
 
Where did the ln(x) come from??
 
HomogenousCow said:
Where did the ln(x) come from??
I did int of XDx= x2*(Dx/x)=
x2LN(x)

That was the wrong move...

Thanks
 
69911e said:
I have the equation v=c/x
d(x)/d(t)=c/x
Usually, posters don't include enough parentheses, but here you have more than you need, which might have led to some confusion.

The above can be written as ##\frac{dx}{dt} = \frac c x##. Separating, we get x dx = c dt. Integrating, we get ##\frac 1 2 x^2 = ct + K##.
69911e said:
velocity= c(constant)/x (distance)

I need equations to calculate position, velocity and acceleration for a given time,
My attempt was:
xdx=cdt
x2ln(x)=ct
elnxx2=ekt
xx2=ekt
but I need x(t)v(t),a(t)

Any suggestions on how to calculate?
 
Are there any good visualization tutorials, written or video, that show graphically how separation of variables works? I particularly have the time-independent Schrodinger Equation in mind. There are hundreds of demonstrations out there which essentially distill to copies of one another. However I am trying to visualize in my mind how this process looks graphically - for example plotting t on one axis and x on the other for f(x,t). I have seen other good visual representations of...
Back
Top