8/8/2023

Today I continued HRK Chapter 9 and did problems 9 through 17. Hopefully I can get 18 and 19 in before going to bed today. (edit: lol i didn't) If not, I plan to finish this chapter tomorrow.

The only problem I learned from today was #17.

Problem:

 Figure 9-65 shows two blocks each of mass m suspended from the ends of a rigid weightless rod of length L1+L2, with L1=20cm and L2=80cm. The rod is held in the horizontal position shown in the figure and then released. Calculate the linear accelerations of the two blocks as they start to move.




My Solution

Let the tension in the two strings be T1,T2, and the accelerations of the two blocks be a1,a2, respectively. Now, we can make two F=MA equations:
T1mg=ma1(1)
T2mg=m(a2)(2) Also, note that the angular acceleration of the two blocks will be the same, and α=aR, so we have a1L1=a2L2(3)
We have four variables, and we only have three equations as of now. We need one more constraint.
Note that the problem says that the rod is weightless, which implies that it has 0 rotational inertia. This means that the net torque on the rod must be 0, according to τ=Iα. This fact gives us our last equation:
T1L1=T2L2(4)
Solving these four equations (although it may seem so, these four equations aren't hard to solve), we get a1=g(L2L1)(L1)L12+L22=1.73ms2
Plugging this into (3), we geta2=6.93ms2

I think the solution I did ALWAYS works on these type of problems. In retrospection, though, there was a simpler solution in this case:

Simpler Solution

The net torque on the system is τ=mgL2mgL1 and the rotational inertia of the system is I=mL12+mL22 Hence, the angular acceleration of the whole system (this includes both blocks) is α=τI=mgL2mgL1mL12+mL22=g(L2L1)L12+L22 Thus, the linear accelerations of the blocks, using a=αR, are a1=g(L2L1)(L1)L12+L22 
a2=g(L2L1)(L2)L12+L22 which give us the same answers as before.


Comments