Solve Moving Train Problem: Acceleration of -1.85 m/s^2

  • Thread starter Thread starter Logistix
  • Start date Start date
  • Tags Tags
    Train
AI Thread Summary
The discussion revolves around calculating the acceleration of a decelerating train based on observations of its wagons. The initial attempt assumed both wagons were 75 meters long, leading to an equation that resulted in an acceleration of -1.85 m/s². However, it was pointed out that this assumption was flawed due to the unknown lengths of the wagons, which necessitated a system of equations to solve for three variables: wagon length, acceleration, and initial speed. A revised approach introduced a third equation based on the distance the front wagon traveled before stopping, ultimately yielding a different acceleration of 0.24 m/s². The conversation emphasizes the importance of correctly setting up equations in physics problems.
Logistix
Messages
3
Reaction score
0
NOTE: This is no homework, just me having fun with physics, maths, logics etc. Do not take this problem as priority, there are surely more serious and urgent problems out there!

Homework Statement


A passenger standing beside the railway noticed that the first wagon of the electric train, decelerating linearly, passed beside him after 4 s, and the second wagon after 5 s. The first wagon stopped at 75 m in front of the passenger. Calculate the acceleration of the train.

t1 = 4 s
t2 = 5 s
s1 = 75 m



Homework Equations


s = v0*t - a*t^2/2
v = v0 - at



The Attempt at a Solution



Assuming the second wagon was the last and that it stopped at the same time as the first and that both are of same length, it is to say that the length of both wagons is 75 m. This also means it took the train 75 m and 9 total seconds to decelerate to 0. Now I wrote:
75 = 9*v0 - (81*a)/2
Since we don't know v0, we insert it from the following equation:
0 = v0 - 9a
v0 = 9a
--> 75 = 9*9a - (81*a)/2
75 = 81a - (81a)/2
after solving: a = -1.85 m/s^2
Then we find v0:
0 = v0 - 16.65
v0 = 16.61 m/s

As I do not have the solutions and the page from where I downloaded the assignments (in Croatian) didn't even offer them, I'm just asking from your opinion and critics and eventually the right solution.
I also tried this by not including v0 and using a different concept, however without it even more weird solutions came up. Any help is appreciated.
Thanks in advance.
 
Physics news on Phys.org
Hi Logistix, welcome to PF.

You cannot assume that each wagon is 75 m long. That's a pretty long wagon if you think about it. You have three unknowns, the length of each wagon L, the acceleration a and the initial speed v0. Therefore, you need three equations. You have found two of them

L = v0*4 - a*42/2
2*L = v0*9 - a*92/2

Can you think of a third one using the fact that the front wagon travels 75 m before it stops?
 
Right, that came to my mind in the beginning but I didn't want to work with equation systems, but it's all ok. I'd add the equation:

75 = v0*t - a*t^2/2
t = total time which we don't know, nor do we know the a so I replace:
75 = v0*t - v0*t/2 (a = v-v0/t -> in this case, v=0, so it can be simplified to a=-v0/t, in s form: s=at^2/2->s=v0/t*t^2->s=v0t)
Now t is a new unknown so I replace
0 = v0 - at We replace the t with the one in the previous expression:
150 = 2v0t-v0t
150 = v0t
t = 150/v0 -> 0 = v0 - 150/v0*a /*v0
0 = v0^2 - 150a
v0^2 = 150a

So the system is:
l = 4v0 - 16v0/2
2l = 9v0 - 81v0/2
v0^2 = 150a

After solving, which I did rather quickly due to some other obligations, I got a = 0.24 m/s^2.
Thanks for your help!
 
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