Finding the Time to Reach the Halfway Point with Proportional Acceleration

AI Thread Summary
A particle accelerates towards point B, 1 meter away, with acceleration proportional to the distance remaining. The differential equation governing its motion is a second-order equation, leading to the form a(t) = k(1 - p(t)). The solution involves substituting variables to simplify the equation, ultimately leading to a sinusoidal solution for position p(t). The time taken to reach the halfway point can be determined by solving for when p(t) equals 0.5. The discussion concludes with the participant feeling confident in solving the remaining steps independently.
einstein314
Messages
4
Reaction score
0

Homework Statement


A particle moving from a point A to a point B, 1 meter away, travels in a straight line in such a way so that its acceleration is proportional to the distance left to point B. If the particle arrives at point B in 1 second, how long did it take for the particle to reach the point halfway to point B?

Homework Equations


I suppose we need that the acceleration is the second-derivative of position.

The Attempt at a Solution


So we know that a(t) = \frac{d^2p}{dt^2} = k(1 - p(t)) (and a(1) = 0 and p(0) = 0 and p(1) = 1), but I don't know how to solve this differential equation. Once p(t) is found, t can be found by equating p(t) = \frac{1}{2}.
 
Last edited:
Physics news on Phys.org
You can try writing the differential equation in terms of a new dependent variable y that is defined in terms of p. Can you see how to define y(t) in terms of p(t) so that you get a simpler differential equation?
 
einstein314 said:

Homework Statement


A particle moving from a point A to a point B, 1 meter away, travels in a straight line in such a way so that its acceleration is proportional to the distance left to point B. If the particle arrives at point B in 1 second, how long did it take for the particle to reach the point halfway to point B?

Homework Equations


I suppose we need that the acceleration is the second-derivative of position.

The Attempt at a Solution


So we know that a(t) = \frac{d^2p}{dt^2} = k(1 - p(t)) (and a(1) = 0 and p(0) = 0 and p(1) = 1), but I don't know how to solve this differential equation. Once p(t) is found, t can be found by equating p(t) = \frac{1}{2}.
substitute 1-p(t) by u. What equation do you get for u? Are you familiar with it?
 
Define y(t) = p(t) - 1. Then \frac{d^2y}{dt^2} = \frac{d^2p}{dt^2} and the differential equation becomes:
\frac{d^2y}{dt^2} = -ky
Auxiliary equation is r^2 + k = 0 so r = \pm i \sqrt{k}. Then y = e^a(c_1 cos(bt) + c_2 sin(bt)) = e^{(0)}(c_1 cos(t\sqrt{k}) + c_2 sin(t\sqrt{k})) = c_1 cos(t\sqrt{k}) + c_2 sin(t\sqrt{k}). Then p(t) = y(t) + 1 = c_1 cos(t\sqrt{k}) + c_2 sin(t\sqrt{k}) + 1. I think I can figure the rest out myself. Thanks all!
 
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