So here's the set up, we have a fence of length $2L$, and a support strut a distance $l$ from the axis (think of a railroad crossing gate). We need to find the best position for the support rod, so that the pivot takes minimum wear. We analyze the forces on the gate, and find that there are three vertical forces (we are ignoring the radial components). The force $\mathbf F _s$ is the force due to the support, $\mathbf W$, the weight, acting at center of mass (position $L$) and the force at the axis of rotation, which we will call $\mathbf F _{\rho} $
So for torques, taking the origin being the AoR (axis of rotation) are $$\tau = MgL-F_s l=I_{\rho} \ddot{\theta}.$$ Now we integrate from $t$ to $t+\Delta t$ (angular impulse?) which gives us $I_{\rho} \dot{\theta}=-F_s l \Delta t$, where we have neglected the torque due to the weight.
Next step is where we apply $\mathbf F = m\mathbf a$, and which case: $$m\frac{dV}{dt}=-(F_s + F_{\rho})+Mg$$ (This step seems to be arbitrary, what is our motivation for including both torque and Newton's law?). We have again neglected the weight, and integrate $mv=-ML\dot{\theta}=(F_s + F_{\rho}) $
This step also confuses me, how in the world does this make sense $$\int ^{t+\Delta t}_{t} (F_s + F_{\rho}) dt = -(F_s + F_{\rho}).$$
Shouldn't it be $(F_s + F_{\rho})\Delta t$? The next step says we can solve our equation $$I_{\rho} \dot{\theta}=-F_s l \Delta t$$ and get $$F_s \Delta t=I_{\rho}\dot{\theta}/l$$ and plug this into our last equation, $$ML\dot{\theta}=(F_s + F_{\rho}) .$$
The only way this works out to what my book says, is if we have $(F_s + F_{\rho})\Delta t$.
We were supposed to end up with $$F_{\rho}\Delta t = \dot{\theta}(ML-\frac{I_{\rho}}{l}).$$
From this point on, it just talks about the conditions for the impulse from $F_{\rho} = 0$.