A particle of unit mass moves under the action of force F=-k²/x³ ....

AI Thread Summary
The discussion focuses on solving the differential equation d²x/dt² = -k²/x³, which describes the motion of a particle under a specific force. The initial attempt to integrate both sides with respect to time was incorrect because x is a function of time, not a constant. To properly approach the problem, it's suggested to multiply the equation by an integrating factor, 2(dx/dt), and then use the chain rule to express the acceleration in terms of velocity. This leads to a first-order separable differential equation for velocity, allowing for the determination of v(x) before integrating to find x as a function of time. Properly applying these methods will yield the time required for the particle to reach the center of force from a distance d.
Saptarshi Sarkar
Messages
98
Reaction score
13
Homework Statement
A particle of unit mass moves under the action of force F=-k²/x³. What is the time required by the particle to reach the centre of force from a distance d.
Relevant Equations
d²x/dt² = -k²/x³
I tried solving the differential equation by integrating both sides wrt t but this does not work out and I am doing something wrong. How do I integrate such an equation properly?

d²x/dt² = -k²/x³
=> dx/dt = -k²t/x³
=> x = -k²t²/2x³ + d
 
Physics news on Phys.org
Saptarshi Sarkar said:
Homework Statement:: A particle of unit mass moves under the action of force F=-k²/x³. What is the time required by the particle to reach the centre of force from a distance d.
Homework Equations:: d²x/dt² = -k²/x³

I tried solving the differential equation by integrating both sides wrt t but this does not work out and I am doing something wrong. How do I integrate such an equation properly?

d²x/dt² = -k²/x³
=> dx/dt = -k²t/x³
=> x = -k²t²/2x³ + d

##x## is a function of ##t##, not a constant. You can't just integrate ##\frac{1}{x^3}## as though it were a constant function.

As a first step you could multiply the equation by ##2\frac{dx}{dt}##, which is called an integrating factor.
 
  • Like
Likes Saptarshi Sarkar
Saptarshi Sarkar said:
d²x/dt² = -k²/x³
=> dx/dt = -k²t/x³
=> x = -k²t²/2x³ + d
As @PeroK said, you can not integrate as if x were a constant.
d2x/dt2 is the acceleration, the time derivative of the velocity, v=dx/dt. In terms of v, your equation is dv/dt=-k²/x³.
You can consider v as function of x, v(x(t)), and determine dv/dt using the chain rule:
dv/dt= dv/dx * dx/dt = v dv/dx.
Now you have a first-order differential equation for v as function of x:
v dv/dx = - k²/x³. This is a separable differential equation.
Get v(x), then integrate v=dx/dt with respect to t.
 
  • Like
Likes Saptarshi Sarkar
I multiplied the values first without the error limit. Got 19.38. rounded it off to 2 significant figures since the given data has 2 significant figures. So = 19. For error I used the above formula. It comes out about 1.48. Now my question is. Should I write the answer as 19±1.5 (rounding 1.48 to 2 significant figures) OR should I write it as 19±1. So in short, should the error have same number of significant figures as the mean value or should it have the same number of decimal places as...
Thread 'A cylinder connected to a hanging mass'
Let's declare that for the cylinder, mass = M = 10 kg Radius = R = 4 m For the wall and the floor, Friction coeff = ##\mu## = 0.5 For the hanging mass, mass = m = 11 kg First, we divide the force according to their respective plane (x and y thing, correct me if I'm wrong) and according to which, cylinder or the hanging mass, they're working on. Force on the hanging mass $$mg - T = ma$$ Force(Cylinder) on y $$N_f + f_w - Mg = 0$$ Force(Cylinder) on x $$T + f_f - N_w = Ma$$ There's also...
Back
Top